html, body {
    min-height: 100% !important;
    min-height: auto;
    height: 100%;
    border: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-size:13px;
    /*background-color:#54B572;*/
    background-color:#3B7C4F;
}

.wrapper {
    display: block;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    min-width: 900px;
}

.header {
    position: relative;
    width: 100%;
    height: 200px;
    z-index: 0;
    margin:0;
    padding:0;
}

.header .top_table {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    outline:0;
    border-spacing:0;
    border-collapse:collapse;   
}

.header .top_logo {
    width:200px !important;
    height:200px !important;
    margin:0;
    padding:0;
    text-align:center;
    vertical-align:top;
    background:url('/i/logo_4.png') top left no-repeat;
}

.header .top_logo a{
    text-decoration:none;
    color:#ffee88;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
}

.header .top_text {
    height:200px;
    width:100%;
    /*margin:-2px 0 0 5px;
    width:auto;
    */
    padding:0;
    /*padding-left:20px;*/
    vertical-align:top;
    background:url('/i/back_top_3.png') top left no-repeat;
}

.vertical_menu {
    height:30px;
    background-color:#2C954C;
    font-size:13px;
    font-weight:bold;
    padding-left:200px;
}

.vertical_menu .button {
    color:#ffffff;
    height:20px;
    float:left;
    padding:6px 15px 4px 15px;
    vertical-align:middle;
}

.vertical_menu .button:hover {
    background-color:#69BB82;
}

.vertical_menu .button a {
    color:#ffffff;
}

.td_left {
    width:200px;
    padding:0;
    margin:0;
}

.td_right {
    width:100%;
    padding:0;
    margin:0;
    background:url('/i/back_top_1.png') top left repeat-x;
    /*background:url('/i/back_top_2.png') top left no-repeat;*/
}

.color_1 {
    background-color:#effff4;
}

.color_2 {
    /*background-color:#c2e7cd;*/
    background-color:#54b472;
}

.container {
    padding: 0;
    margin: 0;
    border: 0;
    outline:0;
    height: 1%;
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    display:inline-block;
    float:left;
    left:0;
    position:relative;
    z-index:1;
}

.container tbody, .container tbody tr {
    padding: 0;
    margin: 0;
}

.container .navigation_menu {
    font-size:11px;
    color:#777777;
    padding-bottom:20px;
}

.container .navigation_menu a {
    font-size:11px;
}

.container_table {
    width:100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline:0;
    border-spacing:0;
    border-collapse:collapse;
}

.container_table th {
    vertical-align:top;
    border:0;
}

.content {
    vertical-align:top;
    padding: 10px 40px 40px 20px;
    margin:0;
    width:auto;
    height:100%;
    background-color:#effff4;
    background: url('/i/angle_3.png') #effff4 left bottom no-repeat;
    /*border-top:1px dashed #cccccc;
    border-left:0;*/
}

table.paginator {
    border: 0;
    width:auto;
    height:auto;
}

table.paginator .arr{
    font-size:1.5em;
    text-decoration:none;
}

table.paginator .num{
    font-size:1.0em;
    text-decoration:underline;
}

table.paginator .box{
    float:left;
    padding:0 4px 1px 4px;
    margin:0;
}

table.paginator .current{
    text-decoration:none;
    color:#ffffff;
    background-color:#2c954c;
    margin:0 2px 0 2px;
}

table.paginator .current span{
    font-weight:bold;
    text-decoration:none;
}

.footer {
    height:100px;
    margin:-100px 0 0 0;
    text-align:center;
    font-family:Verdana;
    font-size:9px;
    z-index:0;
    position:relative;
    font-family:Verdana;
}

.ad tbody tr th {
    width: 200px;
    text-align:left;
}

.desc{
    font-size:11px;
    color:#666666;
}

.ad .page_small_content {
    display:none;
}

.clear, .footer {
    clear: both;
}

.bold {
    font-weight:bold;
}

.red {
    color:#cc3333;
}

.small {
    font-size: 11px;
}

.error {
    color:#cc3333;
    font-size:10px;
}

.note {
    color:green;
}

.input {
    border: 1px solid #cccccc;
    font-size:16px;
    width:auto;
}

.half {
    width:50%
}

hr {
    width:99%;
    border: 0px;
    border-bottom: 1px solid #cccccc;
}


a {
    color:#2C954C;
}

a:hover {
    color:#444444;
    text-decoration:none;
}

a img{
    text-decoration:none;
    border:0;
}

a.img{
    text-decoration:none;
    border:0;
}

td.menu {
    vertical-align:top;
    width:200px;
    padding:0;
    padding-top:10px;
    height:477px;
    /*background: url('/i/back_bl_1.png') bottom left no-repeat;*/
    background: url('/i/grad_menu.png') top left repeat-x;
}

td.menu p {
    font-size:13px;
    font-weight:bold;
    height:auto;
    padding:7px 7px 7px 20px;
    margin:0 0 4px 0;
    text-decoration:none;
    /*background-color:#00cc33;*/
    /*border-right: 0px;*/
}

td.menu a {
    color:#FFCB01;
    text-decoration:none;
}

td.menu p:hover {
    cursor:pointer;
    background-color:#69BB82;
}

td.menu p.selected{
    background-color:#69BB82;
    /*border: 1px dashed #ccccff;
    border-right: 0px;*/
}

td.menu p span{
    font-size:10px;
    margin-left: -10px;
    color: #777777;
}

h1 {
    margin-top:0px;
    font-size:24px;
    font-weight:normal;
    color:#444444;
}

h2 {
    margin-top:0px;
    font-size:18px;
    font-weight:normal;
}

h3 {
    padding:8px;
    padding-left:0px;
    margin:0px;
    margin-left:0px;
    font-size:16px;
}

.content a {
    font-size:inherit;
}

.content a.small{
    font-size:11px;
    font-weight:normal;
}

.content p {
    line-height:1.5em;
    margin-bottom:10px;
}

.sitemap p {
    margin:0 0 5px 20px;
}

.sitemap li {
    margin:0 0 5px 0px;
}

.sitemap ul {
    margin:0 0 5px 20px;
}

.news {
    margin:0;
}

.news .title {
    font-weight:bold;
    font-size:inherit;
}

.news .text {
    font-size:inherit;
    padding:0 0 5px 0;
    margin-top: 0px;
}

.news .text p{
    margin:0;
}

.news .text img {
    border:0px solid #aaaaaa;
    padding: 5px 10px 5px 0px;
    float:left;
}

.news .img_right img {
    float: right;
}

.news .date {
    font-family:Verdana;
    font-size:9px;
    color:#aaaaaa;
    font-weight:normal;
}

table .edit th {
    width:auto;
    font-size:12px;
    text-align:left;
    vertical-align:top;
}

table .edit td {
    font-size:10px;
    color:#777777;
    text-align:left;
    vertical-align:top;
}

.footer a {
    color:#FFCB01;
}

.footer p {
    margin:0px;
}

.footer .phone {
    font-size:12px;
    font-family:Arial;
    color:#666666;
}

.footer_left {
    float:left;
    width: 300px;
    padding:20px 0 0 250px;
    text-align:left;
}

.footer_right {
    float:right;
    width: 300px;
    text-align:right;
    padding:20px 10px 0 0;
}

#dialog-confirm {
    display:none;
}

.loader {
    display:none;
}

