
/* CSS Arix@you for Comma3 */


/* ----- main elements ----- */

body {
	margin: 0px;
	padding: 0px;
	background: #ccdeee url(../img/bg_main.png) -10px 0 repeat-x;
	text-align:center
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ----- images ----- */


#navcol img {
	border-bottom:1px solid #9abcdb;
}

/*#rcol img {
	border-bottom:1px solid #9abcdb;
	padding:4px 0px
}*/

img.insetm, img.insetl, img.inset, img.areal, img.arear {
	float: left;
	background: #fff;
	border: 1px solid #bdd3e8;
	padding: 4px;
	margin: 10px;
}



/* ----- texts ----- */

p, a, h1, h2, h3, h4, h5, h6, li, td, input, select, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b5275;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

h1 {
	color: #21415f;
	font-size: 17px;
	font-weight: normal;
	margin: 10px 0 12px 0;
	line-height: 21px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #417cb1;
	margin: 0 0 12px 0;
	line-height: 19px;
}

h3 {
	font-weight: bold;
}

h4 {
	font-weight: normal;
}

p {
	margin: 0 0 13px 0;
}


/* ----- links ----- */

a {
    margin: 0 0 13px 0;
}

a.img {
	margin: 0 0 0 0;
}



a:link, a:visited {
	color: #903;
	text-decoration: none;
	background: transparent;
	padding: 0;
}

a:hover, a:active {
	color: #f03;
	text-decoration: none;
}

a.bullet:link, a.bullet:visited {
	text-decoration: none;
	background: transparent url(../img/i_linkbullet.gif) 0 2px no-repeat;
	padding: 0 0 0 20px;
	font-weight:normal;
}

a.bullet:hover, a.bullet:active {
	background: transparent url(../img/i_linkbullet_br.gif) 0 2px no-repeat;
	font-weight:normal;
}

a.bulletblue:link, a.bulletblue:visited {
	text-decoration: none;
	background: transparent url(../img/i_linkbullet_bl.gif) 0 2px no-repeat;
	padding: 0 0 0 20px;
	font-weight:normal;
}

a.bulletblue:hover, a.bulletblue:active {
	background: transparent url(../img/i_linkbullet_blr.gif) 0 2px no-repeat;
	font-weight:normal
}

/* ----- form ----- */

select {
	background: #fff;
	width: 270px;
	margin: 0;
	padding: 1px 0;
}

input {
	display: inline;
	float: left;
	line-height: 15px;
	border: 1px solid #699bc9;
	margin: 0 10px 0 0;
	padding: 2px 3px 3px 3px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

input.noborder {
	border:none;
    float:none;
    padding:0;
}


input.button {
    float: left;
    width: 85px;
    height: 24px;
    border: none;
    margin: 16px 5px;
    background:url(../img/b_submit.gif) no-repeat bottom right;
    color:#fff;
    padding: 3px 6px 6px;
    text-align: left;
    font-family: verdana;
    font-size: 12px;
}
/* ----- list ----- */

ul {
	margin: 0 10px 15px 35px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

/* ----- classes ----- */

.newsbox {
	border: 1px solid #dae7f1;
	background:#f8fafc;
	padding:10px;
	margin:0 7px 10px 0;
    width: 130px;
    float: left;
    min-height: 230px;
}

.newsbox img {
	padding:4px;
	background:#fff;
	border: 1px dotted #dae7f1;
	float:left;
	/*margin-right:8px;*/
}

.newsbox a {
	color:#366794;
	font-weight:bold;
}

.newsbox a:hover {
	color:#e90001;
	font-weight:bold;
}	

.newsbox p {
    line-height:1.2em; 
	margin-top:4px;
    padding:0 5px;
	}
	
.eventibox {
	border: 1px solid #dae7f1;
    background:transparent;
    padding:10px;
    margin:0 7px 10px 0;
    width: 130px;
    float: left;
     min-height: 230px;
}

.eventibox img {
	padding:4px;
    background:#fff;
    border: 1px dotted #dae7f1;
    float:left;
}

.eventibox a {
	color:#366794;
	font-weight:bold;
}	
	
.eventibox a:hover {
	color:#e90001;
	font-weight:bold;
}	

.eventibox p {
	line-height:1.2em;
    margin-top:4px;
    padding:0 5px;
}	

.normebox {
	padding:0px;
	margin:10px 0px;
	border-bottom:1px dotted #fff;
}

.normebox img {
	margin:0 8px 0 0;
    padding:4px;
    background:#fff;
    border: 1px dotted #dae7f1;
    float:left;
}

.normebox a {
	color:#366794;
	font-weight:bold;
}	
	
.normebox a:hover {
	color:#e90001;
	font-weight:bold;
}	

.normebox p {
	line-height:1.2em;
}	

.orange {
	color: #f30;
}
/* ------------ layout divs ------------ */

/* ----- header ----- */

#frame {
	margin:0 auto;
	text-align:left;
	width:990px;
	background: #ccdeee url(../img/bg_main.png) -10px 0 repeat-x;
}

#header {
	width: 770px;
	height: 92px;
	margin: 0;
	padding: 0;
	position:relative
}

