body
{
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: #B20E0D;
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

img
{
	border:0;
}

.page_container
{
	text-align: center;
	margin:0 auto;
	padding:0;
	width: 960px;

}

ul
{
	margin:0;
	text-align: left;
}

a
{
	text-decoration: none;
	color: #3C78A7;
}


.header
{
	margin-left:0;
	margin-right:0;
	width: 960px;
	height: 170px;
}

.header_banner
{
	position: relative;
	float:right;
	width:468px;
	height: 60px;
	margin-top:30px;
	margin-right:50px;
	border: 1px solid black;
}

.logo
{
  height:169px;
	position:relative;
	top: 0;
	float: left;
	padding-left:15px;
	margin: 0;
	padding-bottom: 0;
}

.sitename
{
	position:relative;
	top: 10px;
	float: left;
}

.search
{
	position:relative;
	margin-right: 30px;
	text-align:left;
	top: 0;
	width:350px;
	height:40px;
	float: right;
	background-image: url(img/search_back.gif);
}

.search_box
{
	width:206px;
	margin-top:8px;
	margin-left:20px;
}

.search_button
{
	float:right;
	margin-right:20px;
	margin-top:8px;
}

.menu_bar
{
	width: 960px;
	height: 34px;
	overflow:hidden;
	background-image: url(img/menu_bar_back.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin-bottom:10px;
}

.menu_bar_item
{
	float:left;
	height:34px;
	padding-top:8px;
	padding-left: 12px;
	padding-right: 12px;
	color: white;
}

.menu_bar_item a
{
	font-weight: bold;
	text-decoration: none;
	color: inherit !Important;
	color: white;
}

.xmenu_bar_item a:hover
{
	color: inherit !Important;	
	color: #B20E0D;	
}

.menu_bar_item.submenuitem a
{
	font-weight: bold;
	text-decoration: none;
	color: #bde1ed;
}

.menu_bar_item_selected a
{
	color: #360405 !Important;
}

.menu_bar_item_selected.submenuitem a
{
	color: #02abe4;
}

.menu_bar_separator
{
	float:left;
}

.menuitem
{
    float: left;
}

.submenu
{
    float: left;
    overflow: hidden;
	background: #000;
}

.submenuitem
{
    float: left;
}



.footer_bar
{
	xheight: 40px;
	margin-top: 8px;
}

.footer_item
{
	height:16px;
	padding-left: 4px;
	padding-right: 4px;
	color: white;
	font-size:10px;
    white-space: nowrap;
}

.footer_bar a
{
	text-decoration: none;
}
.documentbody
{
	width: 960px;
	display:block;
	overflow:visible;
	height:auto;
	background-color: #D6E5EB;
	text-align: left;
	padding: 0;
	margin: 0;
	min-height:620px;
}

.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 360px; /*width of featured content slider*/
	height: 250px;
	border: 1px solid #000F16;
	background-color: white;
	xmargin-left: 2px;
	xmargin-right: 2px;
}



.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	margin: 4px;
	width: 350px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 240px;
	background-color: #D6E5EB;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination
{
	width: 360px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:136px;
	text-align: right;
	background-color: white;
	margin-top: 4px;
	padding: 0;
	border:1px solid #000F16;
}


.pagination a.selected
{
	background-color: red;
}

.pagination a:hover
{
	background-color: #7E0101;
}

.headline_box
{
	position:absolute;
	margin:0;
	padding:0;
	width:335px;
	top:5px;
	left:5px;
	display:block;
	position:relative;
}

.toc
{
	display:block;
	float:left;
	height:48px;
	width:64px;
	margin-left:2px;
	margin-right:1px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight:normal;
	text-align:center;
	font-size:10px;
	padding: 2px 2px;
}

.next
{
	display:block;
	float:right;
	background-image: url(img/more_bar.gif);
	background-position: top right;
	text-align: right;
	padding: 2px 32px 0 0;
	background-repeat: no-repeat;
	height: 19px;
	margin: 3px 4px 0 0;
	text-decoration: none !important;
	background-color: transparent !important;
}


.prev
{
	display:block;
	float:left;
	background-image: url(img/less_bar.gif);
	background-position: top left;
	text-align: left;
	padding: 2px 0 0 32px;
	background-repeat: no-repeat;
	height: 19px;
	margin: 3px 0 0 4px;
	width: 35%;
	text-decoration: none !important;
	background-color: transparent !important;
}
.divc
{
	margin: 0 auto;
	float:none !important;
}
.width175
{
	width:175px;
	overflow:hidden;
}

.width200
{
	width:200px;
	overflow:hidden;
}

.width250
{
	width:250px;
	overflow:hidden;
}

.width300
{
	width:300px;
	overflow:hidden;
}

.width360
{
	width:360px;
	overflow:hidden;
}

.width355
{
	width:355px;
	overflow:hidden;
}

.width450
{
	width:450px;
	overflow:hidden;
}

.width270
{
	width:270px;
	overflow:hidden;
}

.width700
{
	width:700px;
	overflow:hidden;
}

.width500
{
	width:500px;
	overflow:hidden;
}

.width580
{
	width:580px;
	overflow:hidden;
}

.width730
{
	width:730px;
	overflow:hidden;
}

.width728
{
	width:728px;
	overflow:hidden;
}

.width180
{
	width:180px;
	overflow:hidden;
}

.height90
{
	height:90px;
}

.height150
{
	height:150px;
}

.height200
{
	height:200px;
}

.width720
{
	width:720px;
	overflow:hidden;
}

.column
{
	float:left;
	margin-left:10px;
}

.nomargin
{
	margin: 0;
}

.noborder
{
	border: none !important;
}

.overflow
{
	overflow: visible;
}

.container
{
	float:left;
	margin-bottom:10px;
	padding:0;
	text-align: justify;
	display: block;
	color: #000000;
	font-weight: normal;
	background-color: white;
}

.clearer
{
	clear: both;
	line-height: 0;
	height: 0;
	overflow:hidden;
	font-size:1px;
}

.default_box_top
{
	width:100%;
	background-color: #042B3A;
	color: #D6E5EB;
	font-size: 16px;
	font-weight: normal;
	text-align:left;
	background-image: url(img/default_top_box_back.gif);
	background-position: 100% 0;
	padding:4px;
}

.default_box_mid
{
	width:100%;
	font-weight: normal;

	padding:4px;
	border: 1px solid #B9C8CE;
}

.leaderboard_box_mid
{
	border: 1px solid #B9C8CE;
	width:730px;
	height:92px;
}

.block_link
{
	text-align:left;
	display:block;
	margin-bottom:2px;
	margin-top:4px;
	padding-left:2px;
}

.default_box_mid a:hover
{
  text-decoration: underline;
}

h3
{
	font-size:inherit;
	padding:0;
	display: inline;
	margin:0;
}

h2
{
	font-size:16px;
	padding:0;
	display: inline;
	margin:0;
}

h1
{
	font-size:12px;
	padding:0;
	display: inline;
	margin:0;
}

.partners
{
	text-align:left;
	font-size:10px;
	font-weight:bold;
	margin-bottom:4px;
	display:block;
	background-color:#D6E5EB;
}

.poll_table
{
	width:100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

.poll_table_checkbox
{
	width:20px;
}

.poll_question_long
{
	font-size: 9px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.poll_question_short
{
	font-size: 11px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.poll_bar_back
{
	position:relative;
	margin-bottom:2px;
	width:100%;
	height:11px;
	background-color: #424242;
	border:1px solid #000000;
	overflow:hidden;
	background-image: url(img/default_top_box_back.gif);
	background-attachment: fixed;
	background-position: 100% 0;
	background-repeat: repeat;
}

.poll_bar_value
{
	height:11px;
	background-image: url(img/poll_back2.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.poll_bar_value2
{
	height:11px;
	background-image: url(img/poll_back.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.poll_value
{
	text-align:right;
	font-weight: bold;
	position:relative;
	top:-13px;
	height:11px;
	font-size:10px;
	padding-left:1px;
	padding-top:0;
	overflow:hidden;
	margin-right:1px;
	padding-right:8px;
	color:white;
}

.poll_message
{
	font-size:9px;
	text-align: left;
	margin-top:4px;
	margin-bottom:4px;
}

.poll_question
{
	text-align: left;
	margin-bottom:4px;
}

.l
{
	text-align:left !important;
}

.r
{
	text-align:right !important;
}

.c
{
	text-align:center !important;
}

.j
{
	text-align:justify !important;
}

.fl
{
	float:left !important;
}

.fr
{
	float:right !important;
}

.b
{
	font-weight:bold;
}

.i
{
	font-style: italic;
}

hr
{
	border-top: none; /*1px dashed #CCCCCC;*/
	border-left:none;
	border-right:none;
	border-bottom:none;
	height:1px;
	background-color:#B9C8CE;
	margin: 4px;
}

.oh
{
	overflow:hidden;
}

.rss
{
	float:right;
	margin-top:8px;
	margin-right:8px;
	margin-left:8px;
	color:  #CECECE;
}

.large_image
{
	width:352px;
	height:242px;
	background-color: #424242;
	background-image: url(img/default_top_box_back.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	border:1px solid black;
}

.subtitle
{
	text-align:left;
	font-weight:bold;
	margin-top:8px;
}

.title
{
	text-align:left;
	font-weight:bold;
	margin-top:8px;
	font-size:16px;
}

.para
{
	margin: 1em 8px 0 8px;
}

.smallprint
{
	font-size:10px;
	margin: 0;
	font-style: italic;
}

.para_big_gap
{
	margin: 2em 8px 0 8px;
}

.media_image
{
	border:1px solid black;
}

.image_comment
{
	font-style: italic;
	font-size:10px;
	font-weight:normal;
	color:#909090;
	text-align: justify;
	margin: 0 auto;
	padding-left:8px;
	padding-right:8px;
}


.IMG_FLOAT_LEFT
{
	float:left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	text-align:left;
}

.IMG_FLOAT_RIGHT
{
	float:right;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	text-align:right;
}

.IMG_FLOAT_CENTER
{
	padding-top: 4px;
	padding-bottom: 8px;
	width:100%;
	text-align:center;
}

.pages_link
{
	float:left;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 4px;
	padding-left:2px;
	padding-right:2px;
}

.review_bar_back
{
	position:relative;
	margin: 0 auto 16px auto;
	width:100%;
	height:54px;
	background-color: #424242;
	border:1px solid #000000;
	overflow:hidden;
	background-image: url(img/default_top_box_back.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.review_bar_value
{
	height:52px;
	background-image: url(img/review_bar_back2.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.review_bar_value2
{
	height:34px;
	background-image: url(img/review_bar_back.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.review_value
{
	text-align:right;
	font-weight: bold;
	position:relative;
	top:-47px;
	height:52px;
	font-size:36px;
	padding-left:1px;
	padding-top:0;
	overflow:hidden;
	margin-right:1px;
	padding-right:12px;
	color:white;
}

.review_li
{
	margin-left:32px;
	margin-bottom:4px;
}

.chu_article_list_image
{
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.commentbox
{
	margin:10px;
	padding:4px;
	background-color: #ECECEC;
	border-left: 4px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.comment
{
	margin-top:4px;
	padding:4px;
	background-color: #F0F0F0;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}

.name
{
	font-weight: bold;
}
.time
{
	font-style: italic;
}
.warning
{
	width:100%;
	color:red;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.captcha_box
{
	width:250px;
	border:1px solid #ECF2CC;
	background-color: #FFF2DC;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}


.captcha_text
{
	width:90px;
	margin-left:12px;
	height:20px;
}

.tower_banner_box
{
	width:620px;
	height: 0;
	margin-left:470px;
	position:absolute;
}

.tower_banner
{
	width:120px;
	height:600px;
	float:right; margin-top:170px;
	overflow:hidden;
}

.hover
{
	background-color: #B20E0D !important;
	color: #F3E6B1;	
}

.leaderboard_banner
{
	width:728px;
	height: 90px;
	overflow:hidden;
}

.title_popup_box
{
  xborder: 1px solid #999999;
  
  -moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;

  -moz-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;

	
-moz-box-shadow:black 2px 2px 6px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=black, direction=135, strength=4)
	box-shadow:black 2px 2px 6px;
	-webkit-box-shadow:black 2px 2px 6px;
	-khtml-box-shadow:black 2px 2px 6px;
}

	
.title_popup_outer
{
	padding-top:3px;
	padding-left:2px;
	background-color:#B20E0D;
	xborder:1px solid #05384D;
  -moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;

  -moz-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	

}

.title_popup_inner
{
	text-align:left;
	background-color: #FFEBB7;
	padding: 2px 6px;
	xmargin-top: 4px;
	font-size:9px;
	color:#05384D;
  -moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;

  -moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:6px;	
}

.vip_container
{
	margin: 16px auto;
	width:300px;
	height:150px;
	overflow:hidden;
}

.vip
{
	background-image: url(img/vip.jpg);
	background-repeat: no-repeat;
	width:300px;
	height:150px;
	padding-left: 45px;	
	padding-top: 75px;
	margin:0;
	display:block;
}