/*base site class*/
/*base site class*/
.main_table {
    margin-left:auto;
    margin-right:auto;
    border-spacing: 0;
    border-collapse: separate;
    border: 0;
    width: 996px;
}

.main_table td {
    padding: 0;
}

a.download {
    padding: 2px 0;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

a.download:before, a.download:after {
    content: "\2193";
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: -1px;
}

a.download:hover{
    font-weight: bold;
    background-color: #FEDF9E;
}

/*Common classes*/
.center {
    text-align: center;
}

/*Table 100-0-0-0. For all tables 100% width, 0 border, cspac, cpad*/
.table100 {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
}

.table100 td{
    padding: 0;
}

.table516 { /*For tables in the middle block with width 516*/
    width: 516px;
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
}

.table516 td{
    padding: 0;
}

.table544 { /*For middle block table with width 544*/
    width: 544px;
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
}

.table544 td{
    padding: 0;
}


.table230left { /*For tables in the left block with width 230*/
    width: 230px;
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
}

.table230left td{
    padding: 0;
}

.table188right { /*For tables in the left block with width 188*/
    width: 188px;
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
}

.table188right td{
    padding: 0;
}

.table_gallery_main { /*For main table in gallery*/
    width: 516px;
    border: 0;
    border-spacing: 5;
    border-collapse: separate;
}

.table_gallery_main td{
    padding: 0;
    width: 33%;
    text-align: center;
}

.table_files_elements {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

.table_files_elements td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/*Styles for EI master stats*/
table.eimastermaintable
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}

td.eimastertablehead
{
	text-align: center;
	padding: 2px;
	/*border: 1px solid rgb(128, 128, 128);*/
	font-weight: bold;
	background-color: rgb(208, 208, 208);
	border: 1px solid black;
}

td.eimastertablecell
{
	padding: 2px;
	border: 1px solid rgb(128, 128, 128);
	background-color: rgb(244, 244, 244);
}

td.eimastertablecell2
{
	padding: 2px;
	border: 1px solid rgb(128, 128, 128);
	background-color: white;
}








/*Tag styles*/
img{
    border: 0px;
}

img.news{
    float: left;
    margin: 5px 10px 5px 0px;
}






/*base body style*/
body {
    background-image: url(img/bg.gif);
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    background-color: #333333;
}

/*style for divs in blocks inner*/
.blocks_in {
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: justify;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

/*style for divs in middle main block*/
.blocks_mdl {
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: justify;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

/*style for divs in middle top blocks*/
.blocks_in_mt {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: justify;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

/*style for blocks names*/
.blocks_name {
    margin-left: 4px;
    font-weight: bold;
    color: #DEDEDE;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

.blocks_name a {
    /*style for blocks names a tag. Uses in top menu*/
    font-weight: bold;
    color: #DEDEDE;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    text-decoration: none;
}

.blocks_name a:hover {
    /*style for blocks names a tag. Uses in top menu*/
    font-weight: bold;
    color: #FEFEC0;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    text-decoration: none;
}

.blocks_name_m {
    /*style for middle blocks names*/
    margin-left: 0px;
    font-weight: bold;
    color: #DEDEDE;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

td {
    /*style for cells of tables*/
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

p {
    /*base text style*/
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

a {
    /*links style*/
    color: #000000;
    text-decoration: underline;
}

a:hover {
    /*hover links style*/
    text-decoration: none;
}

/*Main Menu*/

.main_menu_text {
    margin-top: 10px;
    padding-left: 20px;
    display: block;
    width: 100%;
}

.main_menu {
    margin-top: 2px;
    padding-left: 20px;
    display: block;
    width: 100%;
}

.main_menu a {
    display: list-item;
    list-style-image: url(img/menu_bullet.gif);
    text-decoration: none;
}

.main_menu a:hover {
    font-weight: bold;
    background-color: #FEDF9E;
}

.main_menu_sub {
    margin-top: 2px;
    padding-left: 35px;
    display: block;
    width: 100%;
}

.main_menu_sub a {
    display: list-item;
    list-style-image: url(img/menu_bullet.gif);
    text-decoration: none;
}

.main_menu_sub a:hover {
    font-weight: bold;
    background-color: #FEDF9E;
}

.main_menu_n {
    margin-top: 2px;
    padding-left: 20px;
    display: block;
    width: 100%;
}

.main_menu_n a {
    display: list-item;
    list-style-image: url(img/menu_bullet2.gif);
    text-decoration: none;
}

.main_menu_n a:hover {
    font-weight: bold;
    background-color: #FEDF9E;
}

td {
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

.tbl_news {
    padding-left: 20px;
    padding-top: 6px;
    padding-right: 10px;
    text-align: right;
}

.tbl_news_title {
    font-size: 15px;
    padding-left: 20px;
    padding-bottom: 4px;
    font-weight: bold;
}

.tbl_news_title a {
    color: #060051;
    text-decoration: none;
}

.tbl_news_title a:hover {
    color: #740077;
}

p.textnormal {
    padding-left: 5px;
    padding-right: 5px;
}

/*special version for comment blocks like EI Script*/
p.aucomment {
	margin: 3px;
	font-style: italic; 
}

/*special version for comment blocks like EI Script*/
div.aucomment {
	border:1px;
	border-style:solid;
}



h2 {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: normal;
}

h3 {
    margin-bottom: 4px;
    font-size: 16px;
	font-weight: normal;
}

table {
    border-color: #333333;
}

td {
    border-color: #333333;
}


