/* CSS Document */
html{
	height:100%;
}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border:0px;
	margin:0px;
	height:auto;
	min-height:100%;
	background-color:#CCC;
	text-align:justify;
}
thead td{
	color:black;
	background-color:#CCC;
	font-weight:bold;
}
fieldset{
	padding: 5px;
	border: dotted #090 2px;
	width:250px;
	height:100px;
}
a:link{
	text-decoration:none;	
	color:inherit;
}
a:visited{
	text-decoration:none;
	color:inherit;
}
a:hover{
	text-decoration:none;
	color:inherit;
}
th {
	margin:0px;
	background-repeat: repeat-x;
	color: #0e3083;
	font-size:18px;
	font-weight: bold;
	min-width:80px;
	height: 25px;
	text-align: left;
	padding-left:30px;
}
h1{
	font-size: 20px;
	font-weight: bold;
	color: #0e3083;
}
h2{
	font-weight: bold;
	color: #0e3083;
}
h3{
	font-size: 11px;
	font-weight: bold;
	color: #0e3083;
}
#wrapper {
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-y;
	height:auto;
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
	width: 910px;
}
#header{
	height:220px;
}
	#headRight {
		position: relative;
		top: -100px;
		left: 450px;
		width: 300px;
		height: 100px;
	}
	#headLeft{
		position:relative;
		left:10px;
	}
	
#menu {
	position: relative;
	top: -40px;
	left:2px;
}
	#menuitem {
		margin:0px;
		background-image: url("../images/buttonbkg.jpg");
		background-repeat: repeat-x;
		color: white;
		font-weight: bold;
		width: 140px;
		height: 25px;
		text-align: center;
	}
	
#content {
	background-image: url("../images/shadow.jpg");
	background-repeat: repeat-x;
	position:relative;
	top:-81px;
	left:5px;
	width: 895px;
	height:auto;
}
#leftcontent{
	padding-right: 20px;
}
#contentcontainer{
	
	padding: 15px;
}
	
#footer{
}

#tblContent td{
	vertical-align:top;
}
#iframeContent{
	background-color:#FFF;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#tblSearch{
	width:100%;
}
.formClass{
	margin-left:auto;
	margin-right:auto;
	border: dotted #090 2px;
	background-color:#FFF;
	color:#0e3083;	
}
.oddLine{
	background-color:#EEE;
}
.evenLine{
	background-color:#FFF;
}

.tblPageClass {
	border-bottom: dotted #090 2px;
	width:360px;
}
.searchLabel{
	text-align:right;
	color:#0e3083;
	font-size:11px;
}
.formClass{
	border: dotted #090 2px;
	width:700px;
	margin-left:90px;
}
.privacyLabel>a{
	text-decoration:underline;
}
.formClass>input{
	size=50px;
}
#tblNews {
	border-right: dotted #090 2px;
	width:500px;
}
	.tblClass th {
		width:100px;
	}
	.tblClass thead{
		border: solid 1px #FFF;
		background-repeat:repeat-x;
		color:#FFF;
	}
	
#tblAnnunci{
	width:800px;
}
.tblSubmenu thead{
	border: solid 1px #FFF;
	background-color:#ebf0e4;
	color:#0e3083;
}
.newsTitle{
	font-size:12px;
	font-weight:bold;
}
.newsElementOdd{
	background-color:#FFF;
	border-bottom: dotted #090 1px;
}
.newsElementEven{
	background-color:#FFF;
	border-bottom: dotted #090 1px;
}
.newsData{
	text-align:right;
}
.buttonLabel{
	font-size:8px;
}

/* DETAILS */ 
.bodySingle{
	background-color:#FFF;
	margin: 15px;
	padding:15px;
	height:auto;
	min-height:0px;
	border: dotted #090 2px;
}
.detailTitle{
	font-size:16px;
	font-weight:bold;
}
.detailData{
	font-style:italic;
	font-size:10px;
}
.detailText{
	font-size:11px;
	text-align:justify;
}
.detailLabel{
	color:#060;
}
