﻿html, body
{
	/* Default styles of the standard body tags */
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px;
	min-width: 870px;
	background-position: left top;
	background-attachment: fixed;
	background-repeat: repeat-y;
}

.title
{
	position: static;
	left: 0px;
	top: 0px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
.ReportNotice
{
    /* Default styles of the standard body tags */
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma;
    color: #8f8f8f;
    margin: 0px;
    border-right: #a9a9a9 1px;
    border-top: #a9a9a9 1px;
    border-left: #a9a9a9 1px;
    border-bottom: #a9a9a9 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: white;
}
.header
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-width: 870px;
}

.warning
/* .warning is used to setup warning message style*/
{
	font-size: 14px;
	color: red;
	vertical-align: middle;
	font-weight: bold;
}

.instructions
{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	color: #666666;
	height: 18px;
	font-weight: bold;
}

.instructions_warning
{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	color: #993300;
	height: 18px;
	font-weight: bold;
}

.instructions_sub
{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #666666;
	font-weight: lighter;
}

.table_header
{
	vertical-align: bottom;
	white-space: nowrap;
	padding-right: 0px;
	font-size: 12px;
	color: #993300;
	font-weight: bold;
	height: 100%;
}


TD.display_label
{
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	color: #999999;
	font-weight: lighter;
	white-space: nowrap;
}

TD.display_data
{
	white-space: nowrap;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
	white-space: nowrap;
}

TD.input_data
{
	white-space: nowrap;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	color: black;
	height: 24px;
	white-space: nowrap;
}

TD.input_label
/* TD.input_label is used to setup and position label columns [right justified]*/
{
	white-space: nowrap; 
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	color: #999999;
	height: 25px;
	font-weight: bold;	
	white-space: nowrap;
}

TD.input_label_req
{
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	color: #993300;
	height: 25px;
	font-weight: bold;
	white-space: nowrap;
}

DIV.inner_body_panel
{
	position: absolute;
	top: 140px;
	left: 0px;
	display: table;
	visibility: visible;
	z-index: 0;
	background-color: Transparent ;
	margin: 5px 40px;
	min-width: 770px;
}

DIV.navigation
{
	margin: -7px 0px 0px;
	white-space: nowrap;
}



.company_name
{
	font-size: 12px;
	color: #333333;
}



TD.instructions_small
{
	font-size: 12px;
	vertical-align: top;
	color: #666666;
	height: 40px;
	font-weight: lighter;
}

TD.instructions_disclaimer
{
	font-size: 10px;
	vertical-align: top;
	color: #666666;
	font-weight: lighter;
}

TD.navigation
{
	font-size: 10px;
	vertical-align: middle;
	color: #666666;
	left: 45px;
	position: absolute;
	top: 110px;
}

TABLE
/* Default styles of the table tags */
{
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
}




A
{
	/* Inhertied A CSS settings across all forms */
	font-size: 12px;
	color: #2b5bbc;
}

A:hover
{
	/* Inhertied A:hover CSS settings across all forms */
	font-size: 12px;
	color: #af1c29;
	text-decoration: underline;
}

A.light
{
	/* Dark colored link used in the CSS settings for the action .ascx section */
	font-size: 12px;
	color: #FFFFFF;
}

A.light:hover
{
	/* Light hover link used in the CSS settings for the action .ascx section */
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}




.validation_warning
{
	font-size: 10px;
	color: red;
	font-weight: lighter;

}


hr
{
	position: relative;
	top: -15px;
	border-right: #ebebeb 1px solid;
	border-top: #ebebeb 1px solid;
	border-left: #ebebeb 1px solid;
	border-bottom: #ebebeb 1px solid;
	clear: left;
}


/* Results Grid */

.resultsgrid
{
    border-collapse: collapse;
    font-size: 12px;
    font-family: Arial;
    width: 100%;
}

.resultsgrid tr.alternate
{
    background-color: #f4f4f4;
}

.resultsgrid tr td
{
    border-bottom: 1px solid #d0d0d0;
    padding: 5px;
    vertical-align: top;
}

.resultsgrid tr th
{
    font-weight: bold;
    vertical-align: bottom;
    background-color: #e0e0e0;
    padding: 5px;
}

.resultsgrid tr th a
{
    color: #000;
    text-decoration: none;
}

.resultsgrid tr td.col-small
{
    width: 50px;
}

.resultsgrid tr td.col-medium
{
    width: 75px;
}

.resultsgrid tr td.col-large
{
    width: 125px;
}

.resultsgrid tr td.col-date
{
    width: 150px;
}

.resultsgrid tr td.text-left, .resultsgrid tr th.text-left
{
    text-align: left;
}

.resultsgrid tr td.text-center, .resultsgrid tr th.text-center
{
    text-align: center;
}

.resultsgrid tr td.text-right, .resultsgrid tr th.text-right
{
    text-align: right;
}

