﻿html, body
{
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	background-image: url(images/background.gif);
	background-position: left top;
	background-repeat: repeat-y;
	font-size: 11px;
	min-height: 100%;
	height: 100% !important;
	margin: 0px;
	background-color: #F6F6F6;
}

.TR_Row
{
	background-color: #FFFFFF;
}
.TR_AltRow
{
	background-color: #EFEFEF;
}
.TR_Highlight
{
	background-color: #B4D3EC;
}
.TR_Table
{
	border-collapse: collapse;
	width: 100%;
}
.TR_Header
{
	font-weight: bold;
	vertical-align: bottom;
}
a img
{
	border: 0px;
}

a
{
	color: #3A75A6;
	text-decoration: none;
}

a:hover
{
	color: #F2A700;
	text-decoration: underline;
}

#SiteContainer
{
	background-color: #FFFFFF;
	background-image: url(images/ShadowRight.gif);
	background-position: right center;
	background-repeat: repeat-y;
	height: auto !important;
	width: 985px; /*border-bottom: solid 1px silver;*/
	padding-right: 1px;
}

#header
{
}

#content
{
	margin-bottom: 10px;
	padding: 9px;
}

#navigation
{
	height: 31px; /*background-image: url(images/BG_mainNav.gif);     background-repeat: repeat-x;*/
	padding-left: 14px;
	margin-bottom: 10px;
	width: 968px;
}

#crumbs
{
	/*border-bottom: 1px solid #E0E0E0;*/
	height: 23px;
	padding-left: 10px;
	margin-bottom: 0px;
	width: 973px;
}

#crumbsContent
{
	padding-top: 6px;
	font-size: 11px;
	color: #8E8E8E;
	font-weight: bold;
}

#crumbsContent a
{
	color: #6EABDD;
	text-decoration: none;
}

#crumbs a:hover
{
	color: #F2A700;
	text-decoration: underline;
}


#footer
{
	margin-top: 100px;
	width: 873px;
	height: 50px;
	text-align: center;
	background-color: White;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.loginBox
{
	position: absolute;
	z-index: 100;
	display: none;
	width: 294px;
	height: 94px;
	background-image: url(images/RoundedSimbg2.gif);
	padding: 3px;
}

#Popup
{
	border: solid 2px #7BB1DB;
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: center;
}

.CT_TABLE, .CT_INPUT_TABLE
{
	border-collapse: collapse;
}

.CT_INPUT_TABLE
{
	width: 100%;
	border: 1px solid #B1B2B4;
}

.CenteredCell
{
	text-align: center;
}

.InputLikeLabel, .InputLikeLabelAdj
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	width: 20px;
	background-color: Transparent;
	background: none;
	border: none;
}

.InputLikeLabelAdj
{
	margin-left: 4px;
}


.inputText, .inputSelect, .inputTextSmall
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #888;
	background-image: url(images/BG_inputbox.gif);
	color: #555;
}

.inputSelect
{
	font-size: 11px;
	padding: 2px;
}

.inputText, .inputTextSmall
{
	padding-left: 3px;
}

.inputTextSmall
{
	width: 35px;
}

.inputTextBig
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #888;
	background-image: url(images/BG_inputbox_big.gif);
	color: #555;
	padding-left: 3px;
}

.inputLabel
{
	width: 150px;
}

.MultiLineText
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #555;
}

.CT_HEADER, .CT_HEADER td
{
	background-color: #A9CEEF;
	height: 19px;
	margin: 10px -10px;
	padding: 2px 5px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #666666; /*background-image: url(images/header_blue.gif);     background-repeat: repeat-x;     background-color: #7BB1DB;     color: #fff;     text-transform: uppercase;     border: 0px;     border-top: 1px solid #B1B2B4;     border-bottom: 1px solid #B1B2B4;*/
}

.CT_HEADER_ORANGE, .CT_HEADER_ORANGE td
{
	height: 18px;
	padding: 2px 5px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/header_orange.gif);
	background-repeat: repeat-x;
}

.CT_HEADER_GREEN, .CT_HEADER_GREEN td
{
	height: 18px;
	padding: 2px 5px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/header_green.gif);
	background-repeat: repeat-x;
}

.CT_HEADER_BLUE, .CT_HEADER_BLUE td
{
	height: 18px;
	padding: 2px 5px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/header_blue.gif);
	background-repeat: repeat-x;
}

.CT_SUBHEADER
{
	font-size: 11px;
	color: #555;
	background-color: #CCCCCC; /*text-transform: uppercase;*/
	padding: 3px;
	border: 0px;
	border-top: 1px solid #B1B2B4;
	border-bottom: 1px solid #B1B2B4;
	font-weight: normal;
}

.CT_SUBHEADER a
{
	text-decoration: none;
	color: #555555;
	font-style: normal;
}

.CT_SUBHEADER a:hover
{
	text-decoration: none;
	color: #000;
}

.CT_LABEL_BORDER, .CT_TEXT_BORDER
{
	padding: 3px;
	font-size: 11px;
	color: #555;
	border-top: 1px solid #B1B2B4;
	border-bottom: 1px solid #B1B2B4;
}

.CT_SUBMIT
{
	text-align: right;
	padding: 5px;
	border-top: 1px solid #B1B2B4;
	border-bottom: 1px solid #B1B2B4;
	background-color: #f8f8f8;
}

.CT_ROW td, .CT_ALT_ROW td
{
	padding: 3px;
	font-size: 11px;
	color: #555555;
	border-top: 1px solid #B1B2B4;
	border-bottom: 1px solid #B1B2B4;
}

