/* # Unic CMS v4.5 # (c) Romas Pumpalavicius (www.sprendimai.com) 2009 # */

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;
}

.menu, .copyright {
	height: 45px;
}

.menu, .menu A, .user_menu, .user_menu A, .copyright, .copyright A, .extra, .extra A, .extra_title, .extra_title A {
	color: #ff7617;
}

A.menu_current {
	color: #ffcc33;
}

A.user_menu_current {
	color: #ffffff;
}

.title, .title A {
	font-weight: bold;
}

.comment, .comment A {
	font-size: 9px;
	font-weight: none;
}

.extra_title, .extra_title A {
	font-weight: bold;
}

INPUT, SELECT {
	font-size: 11px;
	height: 20px;
	border: solid #ff7617 1px;
	background-color: #fff2b0;
	color: #ff7617;
}

INPUT.extra {
	width: 150px;
}

.button {
	border: solid #fff2b0 1px;
	background-color: #ff7617;
	color: #fff2b0;
}

.list TH, .edit TH {background-color: #ff9933;}
.list TD, .edit TD {background-color: #ff8017;}

.not_approved {
	color: #dddddd;
}


TABLE.cms_table {
	border-collapse: collapse;
}

TR.cms_table {
	border: solid 1px #8A9E92;
}

TD.cms_table {
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px #8A9E92;
}

TH.cms_table {
	background-color: #8A9E92;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #314E70;
}


