body {
   background: #fdfdfd url(/img/gradient.jpg) repeat-y;
   margin: 0;
   font-family: tahoma, sans-serif;
}

/*==========  Шапка ==========*/
.header {
   width: 96%;
   text-align: left;
   padding-top: 30px;
   line-height: 24px;
   border-bottom: 1px dashed #d6d6d6;
}
.header .f1 {
   font-size: 24pt;
   color: #7d94d8;
   text-decoration: none;
}
.header .f2 {
   font-size: 24pt;
   color: #717171;
   text-decoration: none;
}
.header .f3 {
   font-size: 10pt;
   color: #717171;
   font-weight: bold;
   float: left;
   text-decoration: none;
   padding-top: 2px;
}
.header .f4 {
   font-size: 10pt;
   color: #7d94d8;
   font-weight: bold;
   text-decoration: none;
}
.header .f4:hover {
   text-decoration: underline;
}
.header .f5 {
   font-size: 10pt;
   color: #717171;
   font-weight: bold;
   margin-bottom: 7px;
   text-decoration: none;
}
.header .menu {
   text-align: right;
}

/*========== Основная часть ==========*/
.wrap {
   width: 96%;
   padding-top: 10px;
   padding-bottom: 20px;
}

/*========== Боковая панель ==========*/
.sidebar {
   width: 300px;
   padding-top: 20px;
}
input.searchfield {
   margin-top: 20px;
   border: 1px solid #D3D3D3;
   width: 238px;
}
input.button {
   border: 1px solid #D3D3D3;
   font-family: Arial, Helvetica, sans-serif;
   height: 20px;
}
.sidebar .f1 {
   font-family: tahoma, sans-serif;
   font-size: 16pt;
   color: #717171;
   padding-top: 10px;
   padding-bottom: 10px;
}
.sidebar .cat {
   text-align: right;
   font-size: 10pt;
   color: #8e9fa4;
   font-weight: bold;
}
.sidebar .f2 {
   font-family: tahoma, sans-serif;
   font-size: 10pt;
   color: #8e9fa4;
   font-weight: bold;
   text-decoration: none;
}
.sidebar .f2:hover {
   text-decoration: underline;
}
li {
   list-style-type: none;
}
/*========== Контент ==========*/
.content {
   width: 100%;
   padding-top: 20px;
   padding-left: 30px;
}
.content .f1 {

   font-size: 18pt;
   color: #717171;
}
.block {
   border-left: 6px solid #d6d6d6;
   padding-left: 10px;
   margin-bottom: 10px;
   margin-top: 10px;
}
.block .f1 {
   font-size: 10pt;
   font-weight: bold;
   color: #8e9fa4;
   padding-bottom: 2px;
   text-decoration: none;
}
.block .f1:hover {
   text-decoration: underline;
}
.block .f2 {
   font-size: 9pt;
   color: #717171;
   line-height: 14px;
   padding-bottom: 2px;
   text-align: justify;
}
.block .f3 {
   font-size: 9pt;
   color: #008000;
   float: left;
}
.block .f4 {
   font-size: 9pt;
   color: #dbdbdb;
   text-align: right;
}
.nav {
   text-align: center;
   font-size: 9pt;
   color: #717171;
   text-align: center;
   text-decoration: none;
   padding-top: 20px;
}
.nav .f1 {
   font-size: 9pt;
   color: #7d94d8;
   text-align: center;
   text-decoration: none;
}
.nav .f1:hover {
   text-decoration: underline;
}
.splitter {
  border-bottom: 1px dashed #d6d6d6;
}

/*========== Футер ==========*/
.footer {
   width: 96%;
   height: 50px;
}
.footer .f1 {
   font-size: 9pt;
   color: #c5c5c5;
   font-weight: bold;
}

/*========== Таблицы форм ==========*/
.form-table {
   border: 0;
   cellpadding: 0;
   cellspacing: 10;
   font-size: 10pt;
}

/*========== Стили элементов форм ==========*/
.form-element-simple {
   border: 1px solid #D3D3D3;
}

.form-element {
   border: 1px solid #D3D3D3;
   width: 100%;
}

select.form-element {
   border: 1px solid #D3D3D3;
   font-size: 10pt;
   width: 100%;
}

textarea.form-element {
   height: 60px;
}

.form-info {
   border: 0px;
   font-size: 10pt;
   color: #008000;
   background: #FFFFFF;
   width: 100%;
}

textarea.form-info {
	height: 33px;
	font-family: tahoma, sans-serif;
}

ul.errors li {
   font-size: 8pt;
   color: #ff4f4f;
   margin-bottom: 10px;
   list-style-type: disc;
}

ul.messages li {
   font-size: 10pt;
   color: #ff4f4f;
   list-style-type: disc;
}

label {
   white-space: nowrap;
}

form .f4 {
   font-size: 10pt;
   color: #7d94d8;
   font-weight: bold;
   text-decoration: none;
}

.block-selected {
   border-left: 6px solid #F67777;
}

.hint {
	background-color: #E5E5FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px;

	padding-left: 17px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*width: 100%;*/

	border-left-width: 4px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;

	border-left-color: #AdC4F8;
	border-right-color: #AdC4F8;
	border-top-color: #AdC4F8;
	border-bottom-color: #AdC4F8;
}