/* End Results Grid */


.header_table
{
	font-size: 12px;
	color: black;
	font-weight: bold;
	vertical-align: bottom;
}

.header_center
{ 
	text-align: center; 
	vertical-align: bottom;
	}
	
.header_left
{
	text-align: left;
	vertical-align: bottom;
}

.standard_center
{ 
	text-align: center; 
	}

.standad_normal_background
{	
	vertical-align: middle;
	height: 15px;
	color: #666666;
}

.standard_alternate_background
{
    background-color: lightsteelblue;
    vertical-align: middle;
    height: 15px;
    color: #666666;
}

INPUT.small
{
	font-size: xx-small;
	width: 10px;
	height: 18px;
}

HR
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	margin-left: 15px;
	border-left: gainsboro 1px solid;
	margin-right: 15px;
	border-bottom: gainsboro 1px solid;
	width: 100%;
}

div.company_body
{
	position: relative;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: Transparent;
	z-index: 1;
}




div.section_header
{
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 0px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	height: 100%;
	margin-top: 15px;
}


div.admin_info
{
	white-space: nowrap; 
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.billing_info
{
	white-space: nowrap; 
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.accept_info
{
	white-space: nowrap; 
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.credit_box
{
	white-space: nowrap; 
	background-color: Transparent;
	clear: right;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	display: block;
	overflow: hidden;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	position: absolute;
	left: 502px;
	top: 50px;
}



td.credit_body
{
	color: #666666;
	font-weight: lighter;
}



div.status_box
{
	white-space: nowrap; 
	background-color: Transparent;
	position: absolute;
	border-right: slategray 1px solid;
	border-top: slategray 1px solid;
	border-left: slategray 1px solid;
	border-bottom: slategray 1px solid;
	left: 665px;
	top: 37px;
}


.dashboard_alert_header_section
{

	vertical-align: middle;
	white-space: nowrap;
	padding-right: 0px;
	font-size: 18px;
	color:  Red;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
}

.dashboard_alert_frame
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 640px;
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-right: slategray 1px solid;
	border-top: slategray 1px solid;
	border-left: slategray 1px solid;
	border-bottom: slategray 1px solid;

}

.dashboard_alert_body_section
{
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 0px;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
}


.dashboard_header_section
{
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 0px;
	font-size: 18px;
	color: #4C4C4C;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
}

.login_header_section
{
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 0px;
	font-size: 18px;
	color: #4C4C4C;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	top: -30;
}

.dashboard_frame
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 640px;
	background-color: Transparent;
	z-index: 1;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-right: slategray 1px solid;
	border-top: slategray 1px solid;
	border-left: slategray 1px solid;
	border-bottom: slategray 1px solid;
}

.dashboard_body_section
{
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 0px;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
}



td.credit_header
{
	white-space: nowrap;
	color: #333333;
	border-bottom: gainsboro 1px dashed;
	font-weight: bolder;
}

td.credit_body
{
	white-space: nowrap; 
	color: #666666;
	font-weight: lighter;
}

div.option_box
{
	white-space: nowrap; 
	background-color: Transparent;
	clear: right;
	border-right: slategray 1px solid;
	border-top: slategray 1px solid;
	display: block;
	overflow: hidden;
	border-left: slategray 1px solid;
	border-bottom: slategray 1px solid;
	position: absolute;
	left: 665px;
	top: 100px;
}

div.credit_panel
{
	background-color: Transparent;
	position: relative;
	z-index: 1;

}




Table.submit
{
	margin-left: 15px;
}

Table.credits
{
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	margin-left: 15px;
	margin-right: 15px;
}


TD.credits_center
{ 
	border-right: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	width: 120px;
	text-align: center; 
	}
	


div.radio_position
{
	position: absolute;
	top: 126px;
	left: 32px;
	z-index: 1;
}

A.tabs
{
	/* Dark colored link used in the CSS settings for the action .ascx section */
	font-size: 10pt;
	color: #445bae;
	font-weight: bold;
	font-family: Verdana;
}

A.tabs:hover
{
	/* Light hover link used in the CSS settings for the action .ascx section */
	FONT-SIZE: 10pt; 
	COLOR: White;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
}

A.tabs_selected
{
	/* Dark colored link used in the CSS settings for the action .ascx section */
	font-size: 10pt;
	color: White;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
}

A.tabs_selected:hover
{
	/* Light hover link used in the CSS settings for the action .ascx section */
	FONT-SIZE: 10pt; 
	COLOR: White;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
}

IMG.tabs
{
	margin-left: 25px;
}

.crumbs
{
	left: 460px;
	position: absolute;
	top: 123px;
	height: 25px;
	vertical-align: middle;
	color: #666666;
	margin-right: 15px;
}

.enterpries_header
{
	font-weight: bold;
	color: white;
}