html, body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, Times, serif;
	font-size: 12px;
	text-align: center;
    margin: 0 auto;
    background: white url('/data/img/body_back.png') repeat-x;
}
img {
    border:0;
}

div {
    
}

h1 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px 0;
}

h1 a {
    text-decoration: none;
}

h1.title_1 {
    font-size: 14px;
    padding-top: 20px;
}

h1.title_2 {
    font-size: 12px;
    padding-top: 20px;
    font-style: italic;
}

h2 {
    font-size: 1.5em;
}

a {
    color: black;
}

label {
    font-weight: bold;
}

#site {
    background-color: white;
    text-align: left;
    margin: 0 auto;
    width: 800px;
    border-left: 8px solid #adc96d;
    border-right: 8px solid #adc96d;
    border-bottom: 8px solid #adc96d;
}

#head {
    padding: 5px;
    /*background-image: url('/data/img/head.gif');*/
    background-repeat: no-repeat;
}

#lang_bar{
    float:right;
    background-color: #CFE3A6;
    font-size: 15px;
    text-align: right;
    text-transform: uppercase;
    padding: 5px;
}

#lang_bar a {
    text-decoration: none;
}

#lang_bar a:hover {
    text-decoration: underline;
}

#menu {
    padding: 10px 0 10px 0;
    font-weight: bold;
    width:210px;
    float:left;
    clear:both;
}

#content {
    padding: 10px 10px 10px 220px;
}

#content p {
    text-align: justify;
}

#content img {
    margin: 10px;
}

#content .cal_icon {
    cursor: pointer;
    margin: 0px;
}

#content .cal_input {
    width: 70px;
}

#footer {
    padding: 5px;
    clear:both;
    background-color: #adc96d;
    color: white;
    border-top: 1px solid #98bc48;
}

#footer a {
    
}

#top_menu {
    background-color: #0E5F00;
    border-bottom: 1px solid #ADC96D;
    height: 100%;
}

#top_menu .seperator{
    color: white;
    float:left;
    padding: 5px 0 0 0;
}

.top_menu_item {
    display:inline;
    background-color: #0E5F00;
    padding: 5px;
    float:left;
}



.top_menu_item a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.top_menu_item a:hover {
    text-decoration: underline;
}


.menu_item {
    padding: 5px;
    border-bottom: 1px solid #ADC96D;
    background-color: #0E5F00;
}

.menu_item a {
    color: white;
    text-decoration: none;
}

.menu_item a:hover {
    text-decoration: underline;
}

.pad1 {

}

.pad2 {
    padding-left: 10px;
    font-weight: normal;
    background-color: #cfe3a6;
    color: black;
}

.pad3 {
    padding-left: 20px;
    font-weight: normal;
    background-color: #cfe3a6;
    color: black;
}

.pad2 a, .pad3 a {
    color: black;
}

.active {
    background-color: #F7F6A8;
}

.active a {
    color: black;
}

#content table.default_table {
    border-collapse: collapse;
	border: 1px solid #ccc;
}

#content .default_table thead {
    font-weight: bold;
}

#content .default_table td {
	border: 1px solid #ccc;
	padding: 3px;
}

#content td {
    vertical-align: top;
}

table.table_list {
	margin-top: 5px;
	border-collapse: collapse;
	background: white;
	border: 1px solid #ccc;
}

thead.table_list td {
	padding: 5px;
	background: white;
	font-weight: bold;
	border-top: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
}

thead.table_list_h td {
    border: 1px solid white;
}

tbody.table_list td{
	border-bottom: 1px solid #ccc;
	vertical-align:top;
}

.table_list_2 {
	border: 1px solid #ccc;
	background: #f0f0f0;
}

tbody.table_list td {
	padding: 5px;
}

.btn {
    background-color: #bcd589;
    border: 1px solid gray;
    font-weight: bold;
}

input, select, textarea {
    border: 1px solid #adc96d;
    font-family: arial, verdana, Times, serif;
	font-size: 12px;
}

.sitemap {
    padding-bottom: 5px;
}

.main_level {
    font-weight: bold;
}

#search_form {
    padding: 20px 0 0 5px;
}

#search {
    width: 130px;
    margin-bottom: 1px;
}

.news_date {
    padding: 5px 0 20px 0;
    font-size: 11px;
    color:#606060;
}

.the_date {
    font-size: 11px;
    color:#606060;
}

#menu_title {
    border-bottom: 1px solid #adc96d;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.highlight {
    background-color: yellow;
}

.read_more {
    color: #e0542f;
}

.full_width {
    width: 99%;
}

#full_path {
    padding-bottom: 10px;
}

#full_path a {
	font-size: 11px;
    color:#606060;
}

.spanned_item {
    color: #330066;
    font-weight: bold;
}

#question {
    margin-top: 10px;
}

.error {
    color: red;
}

#error_box {
    color: red;
    background-color: #FFFFCC;
    padding: 15px 5px 10px 40px;
    background-image: url('/data/img/error.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    margin-bottom: 5px;
}

#msg_box {
    color: green;
    background-color: #FFFFCC;
    padding: 15px 5px 10px 40px;
    background-image: url('/data/img/ok.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#action {
    width: 450px;
}

div.file_list img {
    position: relative;
    top: 3px;
    margin: 0 !important;
    padding: 0;

}

img.news_theme{
    margin: 0 0 10px 10px !important;
    padding: 0;
    float:right;
}

.news_block {
    clear:right;
}

.clear {
    clear: both;
}

.nowrap {
    white-space:nowrap;
}

#search_ur {
    padding-bottom: 10px;
}

#ur {
    width: 200px;
}

.autocomplete-w1 { position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { }
