* {
	padding: 0px;
	margin: 0px;
	border: none;
}

a {
	color: #E59619;
}

body, td {
	font: 12px Arial;	
}

h1 {
	font: 22px Arial Black;
	margin-bottom: 10px;
	color: #000000;
}

h2 {
	font: 18px Arial;
	color: #666666;
}

#editor_body {
	padding: 5px;
}

#header {
	padding: 5px;
	border-bottom: #ababab 3px solid;
	margin-bottom: 5px;
}

#header_title {
	padding-top: 7px;
	padding-left: 7px;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	color: #E59619;	
}

#header_subtitle {
	padding-left: 7px;
	font-size: 14px;
	font-weight: bold;
}

#header_languages {
	padding-left: 3px;
	padding-top: 5px;
}


#content_left {
	float: left;
	width: 200px;
	margin-bottom: 5px;
	border-right: #666666 solid 5px;
	height: 700px;
}

#content_center {
	margin-left: 200px;
	margin-right: 210px;
	margin-bottom: 5px;
}

#content_right {
	float: right;
	width: 200px;
	margin-bottom: 5px;
	border-left: #666666 solid 5px;
	height: 700px;
	padding: 5px;
}

#admin_content_right {
	margin-left: 200px;
	margin-bottom: 5px;
}

#content {
	padding: 20px 20px 20px 20px;
}

#footer {
	border-top: #ababab 3px solid;
	clear: both;
}

#image_popup {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	vertical-align: middle;
}

#image_popup_background {
	position: absolute;
	left: 0px;
	top : 0px;
	width: 100%;
	height: 100%;
	background: #666666;
	
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity: .60;
}

#image_popup_container {
	position: relative;
	z-index: 0;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background: #eeeeee;
	padding: 10px;
	display: inline-block;
}

#image_popup_image {
	position: static;
	margin-bottom : 10px;
}

#image_popup_button {
	position: static;	
}

#slideshow {
	width: 190px;
	height: 500px;
	border-top: #ababab 3px solid;
	border-bottom: #ababab 3px solid;	
	text-align: center;
}

.menu {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 50px;
	text-decoration: none;
}

.submenu {

}

.menu_item {
	font-weight: bold;
}

.submenu_item {
	margin-left: 10px;
}

.menu_item, .submenu_item {
	margin-top: -1px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.menu_item a, .submenu_item a, .menu_item_active {
	text-transform: uppercase;
	padding: 5px;
	margin: 1px 0px 1px 1px;
	display: block;
	text-decoration: none;
	color: #666666;
	outline: 0;
}

.submenu_item a {
	padding: 3px;	
}

.menu_item a:hover, .submenu_item a:hover {
	background: #FFC144;
}

.menu_item_active {
	color: #FFFFFF;
	background: #666666;
}

.flag {
	margin-left: 5px;
}

.news_table {
	width: 100%;	
}

.news_table .title {
	text-align: left;
	font-weight: bolder;
	padding: 1px 0px 1px 0px;
}

.news_table .tasks {
	text-align: right;
	padding: 1px 0px 1px 0px;
}

.news_table .text {
	border-top: 2px #ababab solid;
	text-align: justify;
	padding: 5px 0px 5px 0px;
}

.button_anchor {
	border: 1px #666666 solid;
	background: #eeeeee;
	color: #000000;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	cursor: default;
	font: 13px Arial;
}

.content_table {
	width: 98%;
}

.content_table .text {
	text-align: justify;
	padding-bottom: 5px;
}

.content_table .images {
	text-align: left;
	padding-top: 5px;
}

.td_left_big_border {
	border-left: 5px #666666 solid;
	padding-left: 5px;
}

.td_first_left {
	vertical-align: top;
}

.td_first_right {
	vertical-align: top;
	border-left: 5px #666666 solid;
	padding-left: 5px;	
}

.td_top_small_border {
	border-top: 3px #ababab solid;
	height: 6px;
}

.td_first_image {
	padding-right: 3px;
	vertical-align: top;
}

.td_first_text
{
	padding-left: 2px;
	text-align: justify;
	vertical-align: top;	
}

.imga {
	display: none;
	margin-top: 5px;
}

.demand_table td{
	padding-bottom: 5px;
}

.demand_error {
	color: #ff0000;
	padding-bottom: 10px;
}

.demands_table td, .demands_table th{
	padding: 2px;
	border: 1px #666666 solid;
}

.demands_table th {
	font-weight: bold;
}

/*form fileds*/
input[type=text], textarea, select {
	border: 1px #666666 solid;
	width: 95%;
}

input[type=submit], input[type=reset], input[type=button] {
	border: 1px #666666 solid;
	background: #eeeeee;
}

select {
	width: 200px;
}

