/* CSS Document */

/**********************************
	описание значений
	margin: top right bottom left
	padding: top right bottom left
	background-position: horizont vertical;
*/


/**********************************
	общий стиль для текста
*/
body {
	background-image: url(/Decor/gs-background-1.jpg);
	background-position: center top;
	margin: 0;
}
body, div, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AAA;
	text-decoration: none;
}
a {
	color: #AAA;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
img.Menu {
	display: block;
}
img {
	border-color: #444;
	border-style: solid;
}
a.Copyrate {
	color: #FFF;
	text-decoration: none;
}
a.Copyrate:hover {
	text-decoration: underline;
}



/**********************************
	CLASS Content
*/
#topTable td {
	background-image: url(/Decor/bg_top.jpg);
	background-repeat: repeat-x;
}
#menuTable {
	background-image: url(/Decor/bg_menu.jpg);
	background-repeat: repeat-x;
}
#menuTableTd {
	background-image: url(/Decor/bg_menu_r.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 25px 0px 60px 20px;
}
#menuTd {
	background-image: url(/Decor/menu/bg.jpg);
	padding: 3px 0px 0px 0px;
	width: 95px;
}
#menuA {
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#menuA:hover {
	color: #F60;
}
#menuAin {
	color: #F00;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#menuAs {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#menuAs:hover {
	color: #F60;
}
#menuAs2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #F60;
	font-size: 13px;
	padding: 2px 20px;
	text-decoration: none;
}
#menuAs2:hover {
	color: #FFF;
	background-color: #444;
}
#menuAs2in {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	padding: 2px 20px;
	text-decoration: none;
	background-color: #F60;
}
#contentTable td {
	background-color: #333;
}
#contentTableTd {
	padding: 0px 90px 0px 0px;
}
#footerTable {
	background-image: url(/Decor/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 150px;
}



/**********************************
	CLASS PagePerehod
	Стили для ссылок и текста.
*/
a.PagePerehod {
	font-size: 11px;
	text-decoration: none;
	color: #AAA;
}
a.PagePerehod:hover {
	text-decoration: none;
}
.PagePerehod {
	font-size: 11px;
	text-decoration: none;
	color: #AAA;
}
.PagePerehodIn {
	font-size: 11px;
	text-decoration: none;
	color: #F60;
}



/**********************************
	CLASS Autentificate
	Стили для ссылок и текста.
*/
#aFinput {
	width: 100px;
	background-color: #444;
	border: 1px solid #555;
	padding: 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#aFbuttonOk, #aFbuttonOut, #aFbuttonSet {
	width: 100px;
	background-color: #444;
	border: 1px solid #555;
	padding: 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}



div.ms2out {
	width:140px;
	height:30px;
	float:left;
	border-left:1px dashed #555;
	padding:2px 5px;
}
div.ms2in {
	width:140px;
	height:30px;
	float:left;
	border-left:1px dashed #555;
	padding:2px 5px;
}
div.ms2in a {
	color: #f60;
}


.authForm {
	margin: 0px;
}