
/*
+------------------------------------------+
|             Таблица стилей               |
|      Created by Kairat Jenish uulu       |
|        ОАО Электрические станции         |
+------------------------------------------+
*/

/* BODY */
body {
	padding: 0px;
	margin:: 0px;
/*
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: cccccc;
	scrollbar-3dlight-color: cccccc;
	scrollbar-arrow-color: 7e7e7e;
	scrollbar-track-color: f5f5f5;
	scrollbar-darkshadow-color: cccccc;
*/
}

A{font: 14 arial; color: #000000; text-decoration: underline}
A:hover{color: #000000; text-decoration: underline}

/* TAGS */
table
{
	font: 12px Verdana;
	text-align: left;
	line-height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	empty-cells: show; 
	border-style: solid;
	border-width: 0px;
}

div, td, th{padding: 0px; margin: 0px}
li{font: 14px arial; line-height: 130%; list-style-type: disc}
img{border-width: 0px}
h2{font: bold 14px Arial; color: #757575; margin-top: 7px; text-transform: uppercase; text-align: left}
h3{font: bold 14px Arial; text-align: left; color: #000000;}
hr{width: 100%; height: 1px; color: #ebebeb}
.main_bo{color: #000000; font: 14px arial; text-align: justify; line-height: 140%; padding-right: 8px; padding-left: 5px; padding-bottom: 5px; vertical-align: top}
.print{color: #000000; font: 14px Georgia; text-align: justify; width: 100%; line-height: 140%}

/* STYLES */

/* main text */
 .text {color: #000000; font: 12px Verdana; text-align: justify; line-height: 150%; text-decoration: none;}
A.text:link, A.text:visited {text-decoration: underline}
A.text:hover {text-decoration: none}

/* news */
.news {color: #000000; font: 11px Verdana; text-align: left; line-height: 16px; text-decoration: none}
.news_title {color: #000000; font: bold 11px Verdana; text-align: left; line-height: 150%; text-decoration: none}

/* search */
.search {color: #000000; font: 12px Verdana; text-align: left; text-decoration: underline}

/* small */
 .small {color: #000000; font: 10px Verdana; line-height: 150%; text-decoration: none}
A.small:link, A.small:visited {text-decoration: underline}
A.small:hover {text-decoration: none}

/* navigation */
 .navi {color: #000000; font: 12px Verdana; text-align: left; line-height: 150%; text-decoration: none}
A.navi:link, A.navi:visited {text-decoration: underline}
A.navi:hover {text-decoration: none}

/* top menu */
 .menu_top {color: #ffffff; font: 12px Verdana; line-height: 150%; text-align: left; text-decoration: none}
A.menu_top:link, A.menu_top:visited {text-decoration: none}
A.menu_top:hover {color: #ffffff; text-decoration: underline}

/* left menu */
 .menu_left_head {color: #000000; font: bold 12px Verdana; width: 100%; background: url(/img/light_bg.gif); background-color: #d0dbe3}
 .menu_left {color: #000000; font: 12px Verdana; padding-top:2px; padding-bottom:10px; text-align: left; text-decoration: none}
A.menu_left:link, A.menu_left:visited {text-decoration: none}
A.menu_left:hover {color: #828282; text-decoration: underline}

/* right menu */
 .menu_right {color: #828282; font: 12px Verdana; text-decoration: none}
A.menu_right:link, A.menu_right:visited {text-decoration: none}
A.menu_right:hover {color: #000000; text-decoration: underline}

#menu {
	padding: 0 0 17 0;
	text-align: left;
	font: 12 tahoma;
	color: #828282;
	text-decoration: none;
}

#menu a {
	color: #828282;
	text-decoration: none;
}



#menu a:hover {
	color: #000;
	text-decoration: underline;
}

input, textarea, select {
	font: 12px Verdana;
	color: #000000;
	border-width: 1px;
	border-color: #e4e4e4;
	border-style: solid;
	background-color: #ffffff;
}

.button {
	border:0px;
	background-color:#ebebeb;
	color: #000000;
	font: 12px verdana;
	cursor: hand;
}