																																																																								/*============== Agency Stylesheet ==============
 * Client: Default Agency Theme (for users who do not have an agency. This also coveres the super admin.
 * Date: 6/2/09
 *===============================================*/

/*============== Application Main Font Styling ==============*/
body, ul, a {
	color:#676767;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;

}

/*============== Application Login Page ==============*/
.loginBody { /*Background color of the login page.*/
	background-color:#000000;
}
.loginBody #loginBox { /*Background and border for the login box.*/
	background-color:#000000;
	border:1px solid #333333;
        -moz-border-radius:12px;
     	-webkit-border-radius:12px;
}
.loginBody #needAccount, .loginBody #haveAccount, .loginBody #compatibility { /*Used to color the text below the login box.*/
	color:#666666;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}
.loginBody #needAccount a { /*Used: Get your own account | Forgot Password?...*/
	color:#666666;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}
.loginBody .loginBox td, .loginBody .login_txt { /*Used to color the forum labels inside the login box.*/
	color:#676767;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}
.loginBody .LoginError{ /*The color of the error message.*/
	color:#FFFFFF;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}
.loginBody .message { /*The Error message background color on the login screen.*/
	background-color:#3C8DCE;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}

/*============== Application Header ==============*/
.Header { /*The solid header color.*/
	background-color: #000000;
}
.MenuText { /*Used: You are logged in as...*/
	color:#7CACDA;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}
.textlinks a { /*Used: Home | My Account...*/
	color:#FFFFFF;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}

/*============== Application Navigation ==============*/
#headerMenu li.dropdown { /*Used: Contact Lists, Contacts...*/
	background-color:#0189DF;
}
#headerMenu li.dropdown .mainNav { /*Used: Contact Lists, Contacts...*/
	color:#FFFFFF;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
#headerMenu ul li ul, #headerMenu ul li ul li, #headerMenu li li a { /*Used: View Contact Lists, Create a Contact List...*/
	background-color:#0189DF;
}
#headerMenu li li a { /*Used: View Contact Lists, Create a Contact List...*/
	color:#FFFFFF;
}
#headerMenu li li a:hover { /*Used: View Contact Lists, Create a Contact List...*/
	color:#FFFFFF;
background-color:#0679BD;

}
.menuBar { /*The border below the navigation.*/
	border-bottom:7px solid #0189DF;
}

/*============== Application Content Area ==============*/
.ContentContainer { /*The main content area.*/
	background-color:#FFFFFF;
	border:1px solid #CFCFCF;
-moz-border-radius:12px;
     	-webkit-border-radius:12px;
}
.Heading1 { /*The Main Page Header. Used: My Account*/
	color:#FF6600;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}
.Heading1 a { /*Hyperlinks in the main page header.*/
	color:#008CE1;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}
.Heading1 .IntroMessage .lightBlueLink a, .lightBlueLink { /*The sub headers on the homepage.*/
	color:#008CE1 !important;
font-family: Segoe UI,Arial,Verdana,Helvetica,sans-serif;
}

#headerMenu ul li ul li.bar
{
   background:none:
}
/*=================================== DO NOT TOUCH BELOW! ===================================*/
/*============== Application Extras. These are used to hide background images. ==============*/
#headerMenu li.dropdown, #headerMenu li li a.menu_mnuStats {background-image:none;}			