/*  
	(c) 2006 Великолукская государственная академия физической культуры и спорта
	Разработка сайта: 2006 РЦИТ 
	Дизайн: Mikeo, июль 2006 (http://mikeo.heavennyc.com)
*/

body {
	margin: 0;
	padding: 0;
	background: silver;
	font: 11px Tahoma, Verdana;
}

.top-visual {
	height: 237px;
}

.top-navigation {
	position: absolute;
	margin-top: -28px;
	margin-left: 15px;	
}

.top-navigation img {
	margin-right: 13px;
	width: 22px;
	height: 22px;
}

.root-menu-item {
	background: url(images/header-marker.gif) no-repeat left top;
	padding: 5px 5px 5px 27px;
/*	border: 1px solid silver;*/
	font: 11px Tahoma, Verdana;
	color: #ffbb3e;
	text-transform: uppercase;
}

.root-menu-item-2 {
	background: url(images/form-submit-button2.gif) no-repeat left top;
	padding: 5px 5px 10px 27px;
	font: bold 11px Tahoma, Verdana;
	color: #7098B7;
	text-transform: uppercase;
}

.menu-partition {
	padding: 0px 5px 0px 7px;
	background: url(images/v-dotted-separator.gif) repeat-x bottom left;
	margin: 0px 0px 15px 0px;
}

.menu-partition-2 {
	padding: 0px 5px 30px 7px;
	background: url(images/v-dotted-separator.gif) repeat-x bottom left;
}

a.menu-item {
	color: #3489c3;
	font-size: 11px;
	text-decoration: underline;
	display: block;
	padding: 0px 0px 0px 20px;
	background: url(images/items-list-image.gif) no-repeat left top;
}

a.menu-item:hover {
	color: #ffa500;
	text-decoration: underline;
	display: block;
	padding: 0px 0px 0px 20px;
	background: url(images/items-list-image_over.gif) no-repeat left top;
}

.bottom-navigation {
	position: absolute;
	margin-top: -90px;
	margin-left: 610px;	
}

.bottom-navigation img {
	margin-right: 10px;
	width: 22px;
	height: 22px;
}

.search-form {
	padding: 0px;
	margin: 0px;
	margin-top: -35px;
	margin-left: 200px;
	color: white;
}

.search-form input {
	background: white;
	padding: 3px;
	height: 20px;
	border: 0px;
	vertical-align: middle;
}

.search-form .submit-button {
	padding: 0px;
}

.page-bottom {
/*	background: url(images/page-bottom.gif) no-repeat left top;	*/
/*	height: 130px;	*/
	margin-top: -130px;
}

.copyright-info {
	padding: 53px 15px 15px 15px;
	font: 11px Tahoma, Verdana;
	color: white;
}

.developers-info {
	padding: 73px 15px 15px 15px;
	font: 11px Tahoma, Verdana;
	color: #3489c3;
}
.developers-info a:hover {
	color: white;
}

.l-column {
	padding: 0px 15px 0px 15px;
	margin-top: 20px;
}

.c-column {
	padding: 0px 25px 35px 15px;
	margin-top: 20px;
	text-align: justify;
}

.r-column {
	padding: 5px 15px 15px 0px;
}


h1 {
	margin: 0px 5px 15px 27px;
	padding-bottom: 15px;
	* padding-bottom: 5px;
	font: 17px Tahoma, Verdana;
	color: #3489c3;
	text-align: left;
}

/**************************************************************************************/

table, td, tr {
	font: 11px Tahoma, Verdana, Arial;
}

a {
	color: #3489c3;
	text-decoration: underline;
}

a:hover {
	color: #ffa500;
	text-decoration: underline;
}

.content-page {
	background: white;
}

.user-menu input {
	background: white;
	padding: 3px;
	height: 20px;
	border: 0px;
	vertical-align: middle;
}

.user-menu input.submit-button2 {
	padding: 0px;
/*	background: #f5f5f5; */
}


input {
	font-size: 11px;
}

form.autentification {
	margin: 0px;
}

.autentification td {
	color: gray;
}

.news-date {
	margin: 5px 0px 7px 20px;
/*	font-size: 10px;*/
	font: 11px Tahoma, Verdana;
	color: #dddddd;
	text-decoration: none;
}

.user-menu {
	width: 245px;
	background: #f5f5f5;
}

.user-menu-2 {
	padding: 10px;
	width: 226px;
	* width: 246px;
	background: #f5f5f5;
}

.user-name {
	color: orange;
}

.close-button {
	background: url(images/close-button.gif) no-repeat top right;
	right: 0px;
	color: #FFB327;
	padding: 3px 30px 13px 5px;
	margin-right: 5px;
}

fieldset {
	margin: 0px;
	padding: 10px;
	border: 1px dashed silver;
}

fieldset legend {
	background: white;
	padding: 5px 5px 7px 5px;
/*	border: 1px solid silver;*/
	font: 11px Tahoma, Verdana, Arial;
	color: orange;
}

.breadcrumbs {
	background: url(images/header-marker.gif) no-repeat left top;
	padding: 5px 5px 5px 27px;
	font: 10px Tahoma, Verdana;
	color: #ffa500;
}

.breadcrumbs a {
	color: #ffa500;
}

.breadcrumbs a:hover {
	color: #3489c3;
}