.CT_ALT_ROW td
{
	background-color: #f0f0f0;
}

.DIV_HEADER
{
	background-color: #A9CEEF;
	height: 19px;
	padding: 2px 5px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.DIV_TABLE_ROW, .DIV_TABLE_ALT_ROW
{
	height: 19px;
	padding: 3px;
	font-size: 11px;
	color: #555555;
	border-top: 1px solid #B1B2B4;
}

.DIV_TABLE_ALT_ROW
{
	background-color: #f0f0f0;
}

.SortRowAsc, .SortRowDesc
{
	padding: 4px 22px 4px 4px;
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #C0C0C0;
}

.SortRowAsc
{
	background-image: url(images/sort_asc.gif);
}

.SortRowDesc
{
	background-image: url(images/sort_desc.gif);
}

.SortRow
{
	padding: 3px 8px 3px 3px;
}

.SortRow, .SortRowAsc, .SortRowDesc
{
	text-align: left;
	font-weight: normal;
}

.processing_message
{
	font-family: Verdana;
	font-size: 11px;
	color: #555;
}
.processing_message p
{
	margin: 3px 0px 3px 0px;
}

.info_message, .warn_message, .error_message
{
	font-size: 11px;
	padding: 6px 3px 3px 25px;
	margin: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	width: 400px; /* IE min-height bug */
	min-height: 16px;
	height: auto !important;
	height: 16px;
}

.info_message
{
	border: 1px solid #D8D8E6;
	background-color: #F0F0FF;
	background-image: url(images/ICON_info2.gif);
}

.warn_message
{
	border: 1px solid #D4D4CF;
	background-color: #FFFFF9;
	background-image: url(images/ICON_warn.gif);
}

.error_message
{
	color: #f00;
	border: 1px solid #f00;
	background-color: #fd0;
}

.GuideBox
{
	border-bottom: dotted 1px gray;
	padding-bottom: 50px;
	padding-top: 25px;
	font-size: x-large;
}

.validate_extender_highlight
{
	background-image: url(images/BG_inputbox-h.gif);
}

.LogoDiv
{
	position: absolute;
	top: 29px;
	left: 873px;
}

.branded
{
	position: absolute;
	top: 4px;
	left: 725px;
}

.NavSeperator
{
	border-collapse: collapse;
	height: 3px;
	width: 983px;
}
.Simulating
{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: Black;
	filter: alpha(opacity=55);
	-moz-opacity: .55;
	opacity: .55;
}

.Watermark
{
	background-color: #CCC;
	font-size: 9px;
}

.Nav-Item
{
	color: #545454;
	float: left;
}

.Nav-Links
{
	color: #545454;
	font-size: 12px;
}

.Nav-Seperator
{
	background-image: url(images/TopMenuSeparator.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	width: 1px;
}

.PDFCheck
{
	vertical-align: middle;
}

.PDFCheck input
{
	padding-left: 15px;
	margin-bottom: 0px;
}

.PageBreak
{
	page-break-before: always;
}

.DCTextBox
{
	width: 100px;
}


.TR_UDRow
{
	background-color: #C3D3DF;
}

.VPS_checkBox
{
}
.VPS_checkBoxDisabled label
{
	color: Silver;
}
.vps_btn
{
	cursor: pointer;
}
.VPS_Table
{
	border-collapse: collapse;
	background: transparent none repeat scroll 0 0;
	overflow: auto;
}
.VPS_ResultsTable
{
	border-collapse: collapse;
	background: transparent none repeat scroll 0 0;
	overflow: auto;
	width: 100%;
}
.VPS_FilterTable td
{
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	overflow-x: auto;
	white-space: nowrap;
}
.VPS_ResultsTable td
{
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.7em;
	padding: 2px;
	overflow-x: auto;
	white-space: nowrap;
}
.VPS_ResultsTable th
{
	text-align: left;
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.7em;
	padding: 2px;
	overflow-x: auto;
	white-space: nowrap;
}
.VPS_cbList
{
	height: 100px;
	line-height: 1.2em;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 3px 20px 3px 3px;
	white-space: nowrap;
	border: solid 1px silver;
	font-weight: normal;
}
.VPS_cbSection
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid #6B9BBF;
	padding: 8px;
}

.VPS_SearchBarBg
{
	background-image: url(digikey/sb_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.VPS_SearchBarLeft
{
	background-image: url(digikey/sb_start_up.gif);
	background-repeat: no-repeat;
	width: 3px;
	background-position: right center;
}
.VPS_SearchBarRight
{
	background-image: url(digikey/sb_end.gif);
	background-repeat: no-repeat;
	width: 5px;
	background-position: left center;
}
.VPS_UserSelectionReq
{
	background-image: url(digikey/btn_add_up.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.VPS_filterBtn
{
	color: Gray;
}
.VPS_filterBtnOver
{
	color: black;
}

.BOM_Table
{
	border-collapse: collapse;
	width: 100%;
}
.BOM_Table tr
{
	height: 27px;
}

.DSBox, .DSBoxHover, .DSBoxSelected
{
    border-left:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
    height:100px;
    padding:5px;
    text-align:center;
    cursor:pointer;
}

.DSBox
{
    background-color:#E9E9E9;
}

.DSBoxHover
{  
    background-color:#FAEAC0;
}

.DSBoxSelected
{   
    border-left:solid 3px Orange;
    border-bottom:solid 3px Orange;
    border-right:solid 3px Orange;
    background-color:#FAEAC0;
}
