/* #  Unic CMS v4.3 # (c) Romas Pumpalavicius (www.sprendimai.com) 2007 # */

BODY, TD, TH {
	font-family: Verdana;
	font-size: 11px;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:active {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
	color: #ff0000;
}

.teasers {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.top_line, .bottom_line {
	height: 10px;
	font-size: 1px;
}
.top_line {
	background: url('images/top_line_back.gif');
}
.bottom_line {
	background: url('images/bottom_line_back.gif');
}

.copyright {
	padding-left: 30px;
	padding-right: 30px;
	background-color: #222222;
}
.copyright, .copyright A {
	color: #aaaaaa;
}

.login_title {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

.login {
	color: #00ced0;
}

.login_input_text, .login_input_checkbox {
	border: solid #00ced0 1px;
	background-color: #ffffff;
	color: #aaaaaa;
}
.login_input_text {
	width: 100px;
	height: 22px;
}
.login_input_checkbox {
	width: 14px;
	height: 14px;
}

.login_registration {
	color: #ff0000;
	font-weight: bold;
}

.line {
	font-size: 1px;
	height: 1px;
	background-color: #00ced0;
}

.title {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #00ced0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #ff0000;
}

.even {
	background-color: #555555;
}

.uneven {
	background-color: #444444;
}

.vip {
	color: #FF0000;
	font-weight: bold;
}

.menu, .menu_current {
	padding-bottom: 5px;
}

.menu_current A {
	color: #ffff00;
}

TABLE.topmenu {
	border-collapse: collapse;
	border-right: solid 1px #ff0000;
	border-left: solid 1px #ff0000;
}

.topmenu TD {
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}

.topmenu_current {
	background: url('images/menu_back_opened.gif');
}

.topmenu A {
	color: #ffffff;
}
.topmenu A:hover, .topmenu_current A, .topmenu_current A:hover {
	color: #ffff00;
	text-decoration: none;
}

.hr {
	font-size: 1px;
	height: 5px;
	background-color: #555555;
}

.border, .border TD, .border TH {
	border: #444444 solid 5px;
	border-collapse: collapse;
}

.noborder, .noborder TD, .noborder TH {
	border: none;
	background-color: none;
	border-collapse: collapse;
}

.mb_thumbnail {
	width: 100px;
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.frm_thumbnail {
	border-bottom: #444444 solid 5px;
}

.rs_block {
	padding: 5px;
	float: left;
}

.rs_block_tbl {
	width: 355px;
	border: #444444 solid 5px;
	cursor: hand;
	cursor: pointer;
}

.photo_block {
	padding: 5px;
	float: left;
}

.photo_block_tbl {
	background-color: #444444;
	height: 530px;
}

.photo_block_tbl, .photo_block_tbl TD, .photo_block_tbl TH {
	width: 315px;
	border: #444444 solid 5px;
	border-collapse: collapse;
}

.highlight {
	color: #ffff00;
}

.mouse, .topmenu {
	cursor: hand;
	cursor: pointer;
}

BLOCKQUOTE {
	border: #555555 solid 5px;
	font-style: italic;
	padding: 5px;
}

.unread, .unread A {
	color: #00ff00;
	font-weight: bold;
}