@charset "utf-8";
/* CSS Document */

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

#tooltip {
	position:absolute;
	border:1px solid #999;
	background:#FFF;
	padding:2px 5px;
	color:#666;
	display:none;
	font-size:11px;
	font-family:Tahoma;
}


button {
	border:none;
	background:none;
	font:11px Tahoma;
	width:auto;
	overflow:visible;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	height:30px;
	cursor:pointer;
	margin:5px 0 0 -9px;
}

* html button {
	margin:2px 0 0 0;
}

*+html button {
	margin:2px 0 0 0;
}

button span, button em {
	display:block; 
	height:30px; 
	line-height:30px;
	margin:0;
	color:#FFF;
	font-weight:bold;
}

* button span, button em {
	line-height:28px;
}

*+button span, button em {
	line-height:28px;
}

button span {
	padding-left:14px;
	background:url(images/submitBtn.png) no-repeat 0 0;
}

button em {
	font-style:normal;
	padding-right:14px;
	background:url(images/submitBtn.png) no-repeat 100% 0;
}

button:hover span, button.over span {
	padding-left:14px;
	color:#B6DAE9;
}

button:hover em, button.over em {
	font-style:normal; 
	padding-right:14px;
	color:#B6DAE9;
}

button:focus, button:active {
	outline:hidden;
}

.formU {
	border:1px solid #B1CAD1;
	padding:5px;
	font-family:Arial;
	color:#2E3337;
	text-align:left;
	background:#FFF;
	font-size:12px;
}

body {
	background:#797979;
	color:#333;
	font-family:Arial;
	font-size:12px;
}

/* top_wrap */
div#top_wrap {
	width:auto;
	height:130px;
	background:#0d1a20 url(images/top_wrap.jpg) no-repeat center top;
	border-bottom:3px solid #2c3638;
}

div#top_wrap div.top_wrap_inner {
	position:relative;
	width:980px;
	height:97px;
	margin:auto;
}

/* top_wrap > logo */
div.top_wrap_inner a.logo {
	position:absolute;
	left:20px;
	top:13px;
	width:245px;
	height:87px;
	background:url(images/logo.png);
	text-indent:-99999px;
}

/* top_wrap > nav */
div.top_wrap_inner div.nav {
	position:absolute;
	width:420px;
	height:30px;
	top:0px;
	right:0px;
}

div.top_wrap_inner div.nav ul li {
	display:inline;
}

div.top_wrap_inner div.nav ul li.first a {
	background:none;
}

div.top_wrap_inner div.nav ul li a {
	display:block;
	float:left;
	color:#375360;
	padding:8px 10px 8px 10px;
	background:url(images/sc.gif) left center no-repeat;
}

/* top_wrap > notice */
div.top_wrap_inner div.notice {
	color:white;
	position:absolute;
	width:170px;
	top:50px;
	right:40px;
	font:normal 11px Tahoma;
	line-height:18px;
}

div.top_wrap_inner div.notice span {
	color:#CCC;
	display:block;
}

/* top_nav */
div#top_nav {
	background:url(images/top_nav.png) no-repeat;
	width:970px;
	height:35px;
	padding:0 5px 0 5px;
	margin:auto;
	margin-top:10px;
	margin-bottom:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

div.gallery_top_nav {
	background:url(images/top_gallery_nav.png) no-repeat;
}

div#top_nav ul li {
	display:inline;
}

div#top_nav ul li a {
	color:white;
	display:block;
	float:left;
	padding:5px 16px 5px 15px;
	margin-top:4px;
	-moz-border-radius:4px;
}

div#top_nav ul li a:hover {
	background-color:#40b6b8; text-decoration:none;
}

/* main */
div.main {
	width:970px;
	overflow:hidden;
	margin:auto;
	padding:5px;
	background:white url(images/main-bg.jpg) no-repeat bottom;
	padding-bottom:40px;
	margin-bottom:20px;
}

/* main > left or right */
div#left,
div#right {
	float:left;
	width:210px;
	height:auto;
}

/* main > center */
div#center {
	float:left;
	width:540px;
	margin:0 5px;
	height:auto;
}

