/* CSS Document */
/*
-- Style Sheet Template and Guide
.noprint - contect that will show on screen ONLY
.print - contect that will print ONLY

.cbold - sets bold
.csmall
.cxsmall
.cbig
.cxbig
.chighlight - used to highlight lines of text
.cheading - used in parts below the page Title

.button - should be used for all 

-- Tables -- Should be used for all bordered tables containing data (not layout)
-- The tag should be set for the table and all tr tags. 
TableA			TableB 			TableC
TableAHeader	TableBHeader	TableCHeader
TableARow		TableBRow		TableCRow
TableARowAlt	TableBRowAlt	TableCRowAlt
TableAFooter	TableBFooter	TableCFooter
TableSelected
TablePagingf

-- Div Panels -- Should be used for all container elements. (not layout)
-- These replace the Table classes listed above
DivPanelA		Title		Body
DivPanelB		Title		Body
DivPanelC		Title		Body

-- Grid Styles -- Should be used for all Grids and Views. (not layout)
-- These replace the Table classes listed above
GridA			GridB 
GridAHeader		GridBHeader	
GridARow		GridBRow
GridARowAlt		GridBRowAlt	
GridAFooter		GridBFooter
GridSelected
GridPaging
GridDataRight

-- These are all for the basic page configuration
.BodyLayoutPrintStyle - Changes the page layout for printing
#BodyLayoutStyle - Changes the page layout
	- 6 Divs under this to create styling. 
#BodyMenuStyle - location of the menus (use javascript also)
#BodyTitleStyle - Style used for the page Title
#BodyContentStyle - Style used for the Contect Location and size
#BodyFooterStyle - Style used for the footer location and size
#BodyContentPrintStyle - Style used for Content Location of Printer only pages
.BodyHeaderSmallLogo - Style used for the header logo on printed documents. 
*/


/* This group handles the primary layout of the site */
.BodyLayoutPrintStyle {
	display: none;
}
#BodyLayoutStyle {
	height: 100px; 
	background-image: url(/images/a_header_main.jpg); 
	background-repeat: no-repeat; 
	background-position: center center; 
}

