/****stili struttura principale****/
body
{
	margin: 8px;
	font-size: 12px;
	font-family: Verdana,"Lucida Grande",Lucida,sans-serif;
	background-color: white;
	background-image: url(../immagini/grafica/fondo_sito.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

a, a:hover
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #666666;
}

p
{
	margin-bottom: 10px;
}

p.grazie
{
	font-size: 14px;
}

p.grazie a
{
	font-weight: bold;
}

#workArea
{
	display: none;
}

#container
{
	width: 100%;
	height: 100%;
}

#mainContent
{
	margin: 0px auto;
	width: 955px;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
}

#body
{
	overflow: hidden;
}

#left
{
	float: left;
	width: 175px;
	margin-left: 2px;
}

#right
{
	float: right;
	width: 165px;
}
/****fine struttura principale****/

/****testata*****/
#header
{
	width: 955px;
	overflow: hidden;
	margin-bottom: 12px;
}

#header .barra
{
	height: 24px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

#header .barra ul
{
	margin: 0px;
	padding: 0px;
}

#header .barra ul.siti
{
	float: left;
	width: 250px;
}

#header .barra ul.menu
{
	margin-left: 230px;
	float: left;
}

#header .barra li
{
	float: left;
	line-height: 24px;
	color: #dd0000;
	width: 80px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	list-style: none;
}

#header .barra .siti li
{
	width: 80px;
}

#header .barra .menu li
{
	font-size: 11px;
}

#header .barra li a
{
	color: #cccccc;
}

#header .barra li a:hover
{
	color: #ffffff;
}

#header .barra .cerca
{
	float: right;
	width: 220px;
	height: 24px;
	line-height: 24px;
	color: #cccccc;
	font-weight: bold;
}

#header .barra .cerca input
{
	font-size: 10px;
	height: 15px;
	width: 120px;
	vertical-align: middle;
}

#header .barra .cerca img
{
	margin: 0 5px;
	vertical-align: middle;
}

/*****fine testata*****/


/*****content*****/
#content
{
	padding: 0 5px;
	height: 100%;
	overflow: hidden;
}

.boxCentro
{
	width: 600px;
	margin-bottom: 15px;
	overflow: hidden;
}

.boxCentro .testata
{
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 14px;
}

.boxCentro .piede
{
	height: 11px;
	clear: both;
}

.boxCentro .testo
{
	margin: 10px;
}

.boxCentro .img
{
	width: 160px;
	margin: 10px 0;
	overflow: hidden;
	float: left;
	text-align: center;
}

.boxCentro .link
{
	text-align: right;
	margin-right: 20px;
}

.veditutte
{
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.cambioPagina
{
	text-align: center;
	font-size: 11px;
}

.boxCentro.corso .testo
{
	margin-left: 160px;
}

.boxCentro .iscriviti
{
	text-align: center;
	font-weight: bold;
	margin: 5px 0;
}
/*****fine content*****/


/****piede****/
#footer
{
	width: 955px;
	margin-top: 15px;
	padding: 10px 0;
	text-align: center;
	color:#EFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}

/****fine piede****/


/**** credits *****/

#credits
{
    text-align: center;
}

div.credits
{
   background-color: white;
   background-image: url(../immagini/grafica/creditsPopup.jpg);
   background-position : bottom;
   background-repeat: repeat-x;
   border-color: #black;
   color: #333333;
   padding: 20px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}

div.credits div
{
   margin-bottom: 10px;
   font-size: 12px;
}

div.credits .title
{
   text-align: center;
   font-size: 14px;
}

div.credits img
{
   float: left;
   margin-right: 20px;
}


div.credits a
{
   font-size: 16px;
   font-weight: bold;
   color: #333333;
}

div.credits a:hover
{
   color: #aaaaaa;
}

/**** fine credits*/

/*****numeri pagina*****/
div.numPagCnt
{
	margin: 0 auto;
	overflow: hidden;
	width: 150px;
	clear: both;
	padding-top: 10px;
}

div.numPagPrev
{
	float: left;
	margin-right: 5px;
	font-weight: bold;
	padding-top: 2px;
}

div.numPagPage
{
	float: left; 
	margin-right: 5px;
}

div.numPagNext
{
	font-weight: bold;
	padding-top: 2px;
}
/*****fine numeri pagina*****/

/****stili generici****/
.separatore2px
{
	height: 2px;
	background-position: center;
	background-repeat: no-repeat;
}

.warning
{
	font-size: 14px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.errors
{
	font-size: 10px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.titoloSezione
{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

.puntatore
{
	cursor: pointer;
}
/****fine stili generici****/


/****input generici****/
input, textarea
{
	font-size: 12px;
}

input:focus, textarea:focus
{
	background-color: #fffbbd;
}

input[type=text], input[type=password], textarea
{
	border: 1px solid #666666;
}

input[type=image]{border: 0px;}

input[type=checkbox]{border: 0px;}

input.checkbox, input.radio
{
	border: 0px;
	padding: 0px;
	height: auto;
}

input.checkbox:focus, input.radio:focus
{
	background-color: transparent;
}
/****fine input generici****/


