@charset "windows-1251";
/* CSS Document */


body { 
  padding: 0px; 
  margin: 0px; 
  background-color: #ffffff; 
  width: 100%; 
  min-height: 100%;
  background-image:url(i/bg.gif);
  background-position:left;
  background-repeat:repeat-y;

}
body, table, td, tr, input, textarea {
  font-family: Arial, san-serif; 
  font-size: 12px;
  color: #000000;
}

table
{
	border-collapse: collapse;
	/*width: 100%;*/
}

td
{
	margin: 0em;
	padding: 0em;
}


img { border: 0px; }

h1 { color: #2a3759; font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin-top: 10px;  margin-bottom: 4px;}
h2 { color: #2a3759; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin-top: 10px;  margin-bottom: 4px;}
h3 { color: #2a3759; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin-top: 10px;  margin-bottom: 4px;}
.icons { top: 12px; left: 25px; position: absolute;}

#top { top: 0px; left: 0px; width: 100%;}
#menu { 
   width: 100%; 
   height: 50px; 
   border-top: 2px solid #1a2339; 
   border-bottom: 5px solid #ffffff;
   z-index: 1;
   background-color: #ffffff;
}

#btm { 
   position: relative;
   vertical-align:bottom;
   top: -40px;
   width: 100%;
   height: 133px;
   background-image: url(i/bot_bg1.gif);
   background-repeat:repeat-x;
   clear:both;
   font-size: 10px; 
   color: #687593;
}

#right { 
   width: 215px; 
   background-color: #dfe4e5;
   background-position: top left;
   background-image: url(i/right_top.gif); 
   background-repeat: no-repeat;
}
#content {
   width: 100%;
   background-position: top left;
   background-image: url(i/content_top.gif); 
   background-repeat: no-repeat;
   z-index: 2;
}

.menuitem { border-top: 9px solid #767f91; border-left: 1px solid #dadce1; padding-left: 5px; padding-right: 30px;font-size: 10px; }
.menuitem a,a:link { text-decoration: none; }
.menuitema { border-top: 9px solid #c6ced8; border-left: 1px solid #dadce1; padding-left: 5px; padding-right: 30px;font-size: 10px; background-color: #f9f9f9;}
.menuitema a,a:link { text-decoration: none; }
.menuitem a:hover { text-decoration: underline; color: #7399d1; }
.menub { border-top: 9px solid #767f91; }

.menuitem TD { vertical-align: middle; }

.submenu { 
   display: none; 
   position: absolute; 
   top: 220px; 
   width:170px; 
   background-color:#eeeeee;  
   padding: 2px;
   z-index: 2;
}

.submenuitem { border-bottom:1px solid white; padding: 5px}

a, a:link, a:visited { color: #2a3759; text-decoration: underline; }
a:hover { color: #749ad2;}

.linkslist {
   list-style-type:none;
   font-size: 11px;
   margin:3px 10px; padding:0;
   margin-bottom: 5px;
   list-style-position:outside;
}

.newsdate {
 color: #3a6a74; 
 font-size: 10px; 
 margin: 0px; 
 margin-top: 7px;
 padding-left: 20px;
}
.newstext {
 font-size: 12px; 
 margin: 0px;
 margin-top: 0px;
 padding-left: 20px;
}

.phototmb {
 border: 5px solid #cccccc;
 padding: 5px;
 width: 190px; height: auto;
 float: left;
 background-color: #ffffff;
 margin: 5px;
 text-align: center;
}

.phototmb img { border-collapse: collapse; cursor: pointer;}


.etable td { padding: 5px; vertical-align: middle; border-bottom: 1px solid #cccccc;}

.etable input[type="text"] { width:100%; }
