@charset "utf-8";
body {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background: url(/templates/8/bg.jpg) top repeat-x #0a0809;
	margin: 0px;
	padding: 0px;
}

/* ELEMENTS */
#main {
	margin: 0px auto;
	width: 1024px;
}
#top {
	height: 34px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
}
#top input[type=text], #top input[type=password] {
	background: url(/templates/8/input.png) no-repeat;
	width: 146px;
	height: 23px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Cambria, Verdana;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
}
#header {
	background: url(/templates/8/header.jpg) no-repeat;
	height: 119px;
}
#nav {
	background: url(/templates/8/menu.jpg) no-repeat;
	height: 40px;
	font-size: 18px;
	line-height: 18px;
	font-family: Cambria, Verdana;
	color: #FFF;
	text-align: center;
	padding-left: 150px;
	padding-top: 24px;
	cursor: default;
}
#news {
	height: 37px;
	background: url(/templates/8/news.gif) no-repeat center;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding-top: 20px;
	padding-left: 349px;
}
#news a, #nav a, #left_shout a, #left_contests div.inner a, #right_offers div.inner a {
	color: #FFF;
	cursor: pointer;
	cursor: hand;
}
#left {
	background: url(/templates/8/left.gif) repeat-y;
}
#left_bot {
	background: url(/templates/8/left_bot.gif) no-repeat bottom;
}
#left_top {
	background: url(/templates/8/left_top.gif) no-repeat top;
	padding: 2px;
	padding-top: 48px;
	padding-bottom: 13px;
}
#left_contests {
	background: url(/templates/8/left_contests.gif) no-repeat;
}
#left_contests div.inner {
	width: 171px;
	height: 144px;
	padding: 5px;
                overflow-y: scroll;
                color: #FFFFFF;
}
#left_shout {
	margin-top: 4px;
	width: 179px;
	height: 186px;
	background: url(/templates/8/left_shout.gif) no-repeat;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 46px;
                color: #FFFFFF;
}
#right {
	background: url(/templates/8/right.gif) repeat-y;
}
#right_bot {
	background: url(/templates/8/right_bot.gif) no-repeat bottom;
}
#right_top {
	background: url(/templates/8/right_top.gif) no-repeat top;
	padding-left: 10px;
	padding-top: 63px;
	padding-bottom: 12px;
}
#right_offers {
	background: url(/templates/8/right_offers.gif) no-repeat;
}
#right_offers div.inner {
	width: 173px;
	height: 371px;
	padding: 5px;
	padding-bottom: 0px;
                overflow-y: scroll;
                color: #FFFFFF;
}
#members {
	position: relative;
	text-align: center;
}
#inbox {
	position: absolute;
	left: 29px;
	top: 92px;
	text-align: center;
	width: 143px;
	font-weight: bold;
}
#cont {
	margin-top: 10px;
	margin-left: 8px;
	width: 627px;
	background: #FFFFFF;
}
#cont_top {
	background: url(/templates/8/cont_dot.gif) top repeat-x;
}
#cont_left {
	background: url(/templates/8/cont_left.gif) left repeat-y;
}
#cont_right {
	background: url(/templates/8/cont_right.gif) right repeat-y;
}
#cont_bot {
	background: url(/templates/8/cont_bot.gif) bottom repeat-x;
}
#cont_botleft {
	background: url(/templates/8/cont_botleft.gif) bottom left no-repeat;
}
#cont_topright {
	background: url(/templates/8/cont_topright.gif) right top no-repeat;
	min-height: 297px;
	padding: 6px;
padding-right: 10px;
}

/* TAGS */
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
img, form {
	margin: 0px;
	border: 0px;
}

.white, .white a {
color: #FFF;
}
.table
{
	border-collapse:collapse;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table TH
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
	font-weight: bold;
	text-align: left;
}
.table TD
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}