﻿/* override default values here */

.ResellerBanner 
{
    
    background-color:white;
}
.ResellerLoginBox
{
    width:650px;
    height: 250px;
    background-color:#E89D00;
    border: 1px solid #000000;
    margin: 0 auto;
}
.ResellerLogin 
{
    margin: 20px 50px;
}
.ResellerLoginText
{
    color:White;
    text-align:right;
    padding-left:40px;
    padding-top:10px;
}
.ResellerLoginErrorText
{
    color:white;
    font-weight:bold;

}
.linkText
{
    color:#006FBA;
}
.linkText a:visited
{
    color:#006FBA;
}

.dashBoardHeader    /* Dashboard Header that appears above the Job Summary */
{

    color:#ffffff;              /* text color */
}
.cpHeader           /* collapsible panels that appear on the Reseller Summary Page (one per Reseller client) */
{
    color: red;               /* text color */
    background-color: #812A90; 
    background-image: none; 
}
.menu               /* Main Navigation Menu */
{
    background-color:#E89D00;  
}
.menu li a          /* Main Navigation Menu Links */
{
    color: #ffffff;
}
.menu li a:hover    /* Main Navigation Menu Links with hover (mouseover) */
{
    color: #999999;
}
.wizardTopCoBrand   /* Top portion of the Create Campaign Wizard */
{
    background-color:#0053a1;
}

/* Sample Colors: */
/* purple #812A90  */
/* maroon  #B72851 */