table.forum_table
{
	border: 1px solid #547BBC;
	width: 100%;
}

table.forum_table th
{
	background-color: #547BBC;
	font-family: verdana;
	font-size: 11px;
	color: white;
	padding: 3px;
}

.forum_category
{
	background-color: #547BBC;
	border-top: 3px solid #A2B8E8;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	color: white;
	font-size: 11px;
	padding: 4px;
}

.forum_cell1
{
	background-color: #E4E4E4;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	padding: 4px;
	vertical-align: middle;
	font-family: verdana;
	font-size: 11px;
}

.forum_cell2
{
	background-color: #F5F5F5;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	padding: 4px;
	vertical-align: middle;
	font-family: verdana;
	font-size: 11px;
}

.forum_post_message
{
	padding: 4px;
	font-family: verdana;
	font-size: 12px;
}

.forum_separator
{
	border-top: 1px dashed #C4C4C4;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	height: 0px;
}

.forum_quote_box
{
	border: 1px dashed #B9B9B9;
	background-color: #FFFFFF;
	padding: 5px;
	color: #666600;
}

.forum_code_box
{
	border: 1px dashed #D5EAFF;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
	font-family: courier new;
}

.forum_code_hdr
{
	font-weight: bold;
	font-size: 10px;
	background-color: #EFEFEF;
	font-family: verdana;
	color: black;
}

.forum_post_img
{
	max-width: 520px;
}

.forum_post_img_box
{
	border: 1px dashed #CDDACD;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
	width: auto;
	height: auto;
}

.forum_avatar_box
{
	text-align: center;
	width: 100%;
}

a.forum_username_link
{
	color: #CC3300;
	text-decoration: none;
	border-bottom: 1px solid #858585;
}

a.forum_username_link:hover
{
	color: black;
	text-decoration: underline;
}

.forum_signature_bar
{
	margin-top: 5px;
	border-top: 1px solid #8B8B8B;
	width: 100px;
}

.forum_signature
{
	padding: 2px;
}

.view_image_box
{
	cursor: pointer;
	cursor_: hand;
}

table.contest_voting_table
{
}

table.contest_voting_table th
{
	text-align: right;
}

.vote_btn
{
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #3E3E3E;
	border-bottom: 1px solid #3E3E3E;
	background-color: #FF6600;
	color: white;
	font-weight: bold;
	font-size:10px;
}

.vote_select
{
	font-weight: bold;
	background-color: #CEE7FF;
}

.vote_total
{
	color: white;
	font-weight: bold;
	font-size: 17px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #4A80C1;
	padding: 4px;
}