.topbanner
{
    background-image: url(Assets/topbannerfiller.gif);
    background-repeat: repeat-x;
}
.displayprofilerow
{
    line-height: 21px;
}



.search
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    background-color: #FFCF70;
    margin-left: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    border: 1px solid #FFFFFF;
}
.searchpanel
{
    padding-left: 6px;
}



.profilename
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #0f277c;
    height: 15px;
    width: 300px;
    clear: left;
    float: left;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 3px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #FF7F00;
    border-left-color: #FF7F00;
    padding-top: 3px;
    padding-bottom: 3px;
}
.bandname
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #006464;
    height: 15px;
    width: 300px;
    clear: left;
    float: left;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 3px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #ff7f00;
    border-left-color: #ff7f00;
    padding-top: 3px;
    padding-bottom: 3px;
}
.noprofile
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #c42434;
    width: 225px;
    clear: left;
    float: left;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 3px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #FF7F00;
    border-left-color: #FF7F00;
    padding-top: 3px;
    padding-bottom: 3px;
}
.leftpanel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #11297D;
    padding-left: 6px;
    background-image: url(Assets/leftpaneltop.gif);
    background-repeat: no-repeat;
    background-position: right top;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
.leftpanel a:link
{
    text-decoration: none;
    float: left;
    width: 116px;
    color: #ffffff;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0c277b;
    clear: both;
    background-image: url(Assets/alttriangle.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.leftpanel a:visited
{
    text-decoration: none;
    float: left;
    width: 116px;
    color: #ffffff;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0c277b;
    clear: both;
    background-image: url(Assets/alttriangle.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.leftpanel a:hover
{
    text-decoration: none;
    float: left;
    width: 116px;
    color: #ffffff;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0c277b;
    clear: both;
    background-image: url(Assets/alttriangleover.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.leftpanel a:active
{
    text-decoration: none;
    float: left;
    width: 116px;
    color: #ffffff;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0c277b;
    clear: both;
    background-image: url(Assets/alttriangle.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.loggedin
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/loggedinbackground.gif);
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    margin-top: 12px;
    margin-left: 12px;
}

.topmenu a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/menuBG_normal.gif);
    float: right;
    height: 21px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    clear: left;
    background-repeat: no-repeat;
    background-position: bottom;
}
.topmenu a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/menuBG_normal.gif);
    float: right;
    height: 21px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    clear: left;
    background-repeat: no-repeat;
    background-position: bottom;
}
.topmenu a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/menuBG_hover.gif);
    float: right;
    height: 21px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    clear: left;
    background-repeat: no-repeat;
    background-position: bottom;
}
.topmenu a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/menuBG_normal.gif);
    float: right;
    height: 21px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    clear: left;
    background-repeat: no-repeat;
    background-position: bottom;
}
.topmenu
{
    border-bottom-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}


.activemenu
{
    border-bottom-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
.activemenu a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/ActiveMenu1.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activemenu a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/ActiveMenu1.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activemenu a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/ActiveMenu1.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activemenu a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/ActiveMenu1.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activeagentmenu
{
    border-bottom-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
.activeagentmenu a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/AgentMenuActive.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activeagentmenu a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/AgentMenuActive.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activeagentmenu a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/AgentMenuActive.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activeagentmenu a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/AgentMenuActive.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activeregmenu
{
    border-bottom-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
.activeregmenu a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/RegMenuBGActive.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activeregmenu a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/RegMenuBGActive.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activeregmenu a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/RegMenuBGActive.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.activeregmenu a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/RegMenuBGActive.gif);
    height: 26px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.mainbody
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    background-color: #FFFFFF;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 6px;
    padding-left: 18px;
    text-align: justify;
}

.rightpanel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-color: #B5C8FE;
    background-image: url(Assets/rightpaneltop.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 205px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    clear: right;
}
.mainbody .title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #0f277c;
    line-height: 14px;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 12px;
}

.mainbody .categorytitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
    padding-right: 12px;
    padding-left: 12px;
    background-color: #0f277c;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    width: 149px;
}
.mainbody .exptitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    line-height: 18px;
}

.rightpanelcontainer
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 18px;
    padding-left: 12px;
    background-color: #B5C8FE;
}



.bullets
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
    font-style: italic;
    font-weight: bold;
}
.rightpanel .title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: #c42434;
}
.rightpanel .date
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #666666;
}




