/*
	weblogs style sheet file
*/
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;
}
ul.weblogs_headline {
	width: 340px;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	/*background-color: #EEFFEE;*/
}
ul.weblogs_headline li{
	list-style: none;
	overflow: hidden;
	height: 22px;
}
ul.weblogs_headline li a{
	display: block;
	border-bottom: solid 1px #EEEEEE;
	height: 22px;
}
ul.weblogs_headline li a:active {

}
ul.weblogs_headline li a:link {

}
ul.weblogs_headline li a:visited {

}
ul.weblogs_headline li a:hover {
	/*background-color: #E8EEF9;
	border-bottom: solid 1px #990000;*/
}
div.weblogs_image {
	padding: 5px;
	background: #f6f6f6;
	border:1px solid #ccc;
	border-width:0 1px 2px 0;
	margin: 0px 0px 5px 5px;
}
div.weblogs_link {
	margin-top: 5px;
	border: solid 1px #999999;
	padding: 10px;
	background-color: #EEEEFF;
	clear: both;
}
div.weblogs_link a {
	display: block;
	background-image: url(empty_window.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
div.weblogs_file {
	margin-top: 5px;
	border: solid 1px #999999;
	padding: 10px;
	background-color: #FFEEEE;
	clear: both;
}
div.weblogs_othercolumn {
	margin-top: 15px;
	border: solid 1px #999999;
	padding: 20px;
	background-color: #D4F9FF;
}
div.weblogs_othercolumn dl{
	margin: 0px;
	padding: 0px;
}
div.weblogs_othercolumn dl dt{
	margin-bottom: 20px;
}
div.weblogs_othercolumn dl dd{
	
}
dl.weblogs_previewcolumn {
	/*border-bottom: solid 1px #999999;*/
}
dl.weblogs_previewcolumn dt {
	line-height: 20px;
	background: #EEEEEE;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 2px #999999;
	/*border-right: solid 1px #333333;*/
	color: #ffffff;
	padding-left: 10px;
	clear: both;
}
dl.weblogs_previewcolumn dd {
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 2px #999999;
	padding: 5px 10px 10px 10px;
	margin: 0px;
}
div.weblogs_column {
	padding: 10px;
}
div.weblogs_column h2 {
	line-height: 30px;
	background: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 5px #999999;
	/*border-right: solid 1px #333333;*/
	color: #022C91;
	padding-left: 5px;
	clear: both;
}
div.weblogs_column p {
	padding-top: 5px;
}