/*--- General ---*/
a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
/* unvisited links */
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
/* visited links */
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
/* user hovers */
a:active
{
	color: #0066CC;
}
/* active links */

a.static
{
	float: left;
}

@media print, embossed
{
	.hiddenPrint
	{
		display: none;
		visibility: hidden;
	}

	.hiddenScreen
	{
	}
}

@media screen, braille
{
	.hiddenPrint
	{
	}

	.hiddenScreen
	{
		display: none !important;
		visibility: hidden;
	}
}

/* ### MasterPage ### */
body
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana,Arial;
	font-size: 10pt;
	background-color: #FFFFFF;
}

form
{
	padding: 0px;
	margin: 0px;
}

#ownerInfo img
{
	border: 0;
}

/* === PageHeader === */
.PageHeader
{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}

/* === PrintHeader === */
.PrintHeader
{
	display: none;
}

/* --- MastHeadBar --- */
.MastHeadBar
{
	height: 28px;
	/*background: url(Images/Global_Mast_Head_Background.gif) repeat-x 0px 0px;*/
	background-color: white;
	border-top: 1px solid gray;
}

.TitleLogo
{
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 4px;
	float: left;
	background-color: white;
	/*	overflow: visible;*/
	/*	width: 210px;
	height: 18px;*/
}

.ApplicationTitle
{
	font-weight: 500;
	vertical-align: top;
	letter-spacing: normal;
	background-color: White;
	text-align: center;
	font-variant: normal;
	white-space: nowrap;
	font-size: 22px;
	float: left;
	height: 48px;
	margin-top: 4px;
}

.ApplicationTitlePartOne
{
	margin-top: -4px;
	padding-top: -4px;
	padding-left: 9px;
	padding-right: 2px;
	color: #0066CC;
	float: left;
}

.ApplicationTitlePartTwo
{
	color: #B2B2B2;
	margin-top: -4px;
	padding-top: -4px;
	padding-right: 9px;
	float: left;
}

.LoginNameAndOrganization
{
	display: inline;
	margin-left: 8px;
	line-height: 11pt;
	padding: 0px;
	float: left;
	color: #0066CC;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
}

.LoginName
{
}

.Organization
{
	margin-top: -1px;
	padding-top: -1px;
}

.SecondaryNavBar
{
	float: right;
	padding-left: 6px;
	padding-right: 16px;
	padding-top: 5px;
	white-space: nowrap;
	background-color: #B2B2B2;
	height: 21px;
}

	.SecondaryNavBar a:link, .SecondaryNavBar a:visited, .SecondaryNavBar a:hover
	{
		color: #0066CC;
		text-decoration: none;
	}

/* --- SubNavBar --- */
.SubNavBar
{
	height: 19px;
	background-color: #FFFFFF;
	position: absolute;
	top: 27px;
	left: 389px;
	padding: 1px 8px 1px 8px;
	margin-top: 4px;
}

	.SubNavBar a:link, .SubNavBar a:visited, .SubNavBar a:hover
	{
		color: #0066CC;
		text-decoration: none;
	}

/* --- BreadCrumbBar --- */
.BreadCrumbBar
{
	clear: both;
	color: #0066CC;
	height: 18px;
	background-color: #B2B2B2;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 16px;
	vertical-align: middle;
	border-bottom: 1px solid gray;
}

	.BreadCrumbBar A
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

		.BreadCrumbBar A:hover
		{
			color: #FFFFFF;
			text-decoration: underline;
		}

/* --- PageTitleAndToolkitBar --- */
.PageTitleAndToolkitBar
{
	height: 26px;
	background-color: #E5E5E5;
	color: #000000;
	padding-bottom: 0px;
	border-bottom: #606465 1px dotted;
	padding-left: 6px;
	padding-right: 16px;
}

.PageTitle
{
	float: left;
	padding: 4px 6px 4px 0px;
}

.PageTitleText
{
	font-size: 12pt;
	font-weight: bold;
	color: #606465;
}

.PageToolkit
{
	float: right;
	padding: 4px 0px 4px 6px;
	font-size: 10pt;
	font-family: Arial;
	height: 16px;
	white-space: inherit;
}

.PageTool
{
	float: left;
	white-space: nowrap;
}

	.PageTool a
	{
		color: #0066CC;
		text-decoration: none;
	}

.ToolkitSeparator
{
	margin: 0px 6px;
	white-space: nowrap;
}

/* --- PageDescription --- */
.PageDescription
{
	display: block;
	clear: both;
	padding: 10px 10px 5px 6px;
	font-size: 10pt;
	color: #828789;
	font-family: Arial;
}

	.PageDescription em
	{
		font-weight: bold;
	}

