* {
	margin: 0px;
	padding: 0px;
}

html, body {
  	height: 100%; /* Required */
}


body
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color: #5B5B5B;
	line-height: 15px;
}

#centrato
{
	background-image: url(/images/bg_sifmedico.gif);
	
	width: 740px;
	margin: 0 auto;
	position: relative;
  	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
}

#centratoNoDx
{
	background-image: url(/images/bg_sifmedicoNoDx.gif);
	
	width: 740px;
	margin: 0 auto;
	position: relative;
  	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
}

#header
{
	width: 740px;
	padding-bottom: 75px;
	text-align:left;
	clear: both;	
}

#header:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}


/*
==============================================================================
	TESTATA
==============================================================================
*/

#testata
{
	margin: 0;
	padding: 0;
	width:100%;
	height: 165px;
	background-image: url(/images/top.jpg);
	background-color: #004C80;
	background-repeat: no-repeat;
	
	font-size: 11px;
}


#testata input {
 	font-size: 11px;
}

#testata #home {
	padding: 3px;	
	font-weight: bold;
}

#testata #qualita {
	clear: both;
	position: absolute;
	top: 146px;
	width: 100%;
	text-align: center;
}

#testata #qualita a {
	display: block;
	width: 100%;
	
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#testata #login {
	position: relative;
	top: 10px;
	float: right;
	
	width: 150px;
	margin-right: 2px;
	
	color: #004C80;
}

#testata #login #iscrizione {
	padding-top: 3px;
	float: left;
}

#testata #login #accedi {
	padding-top: 3px;
	float: left;
}

#testata #login #RicordaPsw {
	padding-top: 3px;
	float: left;
}

#testata #login table {
	width: 100%;
}

/*
==============================================================================
	MENU
==============================================================================
*/

#menu {
	float: left;
	width: 159px;
	
	background-image: url(/images/sfumatura_banda_sinistra.gif);
	background-repeat: no-repeat;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	border-top: 1px solid #404040;
}

#menu ul li{
	margin: 0px;
	padding: 0px;

	list-style-type: none;
	border-bottom: 1px solid #404040;
	background-image: url(/images/freccia_menu.gif);
	background-position: 150px 8px;
	background-repeat: no-repeat;
	
	padding: 3px 0px;
}

#menu ul li.subMenu {
	background-image: url(/images/freccia_giu.gif);
}

#menu ul li a{
	margin-left: 3px;
	display: block;
	padding: 1px 0px;
	font-size: 10px;
	color: #404040;
	font-weight: bold;	
}

#menu ul li a.sel{
	color: #B6751C
}

#menu ul li a.private{
	background-image: url(/images/lucchetto_chiuso.gif);
	background-repeat: no-repeat;
	
	padding-left: 16px;
}

#menu ul li a.privateLogin{
	background-image: url(/images/lucchetto_aperto.gif);
	background-repeat: no-repeat;
	
	padding-left: 20px;
}

#menu ul li ul{
	margin: 0px;
	border: 0px;
	
	background-image: url(/images/linea_sottomenu.gif);
	background-repeat: no-repeat;
}

#menu ul li ul li {
	border: 0px;
	background: none;
	
	padding: 2px 0px;
}

/*
==============================================================================
	CONTENUTI
==============================================================================
*/
#corpo 
{
	float:left;
	text-align:left;
	width: 100%;
	margin:0;
}


#contenuti {
	float: left;
	width: 401px;
	padding: 10px;
}

#contenutiLarge {
	float: left;
	width: 559px;
	padding: 10px;
}

#font {
	margin-bottom: 10px;
	padding-bottom: 8px;
	padding-right: 7px;
	
	border-bottom: 1px solid #ECE9D8;
	text-align: right;
}

#font a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#title {
	
	background-color: #FFDE86;
	border: 1px solid #CCCCCC;
	
	margin-bottom: 10px;
	
	padding: 5px;
	
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

/*
==============================================================================
	SPONSOR
==============================================================================
*/

#sponsor {
	float: left;
	width: 158px;
	
	text-align: center;
	
	padding: 40px 0px 10px 2px;
	font-size: 11px;
}

#sponsor td{
	font-size: 11px;
}

#sponsor input {
 	font-size: 11px;
}

#sponsor select {
	font-size: 11px;
}


/*
==============================================================================
	Footer
==============================================================================
*/

#footer {	
	clear: both;
	width:100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 60px;
	min-height: 60px;
	
	left: 0;

	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}

#footer #lineBlue {
	padding-top: 5px;
	margin-bottom: 10px;
	
	width: 100%;
	height: 50px;
	min-height: 50px;
	
	background-color: #094873;
}

#footer #lineBlue #numPagine {
	float: left;
	width: 159px;
	text-align: left;
}

#footer #lineBlue #copyright {
	float: left;
	width: 412px;
	text-align: center;
}

#footer #lineBlue #rightSpace {
	float: left;
	width: 167px;
}


A  {
    color: #2A6994;
    text-decoration: none;
   }


A:Visited  {
	color : #2A6994;
        text-decoration: none;
}

A:Active  {
	color : #2A6994;
	text-decoration: none;
}

A:Hover  {
	color : #2A6994;
	text-decoration: none;
}

ul {
	margin-top: 10px;
	margin-bottom: 5px;
}

li{
	margin-left: 35px;
	margin-bottom: 1px;
}

p {
	margin-top: 5px;
}


.bordatoGrigio {
	border: #404040; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}


.bordatoBianco {
	border: #FFFFFF; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.bordatoBlue {
	border: #025775; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.DisplayErrore {
	color: #FF0000;
}