/* CSS Document */
a:link, a:visited {
	color: #5B88AF;
	text-decoration: none;
}

a:hover {
	color: #205269;
	text-decoration: none;
}

body, table, pre, input, select {
	font-family: Verdana;
	font-size: 11px;
	color: #7B7B7B;
	margin: 0px;
}

body {
	background-image: url(../images/map.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.footer {
	background-color: #F2F1F1;
	border-top: solid 1px #DEDEDE;
}

.menuitem {
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 6px;
}

.bd_bottom {
	border-bottom: solid 1px #DEDEDE;
}

.bd_right {
	background-color: #F2F1F1;
}

.box {
	background-color: #F2F1F1;
	border: solid 1px #DEDEDE;
}

.boxtitle {
	font-size: 11px;
	color: #205269;
	font-weight: bold;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}

.oseparator {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.vseparator {
	background-image: url(../images/dotv.gif);
	background-repeat: repeat-y;
}

.newsbox {
	height: 100px;
	overflow: scroll;	
}

#container {
	overflow: auto;
	height: 300px;
	width: 700px;
}

.adm_menu {
	border: solid 1px #473D6D;
	background-color: #F1F1F1;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.adm_body_area {
	padding-left: 0px;
	padding-right: 0px;
}

.fset1 {
	font-weight: bold;
	color: #9B020D;
}

.timebox {
	width: 40px;
	border: solid 1px #999999;	
}

.textanag {
	width: 240px;
}

.titolo {
	font-size: 11px;
	color: #C30000;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}