.theme-bgcolor
{
	background-color: #2c4694;
}

.theme-color
{
	color: #2c4694;
}

.theme-menu-color-dark
{
	background-color: #6785be;
}

.theme-menu-color-light
{
	background-color: #8eadd5;
}

.theme-langs-bg
{
	background-image: url("../img/themes/01/h_lang_bg.jpg");
}

.theme-search-panel-bg
{
	background-image: url('../img/themes/01/bg_rbar_top.jpg');
	background-repeat: repeat-x;
}

.theme-middle-panel-bg
{
	background-image: url('../img/themes/01/bg_rbar_middle.jpg');
	background-repeat: repeat-x;
}

.theme-vote-answer
{
	margin: 0px 0px 3px 10px;
	padding: 6px 10px;
	background-color: #abb5d4;
	background-image: url('../img/themes/01/vote_corner_1.gif');
	background-repeat: no-repeat;
}

	.theme-vote-answer:hover
	{
		background-color: White;
		background-image: url('../img/themes/01/vote_corner_1_on.gif');
		background-repeat: no-repeat;
	}
	
.paginator span.selected
	{
		margin-left: 5px;
		background-color: #2c4694;
		padding: 5px;
		color: white;
	}
