/* Only provide the color classes to the header here. If they should be set for the body content,
	DefaultStyleSheetTemplate.txt will set them. */
	
	/* test2 */

.headerColors .customBorderColor { border-color:#3d3d3d; }
.headerColors .customLinkColor, .headerColors .customLinkColor a { color:#b50000; }
.headerColors .customNameColor { color:#c1c1c1; }
.headerColors .customTopNavigationLinkColor, .headerColors .customTopNavigationLinkColor a { color:#c1c1c1; }
.headerColors .customTopNavigationBackgroundColor { background-color:#737373; }
.headerColors .customHeaderBackgroundColor { background-color:#737373; }
.headerColors .customModuleTopColor { background-color:#8f8f8f; }
.headerColors .customFooterBackgroundColor { background-color:##fffff; }
.headerColors .customTextColor { color:#000000; }
.headerColors .customPageBackgroundColor { background-color:#c1c1c1; }
.headerColors .customModuleContentColor { background-color:#afafaf; }
.headerColors .customFooterLinkColor, .headerColors .customFooterLinkColor a { color:##fffff; }
.headerColors .customLinkColorAsBorderColor { border-color:#b50000; }
.headerColors .customModuleTopColorAsBorderColor { border-color:#8f8f8f; }
.headerColors .customTopNavigationLinkColorAsBorderColor { border-color:#c1c1c1; }
.headerColors .customLinkColorAsBackgroundColor { background-color:#b50000; }


.header_minisite {
	width: 100%;
	height: 67px;
	background: #303030;
}

.header_minisite td { 
	color: #c1c1c1;
}

.header_minisite tr { 
	background: #303030;
}

.header_minisite td.title {
	vertical-align: middle;
	font-size: 32px;
	width: 100%;
	font-weight: bold;
	color: #c1c1c1;
}

.header_minisite td.search {
	padding: 10px 20px 0px 0px;
	color: #c1c1c1
}

 .branding { font: 32px "Tahoma", "Verdana", "Arial", "Sans-Serif"; font-weight: bold; text-decoration: none; color: #c1c1c1 }
 .branding:link { font: 32px "Tahoma", "Verdana", "Arial", "Sans-Serif"; font-weight: bold; text-decoration: none; color: #c1c1c1 }
 .branding:visited { font: 32px "Tahoma", "Verdana", "Arial", "Sans-Serif"; font-weight: bold; text-decoration: none; color: #c1c1c1 }
 .branding:hover { font: 32px "Tahoma", "Verdana", "Arial", "Sans-Serif"; font-weight: bold; text-decoration: none; color: #c1c1c1 }
 
 .mini_href_custom { font-weight: normal; text-decoration: underline; font: 11px; color: #c1c1c1 }
 .mini_href_custom:link { font: 11px; font-weight: normal; text-decoration: underline; color: #c1c1c1 }
 .mini_href_custom:visited { font: 11px; font-weight: normal; text-decoration: underline; color: #c1c1c1 }
 .mini_href_custom:hover { font: 11px; font-weight: normal; text-decoration: underline; color: #c1c1c1 }
 
 .xmini_href_custom { font-weight: normal; text-decoration: underline; font: 10px; color: #c1c1c1 }
.xmini_href_custom:link { font: 10px; font-weight: normal; text-decoration: underline; color: #c1c1c1 }
.xmini_href_custom:visited { font: 10px; font-weight: normal; text-decoration: underline; color: #c1c1c1 }
.xmini_href_custom:hover { font: 10px; font-weight: normal; text-decoration: underline; color: #c1c1c1 }

.header_line1_myspace { background: #FFFFFF; }
.header_line2_myspace { background: #000000; }
.header_line3_myspace { background: #BDBDBD; }

.header_topnavbg_main { background: #737373; }

.mySiteProduction {
	color: #c1c1c1;
	height: 15px;
	padding-right: 10px;
}

#navigationWrapper {
	position: relative;
	height: 20px;
	width: 100%;
}

#navigationBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	z-index: 50;
}		

/*ARCHIVE NAVIGATION*/
#archiveNavigation {
	position: absolute;
	height: 17px;
	top: 2px;
	left: 0px;
	z-index: 56;
	padding-left: 8px;
}

.archiveNavItem {
	height: 20px;
	float: left;
	vertical-align: top;
	padding-right: 12px;
	padding-top: 1px;
}


/* ACCOUNT NAVIGATION & DROPDOWNS */
.myProductionNav {
	color: #FFFFFF;
	font-size: 10px;
}

.mainNavWrapper {
	position: relative;
	z-index: 0;
}

.subNavWrapper {
	position: absolute;
	width: 130px;
	top: 13px;
	left: 0px;
	background: #EFEFEF;
	color: #000000;
	display:none;
	border: 1px solid #666666;
	z-index:500;
}

.subNavItem {
	width: 130px;
	height: 19px;
	padding-top: 3px;
}

.accountNavItem {
	padding-right: 5px;
	height: 17px;
}

.formInput {
	border: 1px solid #CCCCCC;
	height: 17px;
	width: 160px;
	font-size: 10px;
	margin-right: 5px;
}

.categoryDropdown {
	height: 17px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	font: 11px "Tahoma", "Verdana", "sans-serif";
	/*width: 100px;*/
	border: 1px solid #3d3d3d;
}

.top_nav_account { text-decoration: none; color: #000000; }
.top_nav_account:link { color: #000000; }
.top_nav_account:visited { color: #000000; }
.top_nav_account:hover { text-decoration: underline; color: #000000; }

.top_nav_header { text-decoration: none; font: 10px; font-weight: bold; color: #c1c1c1 }
.top_nav_header:link { color: #c1c1c1; font-weight: bold; }
.top_nav_header:visited { color: #c1c1c1; font-weight: bold; }
.top_nav_header:hover { text-decoration: underline; color: #b50000; font-weight: bold; }

.size1 { font-size: 10px; }
		
		
