
/* *********************** */
/* Общие настройки стилей */
/* *********************** */

/* Тело документа */
body{
	background-color: #1c1c1c;
	background-image: url('../img/bg.jpg');
	background-position: 50% top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
a{ 
	color: #FFD100; 
	text-decoration: none; 
	outline: 0;
	position:relative;
}
a:hover{
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	position:relative;
}

input.enter			{ color: #ffffff; background-color: #232323; border-style: solid; border-width: 1px; border-color: #636363; }
input.button			{ color: #ffffff; background-color: #232323; border-style: solid; border-width: 1px; border-color: #636363; font-family: Tahoma }
input.button:hover	{ background-color: #343434; }
select.list			{ color: #ffffff; background-color: #232323; border: 1px solid #636363; outline: 0; }

#head { width: 559px; height: 147px; position: relative; top: 35px; left: 25px; margin-left: -60px; z-index: 2; background: url('../img/head.png') no-repeat; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/head.png',sizingMethod=crop); //background: none; }


#MainTable{ width: 524px; position: relative; top:-20px; z-index: 1; }
/* *********** Украшение краёв тенью ************ */
#MainTable .leftborder { width:16px; background-image: url('../img/lmiddle.png'); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/lmiddle.png',sizingMethod=scale); //background: none;}
#MainTable .rightborder { width:16px; background-image: url('../img/rmiddle.png'); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/rmiddle.png',sizingMethod=scale); //background: none;}
#MainTable .maintd { background-color: #1c1c1c; padding: 0px 5px 0px 5px; }
#MainTable td.bottomleft { width:16px; height:17px; background-image: url('../img/ldown.png'); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ldown.png',sizingMethod=crop); //background: none;}
#MainTable td.bottomborder { background-image: url('../img/bottom.png'); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bottom.png',sizingMethod=scale); //background: none;}
#MainTable td.bottomright { width:16px; height:17px; background-image: url('../img/rdown.png'); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/rdown.png',sizingMethod=crop); //background: none;}
/* ******************************************** */

/* *********** Меню ************ */
table.menu {
	height: 32px;
	margin: 0px 0px 0px 18px;
}

td.tab {
	width:110px;
	background-image: url('../img/tab.png');
	background: url('../img/tab.png') no-repeat; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tab.png',sizingMethod=crop); //background: none;
	padding:  0px;
	text-align: center;
	font-family: Verdana; font-size: 11px; font-weight: normal; line-height: 12px; color: #FFD100;
}

td.tabsel {
	width:110px;
	background: url('../img/tabsel.png') no-repeat; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tabsel.png',sizingMethod=crop); //background: none;
	padding: 0px;
	text-align: center;
	font-family: Verdana; font-size: 11px; font-weight: bold; line-height: 12px; color: white;
}

td.tabsel a {
	color: #ffffff;
}


/* ***************************** */

/* *************Стили Шрифтов********** */
p{
	font-family: Arial;
	font-size: 13px;
	color: #a0a0a0;	
	text-align: justify;
	margin: 0px;
	padding:0px;
}
p:first-letter {
	padding: 0px 0px 0px 20px;
}


h2 {
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	color: #cfcfcf;
	margin: 0px;
	padding: 10px 0px 0px 20px;
}

h3 {
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	color: #c0c0c0;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-weight: bold;
}

li {
	font-family: Arial;
	font-size: 13px;
	color: #a0a0a0;	
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
li.red {
	list-style-image: url('../img/lired.gif');
}
li.green{
	list-style-image: url('../img/ligreen.gif');
}

strong{
	color: #afafaf;
	font-weight: bold;
}

span.green {
	color: #5DF644;
}

span.tip	{
	color: #555555;
	font-size: 7pt;
	font-weight: none;
	font-family: Tahoma;
}

div.news {
	border-width: 1px;
	border-style: dashed;
	border-color: #2f2f2f;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}

div.news  div.autor{ text-align: right; margin: 0px 0px 0px 0px; color: #2f2f2f; }
/* ************************************* */

table.input_form{
	font-family: Arial;
	font-size: 13px;
	color: #a0a0a0;
	border-style: solid;
	border-width: 1px;
	border-color: #505050 #181818 #181818 #505050;
	background-color: #383838;
	background-image: url('../img/rf_bg.gif');
}








