@import 'text.css';
@import 'home.css';
@import 'radmenu.css';
@import 'admin.css';
@import 'contactform.css';
@import '../c2c-button.css';
@import '../css-button.css';
@import 'registration.css';
@import '../960_80_col.css';
@import '_marketing_overides.css';

/*---- Header ----*/
.header
{
    background: url(../../images/header-bg-repeat.png) repeat-x 0 -1px;
    height: 40px;
    /*width: 100%;*/
}
.header-middle
{
    margin: 0px auto;
    width: 990px;
}
.header-middle-logo
{
    float: left;
    margin-left: 23px;
    margin-top: 22px;
}
.header-middle-right
{
    float: right;
    height: 149px;
    margin-right: 10px;
    position: relative;
    width: 650px;
}
.header-middle-right-links
{
    color: #7a7a7a;
    float: left;
    padding-left:90px;
    margin-right: 24px;
    margin-top: 14px;
}
.header-middle-right-links a
{
    color: #7a7a7a;
}
.header-middle-right-login
{
    color: #7a7a7a;
    float: right;
    margin-right: 24px;
    margin-top: 14px;
    padding-top: 20px;
}
.header-middle-right-menu
{
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 662px;
}
.header-middle-right-menu-float
{
    float: right;
}

/*---- Content ----*/
.content
{
    height: 100%;
    width: 100%;
}
.content-login
{
    height: 100%;
    margin: 0px auto;
    text-align: right;
    width: 990px;
}
.content-pane
{
    height: 100%;
    margin: 0px auto;
    width: 990px;
}
.how-it-works-image
{
    margin-top: -14px;
}
form p
{
    font-size: 12px;
    margin-bottom: 14px;
}
.content-title-wrap
{
    background: url(../../images/content-title-bg-repeat.png);
    height: 129px;
    margin-top: -28px;
    text-align: center;
    width: 100%;
}
.content-title
{
    color: #fff;
    margin: 0 auto;
    text-align: left;
    width: 990px;
}
.content-header-container-title h2
{
    color: #e16d1a;
    font-family: Arial Black, Arial;
    font-weight: bold !important;
    margin: 0px;
    padding: 0px;
    padding-top: 9px;
}
.content-header-container-title-h2
{
    color: #e16d1a;
    margin: 0px !important;
    padding: 0px !important;
}
.content-title-wrap p
{
    font-size: 16px;
    line-height: 23px;
}
.content-title a, .content-title a:visited
{
    color: #e16d1a;
}
.content-bottom
{
    margin-top: 21px;
}
/*---- Footer ----*/
.footer
{
    background: url(../../images/footer-bg-repeat.png) repeat-x;
    height: 132px;
    width: 100%;
}
.footer-middle
{
    height: 132px;
    margin: 0px auto;
    width: 990px;
}
.footer-content
{
    color: #fff;
    float: left;
    margin-top: 4px;
    width: 770px;
    margin-left: 160px;
}
.footer-content-column
{
    float: left;
    width: 130px;
    margin-right: 30px;
}
.footer-company-1
{
    margin: 0 0 0 -36px;
}
.footer-company-2
{
    margin: -68px 0 0 40px;
}
#footer-content-column-c2c
{
    width: 290px;
    margin: 0;
}
.footer-content-column ul
{
    font-size: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-content-column li
{
    background: url(../../images/footer-arrow-gray.png) no-repeat center left;
    font-size: 12px;
    padding-left: 9px !important;
}
.footer-content-column a
{
    border-bottom: dotted 1px #888;
    color: #e1e1e1;
}
.footer-content-column a:link
{
    border-bottom: dotted 1px #888;
    color: white;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
}
.footer-content-column a:hover
{
    border: none;
    text-decoration: underline;
}
.footer-login-link, a.footer-login-link, .footer-login-link:hover, .footer-login-link:link
{
    color: #123362;
    float: left;
    font-size: 1px;
    line-height: 1px;
}
.sources-list
{
    font-size: 14px;
    padding-bottom: 40px;
}

/* Images */
img
{
    border: none;
}


/*-- Miscellaneous --*/
.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.RadForm_Telerik.rfdButton input.rfdDecorated[type="button"], 
.RadForm_Telerik.rfdButton input.rfdDecorated[type="reset"], 
.RadForm_Telerik.rfdButton input.rfdDecorated[type="submit"], 
.RadForm_Telerik.rfdButton .rfdSkinnedButton button
{
    background: url(../../images/radform-login-bg.png) no-repeat left top;
    }
 
.RadForm_Telerik.rfdButton input.rfdDecorated:hover[type="button"], 
.RadForm_Telerik.rfdButton input.rfdDecorated:hover[type="reset"], 
.RadForm_Telerik.rfdButton input.rfdDecorated:hover[type="submit"], 
.RadForm_Telerik.rfdButton .rfdSkinnedButton button:hover
{
    background: url(../../images/radform-login-bg.png) no-repeat left -21px ;
     color:White !important;
     font-weight:bold !important;
}
.RadForm_Telerik.rfdButton a.rfdSkinnedButton
{
    background: url(../../images/radform-login-right-bg.png) no-repeat right top;
   
}

.RadForm_Telerik.rfdButton a.rfdSkinnedButton:hover
{
    background: url(../../images/radform-login-right-bg.png) no-repeat right -21px;
}


.contactUsLabel
{
    text-align:right;   
}

.contactUsInput
{
    text-align:left;
}
