/******************************** Site and body ********************************/
* {
	padding:0;
}
html, body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 100%;
	color: #3d3d3d;
	border: 0;
	padding: 0;
	margin:0;
}

.txt, tr, td {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	
}
li, ul {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	border: 0;
	padding: 0;
	margin-left:10px;
 list-style-image: url(img/li.gif);
 
 }
	




a {
	font-family: Arial, Verdana, Sans-serif;
	color: #07b1e6;
	text-decoration:none;
	
}
a:hover {
	font-family:  Arial, Verdana, Sans-serif;
	color: #a7d7e6;
	text-decoration:none;
	
}
a:visited {
	font-family:  Arial, Verdana, Sans-serif;
	color: #07b1e6;
	text-decoration:none;
	
}
a:hover:visited {
	font-family:  Arial, Verdana, Sans-serif;
	color: #a7d7e6;
	text-decoration:none;
	
}


.hidden {
	display:none;
}
div { border:0px solid; }

#page-container {
	width: 940px;
	margin:0 auto 0 auto;
	text-align:left;
}

#content {
	margin-left:85px;
	min-height:300px;
	_height:300px;
}
#content-text {
	background: transparent url(img/front_content_sides.gif) repeat-y left top;
	width:792px;
	font-size:0.69em;
}
#content-text-margin {
	text-align:left;
	padding-left:30px;
} 

#index-content {
	margin-left:85px;
	min-height:300px;
	_height:300px;
}
#index-content-text {
	background: transparent url(img/content_bg.gif) no-repeat left top;
	width:550px;
	font-size:0.69em;
	margin-left:204px;
	padding-left:25px;
}
#index-content-text-margin {
	text-align:left;
} 
#index-content-text-margin h3 {
	color:#04B1E6;
	font-size:1.6em;
	font-weight:bold;
}
#index-submenu {
	float:left;
	width:204px;
	background: transparent url(img/submenu_bg.gif) no-repeat left top;
	min-height:370px;
	_height:370px;
	padding-top:30px;
}
#index-submenu a {
	font-family:"Helvetica";
}
/****************************** TOP MENU **********************************/

#top-menu {
	background: transparent url(img/header.jpg) no-repeat left top;
	width:940px;
	height:76px;
}
#top-menu-pos {
	padding-top:45px;
	padding-left:500px;
}
#top-menu a {
	display:block;
	float:left;
	color:#04b1e6;
	padding-right:15px;
	text-decoration:none;
}


/****************************************************************/

input, select, textarea {
	border: 1px solid #d6d6d6;
	
	background:transparent url(img/input_bg.jpg) no-repeat 0 0;
}

img {border: none;}
label {width: 140px; padding: 3px 0px 0px 0px;	float: left;}

h1 {
	color: rgb(4, 177, 230); 
	font-weight: bold; 
	font-size: 1.6em;
}

h2 {
	color: rgb(4, 177, 230); 
	font-weight: bold; 
	font-size: 1.4em;
}

h3 {
color: rgb(4, 177, 230); 
	font-weight: bold; 
	font-size: 1.2em;
	}

