﻿
/* Agents Styles */
a, a:hover, a:active, a:visited
        {
            color: #5d7a97 !important;
          /*  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;
        }
.BottomBorder a:hover { color:#ffffff; text-decoration:underline; }
.AgentHeaderContainer
{
    width: 99%;
    color: #5d7a97;
    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: #5d7a97; }
.AgentIntro { margin-bottom:6px; }

/* validation */

.validation { margin-top:5px; }
.validation li { list-style:none; background:url(../images/agents/validation-bullet.gif) no-repeat left; padding-left:20px; text-align:left; font-weight:bold; }

.loginValidationContainer { width:224px; margin:5px auto; padding-left:5px; }
#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 }