.ContentAreaHolder
{
	clear: both;
}

/* === ContentArea === */
.ContentArea
{
	margin-left: 1px;
	margin-right: 5px;
	padding: 0px 3px;
	min-width: 550px;
}


/* --- Content --- */
.ContentColumnLarge
{
	display: block;
	width: 100%;
	float: left;
}

.ContentColumnSmall
{
	display: block;
	width: 49.99%;
	float: left;
}

.ContentColumnLarger
{
	display: block;
	width: 79.99%;
	float: right;
}

.ContentColumnSmaller
{
	display: block;
	width: 19.99%;
	float: left;
}

	.ContentColumnSmaller .Content
	{
		background-color: #B2B2B2;
	}

		.ContentColumnSmaller .Content li a
		{
			color: #FFFFFF;
			text-decoration: underline;
		}

.ContentBox
{
}

.ContentHeader
{
	height: 18px;
	display: block;
	border-bottom: #FFFFFF 2px solid;
	background-color: #0066CC;
	padding: 3px 10px;
	margin: 10px 2px 0px;
	font-size: 11pt;
	/*	text-transform: uppercase; */
	font-weight: normal;
	color: #FFFFFF;
	white-space: nowrap;
}

	.ContentHeader a
	{
		font-size: 10pt;
		text-transform: none;
		font-weight: normal;
	}

	.ContentHeader .Left
	{
		float: left;
	}

	.ContentHeader .Right
	{
		float: right;
		text-align: right;
		vertical-align: middle;
		font-size: 10pt;
		font-weight: normal;
		text-transform: none;
		color: #000000;
	}

.Content
{
	display: block;
	overflow: visible;
	background-color: #F2F2F2;
	padding: 10px;
	margin: 0px 2px;
}

	.Content a:link, .Content a:visited, .Content a:hover
	{
		color: #0066CC;
		text-decoration: none;
	}

.ContentFooter
{
	display: block;
	padding: 3px 10px;
	margin: 0px 2px 10px;
	text-align: right;
	background-color: #F2F2F2;
	border-top: 2px solid #FFFFFF;
	border-bottom: 3px solid #B2B2B2;
	line-height: 24px;
}

.ContentBorderBottom
{
	border-bottom: 3px solid #B2B2B2;
	margin-bottom: 10px;
}
/* --- Divider Bar --- */
.DividerBar
{
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding: 5px 7px;
	background-color: #B2B2B2;
	border-top: 1px solid #828789;
	border-bottom: 1px solid #828789;
}
/* --- FilterBar ---*/
.FilterBar
{
	margin: 4px 0px 0px 2px;
	font-size: 9pt;
	width: 100%;
}

.FilterBox
{
	margin: 16px;
}

.FilterBoxButton
{
	text-align: right;
}

.FilterBar th, .FilterBar label
{
	font-weight: bold;
	color: #828789;
	text-align: left;
}

/* === PageFooter === */
.PageFooterArea
{
	clear: both;
	height: 45px;
	width: auto;
}

.PageFooter
{
	background-color: #E5E5E5;
	border-top: #606465 1px dotted;
	left: 0px;
	right: 0px;
}

.PrintFooterArea
{
	display: none;
}

/* --- FooterBar --- */
.FooterBar
{
	padding-top: 21px;
}

.Copyright
{
	vertical-align: bottom;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 16px;
	font-family: Arial;
	font-size: 8pt;
	border-top: solid 1px #cdd6ef;
	background-color: #B2B2B2;
}

.Content dl dt
{
	font-size: 11pt;
	font-weight: bold;
	color: #828789;
	margin-bottom: 4px;
}

.Content dl dd
{
	font-size: 10pt;
	font-weight: normal;
	/*	color: #000000; */
	margin-left: 20px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-left: 17px;
	border-bottom: dotted 1px #828789;
}

a:link.HoverTextColor
{
	color: #FF6600;
}

table.ContentForms
{
}

	table.ContentForms th, table.ContentForms td
	{
		vertical-align: top;
	}

.ContentForm
{
}

	.ContentForm th
	{
		font-size: 9pt;
		font-weight: bold;
		color: #828789;
		width: 180px;
		text-align: right;
		vertical-align: top;
		padding: 3px 15px 3px 0px;
	}

	.ContentForm td
	{
		font-size: 9pt;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
		padding: 3px 15px 3px 0px;
	}

	.ContentForm label
	{
	}

	.ContentForm th.hor
	{
	}

	.ContentForm td.hor
	{
	}

	.ContentForm th.ver
	{
		width: auto;
		text-align: left;
	}

	.ContentForm td.ver
	{
	}

