A:HOVER {
#	COLOR:#ff5b02;
	color: #0000aa;
	TEXT-DECORATION:underline;
}
A       {
#	COLOR: #0a7ca2;
	color: blue;
#	TEXT-DECORATION:none;
	TEXT-DECORATION:underline;
}
A.black:HOVER {
	COLOR:#990000;
	TEXT-DECORATION:underline;
}
A.black       {
	COLOR: #000000;
	TEXT-DECORATION:none;
}
A img {
border-color: black;
}

BODY
{
  FONT-FAMILY: Arial, Verdana, sans-serif;
  color : black;
  text-align: justify;
  font-size : 12px;
  background-color: #FFFFFF;
  margin-left: 5px;
  margin-top: 5px;
}

.global_table {
  max-width: 1300px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin: 0px;
}

.global_table > thead > th, .global_table > tbody > td {
  padding: 0px;
}

table.center_table {
  width: 100%;
}

.center_table > tbody > td {
  padding: 5px;
  margin: 0px;
}

p,td,th {
  FONT-FAMILY: Arial, Verdana, sans-serif;
  color : black;
  font-size : 12px;
  vertical-align: top;
}

input.timer      {
  FONT-FAMILY: Arial, Verdana, sans-serif;
  color : black;
  font-size : 12px;
  vertical-align: center;
  border-style: none;
  text-align: center;
}

td.hed H1 {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	color : #000000;
	font-size:12pt; 
	padding-bottom: 0px;
	font-weight: 550;
	margin-left: 15px;
	margin-top: 5px;
}
div.hed H1	{
	FONT-FAMILY: Arial, Verdana, sans-serif;
	color : #000000;
	font-size:16pt; 
	padding-bottom: 0px;
	font-weight: normal;
}
b.black {
	COLOR: #666666;
	TEXT-DECORATION:none;
}
FORM 	{
	MARGIN: 0px;
	PADDING-BOTTOM: 0px;
    	PADDING-LEFT: 0px;
    	PADDING-RIGHT: 0px;
    	PADDING-TOP: 0px
}
select 	{
	FONT-FAMILY: Arial, Verdana, sans-serif;
	font-size : 11px; 
	text-decoration: none; 
	color: #545454; 
	background-color: #ffffff
}	
input 	{
	FONT-FAMILY: Arial, Verdana, sans-serif;
	text-decoration: none; 
	background-color: #FFFFFF; 
	color: #004080;
}
textarea{  
	FONT-FAMILY: Arial, Verdana, sans-serif;
	text-decoration: none; 
	background-color: #FFFFFF; 
	color: #004080;
	font-size : 11px;
}
select.tx 	{
	FONT-FAMILY: Arial, Verdana, sans-serif;
	font-size : 11px; 
	text-decoration: none; 
	color: #004080; 
	background-color: #A1E2F7;
}	
input.tx 	{
	FONT-FAMILY: Arial, Verdana, sans-serif;
	text-decoration: none; 
	background-color: #A1E2F7; 
	color: #004080;
}
textarea.tx {  
	FONT-FAMILY: Arial, Verdana, sans-serif;
	text-decoration: none; 
	background-color: #A1E2F7; 
	color: #004080;
	font-size : 11px;
}

select.fo_input_text 	{
	FONT-FAMILY: Arial, Verdana, sans-serif;
	font-size : 11px; 
	text-decoration: none; 
	color: #004080; 
	background-color: #A1E2F7;
}	
input.fo_input_text 	{
	FONT-FAMILY: Arial, Verdana, sans-serif;
	text-decoration: none; 
	font-size : 11px; 
	background-color: #A1E2F7; 
	color: #004080;
}
input.fo_button 	{
	FONT-FAMILY: Arial, Verdana, sans-serif;
	text-decoration: none; 
	font-size : 11px; 
	background-color: #A1E2F7; 
	color: #004080;
}
input.fo_input_login_text 	{
	FONT-FAMILY: Arial, Verdana, sans-serif;
	text-decoration: none; 
	font-size : 11px; 
	background-color: #A1E2F7; 
	color: #004080;
}
textarea.fo_input_textarea {  
	FONT-FAMILY: Arial, Verdana, sans-serif;
	text-decoration: none; 
	background-color: #A1E2F7; 
	color: #004080;
	font-size : 11px;
}
.bo_message_error {
	font-weight : bold;
	color : Red;
}

.bot {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	color : #888888;
	font-size : 11px;
}
.norepr {
	BACKGROUND-POSITION: right top;
	BACKGROUND-REPEAT: no-repeat;
}
table.subsection {
  border-bottom: 1px dashed silver;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  align: center;
}

table.subsection > tbody > tr > td {
  margin: 0px;
  padding: 5px;
}

table.subsection td.dashed {
  border-left: 1px dashed silver;
  border-right: 1px dashed silver;
}

table.subsection td.zakl {
 border-left: 1px dashed silver;
 border-right: 1px dashed silver;
 border-top: 1px dashed silver;
}

table.subsection td.no_zakl {
    border-bottom: 1px dashed silver;
}

img.rasporka {
width: 20px;
height: 1px;
}

h3 {
font-size: 10pt;
}

table.news_list {
  background-color: white;
}


table.news_list > td {
  text-align: left;
  background-color: white;
}

.news_list > th {
  vertical-align: top;
  background-image: url(images/topbg.gif);
  text-align: center;
}

.news_list th.date {
  width: 20%;
  color: blue;
}

.news_list th.content {
  width: 80%;
  text-align: center;
}

/* Сортировщик */
table.news_list th.date {cursor:pointer; background-image:url("/images/bo/orderby.gif");}
table.news_list th.headerSortUp {background-image:url("/images/bo/orderby-desc.gif");}
table.news_list th.headerSortDown {background-image:url("/images/bo/orderby-asc.gif");}
table.news_list th.date {
  padding-left:25px !important;
  background-position:5px 50%;
  background-repeat:no-repeat;
}

.map_site {
  FONT: 100% Arial, Tahoma, Helvetica, sans-serif; 
  COLOR: #034093; 
  WHITE-SPACE: nowrap; 
  TEXT-DECORATION: none;
}

.tx_green {
  color: #059537;
  font-size: 20px;
  padding-left: 20px;
}

.forbidden {
  BACKGROUND-COLOR: #b0c4de;
  font-size: 20px;
  margin-top: 20px;
}

.member_form input.tx {
  width: 95%;
  
}
