﻿@import url("base.css");


body
{
	background-image: url(../images/Flexible/flex_bg.gif);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 18px;
	font-family: '幼圆','Trebuchet MS',Arial;
	color: #666666;
}

html
{
	overflow: auto; /**IE BUG FIX**/
}

.outer
{
	min-width: 960px; 
	max-width: 1650px;
}

.flex_content_all
{
	width: 90%;
	position:relative;
	left: 7%;
	min-width: 960px;
}

h1, .pagetitle 
{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #f9f9f9;
	line-height: 34px;
	color: #cc0000;
	display: block;
}

h2
{
	font-size: 16px;
	color: #666666;
}
a, a:visited
{
	color: #787A7D;
	text-decoration: underline;
	border:none;
}

a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

input, select
{
	color: #646464;
}



/***HEADER***/
.flex_header_top

{
	margin-top: 10px;
	margin-bottom: 10px;
	display:table;
	clear: both;
	min-width: 960px;
	width: 100%;
}

.flex_sites_control
{
	float: right;
}

.flex_sub_navi
{
	float: right; 
	margin-right: 15px;
}

.flex_main_navi
{
	min-width: 960px;
}

.flex_sub_navi a.active, 
.flex_sub_navi a.active:visited, 
.flex_sub_navi a.active:hover, 
.flex_sub_navi a.active:active
{
	color: #cc0000;
}

/***NAVIGATION***/

.flexible_navigation
{
	background-repeat: repeat-x;
	height: 71px;
	width: 100%;
	display: table;
	margin:0;
	padding: 0;
	white-space: nowrap;
}