.tbEditable
{
}

.tbReadOnly
{
	background-color: #D3D3D3;
	border-style: inset;
}

.RequiredFieldIndicator
{
	color: Red;
	padding-left: 3pt;
	padding-right: 3pt;
}

hr
{
	border-style: dotted none none none;
	border-width: 1px;
	border-color: #606465;
	height: 1px;
}

/* === Table View === */
.col-left
{
	text-align: left;
}
.col-center
{
	text-align: center;
}
.col-right
{
	text-align: right;
}
.col-justify
{
	text-align: justify;
}

div.tableview
{
	width: 100%;
}

div.tableViewScroll /*div used for tableview scrolling in ie*/
{
	width: 100%;
	overflow: auto;
	height: auto;
}

.tableViewTop
{
	text-align: right;
	margin-bottom: 5px;
}

	.tableViewTop a:link, .tableViewTop a:visited, .tableViewTop a:hover
	{
		color: #0066CC;
		text-decoration: none;
	}

div.tableViewScroll:not(x) /*div used for tableview scrolling ie, disable in ffox*/
{
	height: auto !important;
}


table.tableView
{
	border-collapse: separate !important;
	border: 0px hidden;
	border-bottom: 1px #828789 solid;
	font-size: 8pt;
	empty-cells: show;
	width: 100%;
}

div.tableViewScroll table.tableView
{
	width: expression(offsetParent.offsetWidth - 17);
}

	div.tableViewScroll table.tableView:not(x) /*disable expression in firefox*/
	{
		height: auto;
		width: 100%;
	}

table.tableView thead
{
	text-decoration: none;
}

	table.tableView thead th
	{
		border-top: #828789 1px solid;
		border-bottom: #828789 1px solid;
		border-right: #828789 1px solid;
		font-weight: bold;
		background-color: #B2B2B2;
		margin: 0px;
		padding: 5px 7px;
	}

table.tableView tr.search td, table.tableView tr.sum td, table.tableView tr.foot td
{
	background-color: white;
	border-bottom: #828789 1px solid;
	border-top: #828789 1px solid;
	border-left: 0px none;
	border-right: 0px none;
	margin: 0px;
	padding: 5px;
}

table.tableView tr.search td
{
	border-top-width: 0px;
	text-align: center;
	padding: 1px 6px 1px 1px;
}

	table.tableView tr.search td:not(x)
	{
		padding: 1px 4px 1px 1px;
	}


table.tableView .tbEditableTV, table.tableView tr.search .ddEditableTV
{
	width: 99.9%;
	font-size: 8pt;
}

table.tableView select.ddEditableTV:not(x)
{
	height: 17px;
}

table.tableView tr.sum td
{
	border-bottom-width: 0px;
}

div.tableView th.chkPad, div.tableView td.chkPad
{
	padding: 2px;
}

table.tableView tbody td
{
	border-right: #828789 1px solid;
	padding: 5px;
	margin: 0px;
	background-color: #b2b2b2;
}

table.tableView tbody .low td
{
	background-color: #FFFFFF;
}

table.tableView tbody .high td
{
	background-color: #F2F2F2;
}

table.tableView tbody .marked1 td
{
	background-color: #FFEDCC;
}

table.tableView tbody .marked2 td
{
	color: #FF0000;
}

table.tableView tbody tr td.DoHover
{
	background-color: #B2B2B2;
	cursor: pointer;
}

thead.scrollTable
{
	margin-bottom: 1px;
}

	thead.scrollTable tr
	{
		/*position: relative;*/
		top: 0px;
		left: 0px;
		height: auto;
	}

tbody.scrollTable
{
	overflow-x: hidden;
	overflow-y: auto;
}

table.tableView tbody.scrollTable
{
	_height: auto !important;
}

tbody.scrollTable tr, tbody.scrollTable td
{
	height: 22px !important;
}

div.tableView div.foot
{
	font-size: 8pt;
	background-color: #FFFFFF;
	border-bottom: #828789 1px solid;
	border-left: 0px none;
	border-right: 0px none;
	margin: 0px;
	padding: 5px 7px;
}

a.lbPagination, a.lbPagination:link, a.lbPagination:visited, a.lbPagination:hover
{
	font-family: Courier, Arial;
	font-size: 8pt;
	text-decoration: none;
	cursor: default;
}

	a.lbPagination:hover
	{
		cursor: pointer;
	}

