/*
This is global stylesheet
Define all language independent styles here
All styles including language dependent items must be defined in CSS/style_{lang_id}.css files
*/


/* FROM MAIN.CSS ! */

body {
	line-height:18px;
	font-size: 12px;
	background: #fff url(../imgs/top_bg.png) repeat-x 0 0;
	color: #656565;
	font-family: Sylfaen, Arial, Helvetica, sans-serif;
}

body.eng {
	font-family: Arial, Verdana;
}
body.geo {
	font-family: Sylfaen;
}

a {
	color:#082078;	
}

#all {
	width:998px;
	margin:auto;
}

#footer {
	width:980px;
	margin:auto;
}

#logo{
	width:878px;
	height:119px;
}

#print_logo{ display: none; }	

.heading { font-size: 16px; }

/** TOP NAVIGATION **/
.search_form {
	padding-top: 4px;
	float: right;
}

#top_nav {
	overflow: hidden;
	float: left; display: inline;
}

#top_nav li {
	float:left; 
	display: inline;
	background:url(../imgs/nav_bord.png) left no-repeat;
}

#top_nav a{
	float: left; display: inline;
	height: 26px;
	padding: 10px 15px 0 15px;
	margin-left:2px;
	color:#494949;
	font-size: 11px;
}

#top_nav a:hover, #top_nav li.selected a {
	background:#fff;
	color:#0b3371;
}


#left_nav {
	font-size: 11px;
}
/** end TOP NAVIGATION **/


#cont{
	clear:both;
	padding-top:10px;
}
#left{
	float:left;
	width:270px;
	margin-right:5px;
}	
#right{
	float:left;
	width:190px;
}	
#center{
	float:left;
	width:522px;
	margin-right:8px;
}	

.bl_left{
	background:url(../imgs/bl_left_bg.png) repeat-y;	
	margin-bottom:10px;
}
.bl_left_top{
	background:url(../imgs/bl_left_top.png);	
	width:255px;
	height:27px;
	padding-left:10px;
	padding-top:13px;
}
.bl_left_bot{
	background:url(../imgs/bl_left_bot.png);	
	width:267px;
	height:7px;
}

.bl_right{
	background:url(../imgs/bl_right_bg.png) repeat-y;	
	margin-bottom:10px;
}
.bl_right_top{
	background:url(../imgs/bl_right_top.png);	
	width:185px;
	height:15px;
}
.bl_right_bot{
	background:url(../imgs/bl_right_bot.png);	
	width:185px;
	height:15px;
}

#left_nav a{
	display:block;
	padding:7px;
	border-bottom:1px solid #f1f1f1;
	margin-left:5px;
	margin-right:5px;
	color:#494949;
}
#left_nav a:hover{
	color:#0b3371;	
}
.clear{
	clear:both;	
}

#footer{
	display:block;
	clear:both;
	height:20px;
	background:#eaeaea;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}

.bl_main{
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
}
#top_news .bl_main{
	float:left;
	width:248px;
	margin-left:5px;
	min-height:290px;
}
h1{
	padding:0px;
	margin:3px;
}
h1 a{
	color:#787878;
	font-size:13px;
}
h1 a:hover{
	color:#0b3371;
}

.text{
	margin:3px;
	color:#525252;
}
.date{
	margin:3px;
	color:#0b3371;
}





#main_news {
	clear:both;
	padding-bottom:10px;	
}
#main_news .bl_main {
	clear:both;
	margin-bottom:10px;
}

/* News Block */
.main_news_block {
	overflow:hidden;
	position: relative;
}

.main_news_block .title {
	padding-right: 36px;
	margin-bottom: 18px;
	font-weight: bold;
}
.main_news_block .print_me {
	position: absolute;
	top: 6px;
	right: 8px;
}

.main_news_block .date {
	border-bottom:1px solid #f1f1f1;
	padding-bottom:3px;
	margin-bottom:10px;
}

.main_news_block .img{
	float:left;
	margin-right:7px;
	margin-bottom:0px;
/*	padding:5px; padding-top:0px; padding-left:2px;*/
}
/*-----------------*/

.title {
	font-size:16px;
	color:#3e3e3e;
}

/** ADMIN MENU STYLES **/ 
#admin_menu {
	width: 94%;
	padding: 0 3%;
	height: 20px;
	position: fixed;
	left: 0; top:0;
	overflow: hidden;
	background-color: #334996;
	z-index: 777;
}

#admin_menu a { color: #fff; } 
/** end ADMIN MENU **/


