
/***** Standard Portal Styles *****/
body {
	background: #DDDDDD url(../images/backgrounds/bg_main.jpg) repeat-x top center;
	color: #555555;
	/*color: #5B5B5B;*/
	font-family : Arial, Helvetica, Verdana, sans-serif;	font-size: 12px;
	margin: 0 auto;
	line-height : 18px;
}

a {
	/*color: #666666;*/
	color: #000369;
	/*color: #0005D7;*/
	text-decoration: none;
}
a:hover {
	/*color: #BED600;*/
	color: #000369;
	/*color: #0005D7;*/
	text-decoration: underline;
}
a:visited {
}

div.left {
	float: left;
}
div.right {
	float: right;
}
div.clear {
	clear: both;
}

div.skill_group 
{
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    margin: 0 20px 8px 20px;
    padding: 3px 3px 3px 3px;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height : 26px;
	padding: 0 0 12px 0;
	margin: 0;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height : 15px;
	padding: 18px 0 8px 0;
	margin: 0;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height : 17px;
	padding: 8px 0 8px 0;
	margin: 0px;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height : 19px;
	padding: 8px 0 8px 0;
	margin:0;
}
h5 {
	color: #313131;
	font-size: 10px;
	margin: 0 0 5px 0;
}

img {
	border: 0;
}
img.resource_link_border {
	margin: 5px 0 5px 0;
}

p {
	margin: 0 0 10px 0;
}

span.required_field {
	color: #FF0000;
	font-weight: bold;
}
span.peer1_green {
	color: #85AD05;
}

#TermsOfService {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 8px;
}

ul {
	margin: 5px 0 5px 0;
	padding: 0 0 0 20px;
}
li {
	list-style-image: url(../images/bullet.gif);
}

li.tos {
	list-style-image: none;
}

/*-- Recover Password Table --*/
#recover_password_table {
	width: 275px;
}

/*-- Change Password Table --*/
#change_password_table {
	width: 500px;
}

/*-- Basic Data Table --*/
table.basic_table {
	margin: 5px 0;
	width: 100%;
}
th.basic_th {
	background: #AAAAAA;
	padding: 3px 4px;
	text-align: left;
}
tr.basic_tr_odd {
	background: #EAEAEA;
}
tr.basic_tr_odd:hover {
	background: #E7F0EF;
}
tr.basic_tr_even {
	background: #CCCCCC;
}
tr.basic_tr_even:hover {
	background: #E7F0EF;
}
td.basic_td {
	padding: 3px 4px;
}

/*-- Partner Leads Table --*/
#partner_leads_table {
}
tr.partner_leads_header_row {
	text-align: left;
}
th.partner_leads_header_cell {
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 4px;
}
tr.partner_leads_data_row_odd {
	background: #EAEAEA;
}
tr.partner_leads_data_row_odd:hover {
	background: #E7F0EF;
}
tr.partner_leads_data_row_even {
	background: #CCCCCC;
}
tr.partner_leads_data_row_even:hover {
	background: #E7F0EF;
}
#partner_leads_table .partner_leads_data_cell_left {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 4px;
}
#partner_leads_table .partner_leads_data_cell_middle {
	border-bottom: 1px solid #000000;
	padding: 4px;
}
#partner_leads_table .partner_leads_data_cell_right {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 4px;
}
#partner_leads_table a {
}
#partner_leads_table a:hover {
}
#partner_leads_table a:visited {
}

/***** Registration Table Styles *****/
/*-- Application Type Table --*/
#registration_application_type_table {
	margin: 0 0 10px 0;
	width: 100%;
}

/*-- Contact Data Table --*/
#registration_contact_data_table {
	xborder-top: 1px solid #CCCCCC;
	margin: 0 0 0 0;
	xwidth: 100%;
}

#registration_contact_data_table td.section_header {
	font-size: 14px;
	font-weight: bold;
}

/*-- More Information Table --*/
#registration_more_information_table {
	xborder-top: 1px solid #CCCCCC;
	margin: 15px 0 0 0;
	width: 100%;
}
#registration_more_information_table td.section_header {
	font-size: 14px;
	font-weight: bold;
}

/*-- Submit Table --*/
#registration_submit_table {
	margin: 15px 0 0 0;
	width: 100%;
}

/*-- Login Table Styles --*/
#UnAuth_login_table {
	margin: 5px 0 0 0;
