/* <summary>Global styles.</summary> */
html, body
{
	width: 	100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #F9F9F9;
	font-family: Arial, Lucidia, Verdana, Sans-serif;
	font-size: 12px;
	background-image: url(/images/BackgroundGradient.png);
	background-position: top left;
	background-repeat: repeat-x;
}

form
{
	margin: 0px;
	padding: 0px;
}

a, a:active, a:visited, a:link
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

input, select
{
	font-family: Arial, Lucidia, Verdana, Sans-serif;
}

/* TODO: This does not work in FireFox, but a quick solution would be to use javascript to insert &shy; or &#8203; into the text dynamically */
/* A non-percentage width must be set on the element for this to work */
td, .WrapText
{
	word-wrap: break-word; /* IE */
}

/* <summary>Global classes.</summary> */

/* Page Layout */
.PageContainer
{
	max-width: 1400px;
	min-width: 1030px;
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
}

.ReturnToAex
{
	margin-bottom: -10px;
	text-align: right;
	padding-right: 33px;
}

.InnerPageContainer
{
	padding-top: 9px;
}

.PageColumnLeft
{
	width: 50px;
	height: 695px;
	background-image: url(/images/PageColumnLeft.png);
	float: left;
}

.PageColumnCenter
{
	width: calc(100% - 100px);
	min-height: 695px;
	background-image: url(/images/PageColumnCenter.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 35px 0px 0px 0px;
	float: left;
}

.PageColumnCenter hr
{
	border-width: 0px;
	height: 1px;
	background-color: #999999;
}

.PageColumnRight
{
	width: 50px;
	height: 695px;
	background-image: url(/Images/PageColumnRight.png);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
}

.HeaderContainer
{
	min-height: 60px;
	position: relative;
	clear: both;
}

.HeaderContainer .Logo
{
	float: left;
	position: relative;
}

.HeaderContainer .AexLogo
{
	padding-top: 15px;
}

.HeaderContainer .WelcomeMessage
{
	float: left;
	/*margin: 26px 0px 0px 185px;*/
	padding: 26px 0px 0px 30px;
	/*margin: auto 0px auto 30px;*/
	color: #0076CC;
	position: relative;
	width: 200px;
}

.HeaderContainer .WelcomeAexMessage
{
	float: left;
	color: #0076CC;
	position: relative;
	width: 200px;
	padding: 0px 0px 0px 30px;
}

.HeaderContainer .WelcomeAexMessage div
{
	padding-left: 12px;
	padding-bottom: 2px;
}

.HeaderContainer .CartItems
{
	clear: both;
	text-align: right;
	float: right;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 8px;
}

.HeaderContainer .CartItems div, .HeaderContainer .CartItems img
{
	float: right;
	border: none;
}

.HeaderContainer .CartItems div
{
	padding-top: 2px;	
}

.HeaderContainer .CartItems div span
{
	padding-left: 5px;
	font-weight: bold;
	/*color: #0076CC;*/
}

#RecentlyViewedPartsListContainer
{
	float: right;
}

.RecentPartsListButton
{
	color: #0076CC;
	cursor: default;
	padding: 1px 8px 3px 4px;
}

.RecentPartsList
{
	width: 350px;
	height: 200px;
	z-index: 99;
	border: solid 1px #999999;
	background-color: #EEEEEE;
	clear: both;
	position: absolute;
	margin-top: 4px;
	margin-left: -250px;
	padding-bottom: 5px;
	display: none;
}

.RecentPartsContainer
{
	overflow-y: scroll;
	height: 170px;
	padding-bottom: 5px;
	background-color: #F9F9F9;
	padding-left: 5px;
	
}

.RecentPartsList h3
{
	font-size: 14px;
	color: #0076CC;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
}

div.RecentPartsList a, div.RecentPartsList a:active, div.RecentPartsList a:link, div.RecentPartsList a:visited
{
	padding: 0px;
	font-size: 11px;
	color: #0076CC;
}

div.RecentPartsList a:hover
{
	color: #FFFFFF;
}

div.RecentPartsList ul li
{
	display: block;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 3px;
}

.BodyContainer
{
	min-height: 425px;
	_height: 425px; /* IE6 */
}

/* Secondary Navigation */
.SecondaryNavigation
{
	float: right;
	margin-bottom: 0px;
	width: 465px;
	text-align: right;
}

.SecondaryNavigation ul
{
	color: #666666;
	list-style-type: none;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

.SecondaryNavigation ul li
{
	display: inline;
	font-size: 10px;
}

.SecondaryNavigation a:link, .SecondaryNavigation a:visited, .SecondaryNavigation a:active
{
	color: #999999;
	padding:0px 2px 0px 2px;
	text-decoration: none;
}

.SecondaryNavigation a:hover
{
	color: #000000;
	padding: 0px 2px 0px 2px;
	background-color: #CCCCCC;
}

/* Quick Search Container */
.QuickSearch
{
	float: right;
	clear: right;
	font-size: 13px;
	color: #666666;
	vertical-align: middle;
	margin-top: 6px;
	width: 465px;
	text-align: right;
}

.QuickSearch label
{
	bottom: 3px;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	font-size: 12px;
}

.QuickSearch div
{
	float: right;
	margin-right: 3px;
	border: solid 1px #CCCCCC;
	height: 18px;
	width: 145px;
	font-size: 12px;
	z-index: 100;
	position: relative;
}

.QuickSearch div span
{
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	background-image: url(/Images/QuickSearchGradient.png);
	background-repeat: repeat-x;
	cursor: default;
}

.QuickSearch div span span
{
	width: auto;
	height: auto;
	float: left;
	padding: 2px 0px 0px 3px;
	cursor: default;
	color: #000000;
}

.QuickSearch div span img
{
	float: right;
	margin: 1px 1px;
	cursor: default;
}

.QuickSearch div ul
{
	top: 0px;
	left: 0px;
	margin: 19px 0px 0px -1px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: 145px;
	z-index: 100;
	position: absolute;
	display: none;
}

.QuickSearch div ul li
{
	padding: 0px 0px 0px 3px;
	cursor: default;
	width: 142px;
	text-align: left;
	background-repeat: repeat-x;
}

.QuickSearch .TextBox
{
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-image: url(/Images/QuickSearchGradient.png);
	background-repeat: repeat-x;
	position: relative;
	bottom: 0px;
	height: 16px;
	float: right;
	width: 251px;
}

.QuickSearch .Button
{
	bottom: 0px;
	float: right;
	margin-left: 3px;
}

/* Main Navigation */

.MainNavigation
{
	clear: both;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	margin-top: 10px;
	padding: 4px 0px 4px 0px;
	height: 16px;
}

.MainNavigation ul
{
	float: left;
	color: #666666;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.MainNavigation ul li
{
	display: inline;
	font-size: 14px;
	text-transform: uppercase;
}

.MainNavigation a:link, .MainNavigation a:visited, .MainNavigation a:active
{
	color: #999999;
	text-decoration: none;
	padding: 3px 4px 3px 4px;
}

.MainNavigation a:hover, .MainNavigation a.Active, .MainNavigation a.Active:visited, .MainNavigation a.Active:link, .MainNavigation a.Active:active
{
	color: #FFFFFF;
	background-color: #0076CC;
}

/* Left Navigation Styles */
.LeftNavigation
{
	margin-top: 15px;
	margin-right: 20px;
	padding: 0px 21px 5px 5px;
	width: 185px;
	float: left;
	min-height: 250px;
	_height: 250px;
	background-image: url(/Images/LeftNavDivider.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	background-color: #FFFFFF;
}

.LeftNavigation ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.LeftNavigation ul li
{
	border-bottom: #E9E9E9 1px solid;
}

.LeftNavigation a, .LeftNavigation a:link, .LeftNavigation a:active, .LeftNavigation a:visited
{
	background-color: #FFFFFF;
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 6px 0px 6px 13px;
	margin: 0px 0px 0px 0px;
	_height: 10px;
	text-decoration: none;
	display: block;
	color: #858585;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

.LeftNavigation a:hover
{
	color: #000000;
	background-color: #E1E1E1;
}

.LeftNavigation ul li ul li
{
	border-top: #E9E9E9 1px solid;
	border-bottom-style: none;
}

.LeftNavigation a.Selected, .LeftNavigation a.Selected:link, .LeftNavigation a.Selected:active, .LeftNavigation a.Selected:visited
{
	color: #666666;
	font-weight: bold;
	background-color: #B2D6F0;
}

.LeftNavigation a.Selected:hover
{
	color: #000000;
}

.LeftNavigation .Parent
{
	background-image: url(/Images/LeftNavArrow.gif);
}

.LeftNavigation .SelectedParent
{
	background-image: url(/Images/LeftNavArrowDown.gif);
}

.LeftNavigation a.ActiveParent, .LeftNavigation a.ActiveParent:link, .LeftNavigation a.ActiveParent:active, .LeftNavigation a.ActiveParent:visited
{
	color: #666666;
	background-color: #CCCCCC;
	background-image: url(/Images/LeftNavArrowDown.gif);
}

.LeftNavigation a.ActiveParent:hover
{
	color: #000000;
	background-color: #E1E1E1;
}

.LeftNavigation ul li ul li a, .LeftNavigation ul li ul li a:link, .LeftNavigation ul li ul li a:active, .LeftNavigation ul li ul li a:visited
{
	padding-left: 25px;	
}

/* Secondary Page Content Container */
.ContentContainer
{
	padding-top: 10px;
	float: left;
	width: calc(100% - 232px);
}

.ContentContainer .Button
{
	border: solid 1px #666666;
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 7px;
	margin-left: 3px;
	height: 21px;
	padding-bottom: 3px; /*This makes FireFox happy*/
}

.ContentContainer table.FormTable td .Button
{
	margin-left: 5px;
}

.ContentContainer hr
{
	height: 1px;
	color: #FF9900;
	background-color: #FF9900;
	margin-bottom: 5px;
}

.ContentContainer .TextBox
{
	font-size: 12px;
	width: 150px;
}

.ContentContainer .ComboBox
{
	font-size: 12px;
}

.ContentContainer .InputRequired
{
	text-align: right;
}

.ContentContainer .InputRequiredSection
{
	text-align: right;
	margin-bottom: -9px;
}

.ContentContainer a, .ContentContainer a:visited, .ContentContainer a:active, .ContentContainer a:link
{
	color: #0076CC;
}

.ContentContainer table.FormTable td
{
	vertical-align: middle;
	/*white-space: nowrap;*/
	padding-bottom: 12px;
}

.ContentContainer table.FormTable td.TopAlign
{
	vertical-align: top;
	padding-top: 3px;
}

.ContentContainer table.FormTable .TextBox, .ContentContainer table.FormTable .TextBoxLong
{
	margin-left: 5px;
	width: 160px;
	font-size: 12px;
}

.ContentContainer table.FormTable .TextBoxLong
{
	width: 400px;
}

.ContentContainer table.FormTable .ComboBox
{
	width: 166px;
	margin-left: 5px;
	font-size: 12px;
}

.ContentContainer table.FormTable .FileUpload
{
	width: 300px;
	margin-left: 5px;
	font-size: 12px;
	padding: 2px;
}

.ContentContainer table.FormTable .ComboBoxDynamic
{
	width: auto;
	margin-left: 5px;
	font-size: 12px;
}

.ContentContainer table.FormTable td.Text
{
	padding-left: 5px;	
}

.YearTextBox
{
	width: 30px;
	margin-right: 5px;
	margin-top: -1px;
}

select.calendarDateInput, input.calendarDateInput
{
	margin-left: 5px;
}

.calendarDateInput img
{
	margin-top: 2px;
}

.ContentContainer .TableContainer table.FormTable table.CalendarTable td
{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	word-wrap: normal;
}

table.FormTable td.DateContainer
{
	padding-bottom: 10px;
	padding-top: 1px;
	word-wrap: normal;
}

/* Breadcrumbs */
.BreadCrumbsContainer
{
	font-size: 10px;
	color: #666666;
	margin-bottom: 15px;
}

.BreadCrumbsContainer a, .BreadCrumbsContainer a:visited, .BreadCrumbsContainer a:active, .BreadCrumbsContainer a:link
{
	color: #666666;
	text-decoration: none;
	border-bottom: dotted 1px #333333;
}

.BreadCrumbsContainer a:hover
{
	color: #000000;
	border-bottom: solid 1px #000000;
}

.BreadCrumbsContainer span
{
	font-size: 13px;	
}

.Footer
{
	font-size: 9px;
	color: #999999;
	padding-bottom: 15px;
	padding-top: 15px;
	clear: both;
}

.Footer .GroundSupport
{
	float: left;
}

.Footer .CopyRight
{
	float: right;
}

.Footer .CopyRight a
{
	color: #999999;
}

.CopyRightStatement
{
	font-size: 9px;
	color: #999999;
}

.CopyRightStatement a
{
	color: #999999;
}

.PreviewImage
{
	border: solid 1px #666666;
	max-width: 250px;
	max-height: 200px;
}

/* Page Fader */
.FadePage
{
	display: none;
	filter: alpha(opacity=50);
	z-index: 100;
	position: absolute;
	background-color: #999999;
	/*background-color: #003299;*/
	top: 0px;
	left: 0px;
	width: expression((document.body.scrollWidth > document.body.clientWidth) ? document.body.scrollWidth + "px" : document.body.clientWidth + "px");
	height: expression((document.body.scrollHeight > document.body.clientHeight) ? document.body.scrollHeight + "px" : document.body.clientHeight + "px");
}

/* Firefox FadePage Styles */
html>/**/body .FadePage
{
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

/* Text */
.ErrorText, .ErrorLabel, .ErrorSummary, div.BodyContainer a.ErrorLink
{
	color: #DB2721;
	font-weight: bold;
}

input.Error
{
	border-color: #DB2721;
}

.ErrorSummary, div.BodyContainer a.ErrorLink
{
	font-size: 11px;
}

.SuccessText
{
	color: #4EA605;
	font-weight: bold;
}

.Bold
{
	font-weight: bold;
}

.Hidden
{
	display: none;
}

.BodyContainer h3
{
	font-size: 14px;
	color: #0076CC;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 7px;
}

.ContentContainer h3
{
	font-size: 16px;
	margin-bottom: 15px;
}

.ContentContainer h4
{
	font-size: 12px;
	color: #000000;
	padding: 4px 0px 3px 10px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	border-bottom: solid 1px #FF9900;
	background-image: url(/Images/SmallHeaderGradient.png);
	background-repeat: repeat-x;
}

.ContentContainer .IndicatesRequiredField
{
	font-size: 11px;
	color: #666666;
	margin-right: 5px;
}

.Example
{
	font-size: 11px;
	color: #666666;
}