/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
body {
	background: #CCB279;
	font: 10pt Arial, Helvetica, sans-serif;
}

	/*СТИЛИ КОНТЕНТА*/
#skin {
	width: 1000px;
	background: #F8E0AD;
	margin: 0 auto;
	color: #626D75;
}

#skin-logo {
	text-align: center;
	padding: 15px 0 10px 0;
}

#skin-welcome {
	text-align: center;
	padding: 10px 0 5px 0;	
}

#skin-desc {
	text-align: center;
	padding: 5px 0 5px 0;		
}
/*СРЕДНЯЯ ТАБЛИЦА*/ /*Меню*/
#skin-menu_middle{
	color: White;
	text-align: center;
	padding: 4px;
	height: 56px;
	background: #F0CB7A;
	width: 850px;
}

#skin-menu_middle_left {
	background: url(skin-menu_left.png) no-repeat right center;
	height: 56px;
	width: 80px;
}

#skin-menu_middle_center {
	height: 56px;
	background: url(skin-menu_center.png) center repeat-x;	
}

#skin-menu_middle_right {
	background: url(skin-menu_right.png) no-repeat left center;
	height: 56px;
	width: 80px;
}

#skin-menu_middle a {
	color: White;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
}

#skin-menu_middle a:hover {
	color: White;
	text-decoration: underline;
}

/*Пункт горизонтального меню*/
#skin-menu_select_item {
	color: #91735C !important;
}


/*Контент*/
#skin-content {
	padding: 15px;
	font-size: 8pt;
	color: #626D75;
}

/*Заголовок модуля*/
#skin-module_title {
	font-size: 13pt;
	font-weight: bolder;
	text-align: right;
	border-bottom: 2px solid #695528;
	color: #695528;
	padding-bottom: 2px;
	margin-bottom: 7px;
}

/*Ссылка вернуться назад*/
#skin-url_back {
	float: left;
	font-size: 10pt;
}

/*Субменю*/
#skin-menu_admin a{
	padding: 0 10px 0 0;
}

/*Стиль фшеки*/
#skin-gameswf {
	text-align: center;
}

#skin-copyright {
	padding: 10px 0 10px 0;
	text-align:center;
	color: #636e76;
}

#skin-pattern_left {
	background: url(skin-pattern_left.png) no-repeat left center;
	height: 45px;
	width: 84px;
}

#skin-pattern_right {
	background: url(skin-pattern_right.png) no-repeat right center;
	height: 45px;
	width: 84px;
}