.formfield
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-color: #E6ECFF;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    border: 1px solid #000000;
}
.regformfield
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    line-height: 22px;
    color: #ffffff;
    background-color: #FF7b00;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    font-weight: normal;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}
.regformfield_mandatory
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #FFFFFF;
    background-color: #c42434;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 3px;
    font-weight: bold;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    padding-right: 3px;
}
.regformfield_mandatory2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #FFFFFF;
    background-color: #c42434;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 3px;
    font-weight: bold;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.regformbox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    background-color: #FFFFFF;
    padding-left: 6px;
    border: 1px solid #999999;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
}
.ContactLabel_mandatory
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #FFFFFF;
    background-color: #c42434;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFE6B0;
    border-bottom-color: #FFE6B0;
    padding-left: 3px;
    font-weight: bold;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFE6B0;
    padding-right: 3px;
}
.ContactFormField
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    line-height: 22px;
    color: #000000;
    background-color: #FFCF70;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFE6B0;
    border-bottom-color: #FFE6B0;
    padding-left: 6px;
    font-weight: normal;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFE6B0;
}
.checkboxes
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 3px;
    vertical-align: middle;
}
.checkboxes2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: baseline;
    margin-right: 3px;
    border: 1px dotted #FF0000;
    padding-top: 0px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    float: left;
    line-height: 16px;
}
.checkboxes2 input
{
    margin: 3px 0 0px 0px;
}
.mandatory
{
    font-size: xx-small;
    font-style: italic;
    font-weight: bold;
    color: #c42434;
    vertical-align: middle;
}
.FormError
{
    font-weight: bold;
    color: #c42434;
    vertical-align: middle;
    font-size: 9px;
}
.articletitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #ffffff;
    background-image: url(Assets/Filmstrips/Blank.gif);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: left;
    vertical-align: middle;
    padding-left: 12px;
    height: 34px;
    width: 360px;
    line-height: 30px;
    clear: none;
}

.mainbody .title a:link
{
    color: #0f277c;
    text-decoration: none;
}
.mainbody .title a:visited
{
    color: #0f277c;
    text-decoration: none;
}
.mainbody .title a:hover
{
    color: #c42434;
    text-decoration: underline;
}
.mainbody .title a:active
{
    color: #0f277c;
    text-decoration: none;
}

.mainbody .date
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: italic;
    color: #666666;
    text-transform: capitalize;
    padding-top: 0px;
}
.mainbody .LastValidated
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: italic;
    color: #666666;
    padding-top: 0px;
    padding-left: 12px;
}
.mainbody .NumPages
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: italic;
    color: #0f277c;
    padding-top: 0px;
    padding-left: 12px;
}
.summary
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #c42434;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    text-transform: uppercase;
}
.article
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    border-bottom-style: dotted;
    border-top-style: none;
    border-right-style: none;
    margin-bottom: 12px;
    border-bottom-width: 1px;
    border-bottom-color: #FF7F00;
}
.mainarticle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	text-align: left;
}
.mainarticlegrey
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	text-align: left;
}
.applynow
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #0f277c;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    border-bottom-style: dotted;
    border-top-style: none;
    border-right-style: none;
    margin-bottom: 12px;
    border-bottom-width: 1px;
    border-bottom-color: #FF7F00;
    font-weight: bold;
    text-align: right;
}
.mainbody .text
{
    padding-left: 12px;
    padding-right: 12px;
    text-align: justify;
}
.mainbody .oppdate
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: italic;
    color: #666666;
    text-transform: capitalize;
}
.mainbody .imagefloat
{
    position: absolute;
}
.errormessage
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 22px;
    color: #FFFFFF;
    background-color: #c42434;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 3px;
    font-weight: bold;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    padding-right: 3px;
}
.topbarlogin
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    background-color: #FF4010;
    padding-top: 6px;
}
.imagefloatleft
{
    clear: right;
    float: left;
    padding-right: 18px;
    padding-bottom: 0px;
}
.reguserimage
{
    padding-top: 12px;
    padding-left: 15px;
}
.justinlogo
{
    padding-bottom: 3px;
    padding-left: 15px;
}
.searchword
{
    font-style: italic;
    font-weight: bold;
    color: #c42434;
}
.profilebox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #999999;
    background-color: #FFFFFF;
    padding: 3px;
    clear: none;
    float: left;
    height: 250px;
    width: 250px;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c42434;
    border-right-color: #c42434;
    border-bottom-color: #c42434;
    border-left-color: #c42434;
    text-align: left;
}
.mainbody .profilebox a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px double #c42434;
    background-color: #c42434;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.mainbody .profilebox a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px double #c42434;
    background-color: #c42434;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}