#BodyMenuStyle {
}
#BodyTitleStyle {
	font-weight: bold;
	font-size: 12pt;
	padding: 5px 0 0 0;
	color: black;
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
}
#BodyContentStyle {
	background-color: white;
	margin: 20px auto 0 auto;
	text-align: center;
	width:1000px;
}
#BodyContainerFF{
width:750px;
margin:0 auto 0 auto;
}
.BodyPrintStyle {
	background-color: white;
}
#BodyContentPrintStyle {
	margin: 0 auto 0 auto;
	width: 630px;
	background-color: white;
}
#BodyFooterStyle {
	clear: both;
	text-align: center;
	width:100%;
	margin: 30px auto 0 auto;
}
.BodyHeaderSmallLogo 
{
	height: 90px;
	width: 135px;
	background-image: url(/images/a_logo_small.gif); 
	background-repeat: no-repeat; 
	background-position: center center; 
}
.container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
BODY, P, DIV, TD, TH, BLOCKQUOTE, LI {
	font-size : 10pt;
	font-family : Arial, sans-serif, Verdana;
}
BODY {
	margin : 0 0 0 auto;
	color : Black;
}
H1, H1 A, H1 P, H1 TD {
	font-size : 12pt;
	margin-bottom: 10px;
}
H2, H2 A, H2 P, H2 TD {
	font-size : 12pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
H3, H3 A, H3 P, H3 TD {
	font-size : 11pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
A {
}
a img 
{
	border: none 0;
}
PRE {
	font-family : Courier;
}

/* This group handles special options for printable pages. */
.BOLHeaderImageContainer{}
.BOLHeaderNameContainer{}

/* This group handles helper styles for special sections and types of links */

.HelpLink {
	position: absolute;
	left: 50%;
	top:105px;
	margin-left:425px;
	text-align: right;
}
.HelpNotes {
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size : 8pt;
}
.ExportExcel {
	margin: 0 auto 0 auto;
	text-align: right;
	width: 700px;
}
.cbold {
	font-weight : bold;
}
.csmall {
	font-size : 8pt;
}
.cxsmall {
	font-size : 7pt;
}
.cbig {
	font-size : 12pt;
}
.cxbig {
	font-size : 16pt;
}
.chighlight {
	font-weight: bold;
	color : Red;
}
.cheading {
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:Black;
}

.NeverDisplay {
	 display: none;
	 visibility: hidden;
}

.clear     
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* CoolMenus 4 - default styles - do not edit */
.clCMAbs {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0
}
/* CoolMenus 4 - default styles - end */

/*Style for the background-bar*/
.clBar {
	position:absolute;
	width: 10px;
	height: 10px;
	visibility:hidden
}
/*Styles for level 0*/
.clLevel0, .clLevel0over {
	text-align:left;
	position:absolute;
	padding:2px;
	font-family:arial, helvetica;
	font-size:13px;
	font-weight:bold;
	color:Black;
}
.clLevel0 {
}
.clLevel0over {
	cursor:pointer;
}
.clLevel0border {
	position:absolute;
	visibility:hidden;
}
/*Styles for level 1*/
.clLevel1, .clLevel1over {
	text-align:left;
	position:absolute;
	padding:2px;
	background-color: white; /* Back Color 3 */
	font-family:arial, helvetica;
	font-size:11px;
	font-weight:bold;
}
.clLevel1 {
}
.clLevel1over {
	cursor:pointer;
	color: #666666;
}
.clLevel1border {
	background-color:white;
	position:absolute;
	visibility:hidden;
}

.noprint {
} /* should remain empty, placed here for documentation effect */
.print {
	display: none;
}

/* 
Table Styles - Primary Color 
Back Color - #004480
Back Text - white
*/
.TableSelected {
	background-color: #AAAAAA;
}
.TableDataRight {
	text-align: right;
}
.TablePaging {
	text-align:center;
}

th {
}
.TableA {
	margin: 0 auto 0 auto;
	text-align:left;
	border-width:1px;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #dddddd;
}
.TableA td,.TableA th,.TableA div {
	padding: 3px;
}
.TableA th a, .TableA th a:visited  {
}
.TableARow {
}
.TableARowAlt {
	background-color: #eeeeee;
}
.TableAHeader {
	text-align:center;
	font-weight: bold;
	background-color: #AAAAAA; 
	color: white; 
}
.TableAHeader a {
	color: white; /* Back Text 1 */
}
.TableAHeader a:visited {
	color: white; /* Back Text 1 */
}
.TableAHeader th {
	border:1px solid #dddddd; /* This is required to override the borders set by .NET */
	color: white; /* Back Text 1 */
	
}
.TableAFooter {
}
/* 
Table Styles - Secondary Color 
Back Color - #E8941A
Back Text - white
*/
.TableB {
	margin: 0 auto 0 auto;
	border-width:1px;
	text-align:left;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #666666;
	border-collapse:collapse;
}
.TableB td,.TableB th,.TableB div {
	padding: 4px;
}
.TableB th a, .TableB th a:visited  {
}
.TableBRow {
}
.TableBRowAlt {
	background-color: #eeeeee;
}
.TableBHeader {
	text-align:center;
	font-weight: bold;
	background-color: #CCCCCC; 
	color: white; 
}
.TableBHeader a {
	color: white; /* Back Text 2 */
}
.TableBHeader a:visited {
	color: white; /* Back Text 2 */
}
.TableBHeader th {
	color: white; /* Back Text 2 */
}
.TableBFooter {
}
/* 
Table Styles - Tertiary Color - Unformated, grey border
Back Color - white
Back Text - black
*/
.TableC {
	margin: 0 auto 0 auto;
	text-align:left;
	border-width:1px;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #eeeeee;
	border-collapse:collapse;
}
.TableC td,.TableC th,.TableC div {
	padding:1px;
}
.TableC th a, .TableC th a:visited  {
}
.TableCRow {
}
.TableCRowAlt {
	background-color: #eeeeee;
}
.TableCHeader {
	text-align:center;
	font-weight: bold;
	border-width:1px;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #eeeeee;
	background-color: #eeeeee; /* Back Color 3 */
	color: black; /* Back Text 3 */
}
.TableCHeader a {
	color: black; /* Back Text 3 */
}
.TableCHeader a:visited {
	color: black; /* Back Text 3 */
}
.TableCFooter {
}

/* 
 -- Forms 
*/

select {
}
textarea {
}
input {
}
.button {
}

.UpdateProgress {
}

/* 
Grid Styles - Primary Color 
*/
.GridSelected {
	background-color: #AAAAAA;
}
.GridDataRight {
	text-align: right;
}
.GridPaging {
	text-align:center;
}

.GridA {
	margin: 0 auto 0 auto;
	text-align:left;
	border-width:1px;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #dddddd;
}
.GridA td,.GridA th,.GridA div {
	padding: 5px;
}
.GridA th a, .GridA th a:visited  {
}
.GridARow 
{
}
.GridARowAlt {
	background-color: #eeeeee;
}
.GridAHeader {
	text-align:center;
	font-weight: bold;
	background-color: #AAAAAA; 
	color: white; 
}
.GridAHeader a {
	color: white; /* Back Text 1 */
}
.GridAHeader a:visited {
	color: white; /* Back Text 1 */
}
.GridAHeader th {
	border:1px solid #dddddd; /* This is required to override the borders set by .NET */
	color: white; /* Back Text 1 */
}
.GridAFooter {
height:100%;
}
/* 
Grid Styles B - Secondary Color 
*/
.GridB {
	margin: 0 auto 0 auto;
	border-width:1px;
	text-align:left;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #666666;
	border-collapse:collapse;
}
.GridB td,.GridB th,.GridB div {
	padding: 4px;
}
.GridB th a, .GridB th a:visited  {
}
.GridBRow {
}
.GridBRowAlt {
	background-color: #eeeeee;
}
.GridBHeader {
	text-align:center;
	font-weight: bold;
	background-color: #CCCCCC; 
	color: white; 
}
.GridBHeader a {
	color: white; /* Back Text 2 */
}
.GridBHeader a:visited {
	color: white; /* Back Text 2 */
}
.GridBHeader th {
	color: white; /* Back Text 2 */
}
.GridBFooter {
}


/*
-- Style Sheet For Layout Divs
*/
.DivPanelA 
{
    margin-top:5px;
    margin-bottom:5px;
	margin-left:2px;
	margin-right:2px;
    border: solid 1px #bbbbbb;
}

.DivPanelA .PanelTitle 
{
 padding: 2px 0 2px 0;
 text-align: center;
 font-weight: bold;
 background-color: #dddddd;
}

.DivPanelA .PanelBody {
text-align: left;
padding: 2px;
border: none;
}
.DivPanelB 
{
    margin-top:5px;
    margin-bottom:10px;
	margin-left:2px;
	margin-right:2px;
	border: solid 1px #bbbbbb;
}

.DivPanelB .PanelTitle 
{
 padding: 2px 0 2px 0;
 text-align: center;
 background-color: #eeeeee;
 font-weight: bold;
}

.DivPanelB .PanelBody {
	text-align:left;
	padding:5px 5px 5px 5px;
	border: none;
}

.DivPanelC {
    border: solid 1px #eeeeee;
    margin-top:10px;
    margin-bottom:10px;
	margin-left:2px;
	margin-right:2px;
    height: 100%;
}

.DivPanelC .PanelTitle 
{
    background-color: #eeeeee;
}

.DivPanelC .PanelBody {
    text-align:left;
}

/*
-- Style Sheet For Fieldsets
*/

.PanelBodyForm { 
padding:15px 7px 7px 7px;
margin-bottom:7px;
text-align: left; }

.PanelBodyForm input 
{
   margin-bottom: 3px;}
.PanelBodyForm select 
{
   margin-bottom: 3px;}

.PanelBodyForm  label 
{
    float:left;
    width:30%;
    text-align:left;
    font-weight:bold;
	
}
.PanelBodyForm td label 
{
    float: none;	
}
ul
{
    margin-top: 8px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 20px;
}

ul ul
{
    padding-left: 15px;
    margin-left: 0px;
    
}


/*
-- Style Sheet For Popup Calendar
*/

.calendarMonthHeader
{
	color: White; /* Back Text 2 */
	background-color: #778899; /* Back Color 2 */
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bolder;
}
.calendarDayHeader
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #D3D3D3;
}
.calendarMonth
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: white;
}
.calendarMonthSelected 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #D3D3D3;
}
.calendarMonthButton
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #D3D3D3;

	border: solid 1px black;
}
.calendarDays 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: white;
}
.calendarDaysOff
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #D3D3D3;
}
.calendarWeekend
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: gray;
	background-color: white;
}
.calendarToday
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: white;
}


