﻿body
{
	background-color: #ffffff;
	font: 10pt Verdana,Arial;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*////////////////////////////
///// Master Page Header /////
////////////////////////////*/
#menu_table
{
	display:none;
}

#noMenu_table
{
	width:100%;
	display:none;
}

#header_ext1
{
	background-image: url(../Images/banner_r2_ext.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.menu_ext2
{
	background-color:#7d8799;
	width:60%;
	padding:4px;
}

.header_menu
{
	padding:5px 10px 8px 10px;
	color:White;
	font-size:10px;
	text-align:center;
}

.header_menu_color
{
	background-color:#8798b4;
	cursor:default;	
}

.menuItemHome_color
{
	background-color:#fd8f45;
	cursor:pointer;
}

.menuItemResources_color
{
	background-color:#a4c97f;
	cursor:pointer;
}

.menuItemNews_color
{
	background-color:#cc3333;
	cursor:pointer;
}

.menuItemAdmin_color
{
	background-color:#fed858;
	cursor:pointer;
}

.menuItemLogin_color
{
	background-color:#9dadce;
	cursor:pointer;
}

/*//////////////////////
///// Sign Up Form /////
//////////////////////*/
.partners_bg
{
	background-color:#9d94b4;
}

.table_signIn
{
	margin-top:10px;
	margin-left:80px;	
}

.formFields
{
	width:170px;	
}

.formDropDowns
{
	width:176px;	
}

.highlightInvalid
{
	background-color:Red;
}

/*///////////////////
///// Resources /////
///////////////////*/
.resources_bg
{
	background-color:#a4c97f;
}

.resource_table
{
	font-size:11px;
	margin-left:80px;
	margin-top:20px;
}

.resource_files
{
	font-size:12px;
	font-weight:bold;
	margin:5px 0 5px 10px;	
}
.resource_title
{
	color:#6b8ec6;
}
/*//////////////
///// News /////
//////////////*/
.news_bg
{
	background-color:#cc3333;
}

.newsTeaser
{
	font-size:11px;
	margin-left:80px;
	margin-top:20px;
}

.link_indicator
{
	color:#7d8799;
}

.newsLink
{
	width:300px;
	color:#6b8ec6;
	text-decoration:none;	
}

.newsContent
{
	margin-left:80px;
	margin-top:10px;
	display:none;
	width:55%;	
	font-size:11px;
}

.PageSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6b8ec6;  /* #333333*/
}

.pressroomHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B7689;

} 

/*///////////////
///// Leads /////
///////////////*/
.leads_bg
{
	background-color:#fd8f45;
}

/*///////////////
///// Admin /////
///////////////*/

.admin_bg
{
	background-color:#fed858;	
}

/*///////////////
///// Approvals /////
///////////////*/

.approvals_bg
{
	background-color:#9dadce;	
}


/*////////////////
///// Common /////
////////////////*/
.topic_header
{
	color:White;
	font-size:16px;
	font-weight:bold;
	padding:9px 0 9px 20px;
	width:100%;
}

.topic_header_ext
{
	background-color:#999999;
	width:40%;
}

.note
{
	font-size:10px;	
}

.required
{
	color:Red;	
}

.welcome
{
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	width:400px;	
}

.welcome_normal
{
	margin: 8px 0 8px 0;
	font-size:12px;
	font-weight:normal;	
}

.welcome_separator
{
	margin:15px 0 8px 0;	
}

.form_separator
{
	border:1px solid #9d94b4;	
}

.italic
{
	font-style:italic;	
}

.underline
{
	text-decoration:underline;	
}

.requiredField
{
	border:1px solid red;	
}
.anchor_link
{
	cursor:hand;
	font-weight:normal;
	font-size:12px;
	color:Black;
}