.mainbody .profilebox a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px double #c42434;
    background-color: #C0C0C0;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}
.mainbody .profilebox a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px double #c42434;
    background-color: #c42434;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}
.leftpaneltitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    color: #c42434;
    padding-left: 9px;
    line-height: 18px;
}


.profiletext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.profileimage
{
    clear: none;
    float: left;
    padding-right: 9px;
    padding-top: 3px;
}
.PROFILEleftpanel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #844209;
    background-color: #FF7F00;
    padding-left: 0px;
    background-image: url(Assets/leftpaneltop.gif);
    background-repeat: no-repeat;
    background-position: right top;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
.imagefloatright
{
    clear: none;
    float: right;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 18px;
}
.searchtips
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-color: #FFCF70;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c42434;
    border-right-color: #c42434;
    border-bottom-color: #c42434;
    border-left-color: #c42434;
    vertical-align: middle;
    padding-right: 12px;
}
.archive_expired
{
    font-size: xx-small;
    font-style: italic;
    font-weight: bold;
    color: #ECAE91;
    vertical-align: middle;
    text-transform: capitalize;
}
.verifyexpiry
{
    font-size: xx-small;
    font-style: italic;
    color: #333333;
    vertical-align: middle;
}
.mainbody .results
{
    text-align: justify;
    font-size: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    margin-right: 24px;
    margin-left: 24px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 12px;
}
.manageimages
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #0f277c;
    background-color: #e6ecff;
    padding-left: 6px;
    font-weight: normal;
    border: 1px solid #c42434;
    cursor: hand;
    background-position: center;
}
.manageimagesformfield
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    line-height: 22px;
    color: #000000;
    background-color: #e6ecff;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    font-weight: normal;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-left-width: 12px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    height: 80px;
}
.DisplayLocations
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    line-height: 21px;
    color: #000000;
    background-color: #e6ecff;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 6px;
    font-weight: normal;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-left-width: 12px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    height: 80px;
}
.mainpic
{
    background-color: #FFCF70;
    color: #c42434;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
}
.manageimages2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #FFFFFF;
    background-color: #c42434;
    padding-left: 0px;
    font-weight: bold;
    cursor: hand;
    background-position: center;
    border-top-width: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFCF70;
    border-right-color: #FFCF70;
    border-bottom-color: #FFCF70;
    border-left-color: #FFCF70;
}
.preopulate
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #c42434;
    background-color: #FFCF70;
    padding-top: 6px;
    padding-right: 36px;
    padding-bottom: 6px;
    padding-left: 36px;
}
.profilenameFULL
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #c42434;
    height: 15px;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 3px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #FF7F00;
    border-left-color: #FF7F00;
    padding-top: 3px;
    padding-bottom: 3px;
}
.profilethumb
{
    padding-top: 6px;
    padding-right: 12px;
    padding-left: 0px;
    float: left;
}
.displayprofile
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-color: #FFE7B3;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-right: 6px;
}
.uploadtext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #666666;
    padding-top: 3px;
    padding-right: 36px;
    padding-bottom: 3px;
    padding-left: 6px;
}
.deleteimages
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    background-color: #FF0000;
    padding-left: 0px;
    font-weight: bold;
    cursor: hand;
    background-position: center;
    border-top-width: 6px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFCF70;
    border-right-color: #FFCF70;
    border-bottom-color: #FFCF70;
    border-left-color: #FFCF70;
}
.footnote2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #999999;
}
.Caveats
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #FF0000;
}
.CLOSEPROFILE
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0F277C;
    border-left-width: 12px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    vertical-align: middle;
    line-height: 21px;
}
.CLOSEPROFILE a:LINK
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}
.CLOSEPROFILE a:VISITED
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}
.CLOSEPROFILE a:HOVER
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFCF70;
    text-decoration: underline;
}
.CLOSEPROFILE a:ACTIVE
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}
.opplistingfootnote
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #999999;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
}
.helptext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    background-color: #FFCF70;
    height: 36px;
    width: 765px;
    border: 1px solid #c42434;
    padding-top: 3px;
    padding-right: 14px;
    padding-bottom: 3px;
    padding-left: 14px;
}
.helptext2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    background-color: #c42434;
    height: 36px;
    width: 765px;
    border: 1px solid #c42434;
    padding-top: 3px;
    padding-right: 14px;
    padding-bottom: 3px;
    padding-left: 14px;
    color: #FFFFFF;
}
.max10
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #c42434;
    font-weight: bold;
    margin-bottom: 3px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #FF7F00;
    border-left-color: #FF7F00;
    padding-top: 3px;
    padding-bottom: 3px;
}
.latestupdates
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #c42434;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 3px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #FF7F00;
    border-left-color: #FF7F00;
    padding-top: 3px;
    padding-bottom: 3px;
}
.latestupdates a:link
{
    color: #FFFF00;
    text-decoration: underline;
}
.latestupdates a:visited
{
    color: #FFFF00;
    text-decoration: underline;
}
.latestupdates a:hover
{
    color: #FF4010;
    text-decoration: underline;
}
.latestupdates a:active
{
    color: #FFFF00;
    text-decoration: underline;
}
.regmenu
{
    border-bottom-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
.regmenu a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/RegMenuBG2.gif);
    height: 21px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
}
.regmenu a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/RegMenuBG2.gif);
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
}
.regmenu a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/menuBG_hover.gif);
    height: 21px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
}
.regmenu a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/RegMenuBG2.gif);
    height: 21px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
}
.agentmenu
{
    border-bottom-width: 12px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
.agentmenu a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/agentmenu.gif);
    height: 21px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
}
.agentmenu a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/agentmenu.gif);
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
}
.agentmenu a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #0F277C;
    background-image: url(Assets/menuBG_hover.gif);
    height: 21px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
}
.agentmenu a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(Assets/agentmenu.gif);
    height: 21px;
    width: 72px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    line-height: 18px;
}
.footnote
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 175px;
}
.footnote a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-decoration: underline;
}
.footnote a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-decoration: underline;
}
.footnote a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #7F00FF;
    text-decoration: underline overline;
}
.footnote a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-decoration: underline;
}
.mainfootnote
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 48px;
}
.mainfootnote a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-decoration: underline;
}
.mainfootnote a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-decoration: underline;
}
.mainfootnote a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #7F00FF;
    text-decoration: underline overline;
}
.mainfootnote a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-decoration: underline;
}