#logo {
	float: left;
	padding:0 0 10px 0;
	background:#fff;	
	position:absolute;
	top:0px;
	left:10px;
	border-top:24px solid #366794;
}

#headernav {
	float: left;
	list-style: none;
	padding: 60px 0 0 516px;
	margin: 0;
    background: url(../img/frase.png) no-repeat 250px 10px;
}

#headernav li {
	float: left;
	color: #999;
}

#headernav li a:link, #headernav li a:visited {
	display: block;
	background: #d6e4ef url(../img/bg_arrow_bl.gif) no-repeat 59px 5px;
	color: #3e79ae;
	line-height: 21px;
	padding: 2px 0 1px 10px;
	border-bottom: 6px solid #c7d9eb;
	text-decoration: none;
	width: 80px;
	height: 23px;
	margin: 0 0 0 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 70px;
}

#headernav li a:hover, #headernav li a:active {
	color: #21415f;
	background: #ecf3f9 url(../img/bg_arrow_bl.gif) no-repeat 59px 5px;
}

#headernav li.wide a:link, #headernav li.wide a:visited {
	display: block;
	background: #d6e4ef url(../img/bg_arrow_bl.gif) no-repeat 146px 5px;
	color: #3e79ae;
	line-height: 21px;
	padding: 2px 0 1px 10px;
	border-bottom: 6px solid #cddeed;
	text-decoration: none;
	width: 167px;
	height: 23px;
	margin: 0 0 0 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 157px;
}

#headernav li.wide a:hover, #headernav li.wide a:active {
	color: #21415f;
	background: #ecf3f9 url(../img/bg_arrow_bl.gif) no-repeat 146px 5px;
}


/* ----- navcol left ----- */

#navcol {
	clear: both;
	float: left;
	width: 230px;
	padding: 0 0 0 10px;
	margin:41px 0 0 0;
	font:bold 11px "Lucida Sans Unicode", "trebuchet MS", verdana, sans-serif;
}	

#dark {
	margin: 0;
	padding: 0;
	list-style: none;
}

#dark li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#dark a, #dark a.deselected {
	display: block;
	width: 230px;
	line-height: 23px;
	margin: 0;
	padding: 0 0 1px 10px;
	color: #fff;
	background: #366794 url(../img/bg_bdark_plus.gif) 0 0 no-repeat;
	border-bottom: 1px solid #5a91c2;
	overflow: hidden;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 220px;
} 

#dark a:hover, #dark a.selected {
	background: #224260 url(../img/bg_bdark_plus.gif) 0 -24px no-repeat;
	border-bottom: 1px solid #1b3147;
}

/* no plus */

#dark li.alt a, #dark li.alt a.deselected {
	background: #699bc9;
	border-bottom: 1px solid #3e78ac;
}

#dark li.alt a:hover, #dark li.alt a.selected {
	background: #92b7d8;
	border-bottom: 1px solid #3e78ac;
}