padding: 5px 0 0 0;
	width: 100%;
}
#UnAuth_login_table td {
	padding: 0 0 8px 0;
}
#UnAuth_login_table span.message {
}
#UnAuth_login_table span.field_label {
	font-weight: bold;
}
#UnAuth_login_table input.textbox {
	background: #FFFFFF;
	border: 1px solid #C7C7C7;
	width: 198px;
margin: 0px;
}
#UnAuth_login_table input.checkbox {
}

/*-- Forgot Password Table Styles --*/
#UnAuth_forgot_password_table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
#UnAuth_forgot_password_table span.message {
}
#UnAuth_forgot_password_table input.textbox {
	background: #FFFFFF;
	border: 1px solid #C7C7C7;
	width: 198px;
}

/*-- Global Styles --*/
#Global_overall_wrapper {
	border-top: 5px solid #4F4F4F;
}
#Global_topmost_logos {
	float: right;
	height: 23px;
}
#Global_main_wrapper {
	margin: 0 auto;
	width: 960px;
}
#Global_header_wrapper {
	height: 73px;
	padding: 17px 0 0 0;
	width: 960px;
}
div.Global_navigation {
	background: #F1F0EC url(../images/backgrounds/bg_navigation.jpg) repeat-x;
	width: 960px;
}
#Global_content_wrapper {
	margin: 5px 0 0 0;
	width: 960px;
}
#Global_footer_wrapper {
	font-size: 9px;
	margin: 5px 0 10px 0;
	width: 960px;
}
#Global_footer_copyright {
	float: left;
	height: 26px;
	padding: 21px 0 0 0;
}
#Global_footer_twitter {
	float: left;
	height: 26px;
	padding: 21px 0 0 5px;
}
#Global_footer_partners {
	float: right;
	height: 47px;
}

/*-- Component Art --*/
.TreeViewHeaderNode {
 	padding: 0 0 0 3px;
}
.NavigationCustomTemplateHeader {
	color: #666666;
	cursor: pointer;
	font-weight: bold;
}
.NavigationCustomTemplateContent {
	white-space: normal;
	width: 700px;
}
.NavigationCustomTemplateContent p {
	white-space: normal;
}

/*-- UnAuthenticated Home Page Styles --*/
#UnAuthHome_banner {
}
#UnAuthHome_content {
	background: #FFFFFF;
	padding: 5px 0 6px 0;
}
#UnAuthHome_left_content
{
	float: left;
	margin: 1px 0 0 0;
	padding: 0 5px;
	width: 567px;
}
#UnAuthHome_right_content
{
	float: left;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
}

/*-- PEER 1 UnAuthHome Styles --*/
#UnAuthHome_LatestNews {
	background: #D2D2D2;
	height: 29px;
	width: 567px;
}
#UnAuthHome_LatestNewsContent {
xborder: 1px solid red;
	color: #231698;
	float: left;
	height: 24px;
	padding: 5px 0 0 5px;
	white-space: nowrap;
	width: 441px;
}
#UnAuthHome_LatestNewsContent a {
	color: #231698;
}
#UnAuthHome_PortalContent {
	background: #FFFFFF url(../images/backgrounds/bg_unauth_content.jpg) no-repeat;
	padding: 10px 20px 0 20px;
	width: 527px;
}
#UnAuthHome_LoginHeader {
	background: #D2D2D2;
	width: 378px;
}
#UnAuthHome_LoginSection {
	background: #FFFFFF url(../images/backgrounds/bg_login.jpg) no-repeat;
background-color: #d3d3d3;
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 15px;
	width: 358px;
}
#UnAuthHome_ForgotPasswordSection {
	background: #E8E8E8;
	padding: 10px 5px 15px 15px;
	width: 358px;
	xheight: 100px;
	margin: 0 0 5px 0;
}
#UnAuthHome_WelcomeImage {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}
#UnAuthHome_SuggestionBox {
	background: #E8E8E8;
	padding: 5px 5px 10px 15px;
	width: 358px;
}



/* UnAuthenticated SubPage Styles */
#UnAuthSub_banner {
}
#UnAuthSub_content {
	background: #FFFFFF;
	padding: 20px 10px 30px 10px;
}
#UnAuthSub_left_content
{
	float: left;
	margin: 1px 0 0 0;
	padding: 0 10px;
	/* width: 720px; */
	width: 920px;
}
#UnAuthSub_right_content
{
	display: none;
	float: left;
	margin: 1px 0 0 0;
	padding: 0;
	/* width: 200px; */
	width: 0;
}