.profileimageCopy
{
    clear: none;
    float: left;
    padding-right: 9px;
}
.captchabox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    background-color: #FFFFFF;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    line-height: 18px;
}
.regformfield2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 32px;
    color: #000000;
    background-color: #FFCF70;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 9px;
    font-weight: normal;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-left-width: 18px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    padding-right: 9px;
}
.regformbox2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #666666;
    background-color: #FFFFFF;
    padding-left: 6px;
    border: 1px solid #999999;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    line-height: 30px;
}
.mailinglistreg
{
    background-image: url(Assets/newsletter_reg_box.gif);
    background-repeat: no-repeat;
    height: 288px;
    width: 197px;
    text-align: center;
    margin-left: 6px;
}
.maillist_locate_box
{
    padding-top: 3px;
    padding-left: 6px;
    padding-bottom: 3px;
    margin-top: 220px;
    margin-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
}
.canceltrials a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
.canceltrials a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.canceltrials a:hover
{
    color: #0000FF;
    text-decoration: none;
}
.canceltrials a:active
{
    color: #FFFFFF;
    text-decoration: none;
}
.canceltrials
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 32px;
    color: #FFFFFF;
    background-color: #FF0000;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 9px;
    font-weight: bold;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-left-width: 18px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    padding-right: 9px;
    font-style: italic;
}
.dotlineheading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #FF7F00;
}
.dotlineheadingRED
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFFFFF;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #c42434;
    background-color: #ff7b00;
}
.dotlineheadingSMALL
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #0A43DC;
}
.dotlineheadingArticleSearch
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px dotted #0A43DC;
	background-color: #e6ecff;
}
.dotlineheadingWARNING
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #0A43DC;
    font-weight: bold;
    background-color: #e6ecff;
}
.dotlineheadingSMALL14pxLH
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #FF7F00;
    line-height: 14px;
}

