@charset "utf-8";
/* Copyright StAl 2008-2010 - GOODTRADER.RU */

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #5B91D2;
	background-image:url(../images/html/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}


h1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-align:center;
}
h2 {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align:left;
	margin-left:10px;
}
h3 {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	color:#666666;
}
h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
}
h5{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
color:#000033;
}

.table {
    background:#FFFFFF;
	}

.text_gl {
    padding:5px;
	text-align:justify;
	}
	
.zagolovki {
    font-size:18px;
	padding-top:8px;
	color:#FFFFFF;
	}

/* АНОНСЫ */


.kartinki_anons{
    border:3px solid #0066CC;
    margin:3px;
	}

.text_anons {
    font-size:12px;
    text-align:justify;
	padding:2px;
    }

.text_anons a {
    font-size:13px;
	font-weight:bold;
	}
	
/* АНОНСЫ - НОВОЕ НА САЙТЕ */

.text_news {
    font-size:14px;
    text-align:left;
	padding:5px;
    }

.text_news a {
    font-size:14px;
	}

/* АНОНСЫ - РАЗДЕЛЫ */

.anons_razdeli {
     font-size:15px;
	 text-align:left;
	 padding:3px;
	 }
	 
.anons_razdeli a {
     font-size:15px;
	 }

	 
    

    	
/* ПОДВАЛ */
	
.copyright{
    font-size:12px;
    }
	
/* МЕНЮ */

#tabs {
	float:left;
	width:100%;
	font-size:15px;
	line-height:normal;
	border-bottom:2px solid #333333;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:5px 5px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background: url(../images/left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background: url(../images/right.png) no-repeat right top;
	padding:6px 10px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
	
/* МЕНЮ НУЖНО ЗНАТЬ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
width: 85%;
text-align:left;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 5px 5px;
text-decoration: none;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #4188D8;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
background-color: #6AA4DD;
}


/* МЕНЮ НИЗ */
	
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #003399;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 5px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px solid #333333; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #990000;
}

.line {
 padding:3px;
 border-bottom: solid 2px #333333;
 }
 
 /* ИНФОРМЕРЫ АНАЛИТИКА */
 
 .informer_table{border-collapse:collapse;}
 .informer_datetime{font-size: 7pt; font-family: Tahoma, sans-serif;} 
 .informer_header{font-size: 7pt; font-family: Tahoma, sans-serif; text-transform: uppercase;padding:5px; white-space: nowrap;} 
 .informer_line{list-style:none; border-bottom:1px dotted #c8c8c8; padding:0px; margin:0px; text-align:left;} 
 .informer_line_marquee{list-style:none; padding:5px; border-bottom:1px solid #c8c8c8;}