												/*============== Agency Stylesheet ==============
 * Client: Default Agency Theme (for users who do not have an agency.)
 * Date: 9/6/2010
 *===============================================*/

/*============== Application Main Font Styling ==============*/
body {
	color:#333;
}
a {
	color:#0189DF;
}
a:hover{

}

/*============== Application Login Page ==============*/
.loginBody { /*Background color of the login page.*/
	background:none #F1F1F1;
}
.loginBox { /*Background and border for the login box.*/
	border:1px solid #333;
	background-color:#100A6E;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.loginBox .LoginError { /*The color of the error message.*/
	background-color:#CCC;
	color:#990000;
}

.loginBox .loginForm { /*The grey bar under the logo.*/
	border-top:5px solid #666;
}

.loginBox .loginFieldCase .loginLabel { /*The color of the labels on the login screen.*/
	color:#333;
}

/*============== Application Header ==============*/
.Header { /*The solid header color. and the grey line below it.*/
	background: none repeat scroll 0 0 #0F0A6D;
	border-bottom: 7px solid #017E6F;
        overflow: hidden;
        height: 97px;
}
.MenuText { /*Used: You are logged in as...*/
	color:#7CACDA;
}
.textlinks a, .textlinks a.MenuText { /*Used: Help | Logout...*/
	color:#FFF;
}
.textlinks a:hover, .textlinks a.MenuText:hover { /*Used: Help | Logout...*/
	color:#FFF;
}

/*============== Application Content Area ==============*/
.ContentContainer { /*The main page background.*/
	background:url("../../../images/gradient.jpg") repeat-x scroll 0 0 #FFFFFF;
}
.BodyContainer { /*The content area*/
	background-color: #FFF;
	border: 1px solid #DDDDDD;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.PageHeader h1, .PageHeader h1 a { /*The Main Page Header. Used: Home*/
	color:#0F0A6D;
}

/*============== AdvisorNet Agency ===============*/
.sideBox h3, .sideBox ol, .sideBox em, .lightBlueLink {
        display:none;
}			
