body {
	color: #000;
	background-color: #fff;
}

a {
	color: #00b;
}

a:active, a:focus {
	color: #eb0;
}

#mainmenu, #mainmenu ul, #footer {
	background-color: #00b;
}

#infobar {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	color: #fff;
}

#mainmenu li a {
	background-color: #00b;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
}

#mainmenu li.active a {
	background-color: #88f;
}

#mainmenu li a:hover, #mainmenu li a:focus {
	background-color: #eb0;
}


.article .article_body {
	border-top: 1px solid #ddd;
}

.text_perex .perex_end {
	border-bottom: 1px solid #ddd;
}

.small_column {
	border-left: 1px solid #ddd;
}


.forum {
	border-bottom: 1px solid #ddd;
}

.forum .item {
	border-top: 1px solid #ddd;
}


.calendar_month_small table {
	border-collapse: collapse;
}
.calendar_month_small table td,
.calendar_month_small table th {
	border: 1px solid #777;
	padding: 2px 4px;
}
.calendar_month_small table th {
	background-color: #ddd;
}
.calendar_month_small table td {
	text-align: right;
}
.calendar_month_small table td.day_today {
	background-color: #eb0;
}

.top_rated_background li a img {
	border: 1px solid #666;
}
.top_rated_background li a:hover img,
.top_rated_background li a:focus img {
	border: 1px solid #000;
}

.poll_show .poll_label {
	border: 1px solid #aaa;
}
