﻿body
{
    font-family: arial;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 9pt;
}

a {
    text-decoration: none;
}



A.navLink:link {  font-size: 12px; color:#000000; font-weight:bold; text-decoration: none; }
A.navLink:visited{ font-size: 12px; color:#000000; font-weight:bold; text-decoration: none; }
A.navLink:hover{  font-size: 12px; color:#2384c5; font-weight:bold; text-decoration: none; cursor:pointer;}

A.navLinkSelected:link {  font-size: 12px; color:#2384c5; font-weight:bold; text-decoration: none; }
A.navLinkSelected:visited{ font-size: 12px; color:#2384c5; font-weight:bold; text-decoration: none; }
A.navLinkSelected:hover{  font-size: 12px; color:#000000; font-weight:bold; text-decoration: none; }


.MainNavCell
{
   padding: 3px 8px;   
}

.Menu
{
   /*
    background-image:url('/Allstate/Ars/images/toolbar_background2.gif');
    background-repeat:repeat-x;
   */
   border-bottom:2px grey solid;
   font-size:1px;
}


.GridView_AltRow
{
    background-color: #edeaea;   
}
.GridView_GroupRow
{
    background-color: #4a4949;   
    color: #FFFFFF;
    text-align: left;
    font-size: 9pt;
    font-weight: bold;
}
.GridView_CategoryRow
{
    background-color: #dedede;   
}

.content
{
    background-color: #FFFFFF;	
}


.footer
{
    background-color: #2384c5; 
}

.toolbar
{
    background-image:url('/Allstate/ARSweekly/images/toolbar_background.gif');
    background-repeat:repeat-x;
}