/*
-- Style Sheet For Rate Engine Results
*/

.RatingHiddenContent {
	width: 420px;
	padding: 5px;
	margin-top: 10px;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: -500px;
	position: relative;
	display: none;
}
.RatingHiddenContent table {
	width:100%;
}
.RatingCarrierInfoMain {
	float:left; 
	text-align:left;
}

.RatingCarrierInfoLinks {
	float:right;
	text-align:right;
	margin-right: 10px;
} 

/* Report Builder Styling */

.rbBuilder 
{
    width:900px; 
    margin:0 auto 0 auto;
    text-align: left;
    }
.rbBuilder label
{
    
    width: 85px;
    display:inline-block;
    font-weight:bold;
    text-align:right;
    margin-bottom:2px;
    }
.rbBuilder input
{
    
    margin-bottom:2px;
    }
.rbBuilder table label
{
    font-weight:normal;
    text-align:left;
    margin-bottom:2px;
    }

.rbBuilder .DivPanelA,.rbBuilder .DivPanelB
{
    margin-top: 0px ;
    margin-bottom: 5px;
    }
    
#divColumns .PanelTitle
{ 
    text-align:left;
    padding-left: 10px;
  }
#divColumns .PanelBody
{ 
   padding: 3px 3px 25px 3px;
}
#divColumns .PanelBody  input
{   margin-bottom:2px;
    }

