body {
	background:#EEEEEE url(/images/sfondo.jpg);
	background-repeat:repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	vertical-align:top;
}

ul.mic
{
	list-style-image:url(/favicon.ico);
}

ul.mic li
{
	padding:0;
	margin-bottom:3px;
	}

.daivoce
{
	font-size:55px;
	font-weight:bolder;
	font-style:italic;
	margin: 65px 0px 0px 0px;
	padding-top:20px;
	}

#content h2
{
	margin-top: 10px;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color:#4F8EB9; /*blu*/
	background-image:url(/images/line.jpg);
	background-position:bottom left ;
	background-repeat:no-repeat;
	}
	
	#content h2.shortline
{
	margin-top: 10px;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color:#4F8EB9; /*blu*/
	background-image:url(/images/lineshort.jpg);
	background-position:bottom left ;
	background-repeat:no-repeat;
	}

#content h3
{
	padding: 1px 0px 0px 5px;
	font-size: 16px;
	color:white;
	background-image:url(/images/lineh3.jpg);
	background-position:bottom left ;
	background-repeat:repeat-y;
	margin:10px 0px 0px 0px ;
	}

a {
	color: #235883; /*blu scuro*/
}

a:hover {
	text-decoration: none;
}


.box
{
	text-align:left;
}

.box a 
{
	color: #333333; 
}

.img1 {
	float: left;
}

/* Header */

.header {
	min-width: 700px;
	max-width:1000px;
	width:100%;
	height: 148px;
	margin: 0;
	background: url(images/Mic2.jpg);
	background-position:right center ;
/*	border-top:solid 1px white;
	border-left:solid 1px white;
	border-right:solid 1px white;*/
	border-bottom:none;
	padding: 0;
}

.header h1 {
	font-size: 16px;
	font-style: italic;
	margin:0;
	padding:0;
}

.header h2 {
	margin: 0;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

.header a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

.topmenu
{
	padding:0 10px 0 10px;
	color:White;
	text-decoration:none;
}

.topmenu:hover
{
	background-color:#4F8EB9; /*blu*/
	padding:0 10px 0 10px;
}

.topmenu_sel
{
	color:White;
	text-decoration:none;
	background-color:#4F8EB9; /*blu*/
	padding:0 10px 0 10px;
}


/* Content */

#content {
	background-color:white;
	background:white;
	min-width: 700px;
	max-width:1000px;
	margin: 0px auto;
	padding: 0px 1px 0px 1px;
	border-top:solid 1px white;
	vertical-align:top;
}

/* Footer */

#footer {
	padding: 2px 2px 1px 0px;
	min-width: 600px;
	/*width: 800px;*/
	max-width:1000px;
	/*width: 80%;*/
	margin: 0px auto;
	height: 50px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

.numeroElenco
{
	font-size: 30px;
	margin-right:20px;
	}
	
.evidenza
{
	color:#4F8EB9; /*blu*/
	font-weight:bold;
	}

.txtLarga
{
	width:100%;
}

.val
{
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: left center ;
	padding-left:15px;
	color:Orange;
}

/*Textbox Watermark*/

.txtBox {
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

.ddl {
	padding:0;
	margin:0;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	width:100%;
}	

.watermarked {
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/* Collapsible panel */
.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.titoloVoci
{
	color:White;
	font-size:18px;
	font-weight:bold;
}

a.speakerName
{
	font-size:medium;
	font-weight:bold;
	color: #4F8EB9; /*blu*/
	text-decoration:none;
}

a.button
{
	background-image:url(/images/btn.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:white;
	border-style:none;
	padding:8px 0px 0px 0px;
	width:133px;
	height:35px;
	display:block;
	text-align:center;
	color:White;
	text-decoration:none;
	}
	
input.button
{
	background-image:url(/images/btn.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:white;
	border-style:none;
	padding:0px 0px 0px 0px;
	width:133px;
	height:35px;
	display:block;
	text-align:center;
	color:White;
	text-decoration:none;
	}
	
a.button:hover
{
	background-image:url(/images/btnFlat.jpg);
}

.divrow
{
	width: 100%;
	display:block;
	float:left;
	vertical-align:middle;
	margin-bottom:15px;
}

.divleft
{
	width:40%;
	float:left;
}

.divright
{
	width:55%;
	float:right;
}