.newsList{
	margin:0px;
	padding: 0px;
}
.newsLine{
	display:block;
	margin:0px 0px 0px 0px;
	padding: 14px 20px 15px 8px;
	border-bottom: 1px dotted #b4c9dc;
}

.mouseover_newsLine {
	/*background-image: url('../../img/news_mouseover.jpg');*/
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #f8fafc;
}

.mouseover_newsLine .nlistTit{
	text-decoration: underline;
}

.newsLine div p{
	margin:0px;
	padding: 0px;
}
.newsLine .nlistTit{
	color: #5e5e5e;
	/*display: block;
	font-size: 12px;
	margin-bottom:2px;
	padding:2px;*/
	/*border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #F5F5F5;
	*/
}
.newsLine .nlistT2{
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 7px;
	font-size: 17px;
	color: #595959;
	display: block;
	/*font-family: "Times new roman";*/
	font-weight: bold;
}

.newsLine .nlistDate span{
	font-weight: normal;
	padding: 4px 8px 4px 8px;
	color: #636363;
	font-size: 10px;
	margin: 0px;
	/*float: left;*/
	background-color: #e9eff7;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	/*display: block;*/
}
.nlistImage{
	display: block;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}
.nlistShort{
	text-align: justify;
	/*padding-left: 4px;
	padding-right: 4px;*/
}
.nlistLink{
	text-align: right;
	float: left;
	margin: 0px;
}
.newsInnerLabel{
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 16px;
	color: #595959;
	font-family: "Arial";
}
.newsInnerDate span{
	font-weight: normal;
	padding: 4px 8px 4px 8px;
	color: #636363;
	font-size: 10px;
	margin: 0px;
	/*float: left;*/
	background-color: #e9eff7;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.newsInnerPicture{
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
.newsInnerPicture p{
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	color: #666;
	font-style: italic;
	font-size: 10px;
}
.newsInnerBack{
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsInnerBack a{
	color: #2b60a3;
}

.newsInnerModD{
	color: #999999;
	font-size: 10px;
}

.archive {
	text-align: right;
}

a.linkRight {
	color: #2b60a3;
}

a.linkRight:hover {
	color: #2b60a3;
}

.newsList .month_control {
	padding: 5px 0px 5px 10px;
	text-align: left;
	font-size: 16px;
	font-family: "Times new roman";
	background-color: #ddd;
	cursor: pointer;
	
	-moz-border-radius:4px 4px 4px 4px;
	background-color:#E9EFF7;
	color:#636363;
	font-size:10px;
	font-weight:normal;
	margin:0;
}

div.month{
	margin: 0px;
	border-bottom: 3px solid white;
}

div.year{
	margin: 0px;
	
}

.newsList .year_control {
	padding: 5px 0px 5px 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times new roman";
	background-color: #ddd;
	cursor: pointer;
	background-color: #ccc;
	border-bottom: 3px solid white;
	
	-moz-border-radius:4px 4px 4px 4px;
	background-color:#e0e6F7;
	color:#636363;
	font-size:10px;
	font-weight:normal;
	margin:0;
}

.newsList .year_control a, .newsList .month_control a{
	color:#555; 
	font-size: 14px;
	font-weight: bold;
}

