@charset "utf-8";
/* List CSS Document */

#calendar, #s_news {
	position: relative;
	margin: 15px 0 0 36px;
}

#calendar h2 , #s_news h2 {
	margin-bottom: 15px;
	color: #014281;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
}

#calendar {
	border-bottom: 3px solid #13528e;
	background: #fff;
}

#calendar .pos, #s_news .pos {
	margin-bottom: 15px;
	font-size: 11px;
}

#calendar .linked, #s_news .linked {
	margin-top: 5px;
}

#calendar span, #s_news span {
	padding: 1px 3px 1px 3px;
	font-weight: bold;
	color: #fff;
	background: #a1a1a1;
}

#text_block #list_submit {
	width: 82px;
	height: 36px;
	margin-top: -8px;
	font-size: 11px;
	color: #fff;
	border: 0;
	background: #0c467e url(images/filter.jpg) left top no-repeat;
	cursor: pointer;
}

#text_block select {
	margin: 1px 5px 0 0;
}

#text_block .pos {
	position: relative;
	margin: 16px 30px 20px 0;
	background: #fff;
	border-bottom: 1px solid #c7c7c7;
}
#ie6 #text_block .pos {
	margin-top: 1px;
}

#text_block .date {
	position: absolute;
	left: 0;
	top: 3px;
	width: 95px;
	font-size: 11px;
	font-weight: bold;
	color: #4a4a4a;
}
#ie6 #text_block .date {
	left: -106px;
}

#text_block .pos .desc {
	margin: 0 0 15px 106px;
	font-size: 13px;
	line-height: 1.5em;
}
#ie6 #text_block .pos .desc {
	margin: 0 0 1px 106px;
}

#page_navigator {
	margin: 28px 0 0 0;
	padding-top: 3px;
}

#page_navigator .page, .page_selected {
	float: left;
	margin-right: 15px;
	font-size: 15px;
}

#page_navigator .page {
	margin-top: 3px;
}

.page_selected span {
	display: block;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	background: #13528e;
	color: #fff;
}
