a:link,
a:visited,
a:hover,
a:active {
	color: #0072BC;
}

#logo {
	background: url(../../../images/forum_background.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	border-bottom: none;
	background-position: 0px 60%;
}

#header ul.menu li a {
	color: #fff;
}

#panel input {
	border-radius: 3px;
}

#panel input.button {
	border-radius: 3px;
	background: #454545;
	border-color: #333333;
}

.thead {
	
	background: linear-gradient(#E81515, #D40808);
	/* background: #E31F1F; /* E01818 */
	/* border-bottom: 1px solid #133f41; */
	border: none;
}

.thead input.textbox,
.thead select {
	border: 1px solid #000;
}

.tborder, .tcat, .thead {
	border-radius: 0px;
}

.tborder {
	border: 1px solid #E2E2E2;
	padding: 0px;
}

.popup_menu .popup_item:hover {
	background: #952D2D;
	color: #fff;
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #952D2D;
	color: #fff;
}

.pagination a:hover {
	background-color: #616161;
	color: #fff;
	border-color: #133f41;
}

.tcat {
	background: #343434; /* 343434 */
	color: #fff;
	border: none;
	padding: 6px 6px 6px 6px;
	font-size: 12px;
}

#panel .upper {
	background: #393939; /* 494949 */
	color: #fff;
	border-top: none;
	border-bottom: none;
	padding: 7px;
	clear: both;
}

/*
.tcat {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 6px;
	font-size: 12px;
}

*/



.post.classic .post_author div.author_avatar {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post.classic .post_author {
	padding: 14px;
}

.post .post_author .buddy_status {
	vertical-align: text-top;
}

.post .post_author div.author_avatar img {
	padding: 0px;
}

.buddy_status_text {
	vertical-align: super;
	font-size: 12px;
	color: #525252;
}

