table.archive_headers {
	margin: 0px;
	border-collapse: collapse;
}

table.archive_headers td {
	padding: 0px 30px 0px 0px;
	vertical-align: bottom;
}

table.archive_headers td a {
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 1.3em;
	display: block;
	float: left;
}

div.archive_notice {
	margin: 40px 0px 0px;
	padding: 0px;
}

div.archive_date {
	font-size: 0.86em;
	margin: 0px;
	padding: 0px;
}

div.archive_date span {
	color: #888a90;
}

div.archive_date a {
	color: black;
}

div.archive_notice p {
	margin: 5px 0px 0px;
	padding: 0px;
}

div.news_img {
	margin: 10px 0px 30px;
	padding: 0px;
}

div.news_img img {
	border: 1px solid #605853;
	margin: 0px;
}

div#news_navigation {
	margin: 0px;
	padding: 0px;
	width: 345px;
}

div#news_navigation_top {
	margin: 0px;
	padding: 0px;
	width: 345px;
	height: 20px;
	background: url('/i/news-nav-top-bg.png') 0 0 no-repeat;
	position: relative;
	z-index: 1;
}

* html div#news_navigation_top {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/news-nav-top-bg.png', sizingMethod='crop');
	border: 1px solid red;
}

div#news_navigation_bottom {
	margin: 0px;
	padding: 0px;
	width: 345px;
	height: 20px;
	background: url('/i/news-nav-bottom-bg.png') 0 0 no-repeat;
}

* html div#news_navigation_bottom {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/news-nav-bottom-bg.png', sizingMethod='crop');
}

div#news_navigation_content {
	margin: 0px;
	padding: 0px;
	width: 345px;
	background: url('/i/news-nav-bg.png') 0 0 no-repeat;
	position: relative;
	z-index: 2;
}

* html div#news_navigation_content {
	background: none;
}

div#news_navigation_bg {
	display: none;
}

* html div#news_navigation_bg {
	display: block;
	position: absolute;
	width: 345px;
	height: expression(document.getElementById("news_navigation_content").clientHeight);
	overflow: hidden;
}

* html div#news_navigation_bg div {
	height: expression(document.getElementById("news_navigation_content").clientHeight);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/news-nav-bg.png', sizingMethod='crop');
}

div#news_reduser {
	margin: 0px;
	padding: 0px 20px;
	position: relative;
}

ul.news_types,
ul#news_years {
	margin: 30px 0px 0px;
	padding: 0px;
	width: 305px;
	list-style-type: none;
}

ul.news_types li,
ul#news_years li {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 1px 0px;
}

ul#news_years li.last {
	color: #888A90;
}

ul.news_types {
	padding-bottom: 30px;
}

ul.news_types li {
	font-size: 1.2em;
}

div.news_types_reduser {
	margin: 0px;
	padding: 2px 3px 2px;
}

ul.news_types li.curr_type {
	margin: -10px 12px 0px -10px;
	padding: 0px;
}

div.news_block {
	margin: 15px 0px 0px;
	padding: 0px;
}

div.news_block div.date {
	margin: 0px;
	padding: 0px;
	color: #888a90;
}

div.news_block div.news_notice {
	margin: 0px 0px 10px;
	padding: 0px;
}

div#month_switch {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

* html div#month_switch {
	position: relative;
	top: 0px;
	float: left;
}

div#switch_prev {
	margin: 3px 0px 0px;
	padding: 0px;
	width: 20px;
	height: 21px;
	background: url('/i/light_month-min.png') 0 0 no-repeat;
	float: left;
	cursor: hand;
	cursor: pointer;
}

* html div#switch_prev {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/light_month-min.png', sizingMethod='crop');
}

div#switch_next {
	margin: 3px 0px 0px;
	padding: 0px;
	width: 20px;
	height: 21px;
	background: url('/i/light_month-plus.png') 0 0 no-repeat;
	float: left;
	cursor: hand;
	cursor: pointer;
}

* html div#switch_next {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/light_month-plus.png', sizingMethod='crop');
}

div#switch_month {
	margin: 0px;
	padding: 0px 10px 10px;
	float: left;
	font-size: 1.5em;
	color: #888a90;
}

div#subscribe {
	margin: 20px 0px 0px;
	padding: 0px;
	clear: both;
}

div#subscribe h3 {
	margin: 0px 0px 5px;
}

div#subscribe form {
	margin: 0px;
	padding: 0px;
}

div#news_navigation form input {
	float: left;
}

div.img_btn {
	margin: -3px 0px 0px 5px;
	padding: 0px;
	float: left;
	background: url('/i/light_button.png') 0 0 no-repeat;
	width: 32px;
	height: 31px;
	cursor: hand;
	cursor: pointer;
}

* html div.img_btn {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/light_button.png', sizingMethod='crop');
}

div#main_content .date {	
	font-size: 1.7em;
	text-align: right;
}
