﻿/*************************************************************************
 GLOBAL STYLES
**************************************************************************/
body
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Sans-Serif;
	color: #333333;
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;	
}

input, select, textarea
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Sans-Serif;
	color: #333333;
}

a
{
	color: #2152f2;
	text-decoration: none;
}

a:hover
{
	color: #d3a644;
	text-decoration: underline;
}

img
{
	border: 0;
	vertical-align: middle;
}

table.full_no_pad_table
{
	border: 0;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-style: none;
	border-collapse: collapse;
}

.button
{
	width: 120px;
}

td.cell_spacer
{
	width: 30px;
}

span.error, font.error
{
	color: #BD0000;
}

span.titleheading, td.titleheading
{
	color: #333333;
	font-weight: bold;
}

div.horizontal_line
{
	width: 100%;
	border-top: solid 1px #0f4e8d;
	margin-top: 10px;
	height: 10px;	
}

table.success
{
	border: solid 1px #007A41;
	background-color: #CCFFCC;
}

table.fail
{
	border: solid 1px #A30000;
	background-color: #FFCCCC;	
}

/*************************************************************************
 MASTER PAGE STYLES
**************************************************************************/
div.master_content
{
	text-align: center;
}

div.main_content_div
{
	margin-left: auto;
	margin-right: auto;	
	width: 960px;
}

div.header_container
{
	height: 62px;
	border-bottom: solid 10px #0f4e8d;
	text-align: left;
	clear: both;
	position: relative;
}

div.header_logo
{
	float: left;
	height: 100%;
}

div.header_signin
{
	float: right;
	width: 500px;
	height: 100%;
	text-align: right;
}

div.header_menu_container
{	
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-left: solid 1px #0f4e8d;
	border-right: solid 1px #0f4e8d;	
}

td.header_menu_right
{
	text-align: right;
	vertical-align: top;
	width: 400px;
}

div.content_container
{
	text-align: left;
	padding: 10px 10px 2px 10px;
	border-left: solid 1px #0f4e8d;
	border-right: solid 1px #0f4e8d;
	min-height: 400px;
}

div.content_footer
{
	width: 100%;	
	line-height: 19px;
}

div.content_footer_left
{
	float: left;
	text-align: left;
	width: 23px;
}

div.content_footer_middle
{
	border-bottom: solid 1px #0f4e8d;
	float: left;
	width: 914px;
}

div.content_footer_right
{
	float: right;
	text-align: right;
	width: 23px;
}

td.content_footer_text_left
{	
	text-align: left;
	padding-top: 2px;
	padding-left: 18px;
	color: #9d9a9a;
	font-size: 8pt;
}

td.content_footer_text_right
{
	text-align: right;
	padding-top: 2px;
	padding-right: 18px;
	font-size: 8pt;
	width: 500px;
}

/*************************************************************************
INFO BOX STYLES
**************************************************************************/

div.infobox_container
{	
	margin-bottom: 10px;
}

table.infobox_container
{
	border: solid 1px #7F9DB9;
	width: 100%;
	border-collapse: collapse;
}

tr.infobox_header
{
	background-image: url(Images/InfoHeader-Blue.gif);
	background-repeat:repeat;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
}

td.infobox_content
{
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	color: #333333;
}


div.warnbox_container
{	
	margin-bottom: 10px;
}

table.warnbox_container
{
	border: solid 1px #A30000;
	width: 100%;
	border-collapse: collapse;
}

tr.warnbox_header
{
	background-image: url(Images/InfoHeader-Red.gif);
	background-repeat:repeat;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
}

td.warnbox_content
{
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	color: #333333;
}



/*************************************************************************
GRID STYLES
**************************************************************************/
grid
{
	border-collapse: collapse;
}

tr.header
{
	font-weight: bold;
	color: #ffffff;
	border-style:none;
	background-color: #0f4e8d;
}

tr.footer
{
	color: #ffffff;
	border-style:none;
	background-color: #0f4e8d;
}

span.footer
{
	color: #ffffff;
}

tr.header * a
{
	color: #d3a644;
	font-weight: bold;
}

tr.header * a:hover
{
	color: #B7CCE2;
	font-weight: bold;
}

tr.item
{
	background-color: #F7FAFF;
}

tr.alternatingitem
{
	background-color: #e5ecf9;
}

tr.selecteditem
{
	background-color: #F1EDB9;
}


/***************************************************************************
 PRINTING STYLES  **** THIS MUST BE AT THE BOTTOM OF THIS FILE ****
 ***************************************************************************/

@media screen
{
	.printonly
	{
		display: none;
		visibility: hidden;
	}	
}

@media print
{
	#divHeader, #divHeaderMenu, #divContentFooter, .noPrint
	{
		display: none;
	}
	
	.printonly
	{
		display: inline;
		visibility: visible;
	}
		
	div.main_content_div, div.content_container
	{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		
		border-right: 0px none #FFFFFF;
		border-left: 0px none #FFFFFF;
		border-bottom: 0px none #FFFFFF;
		border: none 0 #FFFFFF;
	}	
}
