/*
	THEME: ENZITECH
	Light Blue: 	#86AFD2
	Dark Blue:		#29528D
	Darkest Blue	#102E50
	Gold: 			#BB9B66
*/

*	/* Global whitespace reset */
{
	margin: 0px;
	padding: 0px;
}

/*
	COMMON STYLES
*/

body
{
	background-color: #808080;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
}

img
{
	border: none;
}

a
{
	color: #587294;
	text-decoration: none;
}

h1
{
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 5px;
}

h2
{
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 5px;
}

/*
	SHARED TEMPLATE STYLES
*/

.container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #86AFD2;
}

.public_content, .secure_content
{
	background-color: #102E50;
	background-image: url(images/background_gradient.png);
	background-repeat: repeat-x;
	padding: 20px;
}

.header
{
	position: relative;
	height: 76px;
	background-image: url(images/header_gradient.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #86AFD2;
	padding-left: 35px;
}

.header_text
{
	position: absolute;
	left: 235px;
	top: 56px;
	color: white;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
}

.ValidationSummary, .ValidationSummary ul
{
	color: red;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
}

.ValidationSummary ul
{
	margin-left: 20px;
	margin-bottom: 10px;
}

.FormTable
{
}

.FormLabelCell
{
	width: 150px;
	text-align: right;
	padding-right: 10px;
	color: black;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
}

.FormDataCell
{
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.FormButtonCell
{
	text-align: center;
	padding: 0px;
}

.SmallText
{
	font-size: 7pt;
	font-family: verdana;
}

.Bold
{
	font-weight: bold;
}

.AssayOrderSummary
{
	border-top: 1px solid #86AFD2;
	border-left: 1px solid #86AFD2;
	padding: 0px;
	color: black;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	margin-bottom: 25px;
}

.AssayOrderSummary td
{
	border-bottom: 1px solid #86AFD2;
	border-right: 1px solid #86AFD2;
	padding: 5px;
}

.OrderSummaryHeader
{
	background-color: #29528D;
	color: #FFFFFF;
}

.OrderSummarySubHeader
{
	background-color: #29528D;
	color: #FFFFFF;
}

.OrderSummaryItem
{
	background-color: #FFFFFF;
}

.OrderSummaryTotal
{
	background-color: #BFCFFF;
}

.Error
{
	color: red;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
}

.HyperLinkDataControl
{
	color: #29528DF;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}

/*
	PUBLIC MASTER TEMPLATE
*/

.footer
{
	background-color: #BB9B66;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 9pt;
	font-weight: normal;
}

.link_footer
{
	color: white;
	font-family: helvetica;
	font-weight: bold;
}

.footer_link_separator
{
	margin-left: 26px;
	margin-right: 26px;
	color: #29528D;
	font-family: arial;
	font-weight: normal;
	font-size: 14pt;
}

.copyright_notice
{
	margin-top: 8px;
	color: #29528D;
	font-family: arial;
	font-weight: bold;
	font-size: 7pt;
}

.AssayRequestSelector
{
	border-top: 1px solid #86AFD2;
	border-left: 1px solid #86AFD2;
	color: black;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
}

.AssaySelectionTable
{
	border-bottom: 1px solid #86AFD2;
	border-right: 1px solid #86AFD2;
	background-color: #E6ECFF;
	height: 36px;
	/*text-transform: uppercase;*/
}

.TableCellAssayTypeHeading
{
	height: 30px;
	background-color: #29528D;
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	padding-left: 5px;
}

.TableCellAssayTypeSubHeading
{
	background-color: #29528D;
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	padding: 5px;
}

.PanelViewControls
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.PanelConfirmationReminder
{
	padding: 10px;
	background-color: azure;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	color: #29528D;
}

.PanelConfirmationReminder a
{
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
	font-size: 9pt;
	color: #29528D;
}

.OrderInstructions
{
	font-weight: bold;
	color: red;
}

/*
	TERMS AND CONDITIONS
*/

.TermsSectionHeading
{
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}

.TermsSectionList
{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
}

.Definitions td
{
	padding-bottom: 12px;
}

/*
	SECURE MASTER TEMPLATE
*/

.data_input_panel
{
	padding: 10px;
	border: 1px solid #86AFD2;
	background-color: #FFFFFF;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
}

.SecureDataGrid
{
	border: 2px solid #86AFD2;
	padding: 0px;
	color: black;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
}

.SecureDataGrid td
{
	margin: 0px;
	padding: 3px;
}

.SecureDataGrid thead th
{
	height: 30px;
	padding: 5px;
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}

.SecureDataGrid thead a
{
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

.SecureNavMenu
{
	color: #FFFFFF;
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: underline;
}

.secure_link_separator
{
	margin-left: 8px;
	margin-right: 8px;
	color: #29528D;
	font-family: arial;
	font-weight: normal;
	font-size: 11pt;
}

.PanelSearchMenu
{
	margin-bottom: 10px;
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}

.SecureMainMenu
{
	margin-left: 20px;
	margin-bottom: 10px;
	color: #29528D;
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	line-height: 16pt;
}

.LogoutLink
{
	color: #29528D;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}

/*
	REPORTS
*/

.ReportTable
{
	border-top: 1px solid #86AFD2;
	border-left: 1px solid #86AFD2;
	padding: 0px;
	color: black;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
}

.ReportTable td
{
	border-bottom: 1px solid #86AFD2;
	border-right: 1px solid #86AFD2;
	padding: 5px;
}

.ReportTableHeader
{
	background-color: #29528D;
	color: #FFFFFF;
	font-weight: bold;
}

/*
	PUBLIC HOME PAGE
*/

.subheader
{
	position: relative;
	height: 203px;
	background-image: url(images/home/subheader_gradient.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #86AFD2;
	padding-left: 35px;
}

.home_infobox
{
	position: absolute;
	left: 235px;
	top: 8px;
	width: 500px;
	color: white;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	line-height: 13pt;
}

.home_infobox p
{
	margin-bottom: 10pt;
}

.home_content
{
	background-color: #BB9B66;
	padding-left: 35px;
}

/*
	CONTACT
*/

.contact_content
{
	position: relative;
	height: 400px;
	background-color: #102E50;
	background-image: url(images/background_gradient.png);
	background-repeat: repeat-x;
	padding-left: 35px;
}

.contact_infobox
{
	position: absolute;
	left: 235px;
	top: 0px;
	width: 456px;
}

.contact_infobox_body
{
	background-color: #6B685C;
	border-left: 1px solid #9cc2d2;
	border-right: 1px solid #9cc2d2;
	color: white;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	width: 454px;
}

.contact_infobox_body_table
{
	width: 100%;
}

.contact_infobox_sectioncell
{
	border-bottom: 1px solid #9cc2d2;
	padding: 8px;
	width: 100%;
	color: #FFFFFF;
	font-family: arial;
	font-weight: normal;
	font-size: 11pt;
}

.contact_infobox_footer
{
	height: 10px;
	width: 456px;
}

.contact_heading
{
	color: #9cc2d2;
	font-family: arial;
	font-weight: bold;
	font-size: 13pt;
}

.ContactLink
{
	color: white;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}

/*
	CONTROLS
*/

.TextBox
{
	padding: 3px;
	border: 1px solid #86AFD2;
	color: black;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
}

.DropDownList
{
	padding: 3px 3px 3px 3px;
	border: 1px solid #86AFD2;
	color: black;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
}

.DropDownList option
{
	padding-right: 20px;
}


