/********************************************************************************************* Inizio foglio di stile */

body{
	margin: 0; padding: 0;
	width: 100%; min-width: 1020px; min-height: 800px;
	font-family: verdana, arial, monospace;
	font-size: 9px; font-weight: bold;
}


/* Definizioni per intestazione */
#header{
	width: 100%; height: 140px;
	margin: 0; padding: 0;
	position: relative; display: block;
	background-image: url('../images/separator.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#header .logo{
	width: 150px; height: 127px;
	background-image: url('../images/logoHeader.png');
	background-repeat: no-repeat;
	float: left;
}

#header .title{
	width: 344px; height: 125px; 
	background-image: url('../images/titleHeader.png');
	background-repeat: no-repeat;
	float: left;
}

#header .login{
	padding-right: 20px; 
	float: right;
}

/* Definizioni per contenuti */
#contents{
	margin: 0 auto; padding: 0;
	width: 1000px; height: 700px;
	position: relative; display: block;
}

#contents .message {
	width: 85%; height: 30px;
	margin: 10px auto 0 auto; padding: 0;
	border: 1px dotted #ddd;
	color: #633; font-weight: bold; text-align: center;
}

#contents .boxIMU{
	width: 200px; height: 200px;
	margin: 30px 0 0 10px; padding: 0;
	border: 1px solid #aaa;
	border-radius: 8px;
	float: left;
}

#contents .curricula{
	width: 200px; height: 84px;
	margin: 10px 0 0 10px; padding: 0;
	border: 1px solid #aaa;
	border-radius: 8px;
	float: left;
}

#contents .links{
	width: 200px;
	margin: 10px 0 10px 10px; padding: 0;
	border: 1px solid #aaa;
	border-radius: 8px;
	float: left;
}

#contents .news{
	width: 700px; height: 300px;
	margin: 30px 10px 0 0; padding: 8px;
	border: 1px solid #aaa;
	border-radius: 8px;
	position: relative; display: block;
	font-size: 12px;
	float: right;
}

#contents .banners{
	width: 700px; height: 50px;
	margin: 20px 10px 0 0; padding: 0;
	border: 0;
	position: relative; display: block;
	float: right;
}

#contents .tableBox{
	width: 700px; height: 180px;
	margin: 20px 10px 0 0; padding: 8px;
	border: 1px dotted #aaa;
	border-radius: 8px;
	position: relative; display: block;
	float: right;
}

#contents .visite{
	width: 700px; height: 20px;
	margin: 20px 10px 0 0; padding: 8px;
	border: 1px dotted #aaa;
	border-radius: 8px;
	position: relative; display: block;
	text-align: center; float: right;
}

#contents .newsTitle:first-letter{
	font-size: 300%;
	color: #333;
}

#contents .btn{
	margin: 0; padding: 0;
	width: 100px; height: 20px;
	font-family: thaoma, arial; font-size: 11px; font-weight: bold;
	}
	
#contents .txt{
	margin: 0; padding: 0;
	width: 170px; height: 18px;
	font-family: thaoma, arial; font-size: 11px; font-weight: bold;
	border: 1px solid #a9a;
}

/* Definizioni per piè di pagina */
#footer{
	clear: both;
	margin-top: 10px; padding: 2px 0 2px 0;
	width: 100%; height: 55px;
	vertical-align: middle;
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
}


/********************************************************************************************* Definizioni generiche per altri oggetti */


/* Tabella di accesso amministrazione */
.adminAccess {
	width: 538px; height: 207px;
	margin: 150px auto; padding: 0;
	border: 0; border-collapse: collapse; cellpadding: 0; cellspacing: 0;
	font-family: arial; font-size: 10px; font-weight: bold;
	background-image: url('../images/adminAccess.png');
	background-repeat: no-repeat;
	text-shadow: #955 5px 3px 1px;
}

.adminBox {
	width: 150px; border: 1px solid #000;
	font-size: 10px; font-weight: bold;
}



/* Menù su intestazione in alto a destra */
ul#minitabs {
	list-style: none;margin: 0;padding: 7px 0;
	border-bottom: 1px solid #FFF; font-weight: bold;
	text-align: right; white-space: nowrap
}
ul#minitabs li {
	display: inline;margin: 0 3px
}
ul#minitabs a {
	text-decoration: none;padding: 0 0 3px;
	border-bottom: 4px solid #FFF;color: #444
}
ul#minitabs a#current {
	border-color: #F60;color:#06F
}
ul#minitabs a:hover {
	border-color: #F60;color: #a66
}