/* main */
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	margin:0;
	font-size: 0.7em;
	vertical-align: middle;
    	text-align: left;
}
p, div.bg{
	background-color:white;
	padding: 5px 0px 5px 5px; margin:0;
}

p, div.bg2{
	background-color:white;
	padding: 5px 0px 5px 0px; margin:0;
}
p, div.bg3{
	background-color:white;
	padding: 5px 0px 5px 2px; margin:0;
}
input, select{
	font-size: 1em;
}

table.border {
	border-color: #A5A5A5;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #000;
}

table.border td {
	border-color: #A5A5A5;
	border-style: solid;
	border-width: 1px 0 0 1px;
	color: #000;
}

td.line {
	border-color: gray;
	border-style: solid;
	border-width: 0 0 1px 0;
}
td.topline {
	border-color: gray;
	border-style: solid;
	border-width: 1px 0 0 0;
}

h1{font-size: 2.1em;padding:5px; margin:0px;}
h2{font-size: 1.6em;padding:5px; margin:0px;}
h3{font-size: 1.3em;padding:5px; margin:0px; color:red;}
h4{font-size: 1.2em;padding:5px; margin:0px;}
h5{font-size: 1em;padding:5px; margin:0px;}
h6{font-size: 0.8em;padding:5px; margin:0px;}
	
/* links */
a{
	color:#000000;
	cursor:pointer;
}

a:hover{
	color:#000000;
	cursor:pointer;
}

a:visited{
	color:#000000;
	cursor:pointer;
}

a:visited:hover{
	color:#442222;
	cursor:pointer;
}

/* block */
.hdr{
	background:url("/content/images/mainpage/hdr_bg00.gif") repeat-x left top;
	margin-top:2px;
}

.hdr .sp{
	background: url("/content/images/mainpage/hdr_righ.gif") no-repeat right top;
		
}

.hdr h5{
	background: url("/content/images/mainpage/hdr_left.gif") no-repeat left top;
	margin:0; padding:2px 10px;
	color:white;
	font-weight: bold;
	font-size: 1em;
}

.hdr2{
	background:url("/content/images/mainpage/hdr_bg00.gif") repeat-x left top;
	margin-top:2px;
}

.hdr2 h5{
	margin:0; padding:2px 10px;
	color:white;
	font-weight: bold;
	font-size: 1em;
}

#menu_list{
	background-color:white;
}

#menu_list a{
	border-left:4px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1;
	text-decoration: none;
	margin: 2px 0 0 0;
	padding-left: 5px;
	display:block;
}

#menu_list a:hover{
	border-left:6px solid #553333;
	border-bottom:1px solid #553333;
	padding-left: 3px;
}

.digitals a{
	padding:0px 1px 0px 1px;
	cursor:pointer;
}

.digitals a:hover{
	padding:0px 1px 0px 1px;
	background-color: #553333;
	text-decoration: none;
	color:white; 
	cursor:pointer;
}

.digitals .self{
	padding:0px 1px 0px 1px;
	color: #663333;
	padding:0px;
}

.input {
    border: 1px solid #000;
    background: #fff;
}
.input:hover {
    border: 1px solid #000;
    background: #ffe;
}
.button {
    border: 1px solid #000;
    background: #fcc;
    cursor:pointer;
}
.button:hover {
    border: 1px solid #000;
    background: #fbb;
    cursor:pointer;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }

/* content_table */
.content_table{
	background-image: url(/content/images/mainpage/bg_dotte.gif);
	border: 1px solid #D1D1D1; 
}

/* 
 * ========================================
 * BB коды
 * ========================================
 */ 
.bbcodes {
	background: #FFF;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-family: Verdana, Tahoma, helvetica, sans-serif;
	padding: 2px;
	vertical-align: middle;
	font-size: 10px; 
	vertical-align: middle;
	margin:2px;
	height: 21px;
}

.editor_button {
	float:left;
	cursor:pointer;
	padding-left: 2px;
	padding-right: 2px;
}
.editor_buttoncl {
	float:left;
	cursor:pointer;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
.editbclose {
	float:right;
	cursor:pointer;
}

#teamspeakdisplay  img {
	border: 0px;
}
#teamspeakdisplay table {
	border-collapse: collapse;
	border-spacing: 0px;
}
#teamspeakdisplay td {
	padding: 0px;
	white-space: nowrap;
	vertical-align: top;
}
#teamspeakdisplay td.teamspeakserver {
	padding-left: 3px;
	font-weight: bold;
}
#teamspeakdisplay td.teamspeakchannel {
	padding-left: 3px;
}
#teamspeakdisplay td.teamspeaksubchannel {
	padding-left: 3px;
}
#teamspeakdisplay td.teamspeakplayer {
	padding-left: 3px;
}
#teamspeakdisplay a.teamspeakserver {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#teamspeakdisplay a.teamspeakserver:hover {
	color: #000066;
}
#teamspeakdisplay a.teamspeakchannel {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#teamspeakdisplay a.teamspeakchannel:hover {
	color: #000066;
}
#teamspeakdisplay a.teamspeaksubchannel {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#teamspeakdisplay a.teamspeaksubchannel:hover {
	color: #000066;
}

.logo {
margin:0px;
padding:0px;
}