@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../gui/bck_body.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 1.5em;
}
#globalWrapper0 {
}
#globalWrapper1 {
}
#globalWrapper2 {
}
#globalWrapper {
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	position: relative;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	background-image: url(../gui/bck_header.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
#header #logoWrapper {
	background-image: url(../gui/splash_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #logoWrapper h1 {
	margin: 0px;
	padding: 0px;
}
#header #logoWrapper h1 a {
	height: 118px;
	width: 499px;
	display: block;
	background-image: url(../gui/logo_casaletto.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #logoWrapper h1 a span {
	display: none;
}
#header .headerTitle {
	position: absolute;
	left: 500px;
	top: 50px;
	vertical-align: middle;
	margin-right: 200px;
	margin-top: auto;
	margin-bottom: auto;
}
#topBar, #bottomBar {
	background-color:#F5F5F5;
	font-size: 1em;
	text-align: center;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	height: 2em;
}
#searchBox form {
	margin: 0px;
	padding: 0.5em;
}
#searchBox form fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
#searchBox form fieldset label {
	font-weight: bold;
	color:#3B3B3B;
	margin: 0px;
	padding: 0px;
}
#searchBox form fieldset input {
	margin:0px;
	padding:0px;
	width: 10em;
}
#topMenu, #bottomMenu {
	display:block;
	padding: 0.2em;
	text-align: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#topMenu a, #bottomMenu a {
	font-weight: bold;
	color: #3B3B3B;
	text-decoration: none;
}
#topMenu a:hover, #bottomMenu a:hover {
	color: #990000;
}
#contentWrapper {
	position: relative;
}
#footer {
	font-size: 1em;
	margin: 0em;
	padding: 0.5em;
}
#credits {
	text-align: right;
	font-size: 0.63em;
}
img.right, img.left {
}
img.right {
	float: right;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
}
#mainContent fieldset {
	border: solid #3B3B3B thin;
	padding: 5px;
}
#mainContent legend {
	border: solid #3B3B3B thin;
	padding: 5px;
	font-weight: bold;
}
#mainContent div.mainImage {
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:250px;
}
#mainContent div.mainImage div.caption {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.7em;
}
#mainContent table {
	border: solid 1px #000000;
}
#mainContent table td {
	padding: 0.5em;
}
.clearFloat {
	clear: both;
}

.box {
	background-color:transparent;
	background-image:url(../gui/sprite.png);
	background-position:-180px -300px;
	background-repeat:repeat-y;
	margin-bottom: 0.5em;
}

.box-title {
	background-color:transparent;
	color:#3B3B3B;
	background-image: url(../gui/sprite.png);
	background-repeat: no-repeat;
	background-position: -75px -50px;
	text-decoration: none;
	display: block;
	width: 12.2em;
	padding: 0.5em;
	font-size: 1em;
	font-weight: bold;
}
#textSize a {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin: 0.3em;
	display: block;
	text-decoration: none;
	background-color: #F2F6FA;
}
#textSize table {
	text-align: center;
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#textSize a:hover {
	display: block;
	text-decoration: none;
	background-color: #E6E6E6;
}
#textSize .plus {
	font-size: 1.2em;
}
#textSize .minus {
	font-size: 0.8em;
}
