/*
	weblogs style sheet file
*/

/*------------------------------------------------------------------
 div.weblogs style
------------------------------------------------------------------*/
div.weblogs {
	clear: both;
	overflow: hidden;
	width: 560px!important;
	width/**/: 580px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
a.return_index {
	display: block;
	width: 550px!important;
	width/**/: 558px;
	padding: 5px 10px 5px 0px;
	font-size: 12px;
	color: #353535;
	line-height: normal;
	text-align: right;
	background-color: #eef9ff;
	border: 1px solid #7fbfff;
	margin: 0px 0px 30px 0px;
}
a.return_index:link,a.return_index:active,a.return_index:visited {
	color: #353535;
}
a.return_index:hover {
	color: #FF0000;
}
/*------------------------------------------------------------------
 div.weblogs preview style
------------------------------------------------------------------*/
dl.weblogs_preview {
	width: 540px!important;
	width/**/: 560px;
	height: 147px!important;
	height/**/: 157px;
	text-align: left;
	padding: 10px 15px 0px 15px;
	margin: 0px 0px 20px 0px;
	background: url(../images/bg_news.gif) no-repeat;
}
dl.weblogs_preview dt {
	width: 540px;
	height: 30px;
	color: #3fc25b;
	font-size: 14px;
	line-height: 2.0em;
	padding: 0px 0px 0px 0px;
	clear: both;
	overflow: hidden;
	font-weight: bold;

}
dl.weblogs_preview dt div.dts {
	width: 400px;
	float: left;
	color: #353535;
	font-size: 12px;
	line-height: 2.0em;
}
dl.weblogs_preview dt span {
	width: 90px;
	display: block;
	float: right;
	text-align: right;
	font-weight: normal;
}
dl.weblogs_preview dt a {
	color: #3fc25b;
}
dl.weblogs_preview dt a:link,dl.weblogs_preview dt a:active,dl.weblogs_preview dt a:visited {
	color: #3fc25b;
}
dl.weblogs_preview dt a:hover {
	color: #FF0000;
}
dl.weblogs_preview dd {
	width: 540px;
	font-size: 12px;
	line-height: 1.6em;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 2.0em;
}

dl.weblogs_preview dd.alllist {
	text-align: right;
	padding: 30px 15px 0px 0px;
}

dl.weblogs_preview dd.detail {
	width: 118px!important;
	width/**/: 540px;
	padding: 5px 0px 10px 432px;
	margin: 0px;
	line-height: 2.0em;
	border-bottom: none;
}
/*------------------------------------------------------------------
 div.other
------------------------------------------------------------------*/
div.other {
	width: 545px!important;
	width/**/: 558px;
	height: 15px!important;
	height/**/: 20px;
	color: #353535;
	background-color: #eef9ff;
	border: 1px solid #7fbfff;
	padding: 4px 0px 4px 15px;
	font-size: 12px;
	font-weight: bold;
	
}
/*------------------------------------------------------------------
 div#title
------------------------------------------------------------------*/
div#title {
	clear: both;
	width: 560px;
	overflow: hidden;
	height/**/: 30px;
	color: #146709;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}
div.title {
	font-size: 14px;
	font-weight: bold;
	color: #353535;
	line-height: 1.8em;
} 

/*------------------------------------------------------------------
 div.weblogs article style
------------------------------------------------------------------*/

div.top {
	clear: both;
	overflow: hidden;
	width: 560px;
	height: 10px;
	background-image: url(../images/img_sechead.gif);
	background-repeat: no-repeat;
}

div.bottom {
	clear: both;
	width: 560px;
	height: 10px;
	margin-bottom: 20px;
	background-image: url(../images/img_secfoot.gif);
	background-repeat: no-repeat;
}


div.weblogs_article {
	width: 540px!important;
	width/**/: 560px;
	text-align: left;
	padding: 15px 10px 20px 10px;
	margin-top: 0px;
	background-image: url(../images/img_secbody.gif);
	background-repeat: repeat-y;
}
div.weblogs_article p {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 1.8em;
}
div.weblogs_image {
	padding: 5px 5px 5px 5px;
	background: #f6f6f6;
	border:1px solid #ccc;
	border-width:0 1px 2px 0;
	margin: 0px 20px 10px 0px;
}

/* link */

div.weblogs_link {
	clear: both;
	width: 520px!important;
	width/**/: 538px;
	padding: 6px 10px 6px 10px;
	border-top: solid 1px #7fbfff;
	border-left: solid 1px #7fbfff;
	border-right: solid 1px #7fbfff;
	border-bottom: solid 1px #7fbfff;
	background-color: #eef9ff;
}
div.weblogs_link a {
	display: block;
	background-image: url(empty_window.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	font-size: 12px;
	line-height: 1.5em;
	color: #555555;
	text-decoration: none;
}
div.weblogs_link a:link,div.weblogs_link a:active,div.weblogs_link a:visited {
	color: #555555;
}
div.weblogs_link a:hover {
	color: #FF0000;
}

h4.weblogs_link_h {
	clear: both;
	overflow: hidden;
	width: 100px!important;
	width/**/: 100px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #7fbfff;
	background-repeat: repeat;
	background-image: none;
	padding: 3px 0px 3px 0px;
}


/*------------------------------------------------------------------
 div.weblogs headline style
------------------------------------------------------------------*/
ul.weblogs_headline {
	clear: both;
	overflow: hidden;
	width: 535px!important;	
	width/**/: 560px;
	margin: 0px;
	font-size: 12px;
	padding: 0px 0px 20px 25px;
}
ul.weblogs_headline li {
	width: 535px!important;
	width/**/: 535px;
	padding: 9px 0px 0px 0px;
	font-size: 12px;
	line-height: normal;
	color: #353535;
	list-style-type: disc;
	list-style-position: outside;
}
ul.weblogs_headline li a {
	color: #353535;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
ul.weblogs_headline li a:active {
	color: #353535;
	padding: 0px 0px 0px 0px;
}	
ul.weblogs_headline li a:link {
	color: #353535;
	padding: 0px 0px 0px 0px;
}	
ul.weblogs_headline li a:visited {
	color: #353535;
	padding: 0px 0px 0px 0px;
}
ul.weblogs_headline li a:hover {
	color: #CC0000;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}



/*------------------------------------------------------------------
 div.weblogs attfiles icon  style
------------------------------------------------------------------*/
a.weblogs_pdf {
	height: 16px;
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	display: block;
}
a.weblogs_doc {
	height: 16px;
	background-image: url(doc.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	display: block;
}
a.weblogs_xls {
	height: 16px;
	background-image: url(xls.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	display: block;
}
a.weblogs_jtd {
	height: 16px;
	background-image: url(jtd.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	display: block;
}

