@charset "utf-8";
/* CSS Document */

body
{
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family:Arial, Tahoma;
	background:#e5e5e5;
}
a
{
	text-decoration:none;
}
a img
{
	border:none;
}
a:hover {
	text-decoration: underline;
}
.column-scientific {
	width: 815px;
	float: left;
	margin-top: 10px;
}
.container
{
	width:1000px;
	margin:auto;
}
.zone-banner
{
	width:100%;
	margin:auto;
	padding-top:10px;
	background: #0058b3;
}
a.backup-icon {
	display: inline-block;
	background: url(images/database.png) no-repeat;
	padding-left: 18px;
	line-height: 18px;
}
.page-logo
{
	float:left;
}
.name-language
{
	float:left;
	width:280px;
	text-align:center;
	line-height:50px;
}
.img-banner
{
	float:right;	
	height:97px;
	width:614px;
}
.menu-layout
{
	width:1000px !important;
	margin:auto;
	background:url(images/nav-loop.gif) repeat-x left top !important;
	height:32px !important;
}
.menu-horizon
{
	width:100%;
	margin:auto;
	background:url(images/nav-loop.gif) repeat-x left top;
	height:32px;
}
.mn-left
{
	background:url(images/nav-left.gif) no-repeat left top;
	height:32px;
}
.mn-right
{
	background:url(images/nav-right.gif) no-repeat right top;
	height:32px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}

.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