a[disabled].lbPagination, a[disabled].lbPagination:hover
{
	color: #999999;
	cursor: default;
}

.tbEditableTV
{
	width: 97%;
}


/* === Controls === */
.PrimaryButton, .PrintButton, .CancelButton
{
	background-color: #0066CC;
	border-style: None;
	height: 18px;
	font-weight: bold;
	vertical-align: middle;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	color: white;
	cursor: pointer;
	padding: 0px 12px;
	overflow: visible;
}

.CancelButton
{
	/*	background-color: #000000;
	color: white;
*/
}

input.aspNetDisabled.PrimaryButton, input.aspNetDisabled.PrintButton, input.aspNetDisabled.CancelButton,
input[disabled].PrimaryButton, input[disabled].PrintButton, input[disabled].CancelButton
{
	background-color: black;
	color: #666666;
	cursor: default;
}

.DoHover
{
	background-color: #0066CC;
}

.DoFocus
{
	background-color: #FFEDCC;
	border-style: solid;
	border-color: Gray;
}

.DoError
{
	background-color: #FED27F;
}

.ValidationError
{
	background-color: #FED27F;
}
.ValidationError.tbReadOnly
{
	background-color: #D3D3D3;
}

.Watermark
{
	color: #999999;
}

.ListSearch
{
	color: #999999;
	height: 13pt;
	width: 100%;
}

.ContentFooter .PrimaryButton, .ContentFooter .CancelButton
{
	margin-right: 2px;
	margin-left: 8px;
}

table.tableView .PrimaryButton, table.tableView .PrintButton, table.tableView .CancelButton
{
	width: 100%;
}

	table.tableView .PrimaryButton:not(x), table.tableView .PrintButton:not(x), table.tableView .CancelButton:not(x)
	{
		width: auto;
	}

input
{
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}

textarea
{
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}

select
{
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}

input[type="checkbox"], input[type="radio"], input[type="image"]
{
	border: none;
	border-style: none;
}

input[type="password"]
{
	font-family: Arial;
}

.IntroImage
{
	float: left;
	padding: 3px 6px;
	margin: -6px 0px;
}

.BrandName
{
	font-weight: bold;
}

.DividerLabel, .SubHead
{
	font-size: 11pt;
	font-weight: bold;
	color: #828789;
}

/* === Message boxes === */

.ModalPopup
{
	position: absolute !important;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 578px;
}

	.ModalPopup:not(x)
	{
		background-color: #E5E5E5;
	}

	.ModalPopup .MastHeadBar
	{
		border: 0px;
	}

	.ModalPopup .ContentAreaHolder
	{
		clear: both;
	}

	.ModalPopup .ContentArea
	{
		margin-left: 1px;
		margin-right: 1px;
	}

	.ModalPopup .PageFooter
	{
		display: inline;
		float: left;
		height: 23px;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		background-color: #E5E5E5;
	}

	.ModalPopup label
	{
		font-size: 10pt;
		font-weight: normal;
		color: #606465;
		width: auto;
		text-align: left;
		vertical-align: inherit;
		padding: 3px 10px 5px 10px;
	}

	.ModalPopup .ContentTitle
	{
		font-size: 10pt;
		font-weight: bold;
		color: #606465;
		padding: 5px 10px 5px 0px;
		margin-bottom: 10px;
	}

