#forumCategoryList{
	background: url(/gfx/v2/layout/other/forum/bg.png) top left repeat-x #FFFFFF;
	width: 100%;
	margin: 0 auto 0 0;
}
#forumCategoryList a{
	width: 488px;
	line-height: 18px;
	height: 18px;
	background-color: #666666;
	color: #FFFFFF;
	margin: 5px 0 0 5px;
	padding: 0 0 0 5px;
	display: block;
	font-size: 9pt;
}
#forumCategoryList a:hover{
	background-color: #777777;
}
#forum {
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
	font-size: 8pt;
}

#forum th {
	text-transform: uppercase;
	font-size: 9pt;
	line-height: 1em;
	text-align: left;
	color: #FFFFFF;
	border-right: 4px solid #FFFFFF;
	background: url(/gfx/v2/layout/other/forum/th_bg.png) top left repeat-x #FFFFFF;
	font-weight: normal;
	line-height: 24px;
	height: 24px;
	padding: 0 0 0 3px;
}
#forum tr.even td {
	background-color: #E5E5E5;
	color: #000000;
}
#forum tr.even td a{color: #000000;}
#forum tr.even .last * {color: #555 !important;}

#forum tr.odd td {
	background-color: #666666;
	color: #E0E0E0;
}
#forum tr.odd td a{color: #E0E0E0;}
#forum tr.odd .last * {color: #D9D9D9 !important;}


#forum td {
	border-right: 4px solid #FFFFFF;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	
}

#forum .topictitle {
}
#forum .catlist {
	color: #407080;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Verdana,Arial;
	letter-spacing: 1px;
}

#forum .catlist a {
	color: #407080;
	text-decoration: none;
}

#forum .catlist a:hover {
	color: #FF1516;
}
#forum .topictitle a {
	text-decoration: none;
}

#forum .topictitle a:hover {
	color: #888888;
}

#forum .date {
	text-align: left;
	padding-left: 5px;
}

#forum .last {
	text-align: left;
	padding-left: 5px;
}

#forum .posts {
	text-align: center;
	background-color: #F3F3F3;
}

#forum .stick{
	font-weight: bold;
	font-family: Tahoma, Verdana,Arial;
	background: #FFE3DF url('/gfx/v2/layout/other/forum/for_red_bg.gif') left center repeat;
	line-height: 26px;
	height: 26px;
}

#forum .stick a {
	text-decoration: none;
	color: #BF4030 !important;
}

#forum .stick a:hover {
	color: #E68073 !important;
}

#wrapper {
	width: 640px;
	margin: auto auto;
	margin-top: 10px;
	border-width: 0 !important;
	background-color: #FFFFFF !important;
}

/**
	Post header
**/
.big_disabled{
}
.open_enable{
}
.date_time{
	cursor: help;
	float: left;
	text-align: center;
	width: 200px
}
.posts{
	margin-right: 5px;
	text-align: right;
}

.deletemessage {
	font-style: normal;
	margin-left: 20px;
	font-size: 9px;
}

textarea, input{
	border: 1px solid #999;
	
}
.button{
	border: 1px solid #666;
	cursor: pointer;
	background: url("/gfx/v2/layout/other/forum/for_button.gif") repeat-x left top;
}
.button:hover{
	border: 1px solid #999;
	background: #D0D0D0 url("/gfx/v2/layout/other/forum/for_button_on.gif") repeat-x left center;
}

.delok {
	border: 1px solid #395F0B;
	background-color: #C8E19D;
	padding: 10px;
	margin: 15px;
	text-align: center;
	font-size: 12px;
}

.delnotok {
	border: 1px solid #980034;
	background-color: #F49E9C;
	padding: 10px;
	margin: 15px;
	text-align: center;
	font-size: 12px;
}

.noWhiteBorder{
	border-right: 0 solid #FFFFFF !important; 
}

.forumHR{
	background: transparent url("/gfx/v2/layout/other/forum/hr.png") repeat-x left bottom;
	height: 2px;
	width: 634px;
	padding-top: 10px;
	margin: 0 auto;
}