.menu-layout {
background:#AABDE6 none repeat scroll 0 0;
height:40px;
position:absolute;
width:100%;
z-index:100 !important;
}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	height:			2.5em;
	padding-bottom:	2.5em;
	position:		relative;
}
.sf-navbar li {
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width: 1000px; /*IE6 soils itself without this*/
}
.sf-navbar li li ul {
	width:13em;
	height:auto !important;
	position: absolute;
	background-color:#EEE;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	opacity:0.9;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}

ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius: 0;
}
ul.sf-navbar li, .sf-navbar li ul li
{
	float:left;
	background:none;
}
.sf-navbar li ul li
{
	position:relative;
}
ul.sf-navbar li ul li.active a {
	color: #000 !important;
}
ul.sf-navbar li a
{
	color:#001d3b !important;
	font-size:13px;
	line-height:32px;
	padding:0 12px 0 12px !important;	
	font-weight:bold;
	white-space:nowrap;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li:hover, .sf-menu li.sfHover{
	background: url(images/hovermenu.gif) repeat-x !important;
}
.sf-menu li li:hover, .sf-menu li li.sfHover{
	background: none !important;
}
.sf-menu li a:hover {
	color: #007FAE;
	text-decoration: none;
}
.sf-menu li ul li a:hover {
	color: #000 !important;
}

ul.nav-menu li a.Active
{
	background:url(images/hover-loop.gif) repeat-x left top;
	height:35px;
	display:block;
	line-height:35px;
	margin-top:-3px;
	position:relative;
	float:left;
}
ul.nav-menu li a.Active span
{
	background:url(images/hover-left.gif) no-repeat left top;
	height:35px;
	display:block;
	float:left;
	cursor:pointer;
}
ul.nav-menu li a.Active span span
{
	background:url(images/hover-right.gif) no-repeat right top;
	height:35px;
}
.menu-level2
{
	background:url(images/mn-c2loop.gif) repeat-x left bottom #cdd5db;
	height:23px;
	margin-top:32px;
	width:100%;
	float:left;
	padding-top: 5px;
	overflow: hidden;
}
.mn-level2-left
{
	background:url(images/mn-c2left.gif) no-repeat left top;
	height:23px;
}
.mn-level2-right
{
	background:url(images/mn-c2rightr.gif) no-repeat right top;
	height:23px;
}
ul.sf-navbar li ul
{
	margin:0;
	padding:0;
	list-style:none;
	height: 30px;
}
/*content*/
.page-content
{	
	margin:4px auto 0 auto;
	padding:5px 5px 5px 10px;
	background:#fff;	
}
.column-left
{
	width:500px;
	float:left;
	background:#f4f5f6;
	padding-top:5px;
	overflow:hidden;
}
.one-box
{
	width:100%;
	margin-bottom:10px;
}
.title-leftcol
{
	background:url(images/title-loop.gif) repeat-x left top;
	height:22px;
}
.title-lcol
{
	background:url(images/title-left.gif) no-repeat left top;
	height:22px;
}
.title-llcolr
{
	background:url(images/title-right.gif) no-repeat right top;
	height:22px;
}
ul.titleleft-news
{
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}
ul.titleleft-news li
{
	float:left;
	color:#0058b3;
	margin-right: 5px;
}
ul.titleleft-news li a
{
	line-height:22px;
	color:#0058b3;
	margin-right: 5px;
}
ul.titleleft-news li a span span
{
	padding:0 5px;
}
ul.titleleft-news li a.current
{
	background:url(images/tab-loop-title.gif) repeat-x left top;
	height:24px;
	display:block;
	margin-top:-2px;
	color:#fff;
	line-height:24px;
	float:left;
	position:relative;
	font-weight:bold;
}
ul.titleleft-news li a.current span
{
	background:url(images/tab-left-title.gif) no-repeat left top;
	height:24px;
	display:block;
	float:left;
}
ul.titleleft-news li a.current span span
{
	background:url(images/tab-right-title.gif) no-repeat right top;
	height:24px;
}
.detail-contenttab
{
	border:solid 1px #d8dbe0;
	border-bottom:none;
	padding:5px;
}
.left-detail
{
	width:300px;
	float:left;
}
.one-detail a img
{
	border:solid 1px #a5a5a5;
	float:left;
	margin-right:7px;
}
.one-detail a p
{	
	color:#000000;
	text-align:justify;
	margin:0;
	padding:0;
}
.one-news-related
{
	padding:10px 0 10px 0;	
	font-weight:bold;
}
.one-news-related a
{
	color:#919090;
	font-weight:bold;
}
.right-detail
{
	float:left;
	width:180px;
	padding-left:5px;
}
.right-detail a:link
{
	color:#000;
}
.right-detail a:visited
{
	color:#016286;
}
.right-detail a img
{
	float:left;
	margin-right:5px;
	border:solid 1px #a5a5a5;
}
.right-detail p
{
	margin:0;
	padding:0;
	text-align:justify;
}
ul.related-news
{
	margin:0;
	padding:0px 0 0 10px;
	list-style:none;
}
ul.related-news li
{
	padding-bottom:1px;
	background:url(images/black-square.gif) no-repeat left 4px;
	padding-left:10px;
}
.bottom-detail
{
	background:url(images/bottom-loop.gif) repeat-x left top;
	height:5px;
}
.bottom-left
{
	background:url(images/bottom-left.gif) no-repeat left top;
	height:5px;
}
.bottom-right
{
	background:url(images/bottom-right.gif) no-repeat right top;
	height:5px;
}
.column-center
{
	float:left;
	width:300px;
	margin-left:10px;
	background:#F4F5F6;
	padding-top:5px;
}
.title-ad
{
	background:url(images/title-adleft.gif) no-repeat left top;
	height:20px;
	float:left;
	width:12px;
}
.text-ads
{
	text-transform:uppercase;
	color:#a7a7a7;
	line-height:20px;
	float:left;
	font-weight:bold;
	font-size:11px;
}
.title-adright
{
	background:url(images/title-adright.gif) no-repeat left top;
	height:20px;
	width:200px;
	float:left;
}
.box-video
{
	width:100%;
	margin-top:15px;
	background:url(images/bg-video-loop.gif) repeat-x left top;
	/*height:336px;*/
}
.box-videoleft
{
	background:url(images/bg-videoleft.gif) no-repeat left top;
	height:336px;
}
.box-videoright
{
	background:url(images/bg-video-right.gif) no-repeat right top;
	height:336px;
	color:#003F7A;	
	text-align:center;
}
.title-video
{
	float:left;
	padding:10px 0 2px 20px;
	width:90%;
	text-align:left !important;
	font-weight:bold;
}
ul.list-video
{
	margin:-58px 5px 0 5px;
	padding:10px 0 0 10px;
	list-style:url(images/black-square.gif) inside;
	background:#F4F5F6;
	position:relative;
}
ul.list-video li
{
	/*background:url(images/black-square.gif) no-repeat left 7px;
	padding-bottom:3px;
	text-align:left !important;
	padding-left:10px;
	*/
	margin-bottom: 3px;
}
ul.list-video li a
{
	color:#016286;
}
.box-images
{
	width:100%;
	margin-top:10px;
	background:url(images/bg-video-loop.gif) repeat-x scroll left top ;
	width:100%;
	border: 1px solid #D5D8DE;
}
.poll
{
	width:100%;
	min-height:30px;
}
.title-boximg
{
	/*background:url(images/img-titleloop.gif) repeat-x left top;*/
	height:21px;
}
.box-white .title-boximg-left
{
	
	font-size:14px; 
	color: #003F7A;
    font-weight: bold;
	padding-top:5px;
    height: 21px;
    line-height: 21px;	
    padding-left: 12px;
}
 .title-boximg-right
{
	/*background:url(images/img-title-right.gif) no-repeat right top;*/
	height:21px;
	color:#003F7A;
	font-weight:bold;
	line-height:21px;
	padding:5px 0 2px 12px;
}
 .title-boximg-news
{	
	height:21px;
	color:red;
	font-weight:bold;
	line-height:21px;
	padding-left:20px;
	line-height:30px;
	text-transform:uppercase;
}
.content-img
{
	background:url(images/bg-img.gif) repeat-x left top;
	height:209px;
	border-left:solid 1px #d5d8de;
	border-right:solid 1px #d5d8de;
	text-align:center;
}
.content-img a
{
	color:#003F7A;
	line-height:30px;
}
ul.list-img
{
	margin: 0 auto;
	padding:2px 0 0 10px;
	list-style:none;
	margin-top:0px;
	/*border-left:solid 1px #d5d8de;
	border-right:solid 1px #d5d8de;*/
	background:#fff;
}
ul.list-img li
{
	background:url(images/black-square.gif) no-repeat left 4px;
	padding-bottom:7px;
	text-align:left !important;
	padding-left:10px;
}
ul.list-img li a:link
{
	color:#000000;
}
ul.list-img li a:visited
{
	color:#016286;
}
.box-check
{
	float:left;
	width:172px;	
}
.list-check
{
	text-align:left !important;
}
.title-ask
{
	text-align:left !important;
	width:95%;
	font-weight:bold;
	color:#666666;
	line-height:23px;
	padding-left:10px;
}
.input-vote
{
	padding:10px 0;
	background:#fff;
	border-left: 1px solid #D5D8DE;
    border-right: 1px solid #D5D8DE;
	text-align:center;
}
.btn-vote
{
	background:url(images/btn-bieuquyet.gif) no-repeat left top;
	width:65px;
	height:24px;
	border:none;	
	font-size:13px;
	color:#666666;
	padding-bottom:2px;
	padding-right:5px;
	padding-left:5px;
	border:1px solid #CCC;
}
.input-vote a
{
	color:#000000;
}
.column-right
{
	float:left;
	margin-left:10px;
	width:160px;
	padding-top:15px;
}
.footer-page
{
	text-align:center;	
	padding:10px 0 20px 0;
	color: #000;
	background: #f0f0f0;
}
.footer-page strong
{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
}
.menuindex
{
	height:auto;
	width:100%;
	margin:auto;
}
ul.sf-navbar li li a
{
	line-height:23px; 	
	font-size:12px;
	color:#0058B3 !important;
	font-weight:bold;
}
.right-detail a:hover
{
	text-decoration:underline;
}
ul.related-news  li a 
{
	padding-bottom:5px;
}
.box-newsmaxread
{
	background: url("images/bg-video-loop.gif") repeat-x scroll left top transparent;
    width: 100%;
}
.box-newshighlight
{
	background: url("images/bg-video-loop.gif") repeat-x scroll left top transparent;
	margin-bottom:10px;
    width: 100%;
}
.box-newscategory
{
	width:100%;	
	margin-top:10px;
}
.box-contentcategory
{
	background: url("images/bg-video-loop.gif") repeat-x scroll left top transparent;
	margin-top:10px;
}
.title-boximg-newscategory
{
	color: #FF6600;
    font-weight: bold;
    height: 21px;
    line-height: 30px;
    padding-left: 20px;	
	font-size:13px;
}
.content-newschid
{
	margin:5px 0 5px 0;
}
.title-content-newschid a
{
	color:#016286;
	font-size:12px;	
}

.title-content-newschid a:hover
{
	text-decoration:underline;
}
.title-content-newschid
{
	padding-left:8px; 
}
.content-newschid img 
{
    border: 1px solid #292929;   
    margin-right: 10px;
    padding: 3px;   
	width:50px;
	float:left;
}
.listnewschid ul
{
	padding:0;
	margin:0;
}
.listnewschid ul li
{
	list-style-type:none;
	background:url(images/triangle.gif) left 6px no-repeat ;
	padding-left:7px;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:3px;
}
.listnewschid ul li a
{
	color:#8A0000;
}
.listnewschid ul li a:hover
{
	text-decoration:underline;
}
ul.list-img li a:hover
{
	text-decoration:underline; 
}
.title-newstoday
{
	border-bottom: 2px solid #016286;
    color: #016286;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}
.ul-newstoday
{
	margin:0;
	padding:0;
}
.bottom-line-newstoday
{
	list-style-type:none;
	padding-left:15px;
}
ul li.bottom-line-newstoday a
{
	color: #016286;
    line-height: 20px;
    text-decoration: none;
}
.one-detail a p:hover
{
	text-decoration:underline;
}
.address-footer a:hover
{
	text-decoration:underline;
}
.download-document ul li a:hover
{
	text-decoration:underline;
}
.download-document ul li 
{
	background:url(images/download.jpg) no-repeat;
	height:16px;
	padding-left:25px;
	list-style:none;
	margin-bottom:3px;
}
.download-document ul
{
	padding-left:20px;
	margin:5px auto 5px auto;	
}
.one-detail p a
{
	color: #000000;
    text-align: justify;
}
.one-detail p a:hover
{
	text-decoration:underline;
}
.friend a {
    color: #276FBC;
    font-size: 11px;
}
.friend .items {
	
	padding-bottom:0px;
	text-align:left;
	float:left;
	width:60px;
}
.friend .items img {
	border:0px;
	width:50px;
	height:50px;
}
.friend .items2 {
	padding-bottom:10px;
	text-align:left;
	float:left;
	padding-left:30px;
	margin-top:10px;
	width:100px;
}
.friend .items2 img {
	border:0px;
	width:100px;
	height:100px;
}
.friend .rows {
	clear:both;
	background-color:#fff;
	padding-top:10px;
	font-size:12px;
}
.friend .rows img {
	border:0px;
	width:77px;
	height:57px;
	padding-right:5px;
}
.friend .rows ul {
	margin:0px;
	padding:0px;
}
.friend .rows li {
	line-height:20px;
	background:url(images/icon-6.gif) no-repeat;
	padding-left:20px;
}
.search-right {
    float: right;  
	height:23px;
	width:245px;
	position: relative;
	z-index: 200;
}
.text-search {
    background: url("images/input-search-index.jpg") no-repeat scroll left top transparent;
    border: medium none;
    color: #333;
    float: left;
    font-size: 11px;
    height: 23px;   
    width: 180px;
	padding-left: 5px;
	line-height: 23px;
}
.btn-search {
    background:url(images/button.png) no-repeat scroll left top transparent;
    border: medium none;
    color: #000000;
    float: left;
    font-size: 11px;
    height: 23px;     
    width: 58px;	  
}
.zone-search {
    height: auto;   
    width: 100%;
}
.box-faq {
    border-bottom: 1px solid #0B87DD;
    clear: both;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;   
    text-align: left;
	background: url(images/bgPathWay.gif) repeat-x scroll 0 0 transparent;
	text-transform:uppercase;
}

.pagination, .pagination-newlistHue {
	padding: 0;
	margin: 0;
    margin-top: 5px;
}
.pagination a, .pagination-newlistHue a{
    color: #0058b2;
    border: 1px solid #0058b2;
    padding: 2px 5px;
	margin-right: 5px;
}
.pagination-newlistHue a {
	padding: 2.5px 5px;
}
.pagination span.current, .pagination-newlistHue span.current,
.pagination a:hover, .pagination-newlistHue a:hover  {
    border: 1px solid #0058b2;
    background: #0058b2;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
	margin-right: 5px;
}
.pagination a:hover{
    padding: 2px 5px;
}
.pagination-newlistHue a:hover {
	padding: 3px 5px;
}

ul.sf-navbar ul li a {
    line-height: 30px;
}

.tpllist {
    clear: left;
    margin: 15px 0;
}

.counterbox {
    background: url("http://www.youtemplates.com/images/counterbox.gif") no-repeat scroll center top transparent;
    color: #333333;
    float: left;
    height: 56px;
    padding: 3px 0 0;
    width: 51px;
}
.counter-num {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 95%;
    font-weight: bold;
    text-align: center;
}
.counter-txt {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 75%;
    text-align: center;
}
.counter-type-pdf {
    background: url("http://www.youtemplates.com/images/icon_pdf.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-doc {
    background: url("http://www.youtemplates.com/images/icon_doc.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-docx {
    background: url("http://www.youtemplates.com/images/icon_doc.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-xls {
    background: url("http://www.youtemplates.com/images/icon_xls.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-xlsx {
    background: url("http://www.youtemplates.com/images/icon_xls.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-ppt {
    background: url("http://www.youtemplates.com/images/icon_ppt.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-pptx {
    background: url("http://www.youtemplates.com/images/icon_ppt.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-rar {
    background: url("http://www.youtemplates.com/images/icon_rar.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-zip {
    background: url("http://www.youtemplates.com/images/icon_zip.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-waiting {
    background: url("http://www.youtemplates.com/images/icon_waiting.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-approved {
    background: url("http://www.youtemplates.com/images/icon_approved.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-new {
    background: url("http://www.youtemplates.com/images/icon_new.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-hot {
    background: url("http://www.youtemplates.com/images/icon_hot.gif") no-repeat scroll 0 0 transparent;
}
.counter-type-vip {
    background: url("http://www.youtemplates.com/images/icon_vip.gif") no-repeat scroll 0 0 transparent;
}
.counter-type, .counter-type-approved {
    height: 11px;
    left: -3px;
    position: relative;
    text-indent: -2000em;
    top: 3px;
    width: 29px;
    z-index: 900;
}

.tplinfo {margin:0 30px 0 75px;}
.tplinfo dt {
	font-size:105%;
	font-weight:bold;
}
.tplinfo dd {margin:5px 0 5px 0; text-indent:0;}
.tplinfo dd.desc {
	font-size:90%;
	line-height:1.6em;
}
.tplinfo dd.info {
	font-size:85%;
}
.tplinfo dd.info img {vertical-align:middle;}
.tplinfo dd.info img.imgdl {vertical-align:baseline;}
.tplinfo dd .delimiter {
	border-right:solid 1px #ccc;
	padding:0 7px 0 0;
	margin:0 2px;
}

.counterbox ol,.counterbox ul,.counterbox li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li a 
{
	padding:0 2px;
	/*color:red;*/
	/*text-transform:uppercase;*/
	font-weight:bold;

}
.ui-tabs .ui-tabs-panel 
{
	border:1px solid #ccc;
	padding: 5px !important;
}
.ui-tabs-selected
{
	background:url(images/leftAcive.gif) no-repeat scroll 0 0 transparent;
	
}
.ui-tabs-selected a
{
	/*color:#016286 !important;*/
}
.ui-tabs .ui-tabs-nav li
{
/*	padding:0 10px;*/
}
.createdtime
{
	color:#FF8000 !important;
	padding-left:1px;
}
span.highlight {
	background: #FF0;
}
/*layout 2 cot*/
.two-column-left
{
	width:810px;
	float:left;
}
.newhot p {
    margin-bottom: 5px;
    margin-top: 0;
}
.newhot 
{
	height:180px;
}
.newhot img
{
	width:220px;
	height:150px;
	float:left;
	margin-right:10px;
	
}
ul.list-img .ui-tabs-nav-item a
{
	color:#000;
	text-transform:none;
	font-weight:normal;	
}
h2{
		color:#0058B3;
	}
	div#slideShowItems{
	  	height:200px;
		overflow:hidden;
		position:relative;
	}
	
	div#slideShowItems div{
		width:500px;
	}
	
	
	div#slideShowItems img {
		margin-right:13px;
		float:left;
	}
	
	ul#slideShowCount{
		margin:0px;
		padding:0px;
		background:#eff1f3;	
	}
	ul#slideShowCount li.slide{
		line-height:14px;
		float:right;
		cursor:pointer;
		width:26px;
		height:18px;
		display:block;
		background:url(images/tabs.jpg) no-repeat scroll left top;
	}
	
	ul#slideShowCount li.slide span{
		padding-left:10px;
		color:#333333;
		font-weight:bold;
		font-size:12px;
	}
	
	ul#slideShowCount li.slide:hover{
		background-position:left -18px;
	}
	
	ul#slideShowCount li.slide.selectedTab{
		background-position:left -18px;		
	}
	ul#slideShowCount li.slide.selectedTab span
	{
		color:#fff;
	}
	div#slideShow{
		background:#eff1f3;
		width:100%;
	}
	
.scientific-tab
{
	padding:0;
	
	
}
.scientific-tab .ui-tabs-nav li a
{
	padding:6px 10px !important;
	font-size:11px;
}
form.searchScientificHistory input[type=text] {
    border: 1px solid #ccc;
    width: 70%;
    padding: 3px 5px;
    margin-left: 5px;
}
ul.scientificList {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.scientificList li {
	display: list-item;
}
.scientificList li:hover {
	background: #f0f0f0;
}
.scientificList .scientificBox {
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding: 10px;
	*min-height: 60px;
	*height: 60px;
}
.scientificList .scientificLeft {
	width: 60px;
	margin-right: 5px;
	float: left;
}
.scientificList .scientificRight{
	float: left;
	/*width: 410px;*/
}
.scientificRight .scientificName a{
	font-size: 14px;
	font-weight: bold;
}
.scientificField
{
	font-style:italic;
}
.list-character {
	margin-left: 5px;
}
.list-character a {
	font-weight: bold;
	padding: 0 4px;
	font-size: 13px;
	color:#06C;
}
.list-character ul{
	margin: 0px;
	padding: 0;
	list-style: none;
}
.list-character ul li {
	display: inline;
}
.list-character li:last-child {
	margin-right: 0px;
}
span.highlight{
	background: #FF0 !important;
}
.title-menu-news a
{
 	color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}
.Tabs-homeTabs .ui-tabs .ui-tabs-panel
{
	 border: 1px solid #999999 !important;
}
#Login-8 input
{
	width:136px;
}