body {
	text-align: center;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
}
a {
	text-decoration: none;
	color: Black;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: middle;
}
a img {
	border: 0px;
}
a.pdf {
	background: transparent url(../../images/ico-pdf.gif) no-repeat left top;
	padding-left: 18px;
	padding-bottom: 2px;
	font-weight: bold;
}
select {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input, textarea {
	vertical-align: middle;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	position: relative;
	background-color: #EEEEEE;
}
#navTop {
	background: url(../../images/navtop_bgr.gif) no-repeat bottom left;
	border-right: 1px solid #EAEAEA;
	position: absolute;
	top: 0px; right: 0px;
	padding-bottom: 1px !important; padding: 4px 3px 5px 10px;
	font-size: 10px;
}
#navTop ul {
	margin: 0; padding: 0px;
}
#navTop li {
	float: left;
	list-style-type: none;
	padding: 0 7px 0 7px;
	border-right: 1px solid;
}
#navTop .last {
	border: 0px;
}
#navTop .active, #footer .active {
	font-weight: bold;
}
#header {
	padding: 10px 0 10px 0;
	background-color: White;
}
#navMain {
	background: White url(../../images/navmain_bgr.gif) no-repeat bottom left;
	position: relative;
	height: 30px; 
}
#navMain ul {
	margin: 0;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 20px;
}
#navMain li {
	width: 140px;
	height: 30px;
	background: url(../../images/navmain_li.gif) no-repeat top left;
	list-style-type: none;
	float: left;
	text-align: center;
}
#navMain a {
	color: #FF0000;
	font-weight: bold;
	display: block;
	width: 140px;
	height: 23px !important; height: 30px;
	padding-top: 7px;
}
#navMain a:hover, #navMain a:active {
	text-decoration: none;
	color: #FF9900;
	background: url(../../images/navmain_li.gif) no-repeat bottom left;
}
#navMain .active {
	background: url(../../images/navmain_li.gif) no-repeat bottom left;
}
#mainContent {
	width: 581px;
	float: left;
}
#mainDx {
	width: 169px;
	float: right;
}
#footer {
	background: #E3E3E3 url(../../images/footer_bgr.gif) no-repeat bottom;
	text-align: center;
	font-size: 10px;
	padding: 1px 0 3px 0;
	clear: both;
	position: relative;
}
#pattichiari {
	text-align: right;
	color: #9D9D9D;
	background-color: White;
}
#briciola {
	background-color: #E4E4E4;
	font-size: 9px;
	border: 1px solid White; border-width: 0 1px 1px 0;
	position: relative; padding: 4px;
}
#briciola strong {
	color: #ED1C24;
}
#briciola img {
	position: absolute;
	top: 0; right: 0;
	vertical-align: top;
}
#navSec {
	width: 135px;
	float: left;
	font-size: 10px;
}
#navSec ul {
	margin: 0;
	padding: 0;
}
#navSec li {
	list-style-type: none;
	border-bottom: 1px dotted Black;
	background: #fff;
	padding: 0px 0px 0px 18px;
	/*text-indent: 20px;*/
}
#navSec .activeSec {
	color: White;
	background: #ED1C24 url(../../images/navsec_active.gif) no-repeat left;
	line-height: 25px;
	border: 0px;
}
#navSec li a {
	display: block;
	width: 115px;
	padding: 6px 0px;
    background: #fff url(../../images/navsec_a.gif) no-repeat right;
	/*line-height: 25px;*/
}
#navSec li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ED1C24;
	text-indent: 0px;
	background: #fff url(../../images/navsec_ahover.gif) no-repeat right;
}
#navSec li .active {
	background: White url(../../images/navsec_ahover.gif) no-repeat right;
}
#navSec li ul li					{ border-bottom:none; margin-bottom:6px; list-style-type:disc; list-style-position:inside; }
#navSec li ul li a					{ width:auto!important; background:none!important; padding:0!important; display:inline;}
#navSec li ul li a.activenlinetu	{ color:#E2001A; font-weight:bold;}
#content {
	background: White url(../../images/content_bgr.gif) repeat-x top;
	width: 404px !important; width: 446px;
	float: left;
	border: 1px solid White; border-width: 0 1px 0 1px;
	padding: 20px;
	text-align: justify; font-size: 10px;
	overflow: hidden; /* risolve Italic Bug di IE */
}
#content p {
	margin-top: 0px; padding-top: 0px;
}
#content h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
}
#content h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
}
#content h3 {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ED1C24;
	padding: 0; margin: 10px 0 0 0;
}
#content h1 span, #content h2 span {
	color: #ED1C24;
}
#content ul {
	margin: 0px; padding: 0px;
}
#content ul li {
	list-style: none url(../../images/content_li.gif);
	padding-left: 0px; margin-left: 18px;
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	color: #ED1C24;
}
#content th, #content td {
	padding: 3px 5px 3px 5px;
	font-size: 10px;
}
#content th {
	background-color: #ED1C24;
	width: 120px;
	color: White;
	text-align: left;
}
#content td {
	background-color: #F2F2F2;
	text-align: justify;
}
#content td li {
	text-align: left;
}
 

