

body {
   width:900px;
    color:#000000; 
	font-family: Trebuchet MS, arial, verdana, helvetica, sans-serif;
	font-size: 12px;
    background:url(../images/main.jpg) left top repeat-x;
    height:100%;
    margin: 0 auto;
}

.header {
    height: 70px;
	background: #E0EEFB url(../images/centralinsurance-logo.jpg) no-repeat bottom left;
	
}
.content {
    padding:15px 0px 0px 10px;
    background-color:#FFFFFF;
    height:100%;
    min-height:1000px;

}
iframe {
    height:100%;
    min-height:1000px;
}

.half {
    width:370px;
    float:left;
    margin:0px 10px 0px 0px;
    height:100px;
}
.highlightrow {
    background-color:#CCCCCC;
    cursor:pointer;
    
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration:none;
color:#DA1D5F;
}

a:hover {
text-decoration: underline;
color: #b6952a;
}

.footer {
border-top:solid 1px Gray;
color:Gray;
font-size:10px;
text-align:center;
margin:10px 0px 0px 0px;

}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

h1 {
font-size:14px;
border-bottom:dotted 2px #0587A7;
color:#172A4A;
}

h2 {
font-size:12px;
}

.error {
color:Red;
}

.confirmation 
{
    font-weight:bold;
    color:#85CB79;
    text-align:center}

.section {
   width:100%;
   background:#E0E3EA;
   border:solid 1px #737F99;
   margin:0px 0px 10px 0px;
   }
   
.section th {
    text-align:left;
}

.section table {
 margin: 0px 0px 0px 5px;
 }
 
 .section h2  {
      margin: 0px 0px 0px 0px;
      padding:5px;
      color:#FFFFFF;
      background:#737F99;

 }


.menu {width:900px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:900px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:180px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:180px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {font-weight:bold;display:block;font-size:13px;text-decoration:none; color:#fff; width:170px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px;background: #1C1E25;  padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:170px; w\idth:165px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(../../images/coversupermarket/arrow_menu.gif) right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#53A2B6 url(../../images/coversupermarket/arrow_menu.gif) right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(../../images/coversupermarket/arrow_menu.gif) right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:155px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:180px; top:-1px; width:170px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-170px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {font-weight:normal;background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:159px;border-width:0 1px 1px 1px;filter: alpha(opacity=90);}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:170px;w\idth:165px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#EE430C;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#EE430C;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}





.stats {
    width:100%;
    margin-right:20px;
  
}

.stats td, .stats th
{ border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;} 