@import "default.css";

/*
-----------------------------------------------------------------------------
LAYOUT
-----------------------------------------------------------------------------
*/

#global {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}


font.bianco  {
	color: #ffffff;
	font-weight: bolder;
    font-size: 13px;
    font-family: Arial, sans-serif;
}
#top {
	min-height: 97px;
	height: auto !important;
	height: 97px;
	overflow: hidden;
	background: transparent url(../images/bg-header.gif) repeat-x;
}

#areariservata {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	background: transparent;
}

#mid-top {
	min-height: 15px;
	height: auto !important;
	height: 15px;	
	background: #AF2020 url(../images/mid-top-bg.gif) repeat-x;
}
#mid-bottom {
	min-height: 15px;
	height: auto !important;
	height: 15px;	
	background: #AF2020;
}
#middle {
	position: relative;
	margin: 0;
	padding: 0;
	background: #AF2020 url(../images/mid-mid-bg.gif) repeat-y;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	/*border: 1px solid green;*/
}


#content {
	padding: 10px;
	padding-right: 0px;
	padding-top:0px;
	margin-left: 180px;
	margin-top: 0px;
	width: 455px;
	/*border: 1px solid yellow;*/
}

#menu {
	float: left;
	padding: 0;
	margin-left: 5px;
	width: 160px;
	font-size: smaller;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	/*border: 1px solid white;*/
}

#links {
	position: absolute;
	left: 670px;
	top: 13px;
	padding: 5px;
	overflow: hidden;
	width: 130px;
	height: 500px;
	/*border: 1px solid #902020;*/
	background: transparent;
	color: white;
	font-size: smaller;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
}

#footer {
	margin: 0;
	padding: 5px;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: smaller;
	background: white url(../images/footer-bg.gif) repeat-x;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	background: transparent;
	color: #3C2819;
	text-decoration: underline;
	font-weight: normal;
}

#credits {
	float: right;
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: smaller;
}


a.noborder:link {border:0px solid silver;}
a.noborder:visited {border:0px solid silver;}
a.noborder:hover  {border:0px solid silver;}

img.noborder {border:1px solid silver;}

table.noborder {
	margin: 0;
	padding: 0;
	border: none;
}
table.noborder td {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}

table.login {
	margin: 0;
	padding: 0;
	border: none;
}
table.login td {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
	font-size: 12px;
}

input.testo {
	border: 1px solid #3C2819;
	font-size: smaller;
	font-weight: bold;
}

button.submit {
	border: 1px solid #3C2819;
	background: white;
	color: #3C2819;
	font-size: smaller;
	font-weight: bold;
}


div.news {
	overflow: hidden;
	margin: 1em;
	padding: 1em;
	border: 1px solid silver;
	background: #efefef;
}
div.news h3 {
	font-weight: bold;
	color: #e67f34;
	border-bottom: 1px dotted #A6A6D2;
	margin: 0;
}

form {
	background: transparent;
}

div.headersponsor {
    font-weight: bolder;
    font-size: 13px;
    font-family: Arial, sans-serif;
}
div.sponsor img { 
    border: 1px solid silver; 
}


/* -- menu ------------------------------------------------------ */
ul.navlist {
	list-style-type: none;
	text-align: right;
	margin:0px;
}

ul.navlist li {
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #902020;
}
ul.navlist li a {
	margin: 0;
	padding: 0 15px 0 0;
	display: block;
	font-size: 13px;
	width: 160px;
	color: white;
	text-decoration: none;
	background: transparent url(../images/bullet.gif) right 50% no-repeat;
}
ul.navlist li a:link, ul.navlist li a:visited {
	color: white;
	text-decoration: none;
}
ul.navlist li a:hover {
	color: #af2020;
	background: white url(../images/bullet-hover.gif) right 50% no-repeat;
	text-decoration: none;
}
/* -- /menu ------------------------------------------------------ */


/* _________ legend ______________ */
legend {
 position:absolute;
 top:-10px;
 color:black;
 font-weight:bold;
 border: 0px solid silver;
 padding:2px 5px;
 background: none;
}

/* _________ fieldset ______________ */
fieldset {
  position:relative;
  padding-top:20px;
  background: none;
	border-right:0px solid silver;
	border-left:0px solid silver;
	border-bottom:0px solid silver;
  border-top:0px solid silver;	
}


ul.campi {
	margin: 0;
	padding: 0;
	list-style: none outside;
	display: block;
}


ul.campi li {
	display: block;
	padding:3px;
    text-align: left;

}

label {
	float: left;
	width: 12em;
	margin: 0;
	padding: 0em 0.5em 0em 0em;
	text-align: right;
	font-weight: none;
	color: black;
	background-color: transparent;
	/*border: 1px solid silver;*/
}

label.red {
	float: left;
	width: 12em;
	margin: 0;
	padding: 0em 0.5em 0em 0em;
	text-align: right;
	font-weight: none;
	color: red;
	background-color: transparent;
	/*border: 1px solid silver;*/
}

label.requestfield {
	float: left;
	width: 12em;
	margin: 0;
	padding: 0em 0.5em 0em 0em;
	text-align: right;
	font-weight: bold;
	color: black;
	background-color: transparent;
	/*border: 1px solid silver;*/
}


