html {
    border-left: 0; /* mozilla and opera don't have this border, so we hide it */
    }

body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0;
    border: 0;
    margin: 0;
    }

body {
    text-align: center; /* center site alignment ie */
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
    background: #9B9388;
    }

body, a:link, a:visited, a:hover, a:active, select {
    color: #4E453C; /* ie does not inherit color for a and input */
    }

a:link, a:visited, a:hover, a:active {
    /*padding-left: 3px;
    padding-right: 3px;*/
    background: inherit;
    font-weight: bold;
    text-decoration: none;
    }

a:hover, a:active {
    color: #EC7A19;
    /*text-decoration: underline;*/
    }

body, input, select, option, textarea, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.3em;
    }

pre, code {
    font-family: "Courier New";
    }

h1, h2, h3, h4, h5, h6 {
    text-align: left;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    }

strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }

h2 {
    font-size: 1.6em;
    }

h3 {
    font-size: 1.3em;
    }

caption {
    font-style: italic;
    margin: 0px auto;
    }

p {
    margin-bottom: 1.3em;
    margin-left: 1.3em;
    text-align: left;
    }

select {
    border: 1px solid #DBD8D3;
    }

.input_text {
    width: 181px;
    padding-left: 3px;
    border: 1px solid #DBD8D3;
    }

.input_file {    
    }

.textarea {
    width: 392px;
    height: 100px;
    padding-left: 3px;
    border: 1px solid #DBD8D3;
    }

.input_submit {
    width: 135px;
    background: white;
    border: 1px solid #DBD8D3;
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    font-weight: bold;
    }

.input_checkbox {
    width: auto;
    background: white;
    }

.input_submit:hover, .input_text:hover, .textarea:hover, select:hover {
    }

th {
    font-weight: bold;
    }

td, th {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    }

#wrapper {
    width: 700px;
    float: none; /* site alignment */
    text-align: left;
    padding: 3px;
    margin: 0px auto; /* for center site alignment firefox */
    border: 1px solid #D6CDA9;
    background: #FFFEF9;
    }

#top {
    margin-bottom: 3px;
    }

html>body #top {
    margin-bottom: 0px;
    }

#left {
    float: left;
    }

html>body #left {
    }

#content {
    height: 440px;
    margin-left: 0px; /* value to browser border left */
    float: none;
    text-align: center;
/*    overflow: auto;*/
    }

html>body #content {
    margin-left: 0px; /* value to browser border left */
    margin-top: 3px;
    height: auto;
    min-height: 440px;
    }

#content table {
    text-align: left;
    border: 1px solid #F0EFEB;
    border-right: 0;
    margin: 0px auto; /* for center site alignment */
    margin-top: 20px;
    margin-bottom: 20px;
    }

#content pre {
    text-align: left;
    }

#content td, #content th {
    border-right: 1px solid #F0EFEB;
    }

#content th {
    background: #F0EFEB;
    }

#content .even {
    background: #F0EFEB;
    }

#content li {
    list-style: square;
    }

#content ul, #content ol {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 1.3em;
    margin-top: 1.3em;
    }

#bottom {
    clear: both;
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 0px;
    }

#bottom li {
    list-style: none;
    }

#misc, #misc a:link, #misc a:visited {
    text-align: center;
    font-size: 7pt;
    color: #8D857A;
    }

#misc a:hover, #misc a:active {
    }

#login {
    margin: 0px auto; /* for center site alignment */
    width: 120px;
    background: #F0EFEB;
    padding-top: 2px;
    border: 1px solid #DBD8D3;
    }

#login, #login td, #login input {
    font-size: 7pt;
    }

#login .input_text {
    width: 60px;
    }

#login .input_submit {
    width: 30px;
    }

#login table {
    margin: 0px;
    }

#menu_main {
    width: 692px;
    height: 2.6em;
    padding: 3px;
    border: 1px solid #DBD8D3;
    font-size: 7pt;
    background: #F0EFEB;
    }

#menu_main li {
    padding-right: 8px;
    list-style: none;
    display: block;
    float: left;
    text-align: center;
    }

#menu_footer {
    clear: both;
    width: 685px;
    height: 1.3em;
    margin: 4px;
    font-size: 7pt;
    }

#menu_footer li {
    margin-right: 10px;
    list-style: none;
    display: block;
    float: left;
    text-align: left;
    }

.spacer {
    padding-top: 150px;
    }

.bke_news {
	width: 500px;
	}

#insert_link_ok {
	display: none;
	}
	
#list_news td {
	vertical-align: middle;
	padding-top: 5px;	
	}
	
#list_news p {
	margin: 0px auto;
	}
	
.red_star {
	padding-left: 5px;
	color: #FF0000;
	}	

.first_page {
	background: #F9D0D0;
	}
	
#text_hover {
	margin-top: 50px;	
	}
	
#imgage_hover {	
	}
	
#test_hover {
	margin-top: 50px;	
	}
	
#test_hover a:link, #test_hover a:active, #test_hover a:visited {
	display: block;
	width: 89px;
	height: 89px;
	}
	
#test_hover a:hover {
	}