/* main > center > title */
div#center h2.title {
	font-family:Georgia,"Times New Roman",Times,serif;
	border-bottom:1px dotted #DDDDDD;
	color:#000;
	font-size:30px;
	font-weight:normal;
	line-height:110%;
	padding:16px 0 16px 16px
}

/* main > center > centerPadding */
div#center div.centerPadding {
	padding:10px;
	padding-top:0px;
}

/* main > center > cBox */
div#center div.cBox {
	width:520px;
	background:#f2f2f2;
}

div#center div.cBox h3 {
	background:url(images/center_head.gif) no-repeat;
	width:auto;
	height:33px;
	color:white;
	font-size:13px;
}

div#center div.cBox h3 span {
	display:block;
	padding:8px 0 0 12px;
}

div#center div.cBox div.inner {
	padding:15px;
}

div#center div.cBoxBottom {
	background:url(images/center_bottom.gif) no-repeat;
	width:auto;
	height:25px;
	margin:auto;
}

/* block */
div.block {
	width:210px;
	height:auto;
	margin:auto;
	background:#f2f2f2;
}

div.block h3 {
	position:relative;
	background:url(images/block_heads.gif) no-repeat left top;
	width:210px;
	height:33px;
	color:white;
	font-size:13px;
}

div.block h3.blue {
	background:url(images/block_heads.gif) no-repeat left -165px;
}

div.block h3.aqua {
	background:url(images/block_heads.gif) no-repeat left -99px;
}

div.block h3.gold {
	background:url(images/block_heads.gif) no-repeat left -66px;
}

div.block h3.red {
	background:url(images/block_heads.gif) no-repeat left -132px;
}

div.block h3.green {
	background:url(images/block_heads.gif) no-repeat left -33px;
}

div.block_blue {
	background:#11d9fe url(images/block_blue.gif) no-repeat bottom;
	color:white;
}


div.block h3 span {
	display:block;
	padding:8px 0 0 12px;
}

div.block h3 a.rss {
	position:absolute;
	width:16px;
	height:16px;
	background:url(images/icons/rss.png);
	top:9px;
	right:10px;
}

div.block h3 img {
	position:absolute;
	top:9px;
	right:10px;
}

div.block h3 a.rss:hover {
	text-decoration:none;
}

div.block_bottom {
	background:url(images/block_bottom.png) no-repeat;
	width:210px;
	height:25px;
	margin:auto;
}

div.menu_bottom {
	background:url(images/menu_bottom.gif) no-repeat;
	width:210px;
	height:25px;
	margin:auto;
}

/* block > inner */
div.block div.inner {
	padding:10px;
}

div.block_menu {
	background:#2e4651;	
}

div.block_menu div.inner {
	padding:6px 0 1px 0;
}

div.block_menu ul.nav li {
	margin-left:5px;
	margin-bottom:1px;
	margin-right:5px;
	height:auto;
	background:#b9b141 url(images/menu.jpg) no-repeat left bottom;
	/*margin-bottom:2px;*/
	text-align:right;
	padding:9px 10px 9px 0;
	position:relative;
	cursor:pointer;
	border-bottom:1px solid #79961f;
}

div.block_menu ul.nav li:hover {
	background:#cdc754 url(images/menu.jpg) no-repeat right bottom;
}

div.block_menu ul.nav li a {
	font-size:16px;
	color:white;
	font-weight:bold;
}

div.block_menu ul.nav li.blue {
	background:#41b8b9 url(images/menu-home.jpg) no-repeat left bottom;
	border-bottom:1px solid #1c698c;
}

div.block_menu ul.nav li.blue:hover {
	background:#54cccd url(images/menu-home.jpg) no-repeat right bottom;
}


/* block > tabs */
div.block ul.tabs {
	background:white;
	width:auto;
	height:29px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

div.block ul.tabs li {
	float:left;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}

div.block ul.tabs li.last {
	border-right:none;
}

div.block ul.tabs li.current {
	background:#f2f2f2;
	border-bottom:1px solid #f2f2f2;
	font-weight:bold;
}

div.block ul.tabs li a {
	display:block;
	float:left;
	color:#666;
	padding:8px 16px;
	text-align:center;
	height:1%;
}

/* block > articles */
div.block ul.articles {
	
}

div.block ul.articles li {
	clear:both;
	border-bottom:1px solid #dfdfdf;
}

div.block ul.articles li a {
	display:block;
	padding:5px 0 5px 8px;
}

div.block ul.articles li a:hover {
	background:white;
}

/* block > newsletter */
div.block div.newsletter p.notice {
	color:#666;
	line-height:18px;
}

div.block div.newsletter form {
	margin-top:8px;
}

div.block div.newsletter form div.inputText {
	padding:0 0 5px 5px;
}

div.block div.newsletter form div.input {
	margin-bottom:10px;
}

div.block div.newsletter form div.last {
	margin-bottom:0px;
}

div.block div.newsletter div.group {
	text-align:right;
}

div.block div.newsletter div.group a {
	font-weight:bold;
}

/* block > login */
div.block div.login p.notice {
	color:#666;
	line-height:18px;
}

div.block div.login form {
	margin-top:8px;
}

div.block div.login form div.inputText {
	padding:0 0 5px 5px;
}

div.block div.login form div.input {
	margin-bottom:10px;
}

div.block div.login form div.last {
	margin-bottom:0px;
}

div.block div.login ul.nav {
	margin-top:10px;
}

div.block div.login ul.nav li {
	padding:0 0 5px 5px;
}

/* block > search */
div.block div.search p.notice {
	color:#666;
	line-height:18px;
}

div.block div.search form {
	margin-top:8px;
}

div.block div.search form div.inputText {
	padding:0 0 5px 5px;
}

div.block div.search form div.input {
	margin-bottom:10px;
}

div.block div.search form div.last {
	margin-bottom:0px;
}

/* block > links */
div.block ul.links li {
	padding:3px 0 3px 0;
}

div.block ul.links li a {
	text-decoration:underline;
}

div.block ul.links li a:hover {
	text-decoration:none;
}

/* block > sections */
div.block ul.sections {
	
}

div.block ul.sections li {
	clear:both;
	border-bottom:1px solid #dfdfdf;
}

div.block ul.sections li a {
	display:block;
	padding:5px 0 5px 8px;
}

div.block ul.sections li a:hover {
	background:white;
}

div.block div.notice {
	text-align:justify;
	line-height:18px;
}

/* block_advertisement */
div.block_advertisement {
	padding:5px 0 5px 0;
	text-align:center;
	border:1px solid #CCC;
	margin-bottom:10px;
}

/* block_author */
div.block_author div.inner {
	padding:0px;
	padding-top:28px;
	width:210px;
	height:407px;
	background:url(images/author.jpg);
}

div.block_author div.inner h4 {
	text-align:center;
	color:white;
	padding:0 0 12px 0;
}

div.block_author div.inner a {
	color:white;
}

div.block_author div.inner ul {
	width:183px;
	height:auto;
	margin:auto;
}

div.block_author div.inner ul li {
	clear:both;
	margin-bottom:2px;
}

div.block_author div.inner ul li a {
	background:url(images/author-li.png) no-repeat;
	display:block;
	width:170px;
	height:23px;
	padding:7px 0 0 13px;
	font-weight:bold;
}

div.block_author div.inner ul li a:hover {
	background:url(images/author-li.png) no-repeat left bottom;
}

div.block_author div.inner ul li a.active {
	background:url(images/author-li.png) no-repeat left bottom;
}

div.block_author div.inner div.authorTitles {
	width:180px;
	margin:auto;
	height:50px;
	overflow:hidden;
}

div.block_author div.inner div.authorImage {
	width:123px;
	height:123px;
	margin:auto;
	background:red;
}

div.block_author div.authorButton {
	position:relative;
	width:170px;
	margin:auto;
	text-align:center;
	padding:8px 0 5px 0;
}

div.block_author div.authorButton a {
	position:absolute;
	cursor:pointer;
	 width:16px; height:16px;
}

div.block_author div.authorButton a.prev {left:0px; background:url(images/icons/up.png) no-repeat;}
div.block_author div.authorButton a.next {left:20px; background:url(images/icons/down.png) no-repeat;}

div.block_author div.authorButton a:hover {
	font-weight:bold;
}

/* block_exam */
div.block_exam table {
	font:normal 12px Arial;
	border-left:1px solid #a9cce0;
}
div.block_exam table {
	border-bottom:1px solid #a9cce0;
}

div.block_exam tr td {
	border-left:1px solid #a9cce0;
}

div.block_exam thead tr th {
	font-weight:bold;
	background:#cae2ec;
	color:#333;
	padding:5px 0px 5px 6px;
	width:70px;
	border:1px solid #a9cce0;
	border-bottom:none;
	border-left:none;
	text-align:left;
}

div.block_exam tbody tr td {
	padding:5px 18px 5px 6px;
	width:70px;
	background:#cbe1ec url(images/examli.jpg) repeat-x;
	border:1px solid #a9cce0;
	border-bottom-color:#e0edf3;
	color:#194d65;
	border-left:none;
}

div.block_exam tbody tr td {
	cursor:pointer;
}

div.block_exam tbody tr td:hover {
	background:#d5e9f3;
}

div.block_exam thead tr th:hover {
	background:#cae2ec;
}


/* block > firstPosts */
div.block div.firstPost {
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
	border-bottom:1px solid #DFDFDF;
}

div.block div.firstPost img {
	width:158px;
	height:100px;
	background:white;
	padding:3px;
	border:1px solid #ddd;
}

/* gallery */
div.gallery {
	width:960px;
	margin:auto;
	padding:10px;
	background:white;
}

/* gallery > gleft */
div#gleft {
	float:left;
	width:630px;
	margin-right:20px;
	height:auto;
}

/* gallery > gright */
div#gright {
	float:right;
	width:310px;
	height:auto;
}

/* gallery > right > gblock */
div.gblock {
	border:1px solid #D2DADC;
	height:auto;
	width:auto;
	background:#f6f6f6;
	padding-bottom:8px;
}

div.gblock h3 {
	width:autopx;
	height:33px;
	color:#666;
	font-size:13px;
}

div.gblock h3 span {
	display:block;
	padding:8px 0 0 12px;
}

div.gblock_bottom {
	height:10px;
}

/* gblock > inner */
div.gblock div.inner {
	border:1px solid #ddd;
	margin:0 8px 0 8px;
	padding:8px;
	background:white;
}

/* gblock > images > image */
div.gblock div.images a:hover div.image {
	background:#EEE;
	border:1px solid #ddd;
}

div.gblock div.images div.image {
	clear:both;
	height:74px;
	margin-bottom:10px;
	padding:6px;
	border:1px solid white;
}

div.gblock div.images div.image img {
	width:90px;
	height:70px;
	padding:2px;
	border:1px solid #d9d9d9;
	margin:0 10px 0 0;
	float:left;
}

div.gblock div.images div.image div.description {
	float:left;
	width:150px;
	height:74px;
	overflow:hidden;
}

div.gblock div.images button {
	margin:0px;
	padding:0px;
}

/* gblock > search */
div.gblock div.search p.notice {
	color:#666;
	line-height:18px;
}

div.gblock div.search form {
	margin-top:8px;
}

div.gblock div.search form div.inputText {
	padding:0 0 5px 5px;
}

div.gblock div.search form div.input {
	margin-bottom:10px;
}

div.gblock div.search form div.last {
	margin-bottom:0px;
}

/* gallery > left > outside */
#gleft div.outside {
	border:1px solid #D2DADC;
	height:auto;
	width:auto;
	background:#f6f6f6;
	padding-bottom:8px;
}

#gleft div.outside h3 {
	width:autopx;
	height:33px;
	color:#666;
	font-size:13px;
}

#gleft div.outside h3 span {
	display:block;
	padding:8px 0 0 12px;
}

#gleft div.outside_bottom {
	height:10px;
}

/* gallery > left > outside > inner */
#gleft div.outside div.inner {
	border:1px solid #ddd;
	margin:0 8px 0 8px;
	padding:8px;
	background:white;
}

