@charset "utf-8";
body {
    border: none;
    background-color: #003f17;
    background-repeat: repeat-x;
    background-position: 0px 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
    margin: 0px;
    padding: 0px;
}

.editor_body {
	background-color: white;
	background-image: none;
}

table td {
    vertical-align: top;
}

body, td, pre {
    color: inherit;
	font-size: 11px;
}

a:link, 
a:visited, 
a:active {
	color: #6e6e6e;
	text-decoration: none;
}
a:hover {
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 120%;
}

h1 {
	font-size: 16px;
	margin: 10px 0px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

p {
	margin: 0px;
}

img {
    border: 0px;
}

hr {
	border: 0px;
	height: 1px;
	margin: 5px 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

div.clear {
    clear: both;
}

.error {
	color: red;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.invisible {
    visibility: hidden;
}

.menu-sign {
    color: #50b848;
}

#main-holder {
    width: 960px;
    background-color: #ffffff;
    margin: 10px auto;
}

#main-holder-inner {
    margin: 0px 10px;
    padding: 10px 0px;
}

#main-top {
    background-image: url(../gfx/main.jpg);
    background-repeat: repeat-x;
    height: 90px;
    position: relative;
    margin-bottom: 5px;
}

#logo {
    position: absolute;
    top: 0px;
    left: 10px;
}

#logging {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 1px solid #dcddde;
    width: 430px;
    height: 40px;
    background-color: #e6e4e4;
    background-image: url(../gfx/logging-bg.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    color: #58595b;
}

#logging div {
    padding-top: 2px;
}

#logging form input {
    border: 1px solid #96969a;
    font-size: 11px;
}

#main-banner {
    background-image: url(../gfx/banner.jpg);
    background-repeat: no-repeat;
    height: 148px;
    margin-bottom: 5px;
}

#top-menu-holder {
    
}

#top-menu-holder a {
    display: block;
    border: 1px solid #dfdfe0;
    border-bottom: 4px solid #002b0f;
    text-align: center;
    vertical-align: middle;
    margin-right: 3px;
    background-image: url(../gfx/menu-item-bg.jpg);
    padding: 9px 0px;
    font-size: 13px;
    color: white;
}

#top-menu-holder a:hover {
    border-bottom-color: #4fb747;
}

#main-menu {
    position: absolute;
    top: 40px;
    right: 10px;
}

#main-menu a {
    color: #5b5b5b;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

#main-bar {
    background-image: url(../gfx/main-bar-bg.html);
    background-repeat: repeat-x;
    border-width: 0px 1px;
    border-color: #e8e8e8;
    border-style: solid;
    height: 39px;
    margin-top: 4px;
    margin-bottom: 4px;
}

#main-bar a {
    color: #505052;
}

#login-holder {
    width: 49%;
    overflow: hidden;
    float: right;
    text-align: right;
    height: 18px;
}

#login-submit {
    background-image: url(../gfx/login-submit.html);
    background-repeat: no-repeat;
    width: 17px;
}

#searcher-holder {
    overflow: hidden;
    float: left;
    width: 49%;
}

#searcher-holder #searcher-submit {
    border-color: #9d9b9c;
    border-width: 1px;
    border-style: solid;
    background-image: url(../gfx/searcher-submit.html);
    background-repeat: no-repeat; 
    width: 17px;
}

#searcher-holder #advanced-search {
    margin-left: 20px;
}

#navigator-holder {
    padding: 5px 10px;
    font-size: 10px;
}

#left-pane {
    width: 232px;
    margin: 0px 6px 4px 0px;
    float: left;
    background-color: white;
}

.left-menu {
    padding: 0px 0px 10px;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #50b848;
}

.left-menu a {
    display: block;
    padding: 2px 10px;
    background-color: #fffde9;
    margin-bottom: 1px;
}


.left-menu a.active,
.left-menu a.active span,
.left-menu a:active,
.left-menu a:active span.menu-sign {
    color: #002c10;
}

.left-menu a:hover,
.left-menu a:hover span.menu-sign {
     color: #50b848;
}   

.left-submenu {
    padding-left: 10px;
}

.left-submenu a {
    padding: 2px 10px;
}

#main-pane {
    width: 702px;
    float: left;
    background-color: white;
}

#main-pane-inner {
    margin: 0px 0px 10px 10px; 
    width: 680px; 
    float: left;
}

.page-title-holder {
    background-image: url(../gfx/page-title-bg.jpg);
    background-repeat: repeat-x;
    background-position: center 7px;
}

.page-title {
    float: left;
    background-color: white;
    padding-right: 20px;
    color: #002c10;
    margin-top: 0px;
}

#footer {
    padding: 3px 10px;
    background-color: #50b848;
    color: white;
}

#footer a {
    color: white;
    margin-left: 15px;
}

#holder {
	width: 100%;
}