/* HOME MAIN CONTENT */
#homeAni {
	width: 581px;
	background-color: White;
	/*float: left;*/
}
/*.home {
	background: url(../../images/maincontent_home_bgr.jpg) no-repeat right;
	text-align: center;
	border-bottom: 1px solid White;
}*/
.home p {
	color: #ED1C24;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 0 0; margin: 0px;
	text-indent: 40px;
}
.home a {
	color: #ED1C24;
}
.loginbox {
	background: White url(../../images/loginbox_bgr.gif) repeat-x top;
	width: 169px;
	padding-bottom:4px;
}
.login {
	background: #F2F2F2 url(../../images/login_bgr.gif) no-repeat 50%;
	height: 44px; padding-left: 15px;
	font-weight: bold;
	color: #333333;
	word-spacing: 5px;
}
.loginbox p {
	margin: 5px 4px 2px 4px; padding: 0;
}


/* HOME: BOX PICCOLI A PIE' PAGINA */
#hpbox {
	clear: both;
}
.hpbox {
	background: White url(../../images/hpbox_bgr.gif) repeat-x bottom;
	float: left;
	height: auto !important; height: 105px; min-height: 105px;
	border-bottom: 1px solid White;
}
.hpbox p, .hpbox form {
	margin: 3px 8px 3px 8px; padding: 0;
	text-align: justify;
}
.hpbox .link {
	font-weight: bold;
	text-align: right;
}
.hpbox h2 {
	background: #D4D4D4 url(../../images/hpboxh2_bgr.gif) no-repeat top right;
	margin: 0; padding: 0;
	border-bottom: 1px solid White;
	font: bold 11px/23px Arial, Helvetica, sans-serif;
	text-indent: 8px;
	color: #333333;
}
.hpbox h2 span {
	color: #ED1C24;
}
.hpboxspacer {
	width: 3px;	height: 105px;
	float: left;
	background: url(../../images/hpboxspacer_bgr.gif) no-repeat 0px 50%;
	border-bottom: 1px solid White;
}
.benvenuto {
	width: 222px;
}
.educational {
	width: 169px;
	background: #CFFF97 none;
}
.educational h2 {
	color: #3F4C2F;
	background: #8CA46F url(../../images/hpboxh2edu_bgr.gif) no-repeat top right;
}
.agtuper {
	width: 181px;
}
.cosacercare {
	width: 169px;
}
.cosacercare select {
	width: 150px;
	margin: 10px 0 10px 0;
}
.agrisponde {
	width: 169px;
	height: auto !important; height: 122px; min-height: 122px;
	border: 0px;
}
.agrisponde p {
	margin-left: 20px;
}
p.nverde {
	background: url(../../images/nverde.gif) no-repeat top left;
	margin: 8px auto 7px 8px;
	padding: 0 0 0 12px;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-indent: 0px;
}
p.nverde span, .verde {
	color: #5D9E08;
	font-size:12px;
}

.highedu {
	background-color: #CFFF97;
	border: 1px solid #5D9E08;
	padding: 3px 5px 3px 5px;
}

/* BOX SCELTA LINGUA MENU A DX */
.infocontotu {
	margin-bottom: 10px;
}
.infocontotu a {
	font-weight: bold; font-size: 10px;
}
.infocontotu img {
	margin: 3px 0 3px 2px;
}
.infocontotu .tit {
	margin: 0 0 3px 0;
}
a.arabo {
	font-family: "Times New Roman"; font-size: 14px;
}
