body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1 {
    font-size: 14pt;
    font-weight: normal;
    margin: 1em 0 0.5em 0;
    text-align: left;
    line-height: 120%;
}

h2 {
    font-size: 13pt;
    font-weight: normal;
    margin: 0.5em 0 0.3em 0;
    text-align: left;
}

h3 {
    font-size: 12pt;
    font-weight: normal;
    margin: 0.5em 0 0.3em 0;
    text-align: left;
}

form {    margin: 0px;
    padding: 0px;
    display: inline;}

a {
    text-decoration: none;
    color: #424D6E;
}

a:hover  {
	text-decoration: underline;
	color: #6877A4;
}

table {    font-size: 12px;
    border-collapse: collapse;}

td {    margin: 0em;
	padding: 0em;
	vertical-align: top;
}

td.middle {	vertical-align: middle;}

td.bottom {
	vertical-align: bottom;
}

table.content_tbl td {
    margin: 0;
	padding: 3px;
}

table.tables td {
    margin: 0;
	padding: 3px;
}

.tgk11_logo {    margin: 34px 0 0 0;}

tr.top_fill {
    background-image: URL('/design/images/top_fill.jpg');
	background-repeat: repeat-x;
}

div.top_right {
    width: 100%;
    height: 198;
    background-image: URL('/design/images/top_right.jpg');
    background-position: 100% 0%;
	background-repeat: no-repeat;
	padding: 6px 7px 0 0;
	font-size: 9px;
}

div.top_right input {    border: 1px solid #000000;
    font-size: 10px;
    color: #A2A2A2;
    width: 130px;
    margin: 1px 0 0 0;}


#main td.content {	background-image: URL('/design/images/bg_sun.gif');
    background-position: 100% 0%;
	background-repeat: no-repeat;
	padding: 0 200px 0 50px;
	text-align: justify;}
/*
#main td.content a {
    text-decoration: underline;
    color: #424D6E;
}

#main td.content a:hover  {
	text-decoration: none;
	color: #6877A4;
}
*/
#main div.auth {
    background-image: URL('/design/images/auth.jpg');
    background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 181;
	height: 77;
	margin: 20px 0 20px 0;
	padding: 25px 15px 0 5px;
    font-size: 10px;
    color: #ffffff;
    text-align: left;}

#main div.auth input {
    border: 1px solid #000000;
    font-size: 10px;
    width: 100px;
    font-size: 10px;
}

#main div.left_links {    margin: 5px 0 5px 0;}

.news {	background-image: URL('/design/images/news_fill.gif');
	background-repeat: repeat-x;
	margin: 0 10px 10px 10px;}

.date {	margin: 0 5px 0 0;
	padding: 1px 3px 1px 0;
	background-color: #F0F4FA;
	font-size: 11px;
	text-align: right;
	clear: both;}

.date2 {
	margin: 0 5px 0 0;
	padding: 1px 3px 1px 0;
	font-size: 11px;
	text-align: left;
}

.title {	margin: 0 5px 0 0;
	font-weight: bold;
	text-align: left;}

.text {    margin: 0 5px 30px 0;
    text-align: justify;
}

#bottom {
	font-size: 11px;
	background-image: URL('/design/images/bottom_fill.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	margin-top: 20px;
}

#bottom div.copyright {
	margin: 10px 5px 0 0;
}

#bottom div.copyright a, #bottom div.copyright a:hover {
	color: #ffffff;
}

#bottom div.info {
	margin: 10px 0 0 5px;
}

#altnavi {
	font-size: 10px;
    text-align: left;
}

table.lenta { width:100%; }
table.lenta td.name { background-color:#eaeaea; font-weight:bold; padding:3; margin:3;}
table.lenta td.date { text-align:right; background-color:#eaeaea; padding:3; }
table.lenta td.preview { text-align:justify; }
table.lenta img { margin:4 10 5 0; }

/* Выпадающее меню */
/* Fix IE. Hide from IE Mac \*/
* html #drop_menu ul li { float: left; }
* html #drop_menu ul li a { height: 1%; }
* html #drop_menu a { height: 1%; }
* html #drop_menu ul.drop li { float: left; }
* html #drop_menu ul.drop li a { height: 1%; }
/* End */
#drop_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 176px;
	/*display: none;*/
	background-image: URL('/design/images/menu_fill2.jpg');
	background-repeat: repeat-y;
    z-index: 5;
    border-bottom: 1px solid #7D8FAB;
}

#drop_menu ul li {
	position: relative;
	line-height: 90%;
}

#drop_menu ul li a {
	border: 1px solid #7D8FAB;
	border-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#drop_menu ul li a:hover {
	border: 1px solid #7D8FAB;
	border-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	/*background-color: #AABAD1;*/
	background-image: URL('/design/images/menu_fill.jpg');
	background-repeat: repeat-y;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#drop_menu ul.drop {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 178px;
	display: none;
	background-image: URL('/design/images/menu_fill3.jpg');
	background-repeat: repeat-y;
    z-index: 5;
    border-bottom: 1px solid #7D8FAB;
}

#drop_menu ul.drop li {
	position: relative;
	line-height: 90%;
}

#drop_menu ul.drop li a {
	border: 1px solid #7D8FAB;
	border-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

#drop_menu ul.drop li a:hover {
	border: 1px solid #7D8FAB;
	border-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	/*background-color: #AABAD1;*/
	background-image: URL('/design/images/menu_fill4.jpg');
	background-repeat: repeat-y;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.update {	color: #cccccc;}

#news_content dl {	font-size: 11px;}

#news_content dl dt {	margin: 10px 0 0 5px;}

#news_content dl dd {
	margin: 0 0 0 15px;
}

ol.search_result li {	margin-bottom: 20px;}

.error {	color: #FF0000;}