﻿
img
{
    border: 0;
}
body, img, form, div, span, table
{
    padding: 0;
    margin: 0;
    font-family: sans-serif,Helvetica,Arial;
}
#logo
{
    background-image: url('Images/Logo.gif');
    float: left;
    width: 750px;
    height: 69px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.lblHello
{
    font-family: sans-serif,Helvetica,Arial;
    font-size: 14px;
    font-weight: bold;
    color: #363636;
}

#loginLnk
{
    color: #008AB0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
}

.signUp
{
    float: right;
    margin-top: 10px;
    font-size: 12px;
    width: 60%;
    text-align: right;
}
a
{
    color: #008AB0;
    font-weight: 400;
    font-family: sans-serif,Helvetica,Arial;
}
#spanStart
{
    font-size: 12px;
    font-family: sans-serif,Helvetica,Arial;
    background-image: url('Images/iconArrowBlue.png');
    background-repeat: no-repeat;
    font-weight: 400;
    color: #707173;
    text-align: right;
    float: right;
    width: 45%;
    margin-top: 10px;
    margin-left: 0px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: White;
    font-size: medium;
    padding: 10px;
    width: 300px;
    font-family: sans-serif,Helvetica,Arial;
}
.signIn
{
    height: 22px;
    padding-left: 20px;
    cursor: pointer;
    padding-top: 5px;
    width: 95px;
    float: left;
}

.btnCancel
{
    background-image: url('Images/btnCloseInActive.png');
    width: 15px;
    height: 19px;
    display: block;
}

#login
{
    float: right;
    width: 203px;
    margin-right: 10px;
}
#headerDivider
{
    background: transparent url(Images/bgBorderHeader.png) repeat-x scroll 0 100%;
    clear: both;
    height: 3px;
    text-indent: -999.9em;
    width: 100%;
    position: relative;
    top: 30px;
}
*:first-child + html #headerDivider
{
    top: 35px;
}
* html #headerDivider
{
    top: 35px;
}
#divider
{
    background: transparent url(Images/Divider.png) repeat-y scroll 0 100%;
    width: 3px;
    height: auto;
    float: left;
}
#tabs div
{
    width: 120.4px;
    float: left;
    background-color: #008AB0;
    color: White;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border: solid 2px #00b1e6;
    border-bottom-width: 4px;
    font-size:12px;
}
#tabs span
{
    width: 120.4px;
    float: left;
    color: White;
    text-align: center;
    padding: 6px 0px 10px 0px;
    border-bottom: solid 4px #00b1e6;
    height: 22px;
    height: 21px !IE;
}
#tabs div:hover
{
    width: 119.5px;
    float: left;
    background-color: #66c6e1;
    color: White;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border: solid 2px #00b1e6;
    border-bottom-width: 4px;
    cursor: pointer;
}

#tabsContent div
{
    width: 119.4px;
    float: left;
    padding: 10px 0px 10px 0px;
    border: solid 4px #00b1e6;
    border-top-width: 0px;
    font-size: 12px;
}
#tabsContent div a
{
    width: 100%;
    margin: 5px;
}
#tabsContent div a:hover
{
    background-color: #008AB0;
    color: White;
}

.tabsInitialVisibility
{
    display: none;
    z-index: 100;
    background-color: White;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}
.tabsFinalVisibility
{
    display: block;
}
.contentHolderPadding
{
    padding-top: 100px;
}

.changePasswordLabel
{
    font-family: sans-serif,Helvetica,Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    width: auto;
}