.flex_navi_left
{
	background-image: url(../images/Flexible/flex_navi_left.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 71px;
}

.flex_navi_center
{
	background-image: url(../images/Flexible/flex_navi_bg.png);	
}

.flex_navi_right
{
	background-image: url(../images/Flexible/flex_navi_right.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 71px;
}


.flexible_first_level a
{
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 18px;
	display: block;
	padding: 16px 15px 13px 15px;
	float: left;
	line-height: 15px;
}


.flexible_first_level a:hover
{
	color: #ffffff !important;
	background-color: #b9b9b9;

}

a.flexible_first_level_flexible_active:hover
{
	color: #ffffff !important;
	background-color: #b9b9b9;
}

a.flexible_first_level_flexible_active 
{
	color: #cc0000 !important;
	text-decoration: none !important;
	font-size: 18px;
	display: block;
	float: left;
	background-color: #f1f1f1;
}


.flexible_second_level, 
.flexible_second_level a, .flexible_second_level a:visited
 {
	padding: 7px 20px 6px 0px;
	font-size: 14px;
	display: block;
	color: #666666 !important;
	text-decoration: none !important;
}

a.flexible_second_level:hover,
a.flexible_second_level_flexible_active:hover
{
	text-decoration: underline !important;
}


a.flexible_second_level_flexible_active
{
	padding: 7px 20px 6px 0px;
	font-size: 14px;
	display: block;
	color: #666666 !important;
	font-weight: bold;
	text-decoration: none !important;
}
input.searchinput
{
	background-image: none;
	height: 17px;
	width: 144px;
	line-height: 14px;
	border-left: 1px solid #bbbbbb !important;
	border-top: 1px solid #bbbbbb !important;
	border-bottom: 1px solid #bbbbbb !important;
	padding: 1px 2px 1px 6px;
	color: #646464;
}

.searchbutton
{
	width: 17px;
	height: 17px;
	background-image: url(../images/Vertical/vertical_search.gif);
	background-position: center;
	border-right: 1px solid #bbbbbb !important;
	border-top: 1px solid #bbbbbb !important;
	border-bottom: 1px solid #bbbbbb !important;
	margin-left:-7px;
}

/***CONTENT***/

.flex_content
{
	clear:both;
	text-align: left;
	padding-top: 10px;
	min-width: 960px;
}

.flex_content_wrapper
{
	float: left;
	margin-right: -220px;
	width: 100%;
}

.flex_content_left
{
	margin-right: 220px;
	min-width: 695px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.flex_content_right
{
	text-align: right;
	min-width: 100px;
	max-width: 100px;
	padding-left: 10px;
	float:right;
	width: 100px;
}

.keyhead
{
	text-align: center;
	font-size: 14px !important;
}

.dc_voting_votequestion
{
	font-size: 12px !important;
}

.dc_voting_switchviewcell
{
	margin-top: 3px;
}

/***LOCATOR***/
.locatortable,
.locatortable a,
.locatortable a:visited,
.locatortable a:active
{
	color: #767676;
	text-decoration: none;
	font-size: 13px;
}

.locatortable a:hover
{
	text-decoration: none;
}

.locatortable a.highlightunderline,
.locatortable a.highlightunderline:visited,
.locatortable a.highlightunderline:active,
.locatortable a.highlightunderline:hover
{
	color: #CC0000;
	text-decoration: none;
}

.locatordistance
{
	height: 9px;
	line-height: 9px;
}

.headline
{
	font-weight: bold;
	color: #666666;	
}

.highlight
{
	color: #cc0000;
}


/***FOOTER***/

.flexible_footer_outer
{
	min-width: 960px;
}

.flexible_footer
{
	width: 100%;
	height: 34px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	color: White;
	clear: both;
	font-size: 11px;
}

.flexible_footer_left
{	
	background-image: url(../images/Flexible/flex_footer_left.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 34px;
}

.flexible_footer_center
{
	background-image: url(../images/Flexible/flex_footer.png);
	background-repeat: repeat-x;
	padding-top: 9px;
	height: 20px;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


.flexible_footer_right
{
	background-image: url(../images/Flexible/flex_footer_right.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 34px;
}

.contentnavigationtable, .contentnavigationitem
{
	font-size: 12px !important;
	line-height: 18px !important;
}

.image_left, .image_right
{
	width: 200px;
}

.image_right
{
	text-align: center;
}

/***SITEMAP***/

.sitemaptable a,
.sitemaptable a:active,
.sitemaptable a:visited
{
	display: block;
	text-decoration: none;
	line-height: 26px !important;
}

.sitemaptable a:hover
{
	display: block;
	color: #cc0000;
	line-height: 26px;
	text-decoration: none;
}


.sitemaplevel0
{
	font-size: 16px;
	font-weight: bold;
}

.sitemaplevel1
{
	font-size: 14px;
	padding-left: 20px;
}

.sitemaplevel2
{
	font-size: 12px;
	padding-left: 40px;
}

/***SEARCH PAGE***/

.search_filter_table, .search_result_table
{
	font-size: 12px;
	line-height: 18px;
}

.main_search_input
{
	width: 200px;
	height: 18px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding-left: 3px;
}

.main_search_dropdown
{
	width: 240px;
	height: 23px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	padding-left: 3px;
}


/***Contact Module***/

/*


.contactmodulediv
{
	font-size: 12px !important;
}

.contactcell
{
	width: 150px !important;
	padding-top: 4px;
	font-size: 12px !important;
}

select.inputstyle
{
	height: 19px !important;
	padding: 0;
	line-height: 16px !important;
	color: #646464;
	font-size: 12px !important;
}

input.inputstyle
{
	height: 19px !important;
	padding: 0 2px 0px 2px;
	line-height: 12px;
	color: #646464;
	font-size: 12px !important;
}

input.button
{
	text-align: center;
}

.captchaTextBox
{
	height: 18px;
}
*/

/**Forum**/
.forumtable, .forumtable a, .forumrepeatertd, .forummessagetable, .forumbutton, .forumlistheader
{
	font-size: 12px !important;
}

/***Registration***/

.registration_table td
{
	padding: 5px !important;
}

/***LISTS***/

.listheadline,
a.listheadline,
a.listheadline:active,
a.listheadline:visited,
a.listheadline:hover
{
	color: #cc0000;
}



.flex_content_left_small
{
	padding-left: 10px;
	float:left;
	width: 150px;
}
.flex_content_right_big
{
	margin-left: 170px;
	padding: 0px 15px 30px 5px;
}










h1
{
	font-size: 18px;
}

/* gradient 6 */
.gradient6 {
	background: #fff;
	color:#000000;
	padding: 30px 0 30px 30px;
	margin: 30px 0 50px;
}
.gradient6 h1 {
	font: bold 310%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.gradient6 h1 span {
	background: url(../images/gradient-dark-stripe.png) repeat-x;
	position: absolute;
	bottom: -0.1em;
	display: block;
	width: 100%;
	height: 29px;
}
.shadowText {
line-height: 40px;
margin: 0;
text-align: center;
font-size: 1.3em;
background: #C1D5EB;
font-family: '楷体','微软雅黑','宋体';
text-shadow: 0px 1px 0px #F2F2F2;
}

a img{border:none;}

/**CMS**/
.KFXEditable
{
	onmouseover:expression(onmouseover=function(){this.style.background-color='#cdcdcd';});
}


a:link{color:#9e9e9e}
a:visited{color:#9e9e9e}
a:hover{color:#9e9e9e}
a:active{color:#9e9e9e}






