html, body, div, h1, h2, h3, h4, h5, h6, p, a, form,
fieldset, select, input, ul, li, table, td, th, img {
	padding: 0px; 
	margin: 0px;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
img {
	border: none;
}
.box_center{
	margin: 0px auto;
}

.blue 	{color: #0097D7!important;}
.green	{color: #5AB708!important;}
.red	{color: #CC0000!important;}
.white 	{color: #ffffff!important;}
.black 	{color: #000000!important;}

h1 {
	padding: 0; 
	font-size: 42px;
	font-weight: normal;
	line-height: 60px;
	color: #CE8C23;
	padding-top:25px;
	font-family: Georgia, Sans-Serif;
	text-align: left;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #CE8C23;
	line-height: 40px;
	border-bottom:1px solid #e5e5e5;
	font-family: Georgia, Sans-Serif;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.45;
	line-height: 20px;
	padding-bottom:5px;
}

h4 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	text-align: left;
	position:relative;
}

h4.icon{
	padding-left:24px;
	
}

h4 span.brackets{
	font-size: 11px;
	font-style: italic;
	color:#999;
	font: Georgia, Arial, helvetica, Sans-serif;
	font-weight: normal;
	
}

h4 span.warning{
	font-size: 11px;
	color:#ff0000;
	font: Arial, helvetica, Sans-serif;
	font-weight: normal;
	
}


*html h4 {
	height: 24px;
}
h5 {
	text-align: left;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #3A3E49;
	line-height: 18px;
	padding-bottom: 5px;
}
h6 {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #1e283e;
	line-height: 20px;
	text-align: left;
}
p {
	font-family: Lucida Grande, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 21px;
	margin: 3px 0 15px;
}

.system_text{
	font-family: arial;
	color: #60759c;
}

.contentli {
	margin-left: 20px;
	font-family: verdana, sans-serif;
}

.no-border {border:none;}

/*** Link`s Styles ***************************************/
a, 
a:visited{
	text-decoration: none;
	color: #728852;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

a.ico-link, a.ico-link:link, a.ico-link:visited{
	display: block;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 20px;
	line-height:16px;
	height:16px;
}

a.ico-link:hover {
	color: #0097d7;
	text-decoration:none;
}

/**************************************************/

a.logosite,
a.logosite:visited,
a.logosite:hover{
	display: block;
	background: url(../images/logo.gif) no-repeat left top;
	height: 101px;
	width: 335px;
	position:absolute;
	top:10px;
	left:55px;
}

a.username,
a.username:visited{
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
}
a.username:hover{
	text-decoration: underline;
}

a.logout,
a.logout:visited{
	display: block;
	float: right;
	font-size: 13px;
	color: #ABB5B4;
	text-decoration: none;
	line-height: 45px;
	margin-right: 20px;
}
a.logout:hover{
	text-decoration: underline;
}

a.adv_search,
a.adv_search:visited{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #BBBDBF;
}
a.adv_search:hover{
	text-decoration: underline;
}

ul.stand{
	list-style:disc;
	list-style-position: inside;
	margin: 10px 10px 10px 10px;
}
ul.stand li{
	margin-bottom: 10px;
	font-size: 14px;
}

.field{
	border: 1px solid #e5e5e5; 
	font-size: 14px;
}
input.field{
	height: 24px;
	padding: 3px 0 0 3px;
}
.inp_big{
	width: 310px;
}
.inp_big_domain{
	width: 270px;
}
.sel_big{
	width: 315px;
}
.sel_big_one{
	width: 315px;
	height: 30px;
	line-height: 30px; 
	padding: 3px 0;
}
.sel_sm{
	height: 30px;
	line-height: 30px; 
	padding: 3px 0px;
}
.inp_middle{ 
	width: 200px;
}
.inp_mid{ 
	width: 140px;
}
.area_big{ 
	width: 315px;
	height: 122px;
}
.inp_sm{
	width: 90px;
}
.field {
	margin-bottom: 20px;
}
.field.field-invalid{
	margin-bottom: 0px;
}

