/* CSS Document */
div.pricks img {
display: none;
}
td.pricks {
background-color: #9b9a9a;
}
body { 
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*font-size:8pt;*/
}
DIV, LABEL, INPUT , BUTTON, TD, SELECT{
	font-family:Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
	font-size:8pt;
}
/*Makes the list items in search results bold*/
.Expandable a{
font-weight:bold;
}
/****** Fields shown when prompted for name and info on download*******/
.PromptDownload{
Width:400px;
margin-left:10px;
}
.PromptField{
height:18px;
width:300px;
}
.PromptDownloadSuccess{
background-color:#99FF99;
margin-top:15px;
border:1px solid #64C864;
padding:5px;
}
.arrowdown{
	background-image: url(/web/beijer_electronics.nsf/pictures/arrow_down_file_lib.gif/$file/arrow_down_file_lib.gif);
	background-position:5px 6px;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:11px;
	line-height: 18px;
	border-bottom:1px solid #BFBEBE;
	border-top:1px solid #BFBEBE;
	background-color:#BFBEBE;
	width:100%;
	color:#000000;
	padding:4px 22px;
	
}
.arrowright{
	background-image: url(/web/beijer_electronics.nsf/pictures/arrow_file_lib.gif/$file/arrow_file_lib.gif);
	background-position:5px 6px;	background-repeat:no-repeat;
	font-weight:bold;
	font-size:11px;
	line-height: 18px;
	border-bottom:1px solid #BFBEBE;
	border-top:1px solid #BFBEBE;
	background-color:#BFBEBE;
	width:100%;
	color:#000000;
	padding:4px 22px;
}
/*******Initial DIV shown when no search has been made *************/
.Welcome{
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 0px;
border-right: 0px; 
padding-bottom:10px;
padding-left:10px;
padding-top:10px;
padding-right:10px;
background:#ECECEC;
}
/*******DIV Shown when user expands a searchresult row. Shows info and files *************/
.RowDetails{
padding-top:0px;
}
.RowDetailsBody{
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background:#ECECEC;
padding-bottom:8px;
padding-left:8px;
padding-top:0px;
padding-right:4px;
margin-top:8px;
margin-right:15px;
margin-bottom:15px;
}
.RowDetails a{
font-weight:bold;
}
/*********Info header shown above detailed information about a file*********/
.Summary{
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:10px;
}
.Summary td{
	color:#666666;
	padding:0px;
}
.Summary td.firstcolumn{
	padding-right:5px;
	padding-left:0px;
}
.Summary td.middlecolumn{
	padding-right:5px;
	padding-left:5px;
}
.Summary td.lastcolumn{
	padding-left:5px;
}
/*Fix for no borders around links*/
a:focus, a:active { 
outline: none;
}
/*Tabs Search and Tree*/
td.SearchFrameTableLeft {
	background-color:#9B9A9A;
	border-top:1px solid #dddddd;}
td.SearchFrameTableRight {
	background-color:#ffffff;}
img.SearchFrameHeightImage {
	height:auto !important;
	height:300px;
	min-height:300px;
}
#tabcontainer {
	display: table;
	height: 25px;
	padding: 5px 5px 0px 5px;
	margin: 0;
	background-image: url(/web/web_aut_se.nsf/Shared/bg_white_dot.gif/$File/bg_white_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
}
#tabmenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#tabmenu li {
	float: left;
	margin-right: 2px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#tabmenu a {
	display: table;
	text-align: center;
	padding: 5px 5px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
/*	border-bottom: 1px solid #ffffff; */
}
#tabmenu a:hover {
	color: #ffffff;
	background-color: #9B9A9A;
	border-bottom: 1px solid #a4aab1;
}
.linkon {
	color:#ffffff;
	border-bottom:1px solid #9B9A9A;}
.linkoff {
	/*border-bottom:1px solid #ffffff;*/
	color:#000000;}
/*The attachmenttable (where the file sis shown with downloadlink*/
.FileTable{
	border: 0px dotted #d4d4d4;
	margin-top:8px;
	margin-bottom:8px;
	min-width:400px;
}
.FileTable tr.highlightrow{
	background-color:#d4d4d4;
}
/*The DIV for left side menu (Tabs are placed INSIDE this div*/
.menu_container { 
	min-width: 181px;
	background-color: #9B9A9A;
	background-position: bottom left;
	background-repeat: no-repeat;
}
/*Body class for Searchpage*/
.SearchFrameBody{
	margin: 0px;
	padding: 0px;
}
/*Path info(currently not used)*/
.CategoryPath{
color:#9E9E9E;
margin-bottom:12px;
}
/*The named DIV for holding the tree widget*/
.TreeBrowser{
text-align:left;
color:#ffffff;
padding:10px;
}
/*The DIV that gets filled with the resulting lists from both search and tree browsing*/
#TreeResults{
padding-left:10px;
padding-top:10px;
}
/*The header for grouped results*/
.viewHeader1 {
font-weight:bold;
font-size:11px;
line-height: 18px;
border-bottom:1px solid #a4aab1;
border-top:1px solid #a4aab1;
background-color:#d4d4d4;
width:100%;
color:#000000;
padding:4px 15px;
}
/*The search form on search tab*/
#SmartSearch{
text-align:left;
color:#ffffff;
padding:10px;
}
/*The search form fields and labels on search tab*/
#SmartSearch Input.radio , #SmartSearch Input.check{
width:20px;
margin-left:0px;
text-align:left;
}
#SmartSearch Input,#SmartSearch Select{
width:160px;
}
#SmartSearch DIV.TranslatedLable{
padding-top:10px;
}
/* Search Button*/
.lwpDialogIconBackground {
	font-size : 10px;
	font-color: #000000;
	line-height: 12pt;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #DDDDDD;
	background-image: url("DialogIconTextBackground.gif");
	background-repeat: repeat-x;
	background-position: left center;
	border-top: 1px solid #919191;
    border-bottom: 1px solid #919191;
    border-right: 1px solid #919191;
    border-left: 1px solid #919191;
    padding: 0px 2px;
	margin: 0px;
	overflow: visible;
	font-weight: normal;
	color: #000000;
}
/*The tree widget*/
.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	/*font: icon;*/
	color: #ffffff;
	white-space: nowrap;
}
.webfx-tree-item {
	font-family:Tahoma,Verdana,Helvetica,Arial,Sans-Serif;
	padding: 0px;
	margin: 0px;
	/*font: icon;*/
	color: #ffffff;
	white-space: nowrap;
	height: 16px;
}
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
	margin-left: 3px;
	padding: 0px 2px 1px 2px;
}
.webfx-tree-item a {
	color: #ffffff;
	text-decoration: none;
}
.webfx-tree-item a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.webfx-tree-item a:active {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}
.webfx-tree-item a.selected {
	color: selectedtext;
	background: selected;
}
.webfx-tree-item a.selected-inactive {
	color: windowtext;
	background: buttonface;
}
.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}
.webfx-tree-icon {
	width: 16px;
	height: 16px;
}
/*The datepicker*/
#DatePickerTable {
  font-family: arial;
  font-size: 10px;
  border: 1px solid #A0A0A0;
  background-color: #FFFFFF;
}
#DatePickerRowTop {
  background-color: #ABABFF;
}
#DatePickerCaption {
  padding: 2px;
  font-family: arial; 
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}
#DatePickerContent {
  padding: 5px;
  background-color: #FFFFFF;
}
#DatePickerRowToday {
  background-color: #F0F0F0;
}
#DatePickerToday {
  padding: 5px;
  text-align: center;
}
/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	background-color:transparent; 
	background-color: #333333;
	background-image: url("im.i7.SubModalMaskBG.gif");
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
/*Sortable table styles*/
code {
		 font-size:		 1em;
}
.even {
		 background:		 #eee;
}
.odd {
}
.sort-table {
/* 	font:		Icon; */
	font-size:8pt;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}
.sort-table thead {
	background:	ButtonFace;
}
.sort-table td {
	padding:	2px 5px;
	vertical-align:top;
}
.sort-table td a:visited,.sort-table td a:link,.sort-table a:active 
{
color: #666666;
text-decoration: none;
}
.sort-table td a:hover 
{
color: #111111;
text-decoration: none;
}
.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			pointer;
}
.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}
.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
}
.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}
.sort-arrow.descending {
	background-image:		url("images/downsimple.gif");
}
.sort-arrow.ascending {
	background-image:		url("images/upsimple.gif");
}

