﻿
/* Agents Styles */
a, a:hover, a:active, a:visited
        {
            color: #c7c795;
          /*  text-decoration: underline;*/
        }
        a:hover { text-decoration:underline; }
        .AgentName
        {
            color: Red;
            font-weight: bold;
        }
        .RightAligned
        {
            text-align: right;
        }
        /*.BottomBorder { border-bottom: solid 1px #DBEDFF;}*/.TableBoreder
        {
            border-left: solid 1px #DBEDFF;
            border-top: solid 1px #DBEDFF;
        }
        .TableBoreder td
        {
            text-align: left;
            border-right: solid 1px #DBEDFF;
            border-bottom: solid 1px #DBEDFF;
        }
        .TableBoreder th
        {
            text-align: left;
            background-color: #DBEDFF;
            border-left: solid 1px #FFFFFF;
            border-top: solid 1px #FFFFFF;
        }
        .SelectDoc
        {
            width: 24px;
        }
        .DateCell
        {
            width: 100px;
        }
        .logoutButton
        {
            background: url(../images/agents/logout-button.gif) no-repeat center;
            padding: 3px 5px;
            width: 93px;
            height: 31px;
            display: block;
            color: #fff;
            font-weight: bold;
            text-align: center;
            float: right;
            line-height: 25px;
            text-decoration: none;
        }
      

.AgentHeaderContainer
{
    width: 99%;
    color: #98B7D2;
    background: url('../images/agents/title-bg.gif') repeat-x 50% bottom;
}
.AgentHeader
{
    margin: 0px;
    margin-bottom:10px;
    padding: 0px;
    padding-left: 50px;
    line-height: 45px;
    background: url(../images/agents/i-icon.gif) no-repeat left;
}
.newAgentRegistration { background-image:url(../images/agents/register-agent.gif); }
.editProfile { background-image:url(../images/agents/edit-profile.gif);}
.changePassword {background-image:url(../images/agents/key-icon.gif);}

.AgentContentsContainer {margin-left:50px; margin-top:10px; color: #c7c795; }
.AgentIntro { margin-bottom:6px; }

#logout { 
float: right;
/* padding-top: 11px;*/ 
}
#logout a, #logout a:visited  
{
display: block;
height: 30px;
line-height: 30px;
color:#afaf75;
font-size: 12px;
text-decoration: none;
padding:0 18px; /*Padding to accomodate left tab image. Do not change*/
text-align: center;
cursor: pointer;
}
#logout a:hover { color:#98B7D2; background:url(../images/agents/logout-bg.gif) no-repeat top left; !important }

/*
#logout { float:left;}
#logout a, #logout a:visited { padding-right:18px; }
#logout a:hover { background:url(../images/agents/logout-bg.gif) no-repeat top left; !important }