/* block > div.clouds */
div.block div.clouds {
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.block div.clouds a {
	text-decoration:underline;
	padding:2px;
	color: #666;
}

div.block div.clouds a:visited { color: #000; }
div.block div.clouds a:hover { color: #fff; background: #333 }


div.menu ul li {
	width:210px;
	margin-bottom:2px;
	font-size:14px;
	border-bottom:1px solid #dcdcdc;
	padding-bottom:2px;
}

div.menu ul li a {
	color:#6c6c6c;
	display:block;
	padding:12px 0 10px 17px;
}

div.menu ul li.current {
	border-bottom:0px;
	padding-bottom:0px;
}

div.menu ul li a:hover {
	background:url(images/right_menu.gif) no-repeat left top;
	text-decoration:none;
	color:#FFF;
}

div.menu ul li.current a {
	background:url(images/right_menu.gif) no-repeat left top;
	color:#FFF;
}


div.menu ul li.last {
	border-bottom:0px;
}

div.page {
	font-family:Arial;
	font-size:12px;
	line-height:18px;
}

div#bottom_wrap {
	margin-top:5px;
	background:url(images/footer_bg.jpg) repeat-x;
	padding:15px 0 15px 0;
	border-top:3px solid #445b66;
}

div#bottom_wrap div.bottom_wrap_inner {
	width:980px;
	height:202px;
	background:url(images/footer.jpg) no-repeat;
	margin:auto;
	clear:both;
	position:relative;
}

div.bottom_wrap_inner a.logo {
	position:absolute;
	top:30px;
	left:25px;
	width:245px;
	height:87px;
	background:url(images/logo.png);
}

div.bottom_wrap_inner div.nav {
	position:absolute;
	right:15px;
	bottom:13px;
	font-weight:bold;
	color:#7a929e;

}

div.bottom_wrap_inner div.nav a {
	color:#455760;
}

div.bottom_wrap_inner div.nav a:hover {
	color:#333;
}

div.bottom_wrap_inner div.selects {
	position:absolute;
	top:15px;
	left:280px;
}


div.bottom_wrap_inner div.selects div {
	float:left;
	margin:0 0 5px 15px;
}


div.bottom_wrap_inner div.selects div select {
	border:1px solid #B1CAD1;
	padding:5px;
	font-family:Arial;
	color:#455760;
	text-align:left;
	background:#FFF;
	font-size:12px;
	width:157px;
}

div.bottom_wrap_inner div.copyright {
	position:absolute;
	left:0px;
	bottom:45px;
	color:#f5f5f5;
	width:285px;
	text-align:center;
	line-height:15px;
	height:30px;
	font-family:Tahoma;
	font-size:11px;
}

/* advertisement */
div.top_wrap_inner div.adver {
	position:absolute;
	width:468px;
	height:60px;
	border:1px solid #4c6069;
	padding:3px;
	top:48px;
	left:280px;
}

/* advertisement */
div.adver_top_nav {
	margin:auto;
	margin-top:10px;
}

div.adver_bottom_wrap {
	margin:auto;
	margin-bottom:15px;
}

div.adver_detail {

	border:1px solid #ddd;
	padding:2px;
	margin:auto;
	margin-top:15px;
}

div.adver_cuff, div.adver_index_b1, div.adver_index_b2, div.adver_index_b3 {
	border:1px solid #ddd;
	padding:2px;
	margin:auto;
	margin-bottom:15px;
}

.itemPager tr td a {
	display:block;
	margin:0 0 0 4px;
	padding:6px 8px 6px 8px;
	height:1%;
	list-style:none;
	background:#ebebeb url(images/pager.png) repeat-x;
	border-top:1px solid #e0e6e7;
	border-left:1px solid #d2dadc;
	border-right:1px solid #d2dadc;
	border-bottom:1px solid #d4dee0;
	color:#4A4A4A;
	font-weight:bold;
}
.itemPager tr td a:hover {
	background:#b4b4b4 url(images/pager_selected.png) repeat-x;
	border-top:1px solid #cccccc;
	border-left:1px solid #bebebe;
	border-right:1px solid #b1b1b1;
	border-bottom:1px solid #afafaf;
	color:white;
	text-decoration:none;
}
.itemPager tr td.current a {
	padding:6px 8px 6px 8px;
	background:#b4b4b4 url(images/pager_selected.png) repeat-x;
	border-top:1px solid #e0e6e7;
	border-left:1px solid #d2dadc;
	border-right:1px solid #d2dadc;
	border-bottom:1px solid #d4dee0;
	color:#515151;
}