/*-- Benefits Table --*/
#benefits_table {
}

#benefits_table th {
	xbackground: #BCCF11;
	border-bottom: 1px solid #666;
	color: #000000;
}

#benefits_table td.category_row {
	background: #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

#benefits_table .left {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px 3px 3px 10px;

}
#benefits_table .center {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	xborder-top: 1px solid #ccc;
	padding: 2px;
	text-align: center;
}
#benefits_table .right {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	xborder-top: 1px solid #ccc;
	padding: 2px;
	text-align: center;
}



/*-- Authenticated Home Page Styles --*/
#AuthHome_banner {
}
#AuthHome_content {
xborder: 1px solid green;
	background: #FFFFFF;
	padding: 0 0 10px 0;
	width: 960px;
}
#AuthHome_left_wrapper {
xborder: 1px solid black;
	background: #FFFFFF url(../images/backgrounds/bg_auth_content.jpg) no-repeat;
	float: left;
	width: 572px;
}
#AuthHome_left_level {
	float: left;
}
#AuthHome_level_contact {
	float: right;
	font-size: 18px;
	font-weight: bold;
	height: 65px;
	padding: 30px 45px 0 0;
	text-align: right;
}
#AuthHome_left_content {
	padding: 15px 20px 0 20px;
	width: 532px;
}
/*#AuthHome_main_content {
	background: #FFFFFF url(../images/backgrounds/bg_auth_content.jpg) no-repeat;
	float: left;
	padding: 0 10px;
	width: 552px;
}*/
#AuthHome_right_wrapper {
	background: #D3D3D3 url(../images/backgrounds/bg_auth_news.jpg) no-repeat;
	float: left;
	margin: 6px 0 0 5px;
	width: 378px;
}
#AuthHome_right_wrapper_promos {
	float: left;
	margin: 10px 0 0 5px;
	padding: 0 10px 0 10px;
	width: 363px;
}
#AuthHome_right_content {
	padding: 0 5px 5px 0;
	width: 363px;
}
#AuthHome_NewsContent {
	min-height: 93px;
	padding: 10px 10px 0 10px;
	width: 358px;
}
#AuthHome_NewsContent h2 {
	xcolor: #85AD05;
	xfloat: left;
	font-size: 12px;
	xpadding: 2px 0 0 0;
	margin: 0 0 5px 0;
}
#AuthHome_NewsContent a {
	xcolor: #85AD05;
}
#AuthHome_NewsContent p {
	clear: both;
	margin: 0 0 5px 25px;
}
#AuthHome_NewsContent img {
	float: left;
	margin: 0 5px 0 0;
}

/*-- Authenticated SubPage Styles --*/
#AuthSub_banner {
}
#AuthSub_content {
	background: #FFFFFF;
	padding: 0 0 10px 0;
}
#AuthSub_left_content {
	float: left;
	padding: 10px 0 0 10px;
	width: 190px;
}
#AuthSub_main_content {
	background: #FFFFFF url(../images/backgrounds/bg_auth_sub_content.jpg) no-repeat top right;
	float: left;
	padding: 5px 10px 0 10px;
	margin: 10px 0 0 0;
	min-height: 249px;
	width: 550px;
}
#AuthSub_1col_main_content {
	background: #FFFFFF url(../images/backgrounds/bg_auth_sub_content.jpg) no-repeat top right;
	float: left;
	padding: 5px 10px 0 10px;
	margin: 10px 0 0 0;
	min-height: 249px;
	width: 730px;
}
#AuthSub_right_content {
	float: left;
	margin: 1px 0 0 0;
	padding: 10px 5px 0 3px;
	width: 165px;
}
#AuthSubpage_ResourceLinksHeader {
	margin: 0 0 10px 0;
}
#AuthSub_right_visit {
	margin: 10px 0 0 0;
	text-align: center;
	width: 185px;
}

#AuthSub_main_nocolumn_content {
	padding: 10px 10px 0 10px;
	width: 940px;
}
























/* Portal "Template" Styles (will be obsolete with new portal layout and style); Remove After New Style Is Implemented */




/***** Authenticated Page Styles *****/
/*
#AuthSubpage_left_wrapper
{
	float: left;
	width: 200px;
}
//*/


.topNavLevelSelector {
	position:relative;
	top: -6px;
	left: -12px;
	border: medium none;
	height: 16px;
	margin: 0;
	padding: 0;
	width: 120px;
	color: #000000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
}