.dotlineheadingVERYSMALL
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 6pt;
    color: #000000;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #FF7F00;
}
.NoViewApp
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0f277c;
	background-color: #FFFFB7;
	font-weight: bold;
	text-align: center;
	border: 1px solid #c42434;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.xsmalldarkgrey16pxlineheight
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 16px;
    color: #666666;
    padding-left: 9px;
}
.xsmallblackbold16pxlineheight
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 16px;
    color: #000000;
    padding-left: 9px;
    font-weight: bold;
}
.PrivacyH1
{
    font-weight: bold;
    color: #c42434;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
}
.privacy
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
}
.boldredheading
{
    color: #c42434;
    font-weight: bold;
}
.profiledisplayfields
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    height: auto;
    width: 400px;
    clear: right;
    float: left;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #FF7F00;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    line-height: 15px;
}
.MP3Title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    height: auto;
    width: 250px;
    clear: right;
    float: left;
    overflow: hidden;
    background-color: #FFF0D2;
    border: 1px solid #FF7F00;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    line-height: 15px;
}
.LocationSelector
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #666666;
    height: auto;
    width: 250px;
    clear: right;
    float: left;
    overflow: hidden;
    background-color: #FFF0D2;
    border: 1px solid #FF7F00;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    line-height: 15px;
}
.warningbox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    background-color: #FFFF66;
    padding: 6px;
    border: 1px dotted #FF0000;
}
.warning
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FF0000;
    border: 1px dotted #FF0000;
    padding: 12px;
}
.thumbBG
{
    background-color: #FFFFFF;
    padding: 3px;
    border: 1px solid #FF7F00;
    margin: 3px;
}
.listingcriteria
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-align: right;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}
.listingrightsplash
{
    background-color: #e6ecff;
    border-left-width: 6px;
    border-left-color: #FFFFFF;
    border-left-style: solid;
    border-right-style: none;
    border-right-color: #FFFFFF;
    padding-left: 9px;
    padding-bottom: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    padding-right: 9px;
    border-top-width: 6px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-width: 0px;
    width: 155px;
}
.newssplash
{
    padding: 9px;
    border: 1px dotted #666666;
    background-color: #FFE9B9;
}
.FormErrors
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: #3366FF;
}
.TabErrors
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: #3366FF;
}
.javaerror
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FF0000;
    background-color: #FFFF00;
    border: 1px solid #FF0000;
}
.profiledisplaybox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
    background-color: #FFFFFF;
    clear: none;
    float: left;
    height: 200px;
    width: 150px;
    padding: 6px;
    text-align: center;
    margin-top: 12px;
    margin-right: 9px;
    margin-bottom: 6px;
    margin-left: 0px;
    border: 1px dotted #c42434;
}
.profiledisplayname
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #c42434;
    height: 15px;
    clear: left;
    float: left;
    font-weight: bold;
    margin-bottom: 3px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #FF7F00;
    border-left-color: #FF7F00;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 140px;
    text-transform: capitalize;
}
.banddisplayname
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #006464;
    height: 15px;
    clear: left;
    float: left;
    font-weight: bold;
    margin-bottom: 3px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #FF7F00;
    border-left-color: #FF7F00;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 140px;
    text-transform: capitalize;
}
.profiledetails
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-align: left;
    margin-top: 12px;
    line-height: 14px;
    padding-left: 6px;
}

.viewprofilelink a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    margin-top: 6px;
}
.viewprofilelink a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    margin-top: 6px;
}
.viewprofilelink a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FF7F00;
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 6px;
}
.viewprofilelink a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    margin-top: 6px;
}



.profileimage
{
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    width: 144px;
    border: 1px dotted #999999;
    height: 85px;
}
.newssplash2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px dotted #c42434;
    padding: 12px;
    clear: right;
    float: left;
    height: auto;
    width: 240px;
    height: 350px;
    margin-right: 24px;
}
.newssplash3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-color: #FFE9B9;
    border: 1px dotted #c42434;
    padding: 12px;
    clear: right;
    float: left;
    height: auto;
    width: 240px;
    height: 350px;
    margin-right: 24px;
}
.InTheNews
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-image: url(Assets/NewsBackground.gif);
    background-repeat: no-repeat;
    width: 550px;
    height: 130px;
    padding-top: 60px;
}
.InTheNews2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-image: url(Assets/NewsBackground2.gif);
    background-repeat: no-repeat;
    width: 550px;
    height: 130px;
    padding-top: 60px;
}
.InTheNews3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-image: url(Assets/NewsBackground3.gif);
    background-repeat: no-repeat;
    width: 550px;
    height: 150px;
    padding-top: 60px;
}
.InTheNews4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-image: url(Assets/NewsBackground4.gif);
    background-repeat: no-repeat;
    width: 550px;
    height: 175px;
    padding-top: 60px;
}