.ModalBackground
{
	position: absolute !important;
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.MessageBox
{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	width: 595px; /*old: 578*/
}

	.MessageBox .Content
	{
		height: 150px;
		overflow: auto;
	}

.SupersessionBox
{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #E5E5E5;
	width: 578px;
}

	.SupersessionBox .Content
	{
		height: 210px;
		overflow: auto;
		color: Black;
	}

	.SupersessionBox .Error
	{
		color: #FF0000;
		display: inline-block;
		border-top: #E5E5E5 2px solid;
		padding-right: 5px;
		padding-left: 5px;
		padding-top: 0px;
		padding-bottom: -1px;
		margin: 2px 5px 0px 5px;
	}

ul.ssParts, ul.ssParts ul
{
	font-family: Arial;
	font-size: 10pt;
	padding: 0px;
	margin-top: 2px;
	margin-left: 22px;
	text-indent: 0px;
	list-style: none;
	white-space: nowrap;
}

	ul.ssParts li
	{
		margin: 1px;
	}

.MessageBox:not(x), .SupersessionBox:not(x)
{
	visibility: visible;
}

/* === Message display === */

.MessageDisplay
{
	padding-left: 6px;
	padding-right: 16px;
	/*font-family: Arial;*/
	font-weight: bold;
	font-size: 10pt;
	color: #FF0000;
	clear: both;
}

	.MessageDisplay ul
	{
		margin: 0px;
		padding-left: 15px;
		list-style-type: disc;
	}

#LoginContent
{
	width: 515px;
	margin-top: 60px;
	margin-left: 100px;
}

	#LoginContent .ContentForm td
	{
		font-size: 10pt;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
		padding: 0px 0px 10px 0px;
	}

/* === Wizard PCB theme default layout === */

.wizardStep .ajax__tab_header
{
	width: 100%;
	padding: 12px 5px 0px 5px;
	display: inline-block;
	clear: both;
	height: 20px;
}

.wizardStep .ajax__tab_outer
{
	display: inline-block;
	float: left;
	padding: 0px 5px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #606465;
}

.wizardStep .Separator
{
	display: inline-block;
	float: left;
	padding: 0px 5px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #606465;
}

.wizardStep .ajax__tab_inner
{
	display: inline-block;
}

.wizardStep .ajax__tab_hover
{
	color: #999999;
}

.wizardStep .ajax__tab_active .ajax__tab_tab
{
	color: #0066CC;
}

.wizardStep .ajax__tab_active .wiz_not_clickable
{
	color: #0066CC;
}

.wizardStep .ContentHeader
{
}

.wizardStep .ajax__tab_body .Content
{
}

.wizardStep .wiz_not_clickable
{
	display: inline-block;
	margin-right: 4px;
	overflow: hidden;
	text-align: center;
}

/* === Tabbing PCB theme default layout === */

.tabPanel
{
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 2px 2px 0px 2px;
}

	.tabPanel .ajax__tab_header
	{
		white-space: nowrap;
	}

	.tabPanel .ajax__tab_outer
	{
		display: inline-block;
		padding-right: 2px;
	}

	.tabPanel .ajax__tab_inner
	{
		display: inline-block;
	}

	.tabPanel .ajax__tab_tab
	{
		display: block;
		overflow: hidden;
		text-align: center;
		cursor: pointer;
		background-color: #B2B2B2;
		color: #0066CC;
		height: 30px;
		padding-right: 16px;
		padding-left: 16px;
		padding-top: 6px;
		border-bottom: 0;
		font-weight: bold;
	}

	.tabPanel .ajax__tab_hover .ajax__tab_tab
	{
		color: #0066CC;
	}

	.tabPanel .ajax__tab_active .ajax__tab_header
	{
		background-color: #FFFFFF;
	}

	.tabPanel .ajax__tab_active .ajax__tab_tab
	{
		background-color: #F2F2F2;
		color: #0066CC;
	}

	.tabPanel .ajax__tab_body
	{
		min-height: 380px;
		padding: 10px;
		background-color: #F2F2F2;
	}

	*html .tabPanel .ajax__tab_body
	{
		height: 380px;
	}

	.tabPanel.Standalone .ajax__tab_body
	{
		margin-bottom: 10px;
	}

	.tabPanel .ajax__tab_disabled
	{
		Display: none;
	}

/* === Scrolling === */

.ajax__scroll_horiz
{
	overflow-x: scroll;
}

.ajax__scroll_vert
{
	overflow-y: scroll;
}

.ajax__scroll_both
{
	overflow: scroll;
}

.ajax__scroll_auto
{
	overflow: auto;
}

/* === Menu === */

.MenuLevel1
{
	font-size: 11pt;
	cursor: default;
}

.MenuClickFix a
{
	font-size: 11pt !important;
	display: block;
	width: 100%;
}

/* IE 8 menu fix */
.AdjustedZIndex
{
	z-index: 1;
}

/* === BulletedListControl style === */

ul.InternalLinkList
{
	padding: 0px;
	margin: 10px 15px;
	list-style-image: url(Images/Internal_Link_Blue_Icon.gif);
}

	ul.InternalLinkList li
	{
		margin: 2px 0px;
		margin-bottom: 0px;
	}

/* === WizardControl style === */

.Wizard
{
	width: 100%;
	padding: 12px 5px 0px 5px;
	display: inline-block;
	clear: both;
	height: 20px;
}

	.Wizard div
	{
		float: left;
		padding: 0px 5px;
		font-size: 10pt;
		font-family: Arial;
		font-weight: bold;
		color: #606465;
	}

		.Wizard div.OptionalStep
		{
			color: #999999;
		}

		.Wizard div.ActiveStep
		{
			color: #0066CC;
		}

/* Dynamic populate control style */
.DynamicPopulate_Updating
{
	/* background-image:url(Images/Loading.gif); */
	background-repeat: no-repeat;
}
