
body {
   	background-color: white;
	background-repeat: repeat-x;
}


/* id unici */


.margini { padding: 0px }

#mainmenu { 
font-size: 12px;
background:#3366FF;
color:#FFFFFF;
}
#cerca { float: right; margin: 0 8px 0 0;}

#advmenu
{
	height: 20px;
	clear: both;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	margin: 6px 0 6px 0;
}
#advmenubis
{
	width: 986px;
	height: 6px;
	clear: both;
	margin: 0;
	color:#ffffff;
}


.left {float:left;}
.right {float:right;}
.margini-top {margin: 10px 0 0 0;}

/* stili generici etc */
a
{
	color: #0748A3;
	text-decoration: none;
}

a:hover
{
	color: #F39B12;
	text-decoration: underline;
}

.clearboth
{
	clear: both;
	margin: 0;
	padding: 0;

}



#tablist
{
	padding: 6px 0;
	margin: 0.2em 0 0 0;
	background-color: #3333FF;
	background-repeat: repeat-x;
	border-color: transparent white white white;
	border-width: 1px 0 1px 0;
	border-style: solid;
	color:#FFFFFF;
}


#tablist ul {float:right;color:#FFFFFF;}

#tablist li
{
	list-style: none;
	display: inline;
	margin: 0;
	color:#FFFFFF;
	font-weight: bold;
}

#tablist li a
{
	text-decoration: none;
	padding: 10px 7px 10px 7px;
	margin: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 6px;
	color:#FFFFFF;
	font-weight: bold;
}

#tablist li a:link, #tablist li a:visited
{
	color: white;
	font-weight: bold;
}

#tablist li a.current
{
	background-color: #3366FF;
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #FFF;
	border-color: white;
	border-width: 1px 0 0 0;
	border-style: solid;
}



.tabcontent{ 
	color:white;
	background:#3366FF; 
	
	height: 18px;
}

.tabcontent li{ 
	background: #3366FF;
	color:red;
	display: inline;
	margin: 0px;
	padding-left: 10px;
} 
.tabcontent li a{
background:#3366FF; 
color:#FFFFFF;
background-repeat: no-repeat;
background-position: 0 5px;
padding-left:10px;
}

.tabcontent ul li a:hover {

color: white;
}

h3 a {color: #4A4A4A;}


.tabcontent img {margin:0;}