.NewsText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    padding-right: 36px;
    padding-left: 70px;
}
.DoubletakeMessage
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #c42434;
    background-color: #FFFFFF;
}
.DoubletakeMessageRED
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #c42434;
    background-color: #FFFF99;
}
.formlabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #c42434;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}
.ContactFormBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    background-color: #FFFFFF;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    border: 1px solid #CCCCCC;
}

.formlabel_NonMandatory
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
    background-color: #FFCF70;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}
.xsmallc42434
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
}
.messagerow1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-color: #b4c8fe;
    padding: 6px;
}
.messagerow2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-color: #e6ecff;
    padding: 6px;
}
.messagerow3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-color: #E9E9E9;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
}
.messagerow3Mandatory
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    background-color: #E9E9E9;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    font-weight: normal;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #C42434;
}
.messagerowRED
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 6px;
}

.Unread
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #c42434;
}
.mainbodyxsmall
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
}
.BoldRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #c42434;
}
.LiveUnsignedFormFieldMandatory
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #FFFFFF;
    background-color: #c42434;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 3px;
    font-weight: bold;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    padding-right: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.LiveUnsignedFormField
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #FFFFFF;
    background-color: #fe7e00;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 3px;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    padding-right: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.LiveUnsignedFormFieldNonEdit
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #FFFFFF;
    background-color: #999999;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    padding-left: 3px;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    padding-right: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.LiveUnsignedRegFormBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    background-color: #FFFFFF;
    padding-left: 6px;
    border: 1px solid #999999;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
}
.LiveUnsignedFormLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    background-color: #FFFFFF;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
}
.LiveUnsignedFootnote
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #999999;
    padding-top: 9px;
}
.LiveUnsignedFormBorder
{
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border: 1px dotted #999999;
}
.headline
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    border-bottom-style: dotted;
    border-top-style: none;
    border-right-style: none;
    margin-bottom: 12px;
    border-bottom-width: 1px;
    border-bottom-color: #0A43DC;
    background-color: #E6ECFF;
}
.headlinetitle a:link
{
    color: #000000;
    text-decoration: none;
}
.headlinetitle a:visited
{
    color: #000000;
    text-decoration: none;
}
.headlinetitle a:hover
{
    color: #c42434;
    text-decoration: underline;
}
.headlinetitle a:active
{
    color: #000000;
    text-decoration: none;
}

.headlinetitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 0px;
    margin-bottom: 3px;
    background-color: #E6ECFF;
    padding-top: 6px;
    font-weight: bold;
    border-top-width: 1px;
    border-top-style: dotted;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #FFD073;
    text-transform: uppercase;
}
.MarchMadness
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    text-align: left;
}
.news2008
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(Assets/NewsBackground2008W.gif);
    padding-top: 6px;
    padding-right: 30px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: x-small;
    background-repeat: no-repeat;
    background-position: left top;
    width: 380px;
    text-align: left;
}
.homepagenews
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #000000;
    text-align: left;
}
.newsiconfloatleft
{
    clear: right;
    float: left;
    padding-right: 6px;
    padding-bottom: 2px;
}
.talentdirectory
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(Assets/talentdirectorybackground.gif);
    padding-top: 48px;
    padding-right: 42px;
    padding-bottom: 12px;
    padding-left: 16px;
    font-size: x-small;
    background-repeat: no-repeat;
    background-position: 4px top;
    width: 160px;
    margin-left: 12px;
    text-align: left;
    line-height: 14px;
}
.talentdirectory a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #0c277b;
    text-decoration: none;
    font-weight: bold;
}
.talentdirectory a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #0c277b;
    text-decoration: none;
    font-weight: bold;
}
.talentdirectory a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
    text-decoration: underline;
    font-weight: bold;
}
.talentdirectory a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #0c277b;
    text-decoration: none;
    font-weight: bold;
}