/** CALENDAR STYLES **/ 
.calendar_box {
	width: 249px;
/*	background-color: #d9d9d9;*/
	margin: 7px 0 2px 9px;
}
.calendar_box .calendar {
	width: 249px; 
	border-collapse: collapse;
	background-color: #d9d9d9;
	border-left:7px #d9d9d9 solid;
	border-right:7px #d9d9d9 solid;
	border-bottom:7px #d9d9d9 solid;
	border-collapse:separate;
} 

.calendar_box .calendar td {
	border: 1px solid #cdcfcf;
	background-color: #fff;
	width: 31px;
	height: 24px;
	color: #3f3f3f;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
} 
.calendar_box .calendar td.calendar_days_link{
	background-color: #d9d9d9;
}
.calendar_box .calendar td.calendar_days_today {
	border: 2px solid #425f8d;
}
.calendar_box .calendar td a {
	display: block;
	width: 100%;
	color: #425f8d;
	font-weight: bold;
}

.calendar_box .calendar thead td {
	border: none;
	background-color: transparent;
	padding-bottom: 6px;
} 
.calendar_box .calendar_forms {
	padding: 7px 0 4px 0;
	background-color:#FFFFFF;
	border-top:3px solid #d9d9d9;
}
.calendar_box .calendar_forms select {
	font-size: 11px;
}
.calendar_box .calendar_forms select[name=month] {
	width: 140px;
}
.calendar_box .calendar_forms select[name=year] {
	width: 60px;
}
.calendar_box .calendar_forms .calendar_button {
	float: right;
	display: inline;
	height: 18px;
	padding-right: 1px;
}
.calendar_box .calendar_forms input[type=submit] {
	width: 24px;
	height: 18px;
	background: #cdcfcf url("../imgs/calendar-arrow.png") no-repeat center;
	border: 0;
}
.calendar_head {
	text-align:center;
	padding-bottom:5px;
	padding-top:7px;
	background-color: #d9d9d9;
}
/** end CALENDAR STYLES **/ 


/* search skin */
.search_texbox {
	background: url(../imgs/search_form.png) no-repeat;
	width: 142px; 
	height: 20px;
	border: 0;
	float: left; display: inline;
	padding: 5px;
	margin-right: 3px;
}
.search_but {
	background: url(../imgs/search_icon.png) no-repeat;
	float: left; display: inline;
	width:31px;
	height:30px;
	cursor:pointer;
	margin-bottom:10px;
} 
/***************/
 
 
 #head{
	position:relative;
 }
 
 #lang{
	position:absolute;
	right:0px;
	top:10px;
 }
 /***************/

.text ol, .text ul {
	margin-top: 10px;
	padding-left: 20px;
}
.text ol li { list-style: decimal; }
.text ul li { list-style: disc; }

 
 
 /* CONTACTS STYLES */

.textinput {
	width: 274px;
	height: 18px;
	line-height: 14px;
	padding: 2px 3px 4px 3px;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
 
textarea {
	border: 1px solid #e3e3e3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
} 
 
/*.main_news_cont*/ h1 a { color: #082078; } 


#fdb_fields p {
	display: inline;
	padding-right: 20px;	
}

#footer .counter {
	float: right;
	display: inline;
	margin: 0 30px 0 0;
} 
#footer .counter img { margin-top: 4px; }


/*Gallery Style*/
.album_images {
	float: left; display: inline;
	margin: 10px 2px 10px 12px;
}
.album_images img {
	float: left; display: inline;
	padding: 2px;
	border: 1px solid #ccc; 
}

/* Style for english captions, that don't use fontPHP */
.english-span {
	font-weight: normal;
	color: #333;
	font-size: 15px;
}


/**
 * SITEMAP
 */
 .sitemap-icon {
 	display: block;
	width: 21px;
	height: 19px;
	float: right; 
	margin: 8px 12px 0 0;
	text-indent: -9999em;
	background: transparent url("../imgs/sitemap-icon.png") no-repeat;
}
#sitemap {
	margin: 20px;
	list-style: disc;
	font-weight: bold;
} 
#sitemap li ul {
	list-style: circle;
	margin-left: 18px;
	font-weight: normal;
} 
#sitemap>li {
	padding: 3px 0;
}
#sitemap a:hover { text-decoration: underline; }

/**
 * POLL
 */
#gPoll {
	padding: 10px;
	padding-top: 5px;
}
#gPoll ul {
	margin-top: 6px;
}
#gPoll ul li {
	margin: 4px 0;
}
.gPoll_bt {
	padding: 0 3px;	
	background-color: #ADAFB1;
	color: #fff;
	margin-top: 5px;
}
.gStolb {
	background: transparent url("../imgs/poll-line.png") repeat-x;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.prcnts {
	background-color: #fff; 
	float: left; display: inline;
	height: 100%;
	padding: 0 4px 0 0;
	font-weight: bold;
}

.mappa {
	padding: 11px 0;
} 


