/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.01.2015, 0:18:17
    Author     : pzubenko
*/

html, body { height: 100%; margin: 0; padding: 0; background-color: #FFFFF0 !important;  background: #FFFFF0!important;}
html>body #all { height: auto; min-height: 100%;  background-color: #FFFFE0!important; background: FFFFE0!important;}
#all { height: 100%; width:991px; position: relative; background-color: #FFFFE0 !important; background: FFFFE0!important; margin:0 auto;}
#main {min-height: 100%; width:991px; position: relative; margin:0 auto;}
#Header 
{
   padding-top:0;
   position: relative;
   height: 171px;/*193px*/
   background-color: #32CD32;
   background: -moz-linear-gradient(left,#32CD32 0%,#FFFFE9 100%);
   background: -webkit-linear-gradient(left,#32CD32 0%,#FFFFE9 100%);
   background: -o-linear-gradient(left,#32CD32 0%,#FFFFE9 100%);
   background: -ms-linear-gradient(left,#32CD32 0%,#FFFFE9 100%);
   background: linear-gradient(left,#32CD32 0%,#FFFFE9 100%);
   filter: alpha(opacity=100);
   -moz-opacity: 1;
   opacity: 1;
   z-index: 1;
}
#menu_bar
{
   width: 991px;
   height: 53px;/*53px*/
   position:relative;left:0;top: 119px;height:52px;z-index:3;
   text-align: center;
   background-color: #007F00;
   background: -moz-linear-gradient(bottom,#000000 0%,#007F00 100%);
   background: -webkit-linear-gradient(bottom,#000000 0%,#007F00 100%);
   background: -o-linear-gradient(bottom,#000000 0%,#007F00 100%);
   background: -ms-linear-gradient(bottom,#000000 0%,#007F00 100%);
   background: linear-gradient(bottom,#000000 0%,#007F00 100%);
}
#menu
{
   position: relative;
   top: 1px;
   left: 0;
   //background-color: transparent;
   z-index: 3;
}
#menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    display: inline-block;
}
#menu li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 150px;  
}
#menu a
{
   //color: #FFFFE9;
   display: block;
   float: left;
   color: #FFFFFF;
   //background-color: #006400;
   /*background: -moz-linear-gradient(top,#006400 0%,#000000 100%);
   background: -webkit-linear-gradient(top,#006400 0%,#000000 100%);
   background: -o-linear-gradient(top,#006400 0%,#000000 100%);
   background: -ms-linear-gradient(top,#006400 0%,#000000 100%);
   background: linear-gradient(top,#006400 0%,#000000 100%);*/
   font-family: Arial;
   font-size: 15px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   width: 122px;
   height: 50px;
   padding: 0px 14px 0px 14px;
   vertical-align: middle;
   line-height: 50px;
   text-align: center;
}
#menu li:hover a, #menu a:hover
{
   color: #FFFFFF;
   background-color: #008029;
   background: -moz-linear-gradient(top,#008029 0%,#003200 100%);
   background: -webkit-linear-gradient(top,#008029 0%,#003200 100%);
   background: -o-linear-gradient(top,#008029 0%,#003200 100%);
   background: -ms-linear-gradient(top,#008029 0%,#003200 100%);
   background: linear-gradient(top,#008029 0%,#003200 100%);
   border: 0px #000000 solid;
}
#menu li:hover, #menu li a:hover
{
   position: relative;
}
#menu a.withsubmenu
{
   padding: 0 5px 0 5px;
   width: 140px;
}
#menu ul ul
{
   position: absolute;
   left: -9999px;
   top: -9999px;
   width: 150px;
   height: auto;
   border: none;
   background-color: transparent;
}
#menu ul :hover ul
{
   left: 0px;
   top: 50px;
   padding-top: 0px;
}

#menu li li
{
   width: 150px;
   padding: 0 0px 0px 0px;
   border: 0px #003200 solid;
   border-width: 0 0px;
}
#menu ul ul a, #menu ul :hover ul a
{
   float: none;
   margin: 0;
   width: 136px;
   height: auto;
   white-space: normal;
   padding: 8px 6px 7px 6px;
   background-color: #008029;
   background-image: none;
   border: 1px #C0C0C0 solid;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   line-height: 13px;
   text-align: left;
   text-decoration: none;
}
#menu ul :hover ul .firstitem a
{
   margin-top: 0px;
}
#menu ul ul :hover a, #menu ul ul a:hover, #menu ul ul :hover ul :hover a, #menu ul ul :hover ul a:hover
{
   background-color: #9ACD32;
   background-image: none;
   border: 1px #C0C0C0 solid;
   color: #003200;
}
#menu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}

#content {position: relative; left:0px; padding-left:0px; margin-bottom: 37px;z-index: 0}

#ContentHeader {position:relative; ;left:0px;top:0;width:991px;height:39px;z-index:0;background-color: #CADB3F;}

#ContentHeaderText
{
    position:relative;
    left:20px;
    top:7px;
    height:27px;
    z-index:1;
    text-align:left;
    color:#000000;
    font-family:'trebuchet ms';
    font-size:21px;
}

#ContentBody
{
    position:relative;
    overflow: auto;
    word-wrap: break-word;
    margin-left: 20px;
    margin-right: 10px;
    top:5px;
    min-height:120px;
    z-index:3;
    text-align:left;
    color:#000000;
    font-family:'trebuchet ms';
    font-size:14px;
}

#footer, #empty { bottom: 0; left: 0; margin-bottom:2px; position: absolute; width: 991px; height: 32px; display:block; background-color: #424242;}

#wb_FooterText1 
{
   background-color: transparent;
   margin-top: 8px;
   text-align: center;
}

body {font-size:12px;font-family: Arial;}
h3{color: black;font-size:15px;font-family: Tahoma;margin:0;padding:5px;line-height:15px;}