h4 {font-size: 12px; font-weight: bolder; color: #04b1e6;}
h5 {font-size: 11px; font-weight: bolder; color: #04b1e6;}

.comment {
	color: gray;
}
.description {
	font-size: 85%;
}
.selected {
	color: gray;
}
.message {
	border: 1px solid #FFA500;
	background: #FFCE7B;
	padding: 5px;
	font-weight: bolder;
	margin-bottom: 8px;
	display:none;
}
.error {
	color: red;
}

img .text_right {float: left; padding-right: 5px;}
img .text_left {float: right; padding-left: 5px;}

.item {
	background: #729FCF;
	padding: 3px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #204A87;
}
.item:hover {background: #3465A4;}
.item a {
	text-decoration: none;
}
hr {
	height: 1px;
	border: 1px solid WHITE;
	display: none;
}
.highlighting {
	background: #a0cb09;
	color: #354044;
}


/*******************************************************************************/


/*********************************** News ********************************/


.news_entry {
	padding-bottom: 6px; 
}
.news {
	background-color:#EFEFDE;
}
.news p {
	color:#000000;
}
a.news_title {
	font-weight: bold;
	color: #008cbd;
	text-decoration:  none;
}
.news_introduction {
	display:none;
}
.news_hr {
	
	width:420px;
	height:15px;
	
}
.news_date_bg {

	display:none;
	width:31px;
	height:55px;
	background:transparent url(img/news_date_bg.gif) 0 center no-repeat;
	text-align:center;
	float:left;
	margin:5px;
}
.news_month {

	display:none;
	border: 0px solid;
	color: #0059A8;
	font-size:9px;
	height: 12px;
	margin-top:12px;
}
.news_day {

	display:none;
	color: #F65007;
	font-size:18px;
	font-weight:bold;
}
.news_year {

	display:none;
	color: #59B8E6;
	font-size:9px;
}
a.news_read_more {
	font-size: 12px;
	font-weight: normal;
	color: #07b1e6;
	text-decoration:  none;
}
.news_footer {
	height:100px;
	width:400px;
	clear:both;
}
.show_news {
	
}

.latest_news {
	padding:70px 0 0 35px;
}
.front_news_date {
	font-size:0.69em;
	font-weight: bold;
	color: #821429;
}
.front_news_title {
	margin-bottom:10px;
}
.front_news_title a {
	font-size:0.69em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.comment.news_date {
	font-size: 9px;
	font-weight: normal;
	color: #074e8c;
	text-decoration: none;
	float:left;
}
.comment.news_title a {
	font-size: 11px;
	font-weight: normal;
	color: WHITE;
	text-decoration:  none;
}

/*******************************************************************************/


/********************************* Language Switcher ***************************/
.language_switcher {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.language_switcher h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #0099DF;
}
/*******************************************************************************/


/********************************** Login panel ********************************/
.login_panel {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
	width:160px;
	border:0px solid;
	text-align:left;
}
.login_panel h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #0099DF;
}
.login_panel a {
	text-decoration: none;
}
.login_panel p {
	margin: 0px;
	padding: 0px;
}
.login_panel .username, .login_panel .password {
	border: 1px solid #bb0803;
}

.login_panel .submit {
	border: 1px solid #bb0803;
	color:#ffffff;
	background:#bb0803;
}

/*******************************************************************************/


/********************************** Page Tools *********************************/
.page_tools {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.page_tools h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #0099DF;
}
.page_tools a {
	text-decoration: none;
	display: block;
}
.page_tools p {
	margin: 0px;
	padding: 0px;
}
/*******************************************************************************/


/********************************* Tools styles ********************************/
.page_counter {
	background: #DDDDDD;
	border: 1px solid #0099DF;
	padding: 3px;
	margin: 5px 0px 5px 0px;
	float: left;
}
.page_counter a {
	font-weight: bolder;
}
/*******************************************************************************/


/********************************* Search styles *******************************/
.search_box {
	margin: 0;
	padding: 0;
	background: transparent;
}
.search_box h1 {
	font-size: 100%;
	padding: 0px;
	margin: 10px 10px 13px 10px;

}
.search_item {
	display: block;
	text-decoration: none;
	padding-top: 5px;
}

.search_item_title,
.search_item_title .highlighting {
	text-decoration: underline;
	font-weight: bolder;
}
.search_item_introduction {
	display: block;
	font-weight: bolder;
}
.search_item_content {
	display: block;
	text-decoration: none;
}
.search_item_details {
	display: block;
	color: gray;
}


/*******************************************************************************/


/********************************** Navigation *********************************/
/***** navigation *****/


.navigation {
	
	
	margin: 0px;
	padding: 0px;
	width:221px;
	background-color:#008cbd;
}
.navigation_level0, .navigation_level0_current {
	display:none;
	
}
.navigation_level1 {
padding-left:10px;	
	
	margin-left:0px;
	background-image:url(img/level1.jpg);
	width:211px;
	font-size:100%;

}
.navigation_level1_current {
	
	padding-left:10px;	
	margin-left:0px;
	background-image:url(img/level1current.jpg);
	background-position:left top;
	width:211px;
	font-size:100%;
	
}

.navigation_level2_current {
	padding-left:15px;
	
	margin-left:0px;
	background-image:url(img/level2current.jpg);
	background-position:left top;
	width:206px;
	font-size:98%;
	
}


.navigation_level1:hover {
padding-left:10px	
	
	margin-left:0px;
	background-image:url(img/level1over.jpg);
	background-position:left top;
	width:211px;
	font-size:100%;
	
}

.navigation_level2 {
	padding-left:15px;
	
	margin-left:0px;
	background-image:url(img/level2.jpg);
	background-position:left top;
	width:206px;
	font-size:98%;
	
}

.navigation_level2:hover {
	padding-left:15px;
	
	margin-left:0px;
	background-image:url(img/level2over.jpg);
	background-position:left top;
	width:206px;
	font-size:98%;
	
}

.navigation_level1 a {
marging:5px 5px 5px 2px;

height:18px;
font-size:100%;
	color:#ffffff;
	text-decoration:none;
	line-height: 24px;
	width:211px;
		
}
.navigation_level1 a:hover {
marging:5px 5px 5px 2px;

height:18px;
	color:#ffffff;
	text-decoration:none;
	line-height: 24px;
	width:211px;
	font-size:100%;	
}

.navigation_level2 a {
marging:5px 5px 5px 2px;
height:18px;
	color:#dadada;
	text-decoration:none;
	line-height: 24px;
	width:211px;
	font-size:98%;
}
.navigation_level2 a:hover {
marging:5px 5px 5px 2px;
height:18px;
	color:#ffffff;
	line-height: 24px;
	text-decoration:none;
	width:211px;
	font-size:98%;
}

.navigation_level1_current a {
marging:5px 5px 5px 2px;
height:18px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	line-height: 24px;
	width:211px;
	font-size:100%;
}

.navigation_level2_current a {
marging:5px 5px 5px 2px;
height:18px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	line-height: 24px;
	width:206px;
	font-size:98%;
}








/******************************************/


/*********** Root navigation *************/

a.root_navigation {
padding:1px 1px 1px 2px;
	margin-left:5px;
	font-size:100%;
	text-decoration:none;
	color:#30a9da;
	font-weight:bold;

}
a:hover.root_navigation  {
padding:1px 1px 1px 2px;
	margin-left:5px;
	font-size:100%;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
a.root_navigation_current {
	font-weight:bold;
	padding:1px 1px 1px 2px;
	margin-left:5px;
	font-size:100%;
	color:#333333;
	text-decoration:none;
}
a:hover.root_navigation_current {
padding:1px 1px 1px 2px;
	margin-left:5px;
	font-size:100%;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

/*******************************************/


/***** Next and previous buttons *****/
.next_previous {
	color: black;
	margin: 5px 0px 0px 0px;
	text-align: right;
	float: left;
	clear: left;
	width: 100%;
}
.next_previous a {
	color: black;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}

/***** Page 1 2 3 ... *****/
.page_123 {
	border-top: 1px solid #0099DF;
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	float: left;
	clear: left;
	width: 100%;
}
.page_123 a {
	padding: 0px 0px 0px 5px;
	font-weight: bolder;
	color: #0099DF;
	text-decoration: none;
}
.page_123 span {
	padding: 0px 0px 0px 5px;
}
/*******************************************************************************/


/******************************** Content styles *******************************/
.introduction {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
/*******************************************************************************/