.numresults
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #c42434;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #FF7F00;
    line-height: 14px;
    text-align: center;
}
.talentsearch
{
    line-height: 21px;
}
.TabbedPanelsFormLabelNonMandatory a
{
    text-decoration: none;
}
.TabbedPanelsFormLabel a
{
    text-decoration: none;
}
.agentslisted
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #FF7B00;
    text-align: center;
    padding: 9px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #c42434;
    border-right-color: #c42434;
    border-bottom-color: #c42434;
    border-left-color: #c42434;
}
.strongagents
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #11297D;
}
.Header1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    background-image: url(Assets/MCHeaderLeft.gif);
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    font-weight: bold;
}
.Header2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    background-color: #11297D;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    font-weight: bold;
}
.Header3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    background-color: #11297D;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    font-weight: bold;
}
.Header5
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    background-color: #11297D;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
}
.ShowOffField
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
    text-align: left;
    vertical-align: middle;
    background-color: #FFFFFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
}
.row1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    background-color: #E9E9E9;
    padding-top: 9px;
    padding-right: 6px;
    padding-bottom: 9px;
    padding-left: 6px;
    border-right-width: 1.5px;
    border-left-width: 1.5px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-style: none;
    border-bottom-style: none;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
}
.Header4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    background-image: url(Assets/MCHeaderRight.gif);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    font-weight: bold;
    background-position: right;
}
.row2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    background-color: #F7f7f7;
    padding-top: 9px;
    padding-right: 6px;
    padding-bottom: 9px;
    padding-left: 6px;
    border-right-width: 1.5px;
    border-left-width: 1.5px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-style: none;
    border-bottom-style: none;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
}
.row1a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    background-color: #E9E9E9;
    padding-top: 9px;
    padding-right: 6px;
    padding-bottom: 9px;
    padding-left: 18px;
    border-right-width: 1.5px;
    border-left-width: 1.5px;
    border-right-style: solid;
    border-left-style: solid;
    font-weight: bold;
    border-top-style: none;
    border-bottom-style: none;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
}
.row2a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    background-color: #F7F7F7;
    padding-top: 9px;
    padding-right: 6px;
    padding-bottom: 9px;
    padding-left: 18px;
    border-right-width: 1.5px;
    border-left-width: 1.5px;
    border-right-style: solid;
    border-left-style: solid;
    font-weight: bold;
    border-top-style: none;
    border-bottom-style: none;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
}
.row1HL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFF99;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 9px;
	padding-left: 6px;
	border-right-width: 1.5px;
	border-left-width: 1.5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.row2HL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFF00;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 9px;
	padding-left: 6px;
	border-right-width: 1.5px;
	border-left-width: 1.5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.textonly
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    text-align: justify;
    background-color: #F5EFE9;
    border: 1px solid #EDE0D3;
}
.FormFieldPlain
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
}
.CCConfirmation
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #666666;
}
.PaymentBreadcrumb
{
    padding-right: 3px;
    padding-left: 9px;
}
.workareatext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #FF0000;
    padding-top: 9px;
    padding-bottom: 9px;
}
.ApplyOnLine
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #0F277C;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #0f277c;
    background-color: #FFFFA4;
}
.ApplyOnceOnly
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FF0000;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border: 1px dotted #FF0000;
    background-color: #FFFFA4;
}
.htmenu
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #c42434;
}
.htmenu a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #c42434;
    text-decoration: none;
}
.htmenu a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #c42434;
    text-decoration: none;
}
.htmenu a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #0F277C;
    text-decoration: underline;
}
.htmenu a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #c42434;
    text-decoration: none;
}
.LightboxProfileImage
{
    height: 60px;
    clear: both;
    float: left;
    padding-bottom: 12px;
    width: 84px;
}
.LightboxProfileContainer
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 6pt;
    color: #000000;
    padding: 6px;
    border: 1px dotted #FF7F00;
    height: 135px;
    width: 95px;
    clear: none;
    float: left;
}
.LightboxProfileDetails
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #000000;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 6px;
    text-align: left;
    line-height: 18px;
}
.LightboxProfileDetails a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #c42434;
    font-weight: bold;
    text-decoration: none;
}
.LightboxProfileDetails a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #c42434;
    font-weight: bold;
    text-decoration: none;
}
.LightboxProfileDetails a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #0f277c;
    font-weight: bold;
    text-decoration: underline;
}
.LightboxProfileDetails a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #c42434;
    font-weight: bold;
    text-decoration: none;
}

.LightboxSelectAll
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: bold;
    color: #0f277c;
    text-align: left;
    list-style-type: none;
    vertical-align: middle;
}
.LightboxSelector
{
    vertical-align: text-top;
    padding-top: 6px;
    padding-bottom: 6px;
}
.SearchFormLabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #11297D;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-left: 6px;
	vertical-align: baseline;
	font-weight: bold;
}
.DLH_RedText
{
    color: #0f277c;
}

