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