/* layout */
#main {
    margin:0; padding:0;
}
#main_body {
    width: 100%;
    min-width: 950px;
/*    _width: expression(document.body.clientWidth < 950? "950px" : "100%" ); */
}
#header {
    width: 100%; height:110px;
    background: url("images/bg01.jpg") repeat-x top left;
}
#header_left {
    width: 100%; 
    height:110px;
    background: url("images/bg02.jpg") no-repeat top left;
}
#header_logo {
    float: right;
	width: 280px;
    height: 110px;
    background: url("images/bg03.jpg") no-repeat top right;
}
#top_bar { 
    width: 100%;
    background: #6a91dc url("images/bg05.jpg") repeat-x top left;
    border-top: 1px solid #a9c6fa;
    border-bottom: 1px solid #477ec8;
    padding: 0;
}
#top_bar_flags {
    float: left;
    width: 15em;
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0;
	background: url("images/menu-right.gif") repeat-y top right;
} 
#top_bar_flags img {
    margin: 2px 0 0 5px;
    border: 0;
}
#content {
    clear: both;
    width: 100%;
    margin: 0; padding: 0;
    border-collapse: collapse;
    height: auto;
    min-height: 500px;
    _height: 500px;
}
#left_bar {
    width: 15em;
    background-color: #e9f0fc;
}
#left_bar_content {
}
#left_menu a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 3px 0 3px 5px;
    color: #fff;
    background-color: #628fdf;
    border-left: 5px solid #447cc5;
    border-bottom: 1px solid #447cc5;
}
#left_menu a:hover {
    color: #000;
    background-color: #afc7f1;
    border-left: 5px solid #1f579f;
    border-bottom: 1px solid #afc7f1;
}
#left_menu2 a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 3px 0 3px 5px;
    color: #fff;
    background-color: #f3a14f;
    border-left: 5px solid #da7830;
    border-bottom: 1px solid #da7830;
}
#left_menu2 a:hover {
    color: #000;
    background-color: #ffce9e;
    border-left: 5px solid #e60005;
    border-bottom: 1px solid #ffce9e;
}
#main_bar {
    background: #fff url("images/bg04.jpg") repeat-x top left;
}
#main_bar_content {
    padding: 2px 5px 5px 8px;
}
#right_bar {
    width: 15em;
    background-color: #e9f0fc;
}
#right_bar_content {
}
#main_bar_content .external_link {
    padding-right: 13px;
    background: url("images/external_link.png") no-repeat center right;
}
#footer {
    clear: both;
    color: #FFF;
    background-color: #5f80bc;
    border-top: 1px solid #426097;
	text-align:center;
    padding: 0.2em;
}
#footer a {
    color: #FFF;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
/*-------------------------------------------------*/
a			    {   }
a:link          { color: #CF0000; }
a:visited       { color: #CF0000; }
a:hover         { color: #EF6868; }
a:active        { color: #CF0000; }

body            {
	                font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
				    font-size: 80%;
                    background: #fff;
				    margin:0; padding:0;
		        }

td              {   vertical-align: top;
                }
input, select, textarea	{
                    font-family: Verdana;
                    font-size: 90%;
			        border: 1px solid #808080;
                    margin: 2px;
                }
img             {	border:0
                }
form			{   margin: 0px;
 			        padding: 0px; }
h1              {
	                font-size: 150%;
	                font-weight: bold;
                    margin-top: 5px;
                    margin-bottom: 5px;
                }
h2              {
                    font-size: 120%;
                    font-weight: bold;
                    margin-top: 2px;
                    margin-bottom: 2px;
                }
h3              {
                    font-size: 100%;
                    font-weight: bold;
                    margin-top: 2px;
                    margin-bottom: 2px;
                }
h4              {
                    font-size: 110%;
                    font-weight: normal;
                    margin-top: 2px;
                    margin-bottom: 2px;
                    font-style: italic;
                }
h5              {
                    font-size: 110%;
                    font-weight: bold;
                    color: #81350E;
                    border-bottom: 1px dashed #A58866;
                    margin-top: 2px;
                    margin-bottom: 2px;
                }

p               {
                }
hr              {
                    height: 0px;
                    border: 0;
                    border-top: 1px dashed #cb8f51;
                }
/*----------------------------------------------------------------------*/
.text_error		{   color: #AF2222; font-weight:bold;}
.text_vystraha	{   color: #AF2222; }
/*----------------------------------------------------------------------*/
.table_light	{   margin-top: 10px;
                    margin-bottom: 10px; }
.table_light td	{   padding-left: 5px; }
.table_light .headline 	{
		  	        color: #FFF;
                    background-color: #a93d17;
		            font-style: normal;
		            font-weight: bold;
			        text-align: left; }
.table_light .headline a	{
                    color: #FFF;
                    text-decoration: none;
                }
.table_light .headline a:hover	{
                    text-decoration: underline;
                }
.table_light .line1	{ background-color: #F0F0F0; }
.table_light .line2	{ background-color: #FCFCFC; }
/*----------------------------------------------------------------------*/
.table_dialog   {
                    background-color: #eef1f2;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    border-collapse: collapse;
                }
.table_dialog thead {
                    color: #FFF;
			        background-color: #56A6BF;
                    font-weight: bold;
                    font-style: normal;
                    }
/*----------------------------------------------------------------------*/
.table_mini   {
                    width: 100%;
                    border-collapse: collapse;
                    margin-bottom: 6px;
                    }
.table_mini thead td {
                    background-color: #5f80bc;
                    color: #FFF;
                    font-size: 100%;
                    font-weight: bold;
                    padding: 3px 0 3px 10px;
                    border:0;
                    border-left: 5px solid #426097;
                    border-bottom: 1px solid #426097;
                    }

.table_mini tbody td {
                    padding: 5px;
                    }
/*----------------------------------------------------------------------*/
.button         {   background-color: #DDDDDD;
                    border-left: 1px solid #F0F0F0;
                    border-top: 1px solid #F0F0F0;
                    border-right: 1px solid #999999;
                    border-bottom: 1px solid #999999;
                    font-family: Verdana;
                    font-size: 90%;
                    margin: 2px;
                    cursor: hand;
						  }
/*----------------------------------------------------------------------*/