.rbColumns
{
    width: 215px;
    display:inline-block;
    text-align:left;
    margin-bottom:2px;
    font-weight:normal;
    float:left;
    }
 .rbTabs 
 {
     margin: 0 25px 0 0; 
     padding: 0px;
     width: 350px;
     }
 .rbBuilder .DivPanelA .rbTabs .DivPanelA, .rbBuilder .DivPanelA .rbTabs .DivPanelB
 {
     margin: 0 2 0 2; 
     padding: 0px;
     }
          
          
#tabGeneral,#tabColumns,#tabCriteria
 {
     float: left;
     width: 70px; 
     margin-bottom: 0px;
     }
     
#tabGeneral .PanelTitle,#tabColumns .PanelTitle,#tabCriteria .PanelTitle
 {
      font-size:15px;
      margin: 0 auto 0 auto;
     }     
     
#tabGeneral .DivPanelA,#tabColumns .DivPanelA,#tabCriteria .DivPanelA
 {
     }          
    
    
    /*************** PASSWORD STRENGTH STYLES ********************/

#password_description
{
	font-size: 12px;
	width:144px;
	color:Black;
	font-weight:bold;
    text-align:center;
}

#password_strength
{
    height:15px;
	display:block;
}

#password_strength_border
{
    height:15px;
	width: 144px;
	border: 1px solid black;
}
.strength0
{
	width:100%;
	background:#cccccc;
}

.strength1
{
	width:100%;
	background:red;
}

.strength2
{
	width:100%;
	background:yellow;
}

.strength3
{
	width:100%;
	background:#ADFF2F;
}

.strength4
{
	background:#90EE90;
	width:100%;
}

.strength5
{
	background:#008000;
	width:100%;
}

.strength9
{
	background:#808080;    
	width:100%;	
}


.TableAHeaderCapSmall {

	text-align:center;
	font-weight: bold;
	background-color: #AAAAAA; 
	color: white;
}
.thankyou {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px; 
	margin-top: 60px; 
	margin-bottom: 200px;
	color: #FF0000;
}


