﻿*
{
	padding:0;
	margin:0;
}
html
{
}
body
{
	width:100%;
	background:transparent url(Pic/white_wood.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-color:rgb(57,117,156);*/
}
#telo
{
	width:950px;
	height:100%;
	margin:5px auto;
	
}
.pusto
{
	clear:both;
}
#lev
{
	width:200px;
	float:left;
}
#prav
{
	width:740px;
	float:right;
}
#logo
{
}
#main
{
	margin-top:10px;
}
/*Главная панель*/
.pnl_main
{
}
.mainContent
{
	margin:0 10px;
}
.mainContent h1
{
	font-size:20px;
	padding:10px 0;
	color:rgb(57,48,115);
}
.mainContent ul h1
{
	padding:0;
	font-size:18px;
	color:rgb(198, 28, 24);
	letter-spacing:0.1em;
}
.mainContent ul
{
	list-style-type:circle;
	margin-left:20px;
}
.floatRightImage
{
	
	float:right;
}
.img
{
	margin:10px;
	padding:5px;
	border:solid 1px gray;
}
.mainContent p
{
	padding-bottom:10px;
}
.p
{
	float:right;
	width:310px;
}
.l
{
	float:left;
	width:400px;
}
	
/*Стили шапки */
#head
{
	color:rgb(57, 48, 115);
}
#head h1
{
	color:rgb(198, 28, 24);
}
#address
{
	font-size:70%;
	font-weight:bold;
	margin-top:5px;
}
#head h4
{
	border-bottom:solid 1px gray;
	width:300px;
}
/*Стили футера*/
#footer
{
	padding:10px 0;
	text-align:right;
	font-size:70%;
	color:rgb(57, 48, 115);
	font-weight:bold;
}

hr
{
	width:100%;
}
/*Меню*/
#menu
{
	margin-top:30px;
}
#menu a
{
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(57, 48, 115);
	line-height:0.6em;
	background:url(Pic/2.gif) no-repeat left 5px;
	padding-left:1.0em;
}
#menu a:hover
{
	color:Red;
	text-decoration:underline;
}
#menu ul
{
	list-style:none;	
}
#menu ul li
{
	margin-top:7px;
}
/*Информационный блок и vvy*/
#msg
{
	width:250px;
	border:solid 1px rgb(198,28,24);
	background-color:White;
	color:rgb(198,28,24);
	position:absolute;
	top:5px;
	right:5px;
	padding:5px 10px;
}
.collapsePanelHeader
{
	width:350px;
}
.collapsePanel
{
	background-color:White;
	border:solid 1px gray;
	width:350px;
	text-align:left;
}
.collapsePanel div
{
	padding:0 5px;
}
#Image2
{
	float:right;
	margin-top:1px;
	margin-right:3px;
}
#vvy
{
	float:right;
}
#vvy_msg
{
	margin:15px 0;
}
/*Общие*/
.red
{
	color:rgb(198,28,24);
}
input, textarea
{
	color:rgb(200, 35, 110);
    /*border-color:rgb(115, 175, 220);*/
    border-color:Gray;
    border-style:groove;
   border-width:1px;
   /*background:url(Pic/white_wood.jpg);*/
   background-color:rgb(230, 250, 255);
   font-size: 12px;
}
.bold
{
	font-weight:bold;
}
.highlight
{
	background-image:none;
	background-color:rgb(255,251,235);
	color:#000080;
}
td
{
   vertical-align: top;
}

td.fieldname
{
   text-align: right;
   font-size: 12px;
   font-weight: bold;   
}



	
	
