/*--- General ---*/
a:link		{ color: #0434B1; text-decoration: none; }		/* unvisited links */
a:visited	{ color: #0434B1; text-decoration: none; }		/* visited links */
a:hover		{ color: #FEA500; text-decoration: underline; }	/* user hovers */
/*a:active	{ color: #FEA500 }*/							/* active links */

.hiddenPrint
{
	display: none;
	visibility: hidden;
}
.hiddenScreen
{
}


/* ### MasterPage ### */
body
{
	padding:0;
	margin:0;
	font-family: Arial;
	font-size: 10pt;
	background-color : #FFFFFF;
}

/* === PageHeader === */
.PageHeader
{
	display: none;
}

/* === PrintHeader === */
.PrintHeader
{
	width: 649px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.PrintHeadBar
{
	height: 31px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px 8px;
}

.ApplicationTitle
{
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
	font-variant: normal;
	white-space: nowrap;
	font-size: 18pt;
	font-family: Sans-Serif, Arial;
	float: left;
}


.ContentAreaHolder
{
	width: 649px;
	clear: both;
}

/* === ContentArea === */
.ContentArea
{
/*	position: relative; */
	padding: 10px 0px;
	margin: 0px;
	width: 649px;
/*	border: green 1px dotted;*/
}

/* --- Content --- */
.ContentColumnLarge
{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
.ContentColumnSmall
{
	display: block;
	width: 100%;
	float: left;
}
.ContentColumnLarger
{
	display: block;
	width: 100%;
	float: left;
}
.ContentColumnSmaller
{
	display: none;
}

.ContentBox
{
}
.ContentHeader
{
	display: block;
	border-bottom: #999999 1px solid;
	background-color: white;
	padding-bottom: 4px;
	margin-bottom: 6px;
	padding-top: 12px;
	height: 20px;
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}
.Content
{
	display: block;
	background-color: white;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ContentFooter
{
	display: block;
	/*border-top: #999999 1px solid;*/
	background-color: white;
	padding-bottom: 6px;
	padding-top: 6px;
}
/* --- Divider Bar --- */
.DividerBar
{
	padding: 3px 5px;
	background-color: #EEEEEE;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
/* --- FilterBar ---*/
.FilterBar
{
	padding-top: 2px;
	font-size: 10pt;
	width: 100%;
}
.FilterBox
{
	margin: 16px;
}
.FilterBoxButton
{
	text-align: right;
}
.FilterBar th, label
{
	font-weight: bold;
	color: #828789;
	text-align: left;
}

/* === PageFooter === */
.PageFooterArea
{
	display: none;
}

.PrintFooterArea
{
	width: 649px;
}

.PageFooter
{

	float: left;
	border-top: 1px solid #999999;
	height: 23px;
	width: 100%;
	text-align: right;
}

@media screen
{
	.PrintFooterButtons
	{
		float: left;
		width: 100%;
		padding: 6px 0px;
		text-align: right;
	}
}
@media print
{
	.PrintFooterButtons
	{
		display:none;
	}
}


dl.Content dt
{
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 4px;
}

dl.Content dd
{
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: dotted 1px #999999;
}

table.ContentForms
{
}

table.ContentForms th, table.ContentForms td
{
	vertical-align: top;
}

.ContentForm
{
}

.ContentForm th,label
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	width: 160px;
	text-align: right;
	vertical-align: top;
	padding: 0px 15px 5px 0px;
}

.ContentForm td
{
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
/*	border: green 1px dashed;*/
	text-align: left;
	vertical-align: top;
	padding: 0px 15px 10px 0px;
}

.ContentForm th.ver
{
	width: auto;
	text-align: left;
}

.ContentForm td.ver
{
}

.tbEditable
{
}

.tbReadOnly
{
	background-color: #f3f3f3;
	border: 1px solid #606465;
}

/* === 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: 649px !important;
}

div.tableViewScroll /*div used for tableview scrolling in ie*/
{
	width: 649px;
	overflow: visible;
	height: auto !important;
}

.tableViewTop
{
	display:none;
}

table.tableView
{
	border-collapse: separate !important;
	border:0px hidden;
	border-bottom: 1px #828789 solid;
	font-size: 8pt;
	empty-cells: hide;
	width: 649px !important;
}

table.tableView thead
{
	text-decoration: none;
	white-space: inherit;
	background-color: #828789;
}


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: 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 8px 1px 1px;
}

table.tableView tr.search td:not(x)
{
	padding: 1px 6px 1px 1px;
}

table.tableView tr.search .tbEditableTV, table.tableView tr.search .ddEditableTV
{
	width: 99.5% !important;
	font-size: 8pt;
}

table.tableView tr.sum td
{
	border-bottom-width: 0px;
}

tbody.scrollTable
{
	height: auto !important;
	overflow: visible !important;
}

table.tableView tbody td
{
	border-right: #828789 1px solid;
	padding: 3px 5px;
	margin: 0px;
	background-color: #FFFFFF;
}

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;
}

thead.scrollTable
{
	margin-bottom: 1px;
}

thead.scrollTable tr
{
	position: inherit;
	display: table-row;
}

tbody.scrollTable tr, tbody.scrollTable td
{
	height: 20px !important;
}


div.tableView div.foot
{
	font-size: 8pt;
	background-color: white;
	border-bottom: #828789 1px solid;
	border-left: 0px none;
	border-right: 0px none;
	margin: 0px;
	padding: 5px 7px;
}


/* === Controls === */
.PrimaryButton, .CancelButton, .DisabledButton
{
	display: none;
}

.PrintButton
{
	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;
/*	width: 1px; */
	overflow: visible;
}

.DoHover
{
	background-color: #0066CC;
}

.ValidationError
{
	background-color: #FFEDCC;
}
.ValidationError.tbReadOnly
{
	background-color: #f3f3f3;
}

.DoError
{
	background-color: #FFEDCC;
}

.IntroImage
{
	float: left;
	padding: 3px 6px;
	margin: -6px 0px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.BrandName
{
	font-weight: bold;
}

.ModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ModalPopup
{
	background-color:#E5EAF7;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 578px;
/*	height: 350px;*/
}

.MessageBox
{
}
.MessageBox .MastHeadBar
{
	border: 0px;
}

.MessageBox .Content
{
	height:100px;
}

/* === PageFooter === */
.MessageBox .PageFooter
{
	display: inline;
	float: left;
	height: 23px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 21px;
	background-color: #E5EAF7;
}

.MessageDisplay
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	color: #FF0000;
}

.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;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
}

/* Tabbing PCB theme default layout */

.tabPanel
{
	display: block;
	padding: 2px;
	margin: 2px 0px;
}

.tabPanel .ajax__tab_header
{
	display: none;
}
.tabPanel .ajax__tab_outer
{
	display: inline-block;
}

.tabPanel .ajax__tab_inner
{
	display: inline-block;
}
.tabPanel .ajax__tab_tab
{
	display: block;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background-color: #CCCCCC;
	color: #032A8E;
	height: 30px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 6px;
	font-weight: bold;
}

.tabPanel .ajax__tab_hover .ajax__tab_tab
{
	color: #FEA500;
}

.tabPanel .ajax__tab_active .ajax__tab_header
{
	background-color: #FFFFFF;
}
.tabPanel .ajax__tab_active .ajax__tab_tab
{
	background-color: #FFFFFF;
	color: #FEA500;
}
.tabPanel .ajax__tab_body
{
	padding: 4px;
	height: auto;
	background-color: white;
	visibility: visible;
}
.tabPanel .hiddenPrint
{
	display: none !important;
}
.tabPanel .ajax__tab_panel
{
	padding: 0px;
}

.Wizard
{
	display:none;
}