/* subs */

#dark ul.sub {
	margin: 0;
	padding: 0;
	list-style: none;
}

#dark ul.sub a {
	background: #fff;
	color: #518dbf;
	border-bottom: 1px solid #b7d0e8;
}

#dark ul.sub a:hover, #dark ul.sub a:active, #dark ul.sub a.current {
	background: #d8e6f1;
	color: #346592;
	border-bottom: 1px solid #5a91c2;
}

#sub {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#sub li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub li.alt {
	display: block;
	width: 230px;
	line-height: 23px;
	margin: 0;
	padding: 0 0 1px 10px;
	color: #fff;
	background: #555;
	border-bottom: 1px solid #eaf1f7;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 220px;
}

#sub a, #sub a.deselected {
	display: block;
	width: 230px;
	line-height: 23px;
	margin: 0;
	padding: 0 0 1px 10px;
	color: #903;
	background: #fff;
	border-bottom: 1px solid #eaf1f7;
	overflow: hidden;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 220px;
}

#sub a:hover, #sub a.selected {
	color: #333;
	background: #efefef;
	border-bottom: 1px solid #fff;
}

img.banner {
	margin: 20px 0 0 70px;
}


/* ----- maincol ----- */

#maincol {
	float: left;
	width: 519px;
	margin: 0 0 0 0;
	padding: 0 0 8px 6px;
	background: #dae7f1;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 513px;
}


#maintext {
	margin: 0 10px 0 4px;
	background:#dae7f1;
	padding:10px;
}

#flashcontent {
	margin: 0 0 10px 0;
	text-align:left;
    width: 513px;
    height: 302px;
    float: left;
}

#flashcontentdev {
	margin: 0 0 1px 0;
}


/* ----- registration table -----*/

#register {
	margin: 0;
}

#register td {
	border-bottom: 1px solid #b9d0e6;
	padding: 3px 5px;
}

#register td.category {
	width: 100px;
	padding: 3px 5px 3px 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100px;
}

#register td.question {
	width: 498px;
	padding: 3px 10px 3px 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 478px;
}

#register td.empty {
	background: #dae7f1;
	padding: 0;
	height: 1px;
}

#registerother {
	margin: 0;
}

#registerother td {
	background: #b9d0e6;
	padding: 3px 5px;
}

#registerfooter {
	margin: 0 0 3px 0;
}

#registerfooter td {
	background: #b9d0e6;
	padding: 3px 5px;
}

/* ----- footer ----- */

#footer {
	clear: both;
	margin: 10px 0 0 0px;
	padding: 10px;
	background:#366794;
}

#footer p {
	line-height: 18px;
	color: #fff;
}

#footer a {
	color: #fff;
}

.hide {
    display: none;
}


ul.list,ul.list li {
    margin:20px 20px;
    padding:0 10px;;
    list-style:circle;
    text-align: left;  
}

.clear {
    clear: both;
}

/*id contenuto statico INTEGRA NON CANCELLARE!! */

    #integraBodyContent ul, ol { 
    margin: 5px 6px 5px 20px;
    padding: 5px 6px 5px 10px;
    }
    #integraBodyContent li { 
    padding: 5px 6px 5px 5px;
    margin: 5px 6px 5px 10px;
    }

    #integraBodyContent img {
    margin: 5px;
    padding: 5px;
    border: 1px dotted #dae7f1;
    background:#fff;
    }
    
    #integraBodyContent a {
    margin: 0 0 13px 0;
    }

    #integraBodyContent a:link,#integraBodyContent a:visited {
        color: #366794;
        text-decoration: none;
        background: transparent;
        padding: 0;
    }

    #integraBodyContent a:hover,#integraBodyContent a:active {
        color: #e90001;
        text-decoration: none;
    }
    
tr.numeri td {
    border-bottom: 2px solid #DAE7F1;
    background-color: #fff;
    padding-left: 3px;
}

tr.numeri td.blue {
    background-color: #DAE7F1;
}

.attivita {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    text-align: right;
    float: right;
}
