
a:link,
a:visited,
a:hover,
a:active {
	color: #555;
}

#logo {
	background: #e2cfb2 url(../../../images/colors/sun_header.png) top left repeat-x;
	border-bottom: 1px solid #111;
}

#header ul.menu li a {
	background: e2cfb2;
	color: #000;
}

#panel input.button {
	background: #e2cfb2 url(../../../images/colors/sun_thead.png) top left repeat-x;
	color: #000;
}

.thead {
	background: #e2cfb2 url(../../../images/colors/sun_thead.png) top left repeat-x;
	color: #000;
	border-bottom: 1px solid #e2cfb2;
}

.thead a:link,
.thead a:visited,
.thead a:hover,
.thead a:active {
	color: #000;
}

.thead input.textbox,
.thead select {
	border: 1px solid #e2cfb2;
}

.popup_menu .popup_item:hover {
	background: #e2cfb2;
	color: #000;
}

.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #e2cfb2;
}

.pagination a:hover {
	color: #000;
	background-color: #e2cfb2;
	border-color: #e2cfb2;
}

