a:link,
a:visited,
a:hover,
a:active {
	color: #117c7c;
}

#logo {
	background: #ffdd4d url(../../../images/colors/sun_header.png) top left repeat-x;
	border-bottom: 1px solid #111;
}

#header ul.menu li a {
	color: #000;
}

#panel input.button {
	background: #ffdd4d url(../../../images/colors/sun_thead.png) top left repeat-x;
	color: #000;
}

.thead {
	background: #ffdd4d url(../../../images/colors/sun_thead.png) top left repeat-x;
	color: #000;
	border-bottom: 1px solid #ffaf1a;
	
	font-family: Tempus;
	font-size: large;
}

.thead a:link,
.thead a:visited,
.thead a:hover,
.thead a:active {
	color: #000;
}

.thead input.textbox,
.thead select {
	border: 1px solid #ffaf1a;
}

.popup_menu .popup_item:hover {
	background: #ffea9c;
	color: #000;
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #ffea9c;
	color: #fff;
}

.pagination a:hover {
	background-color: #ffea9c;
	color: #000;
	border-color: #ffaf1a;
}

.forum_status {
	height: 30px;
	width: 30px;
	background: url(../../../images/forum_icon_bazaar.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offlock {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}