@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(interface/main_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #EDEDED;
}
.main_table {
	background-image: url(interface/main.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 648px;
	width: 783px;
}
.top_header {
	background-image: url(interface/top_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 760px;
}


a.button {
    background: transparent url('interface/bg_button_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: bold 14px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('interface/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
.top_bg {
	background-image: url(interface/top_back_serenamente.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 760px;
}
a.top_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_back {
	background-image: url(interface/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 180px;
}

a.top_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	text-decoration: none;
}
a.menu_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
}
a.menu_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.input_special {
	color: #FF9927;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFCC00;
	font-weight: bold;
}
.dottedline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #76AEC9;
}
.sottotitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: italic;
}
a.cat_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #76AEC9;
	text-decoration: none;
}
a.cat_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A4C9DB;
	text-decoration: none;
}
.dottedline2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #607592;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #607592;
}
.datagiallo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
.main_art {
	background-image: url(interface/title_decoration.png);
	background-repeat: no-repeat;
	background-position: left top;
}

