body
{
	background-position: 50% 0;
	background-repeat: repeat-x;
	background-color: #F8FCFF;
	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: #333333;
}

.header
{
	margin-left:0;
	margin-right:0;
	width: 960px;
	height: 100px;

}

.header_banner
{
	position: relative;
	width:728px;
	height: 90px;
	margin-top:0px;
	margin-left:0px;
}

.logo
{
	xmargin-left:10px;
	float: left;
}

.sitename
{
	position:relative;
	top: 40px;
	float: left;
}

.search
{
	text-align:right;
}

.search_box
{
	padding-left:8px;
	width:100px;
	margin-top:8px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-top-left-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	background-color: white;
	border:0;
	background-image: url(img/search_back.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #7E7E7E;

}

.search_button
{
	margin-right:8px;
	margin-top:8px;
	-moz-border-radius-topright:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	border:0;
}

.menu_bar
{
	width: 960px;
	height: 44px;
	overflow:hidden;
	background-image: url(img/menu_bar_back.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin-top:18px;
	margin-bottom:10px;
}

.menu_bar_item
{
	display:block;
	padding-top:10px;
	float:left;
	height:44px;
	padding-left: 36px;
	padding-right: 36px;
	font-weight:bold;
	color: #325D9C;
	text-shadow: 0px 1px 0px #CECECE; 
}

.menu_bar_item:hover
{
	color: white;
	background-image: url(img/menu_bar_back2.gif);
	text-shadow: 0px 1px 0px #000000;
}

.menu_bar_item_selected
{
	font-weight:bold;
	display:block;
	float:left;
	padding-top:10px;
	padding-left: 36px;
	padding-right: 36px;
	height:44px;
	color: white;
	background-image: url(img/menu_bar_back_sel.gif);
	text-shadow: 0px 1px 0px black;
}

.menu_bar_item_sel
{
	color: white;
}

.menu_bar_item_sel:hover
{
	color: #E0E0E0;
}


.menu_bar_separator
{
	float:left;
}

.menuitem
{
    float: left;
}

.submenu
{
    float: left;
    overflow: hidden;
	background: #000;
}

.submenuitem
{
    float: left;
}



.footer_bar
{
	margin-top: 8px;
}

.footer_item
{
	height:16px;
	padding-left: 4px;
	padding-right: 4px;
	font-size:10px;
	color: #528DBC;
  white-space: nowrap;
}

.hover
{
	background-color: #729DDC;
	color:white;
}


.documentbody
{
	width: 960px;
	display:block;
	overflow:visible;
	height:auto;
	xbackground-color: #DADADA;
	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;

	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-top: 1px solid #92BDFC;
	border-left: 1px solid #82ADEC;
	border-right: 2px solid #82ADEC;
	border-bottom: 2px solid #82ADEC;

}



.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: #82ADEC;
	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;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-top: 1px solid #92BDFC;
	border-left: 1px solid #82ADEC;
	border-right: 2px solid #82ADEC;
	border-bottom: 2px solid #82ADEC;

	
}


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

.width350
{
	width:350px;
	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 !important;
}

.noborder
{
	border: none !important;
}

.overflow
{
	overflow: visible;
}

.container
{
	float:left;
	margin-bottom:10px;
	padding:0;
	text-align: justify;
	display: block;
	color: #333333;
	font-weight: normal;
	xbackground-color: white;
	-moz-border-radius:8px;
}

.clearer
{
	clear: both;
	line-height: 0;
	height: 0;
	overflow:hidden;
	font-size:1px;
}

.default_box_top
{
	width:100%;
	background-color: #4D4D4D;
	color: #325D9C;
	font-size: 16px;
	font-weight: normal;
	text-align:left;
	background-image: url(img/default_top_box_back.gif);
	background-position: 100% 0;
	padding:4px;
	padding-left:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-top: 1px solid #92BDFC;
	border-left: 1px solid #82ADEC;
	border-right: 2px solid #82ADEC;


	
}

.default_box_mid
{
	background-color:white;
	width:100%;
	font-weight: normal;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	
	
	padding:4px;
	border-top: 1px solid #92BDFC;
	border-left: 1px solid #92BDFC;
	border-right: 2px solid #82ADEC;
	border-bottom: 2px solid #729DDC;
}

.block_link
{
	text-align:left;
	display:block;
	margin-bottom:2px;
	margin-top:4px;
	padding-left:2px;
}

.block_link:hover
{
	background-color: #D0DEE7;
}

.default_box_mid a
{
	color:#333333;
}
.default_box_mid a:hover
{
  color:#0080C4;
}

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:12px;
	font-weight:bold;
	margin-bottom:4px;
	display:block;
	background-color:#82ADEC;
	color:white;
	text-indent: 4px;
}

.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: #A2C6F8;
	border:1px solid #000000;
	overflow:hidden;
	xbackground-image: url(img/menu_bar_back.gif);
	xbackground-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:black;
}

.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:#82ADEC;
	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;
}

.smallpara
{
	margin: 4px 8px 0 8px;
	font-size:9px;
}

.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;
	margin-bottom:2px;
}

.chu_article_list_image
{
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.chu_article_list_desc
{
	margin-top: 4px;
	margin-left: 72px;
	xfont-style:italic;
	color:#7E7E7E;
}

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

.posneg
{
	float:left;
	margin-right: 24px;
}

.award
{
float:right;
 text-align:center;
font-size:8px;
color: #CFC298;
width:100px;
}

.carousel
{
    border: 1px solid #042b3a;
    width: 350px;
    height: 176px;
    overflow: hidden;
    position: relative;
	margin: 10px 0px 0px 0px;
	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;
}

.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:#8A8A8A;
	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: #DADADA;
	padding: 2px 6px;
	xmargin-top: 4px;
	font-size:9px;
	color:black;
  -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;

}

.tower_banner_box
{
	width:620px;
	height: 0;
	margin-left:609px;
	position:absolute;
}

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

.editor_link
{
	display: block;
	margin-left:4px;
	margin-top:4px;
	margin-right:40px;
	width:710px;
	border-bottom: 1px solid #a0a0bf;
	border-right:	1px solid #a0a0bf;
	background-color: #e0e0ff;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
}

.editor_link:hover
{
	border-top: 1px solid #a0a0bf;
	border-left:	1px solid #a0a0bf;
	border-bottom: none;
	border-right:	none;	
}

.shadow_box
{
	margin:8px auto;
	background-color:#A4D8DE;
	border:1px solid #44B7E6;
	padding:4px;
	-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;
}

.shadow_box_title
{
	background-color:#44B7E6;
	margin-bottom:5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
	font-size:18px;
}

.shadow_box_para
{
	text-align: justify;
	font-size:12px;
}


.width450
{
	max-width: 450px;
}