﻿body
{
	margin: 0px;
	font-size: 10pt;
	font-family: Tahoma;
	color: #000000;
	background-color: #6BC06A;
	background: url('images/sv_bg.jpg') repeat-x 0px 0px;
}

table
{
	font-size: 10pt;
	font-family: Tahoma;
}

/* font */
.font_bottom {font-weight: normal; font-size: 9pt; color: #878A8E; text-align: center; vertical-align: middle;}

.menu_top
{
	background-color: #821109;
	font-size: 12pt;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	width: 100%;
}

.box_left
{
	background: url('images/box_left_bg.jpg') no-repeat 0px 0px;
	width: 197px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #2D3239;
}

.box_left_title
{
	vertical-align: top;
	padding: 10px 15px 10px 15px;
	font-weight: bold;
}

.box_left_separator
{
	background: url('images/left_separator.jpg') no-repeat 15px 0px;
	vertical-align: top;
}

.box_left_arrow
{
	background: url('images/arrow.png') no-repeat 15px 12px;
	padding: 5px 0px 0px 30px;
}

.container
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #2D3239;
}

.content
{
	background: url('images/content_bg.png') repeat-x 0px 0px;
	padding: 10px 15px 20px 15px;
	margin: 20px 0px 20px 0px;
	font-size: 10pt;
}

.content_title
{
	font-weight: bold;
	padding: 5px 15px 5px 5px;
}

.bottom
{
	background: url('images/bottom_bg.jpg') repeat-x 0px 0px;
	font-size: 8pt;
	padding: 10px 10px 20px 10px;
}

/* link */
a:link
{
	font-weight: bold;
	color: #2D3239;
}

a:visited
{
	font-weight: bold;
	color: #2D3239;
}

a:hover
{
	color: #920218;
}

.a_menu_top:link
{
	font-weight: bold;
	font-family: Trebuchet MS;
	color: #FFFFFF;
	text-decoration: none;
}

.a_menu_top:visited
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.a_menu_top:hover
{
	color: #018685;
}

.a_menu_left:link
{
	font-weight: normal;
	font-family: Trebuchet MS;
	color: #2D3239;
	text-decoration: none;
}

.a_menu_left:visited
{
	font-weight: normal;
	color: #2D3239;
	text-decoration: none;
}

.a_menu_left:hover
{
	color: #920218;
}


.forumtitle
{
	border: solid 1px #373618;
	background-color: #920219;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 11pt;
}

.forumcomment
{
	border: solid 1px #000000;
	background-color: #EEEEEE;
	padding: 3px 3px 3px 3px;
	color: #000000;
	font-size: 10pt;
}

.forumidezet
{
	border: solid 1px #373618;
	background-color: #eeeeee;
	padding: 3px 3px 3px 3px;
	color: #3B3A15;
	font-size: 10pt;
}

/* list */
.title
{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #d9d6c7;
	color: #565526;	
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.arrow
{
	float: left;
    clear: left;
    cursor: pointer;
}

.listtd
{
	border-bottom: solid 1px #373618;
	background-color: #CCCCCC;
	padding: 5px 10px 5px 10px;
	color: #565656;
}

.listtd2
{
	border-bottom: solid 1px #373618;
	background-color: #EEEEEE;
	padding: 5px 10px 5px 10px;
	color: #565656;
}

.acat:link 
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #565526;
	background-color: colorhere;
	border: none;
}

.acat:visited 
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #565526;
	background-color: colorhere;
	border: none;
}

.acat:hover 
{
	text-decoration: none;
	color: #16BCCF;
	border: none;
}

.font_warning
{
	color:Red;
	font-weight:bold;
	width: 100%;
	text-align: center;
}