

.main_container {
    background-color : #ffffff;
    border-color: #000000;
    border-width : 1px;
    border-bottom-style : none;
    border-top-style : none;
    border-left-style : solid;
    border-right-style : solid;
    height : 100%;
    width : 960px;
  }


.main_header {
    color:#619B07;
    height:1em;
  }


.main_header_bottom {
    border-style: none;
    height: 26px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #CBF97A;
    background-image: url('../images/menu_bg.gif');
    background-position : bottom;
    background-repeat: repeat-x;
  }


.main_menu_left {
    width: 9px;
    margin: 0px;
    padding: 0px;
    background-image: url('../images/menu_left.gif');
  }


.main_menu_padding {
    width: 33px;
  }


.main_menu_space {
    width: 9px;
  }


.main_menu_elem {
    background-color: #FFFFFF;
    width: 100px;
    text-align:center;
    vertical-align:bottom;
    line-height:1.3em;
    background-image: url('../images/menu_bg.gif');
    background-position : top;
    background-repeat: repeat-x;
  }


.main_menu_right {
    width: 9px;
    background-image: url('../images/menu_right.gif');
  }


.main_menu_lines {
    width: 100%;
    height: 15px;
    background-image: url('../images/menu_lines.gif');
  }


.main_menu {
    color : #FF8000;
    font-family : sans-serif;
    font-size : 12pt;
    font-weight : bold;
    text-decoration : none;
    text-transform : lowercase;
  }


a.main_menu:link, a.main_menu:visited {
    color:#619B07;
  }


a.main_menu:hover {
    color:#FF8000;
    text-decoration:underline;
  }


a.main_menu:active {
    color:#FF6600;
    text-decoration: blink;
  }


.main_part {
    width: 100%;
    height: 100%;
    border-style: none;
  }


.main_left {
    padding-top:26px;
    padding-bottom:16px;
    padding-left:32px;
    padding-right:32px;
  }


.main_admin {
    width : 100%;
    background-image: url('../images/tree.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top : 6px;
    padding-bottom : 20px;
    padding-left : 32px;
    padding-right : 32px;
  }

.main_right {
    width : 30%;
    background-image: url('../images/tree.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top : 6px;
    padding-bottom : 20px;
  }


.right_block {
    padding-bottom : 0px;
    padding-left : 32px;
    padding-right : 26px;
    padding-top : 20px;
    width: 100%
  }


.right_block_center {
    background-color: #CBF97A;
    padding-top : 0px;
    padding-bottom : 0px;
    padding-left : 6px;
    padding-right : 6px;
  }


.right_block_tl {
    width:10px;
    height:10px;
    background-image: url('../images/right_block_tl.gif');
  }


.right_block_tr {
    width:10px;
    height:10px;
    background-image: url('../images/right_block_tr.gif');
  }


.right_block_bl {
    width:10px;
    height:10px;
    background-image: url('../images/right_block_bl.gif');
  }


.right_block_br {
    width:10px;
    height:10px;
    background-image: url('../images/right_block_br.gif');
  }


.right_block_top {
    height:10px;
    background-color: #CBF97A;
    background-image: url('../images/menu_bg.gif');
    background-position: top;
    background-repeat:repeat-x;
  }


.right_block_left {
    width:10px;
    background-color: #CBF97A;
    background-image: url('../images/menu_bg.gif');
    background-position: left;
    background-repeat:repeat-y;
  }


.right_block_right {
    width:10px;
    background-color: #CBF97A;
    background-image: url('../images/menu_bg.gif');
    background-position: right;
    background-repeat:repeat-y;
  }


.right_block_bottom {
    height:10px;
    background-color: #CBF97A;
    background-image: url('../images/menu_bg.gif');
    background-position: bottom;
    background-repeat:repeat-x;
  }


.main_footer {
    background-color : #CBF97A;
    vertical-align:middle;
    height : 40px;
    padding-bottom : 0px;
    padding-left : 32px;
    padding-right : 32px;
    padding-top : 0px;
  }

