body
{
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: #00FF00;
	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: 175px;

}

.header_banner
{
	position: relative;
	float:right;
	width:468px;
	height: 60px;
	margin-top:30px;
	margin-right:50px;
	border: 1px solid black;
}

.logo
{
	position:relative;
	top: 0px;
	float: left;
}

.sitename
{
	position:relative;
	top: 40px;
	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;
}

.menu_bar_item a
{
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.menu_bar_item.submenuitem a
{
	font-weight: bold;
	text-decoration: none;
	color: #bde1ed;
}

.menu_bar_item_selected a
{
	color: #02abe4;
}

.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;
	width:960px;
}

.footer_item
{
	height:16px;
	padding-left: 4px;
	padding-right: 4px;
	color: black;
	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;
}

.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;
}

.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: 4px 8px 0 8px;
}

.para_big_gap
{
	margin: 16px 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_li
{
	margin-left:0;
	padding-left:0;
	margin-bottom:2px;
}

.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;
	margin-left:480px;
	position:absolute;
	z-index:-10;
}

.tower_banner
{
	width:120px;
	height:600px;
	float:right; margin-top:180px;
	overflow:hidden;
}

.hover
{
	background-color: #15485D !important;
}

.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:#0290C0;
	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: #D6E5EB;
	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;

}

.carousel
{
    border: 1px solid #042b3a;
    width: 350px;
    height: 176px;
    overflow: hidden;
    position: relative;
	margin: 10px 0px 5px 5px;
	background-color: #fff;
}

.carousel .title
{
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #042b3a;
    color: #fff;
    text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}

.carousel .button
{
    position: absolute;
	display: block;
    top: 75px;
	cursor: pointer;
}


.carousel .banner
{
    position: absolute;
    top: 15px;
    left: 0px;
    padding: 0 9px;
}

.carousel .item
{
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    margin: 5px;
    background-color: #ccc;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.carousel .item:hover
{
    text-decoration: none;
    color: #008;
}

.carousel .item img
{
    border: 0;
    width: 100%;
    height: 100%;
}

/* DEFINITION LIST PROGRESS BAR */

dl, dt, dd{margin:0;padding:0;}

dd{
	width:216px;
	height:41px;
	background:url(img/pbar/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
dd span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(img/pbar/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
dd em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(img/pbar/bg_cover.gif) repeat-x;
	top:0;
}


/* SINGLE PROGRESS BAR */

.progressBar{
	width:216px;
	height:41px;
	background:url(img/pbar/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(img/pbar/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(img/pbar/bg_cover.gif) repeat-x 0 0;
	top:0;
}

.pos_neg_title
{
	margin-left:12px;
	margin-top:6px;
	margin-bottom:6px;
	font-weight: bold;
	font-size:12px;
}

.pos_neg_box
{
	border:1px solid #D6E5EB;
	min-height: 120px;
	margin-top:12px;
	margin-bottom:4px;
	padding-bottom:6px;
}

.review_score
{
	margin-top:8px;
	margin-bottom:12px;
}