/* CSS Document */
.BodyLayoutPrintStyle {	display: none;
}
#BodyLayoutStyle 	
{
    background-image: url(/images/a_header_main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 218px;
}
#BodyMenuStyle {}
#BodyTitleStyle 	
{
    color: #000000;
}
#BodyContentStyle 	
{
    background-color: #ffffff;
}
#BodyContentPrintStyle {}
#BodyFooterStyle 	
{
    width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#BodyFooterStyle P 	
{
    text-align: center;
}
BODY,P,DIV,TD,TH,BLOCKQUOTE,LI {}
BODY {}
H1, H1 A, H1 P, H1 TD {}
H2, H2 A, H2 P, H2 TD {}
H3, H3 A, H3 P, H3 TD {}
P, LI {}
A 	
{
    color: #004480;
}
PRE {}
.HelpLink 	
{
    left: 50%;
	margin-left: 320px;
	position: absolute;
	text-align: right;
	top: 160px;
}
.HelpNotes 	
{
    font-size: 8pt;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 750px;
}
.ExportExcel 	
{
    text-align: right;
	width: 700px;
}
.cbold {}
.csmall {}
.cxsmall {}
.cbig {}
.cxbig {}
.chighlight 	
{
    color: Red;
}
.cheading {}
.clCMAbs {}
.clBar {}
.clLevel0,.clLevel0over 	
{
    color: #ffffff;
}
.clLevel0 	
{
}
.clLevel0over 	
{
}
.clLevel0border {}
.clLevel1, .clLevel1over {}
.clLevel1 {	background-color: #ffffff;
	color: #9c2633;
}
.clLevel1over {	background-color: #c4dbfb;
	color: #9c2633;
}
.clLevel1border {	background-color: #9c2633;
}
.noprint {}
.print {	display: none;
}
.TableSelected {	background-color: #AAAAAA;
}
.TableA {	background: #F4F4F4;
	border-color: #E6E6E6;
	border-width: 1px;
	border-style: solid;
}
.TableA td,th {	padding: 3px;
}
.TableARow {}
.TableARowAlt {	background-color: #DADADA;
}
.TableAHeader {	background-image: url(images/TableA_bg.gif);
	color: #ffffff;
	background-color: #003366;
	text-align: center;
	background-repeat: repeat-x;
	font-weight: bold;
	text-transform: uppercase;
}
.TableAHeader a {	color: #ffffff;
}
.TableAHeader a:visited {	color: #ffffff;
}
.TableAHeader th {	color: #ffffff;
}
.TableAFooter {}
.TableB {
	background: #F4F4F4;
	text-align: left;
	border: 1px solid #003366;
}
.TableB td,th {	color: #000000;
	padding: 3px;
}
.TableBRow {}
.TableBRowAlt {	background-color: #ffffff;
}
.TableBHeader {	background-image: url(images/TableB_bg.gif);
	color: #ffffff;
	background-color: #060606;
	text-align: center;
	font-weight: bold;
	background-repeat: repeat-x;
}
.TableBHeader a {	color: #ffffff;
}
.TableBHeader a:visited {	color: #ffffff;
}
.TableBHeader th {	color: #ffffff;
}
.TableBFooter {}
.TableC {	border-color: #cccccc;
	text-align: left;
	border-width: 1px;
	border-style: solid;
}
.TableC td,th {}
.TableCRow {}
.TableCRowAlt {	background-color: #eeeeee;
}
.TableCHeader {	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.TableCHeader a {	color: #000000;
}
.TableCHeader a:visited {	color: #000000;
}
.TableCFooter {}
.GridSelected {	background-color: #AAAAAA;
}
.GridDataRight {	text-align: right;
}
.GridPaging {	text-align: center;
}
.GridA {	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
}
.GridA td,.GridA th,.GridA div {}
.GridA th a, .GridA th a:visited {}
.GridARow {}
.GridARowAlt {	background-color: #eeeeee;
}
.GridAHeader {	background-image: url(images/TableA_bg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	background-color: #003366;
}
.GridAHeader a {	color: #ffffff;
}
.GridAHeader a:visited {	color: #ffffff;
}
.GridAHeader th {	border: 1px solid #dddddd;
	color: #ffffff;
}
.GridAFooter {}
.GridB {	border-width: 1px;
	border-style: solid;
	border-color: #9c2633;
	border-collapse: collapse;
}
.GridB td,.GridB th,.GridB div {}
.GridB th a, .GridB th a:visited {}
.GridBRow {}
.GridBRowAlt {	background-color: #eeeeee;
}
.GridBHeader {	background-image: url(images/TableB_bg.gif);
	background-repeat: repeat-x;
	background-color: #060606;
	color: #ffffff;
}
.GridBHeader a {	color: #ffffff;
}
.GridBHeader a:visited {	color: #ffffff;
}
.GridBHeader th {	color: #ffffff;
}
.GridBFooter {}
.DivPanelA {	text-align: left;
	background: #F4F4F4;
	border-color: #E6E6E6;
	border-width: 1px;
	border-style: solid;
}
.DivPanelA .PanelTitle {	background-image: url(images/TableA_bg.gif);
	background-repeat: repeat-x;
	background-color: #4a040f;
	color: #ffffff;
	text-transform: uppercase;
}
.DivPanelA .PanelBody {}
.DivPanelB {	border: solid 1px #9c2633;
}
.DivPanelB .PanelTitle {	background-image: url(images/TableB_bg.gif);
	background-repeat: repeat-x;
	background-color: #060606;
	color: #ffffff;
}
.DivPanelB .PanelBody {	text-align: left;
}
.DivPanelB .PanelBody ul {}
.DivPanelB .PanelBody ul ul {}
.DivPanelC {	border: solid 1px #eeeeee;
}
.DivPanelC .PanelTitle {	background-color: #eeeeee;
}
.DivPanelC .PanelBody {}
.DivPanelC .PanelBody ul {}
.DivPanelC .PanelBody ul ul {}
.clear {}
ul ul {}
select {}
textarea {}
input {}
.button {}
.requiredheader {
	background-color: #FF0000;
}
.TableAHeaderRequired {
background-image: url(images/TableA_bg.gif);
	color: #ffffff;
	background-color: #FF0000;
	text-align: center;
	background-repeat: repeat-x;
	font-weight: bold;
	text-transform: uppercase;
}
.TableBHeaderRequired {
background-image: url(images/TableB_bg.gif);
	color: #ffffff;
	background-color: #FF0000;
	text-align: center;
	font-weight: bold;
	background-repeat: repeat-x;
}


