@charset "utf-8";
html,body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #1E3250;
	background-color: #1E3250;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-attachment: fixed;
	background-image: url(../img/SfondoPagina.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.cointainerPage {
	background-color: #FFF;
	clear: both;
	width: 1750px;
	margin:0 auto -90px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1c647c;
	border-left-color: #1c647c;
	padding: 0px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

.pushfooter{
	height:90px; /* altezza footer */
	clear:both; /* clear di eventuali float se presenti nel layout */
}

.headerASSIMEDICI {
	position: relative;
	color: #1E3250;
	background-color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 50px;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
}
.headerCONSULENZA {
	position: relative;
	color: #FFF;
	background-color: #1E3250;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
}
.header {
	clear: both;
	overflow: auto;
	position: relative;
}
.containerScelta {
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #1c647c;
	position: relative;
	text-align: left;
	background-image: url(../img/SfondoScelta.png);
	background-repeat: no-repeat;
	overflow: auto;
}
.containerScelta .specificheScelta {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 5;
	width: 380px;
	padding: 5px;
	text-align: justify;
}
.containerStato {
	clear: both;
	overflow: auto;
	position: relative;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1c647c;
}
.containerStato .stepCompilazione {
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	top: -1px;
	font-weight: bolder;
}
.sfondoStato {
	background-image: url(../img/SfondoStato.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.sfondoStatoVuoto {
}


.footer{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0c2a33;
	width: 1750px;
}
a:link {
	text-decoration: none;
	color: #1E3250;
}
a:visited {
	text-decoration: none;
	color: #1E3250;
}

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

.maiuscolo {
	text-transform:uppercase;
}

.containerDatiPersonali {
	clear: both;
	overflow: auto;
	position: relative;
	padding: 10px;
	text-align: left;
}
.containerRCProfessionale {
	clear: both;
	overflow: auto;
	position: relative;
	padding: 10px;
	text-align: left;
}

.ombra {
	box-shadow: 2px 2px 5px #000000;	
}
.big {
	font-size: 18px;
}
.menuPCA {
	text-align: left;
	padding: 10px;
	clear: both;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1c647c;
	background-repeat: repeat-x;
}
.menuPCA ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menuPCA ul li {
	display: inline;
	margin-top: 40px;
	margin-right: 40px;
	font-size: 16px;
	font-weight: bolder;
}

.recordDoppio {
	background: #fbec88 url("images/ui-bg_highlight-hard_55_fbec88_1x100.png") 50% top repeat-x;
	color: #363636;
}
