/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
div { margin: auto; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body { 
	font-family: "Arial", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #515151;
	height: 100%;
}

/* GENERAL LAYOUT */
#top {
	width: 100%;
	height: 5px;
	background: #000;
	position: absolute;
	top:0px;
	left: 0px;
}

div#container {
	width: 1000px;
	height: auto;
	margin-top: 5px;
}

div#header {
	width: 100%;
	height: 100px;
}
div#header div#logo {
	width: 145px;
	height: 93px;
	float: left;
	background: transparent url(logo.png) no-repeat;
	border-bottom: 1px solid #ccc;
}
div#header div#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
div#header div#user {
	width: 262px;
	height: 93px;
	border-bottom: 1px solid #eae9e9;
	float: right;
}
div#header div#user ul.user {
	width: 100%;
	height: auto;
	margin-top: 0px;
}
div#header div#user ul.user li {
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0px 0px 3px 0px;
	color: #2b2b2b;
}
div#header div#user ul.user li.head {
	color: #fff;
	margin: -3px 0px 10px 0px;
	padding: 5px 0px 0px 5px;
	background: #000 url(reserved-area.png) no-repeat 240px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 255px;
	height: 20px;
}
div#header div#user ul.user li input {
	width: 91px;
	height: 16px;
	padding: 4px;
	border: 1px solid #ccc;
	font-style: italic;
}
div#header div#user ul.user li input#submit {
	width: 50px;
	height: 25px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(230,230,230)),
    color-stop(0.55, rgb(240,240,240)),
    color-stop(0.78, rgb(250,250,250))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(230,230,230) 10%,
	    rgb(240,240,240) 55%,
	    rgb(250,250,250) 78%
	);
	border: 1px solid #ccc;
	color: #635f59;
	font-size: 11px;
	font-weight: 700;
	margin: 0 0px 0 0;
	padding: 4px 6px 4px;
	text-shadow: 0 -1px 0 #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-style: normal;
}
div#header div#user ul.user li input#submit:active {
	background-image: none;
}
div#header div#user ul.user li input#submit:hover,
div#header div#user ul.user li input#submit:focus {
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.24, rgb(242,242,242)),
    color-stop(0.62, rgb(235,235,235))
	);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(242,242,242) 24%,
    rgb(235,235,235) 62%
	);
	cursor: pointer;
}

/* NAV */
#menu {
	list-style:none;
	width:auto;
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 0px;
	float: left;
	border-bottom: 1px solid #eae9e9;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	margin: 0px;
	padding: 74px 7px 4px 11px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #eae9e9;
}
#menu li.orientamento {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	margin: 0px;
	padding: 74px 7px 4px 11px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #eae9e9;
}

#menu li:hover {
	margin: 0px;
	padding: 74px 7px 4px 11px;
	background: #eae9e9;
	background-image: none;
}

#menu li a {
	display:block;
	outline:0;
	text-decoration:none;
	font-size: 12px;
}

#menu li:hover a {
	color:#000;
}
#menu li .drop {
	padding:0px 4px 0px 0px;
	background:url("menu/drop.png") no-repeat right 8px;
	z-index: 99;
}
#menu li:hover .drop {
	background:url("menu/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #eae9e9;
	/* Gradient background */
	background:#eae9e9;
	z-index: 9999;
	margin-left: 1px;
	z-index: 99;
}

.dropdown_1column {width: 168px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 99;
}
.col_1 {width:145px;}
.col_2 {width:270px;}
.col_3 {width:500px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #ccc;
}
#menu h2 {
	font-size:14px;
	font-weight:400;
	margin:4px 0 4px 0;
	padding-bottom:4px;
	border-bottom:1px solid #eceaea;
	color:#E75D00;
}
#menu h3 {
	font-size:13px;
	margin:7px 0 5px 0;
	padding-bottom:7px;
	border-bottom:1px solid #ccc;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#2b2b2b;
}
#menu li:hover div a:hover {
	color:#000000;
}

/* CONTENT */
div#content {
	width: 100%;
	min-height: 400px;
	height: auto;
	position: relative;
}
#content #menu {
	width:140px;
	height:auto;
	position:relative;
	float:left;
	z-index:999;
	margin:-5px 0 0 1px;
	padding:0;
}

#nav {
	margin-bottom:10px;
}

/* NANI HOME */
.sti-menu{
	width:auto;
	height: 208px;
	float: left;
	position:relative;
	margin:-12px 0px 15px 0px;
}
.sti-menu li{
	float:left;
	width:142px;
	height:208px;
	margin:1px;
	list-style: none;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#fff;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	border: 1px solid #eae9e9;
	-webkit-box-shadow: 0px 1px 5px 0px #ccc;
    -moz-box-shadow: 0px 1px 5px 0px #ccc;
    box-shadow: 0px 1px 5px 0px #ccc;
}
.sti-menu li a h2{
	color:#000;
	font-family: 'Museo', arial, serif; 
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	padding:0px;
	width:142px;
	top:120px;
	left:0px;
}
.sti-menu li a h3{
	font-family: 'Museo', "Times New Roman", serif; 
	font-size:11px;
	font-style:italic;
	color: #111;
	position:absolute;
	top:180px;
	left:0px;
	width:145px;
	padding:0px;
}
.sti-icon{
	width:100px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:25px;
	top:10px;
}
.sti-icon-ling{
	background-image:url(nani/ling.png);
}
.sti-icon-art{
	background-image:url(nani/art.png);
}
.sti-icon-aer{
	background-image:url(nani/aer.png);
}
.sti-icon-alb{
	background-image:url(nani/alb.png);
}
.sti-icon-cla{
	background-image:url(nani/cla.png);
}

/* SLIDER */
#slider-evidence {
	width: 260px;
	height: 208px;
	border: 1px solid #eae9e9;
	float: right;
	margin-top: -10px;
}
.nivoSlider {
	position:relative;
	width: 260px;
	height: 208px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	display: none;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3…) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:40%;
	bottom:0px;
    margin-left:-25px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:-5px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/* NEWS HOME */
ul#news-home {
	width: 726px;
	height: 150px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	float: left;
}
ul#news-home li {
	display: block;
	float: left;
	width: 132px;
	height: 140px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #eae9e9;
	border-top: 1px solid #ccc;
	color:#E75D00;
	text-align: center;
}
ul#news-home li:hover {
	background: #eae9e9;
	border: 1px solid #ccc;
}
ul#news-home li.news-head {
	width: 143px;
	height: 150px;
	border: none;
	padding: 0px;
	border: 1px solid #fff;
}
ul#news-home li.news-head:hover {
	background: none;
}
ul#news-home li.news-head ul {
	width: 143px;
	height: 150px;
}
ul#news-home li.news-head ul li {
	display: block;
	width: 133px;
	height: 27px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	margin: -1px 0px 0px 0px;
	border: none;
}
ul#news-home li.news-head ul li:hover {
	background: none;
}
ul#news-home li.news-head ul li.active {
	border: 1px solid #ccc;
}
ul#news-home img.news-img {
	width:120px;
	height: 70px;
	margin: 0px auto 5px auto;
	border: 3px solid #fff;
}
ul#news-home img.news-img:hover {
	
}
ul#news-home div.date {
	font-size: 10px;
	margin: -3px 0px 3px 0px;
	text-align: left;
	color: #686868;
}
ul#news-home h1 {
	font-size: 11px;
	border: none;
	text-align: left;
	margin: 0px;
}
/* NEWS EVIDENCE */
#news_evidence {
	width: 260px;
	height: 150px;
	border: 1px solid #eae9e9;
	float: right;
	background: transparent url(fad-home.jpg) no-repeat;
	position: relative;
	z-index: 1;
}
#news_evidence .news_evidence_button {
	position: absolute;
	top:0px;
	left: 0px;
	width: 260px;
	height: 150px;
	background: transparent url(transparent.png) repeat;
	z-index: 99;
}
#news_evidence .news_evidence_button a {
	display: block;
	text-align: center;
}
#news_evidence .news_evidence_button a img.accedi {
	position: absolute;
	top: 40px;
	left: 30px;
}
#news_evidence .news_evidence_button a img.info {
	position: absolute;
	top: 75px;
	left: 30px;
}

/* ROTATOR */

#rotator {
	color:#000;
	position:relative;
	font-size:16px;
	margin:0px;
	height: 90px;
	float: left;
}

/* Tabs */
ul.ui-tabs-nav,li.ui-tabs-nav-item,li.ui-tabs-nav-item a:link,li.ui-tabs-nav-item a:visited {
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
	width:145px;
	margin:0;
	padding:0;
	text-align: right;
}

ul.ui-tabs-nav {
	float:left;
	z-index:1;
	display:inline;
	width:145px;
	border-top:1px solid #FFF;
	text-align: right;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,li.ui-tabs-nav-item a:visited {
	font-size:.8em;
	font-weight:400;
	color:#999;
	border-left:1px solid #FFF;
	border-right:1px solid #c5ced9;
	text-align: right;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,#rotator .ui-tabs-nav-item a:active {
	color:#333;
	text-align: right;
}

#rotator .ui-tabs-nav-item a span {
	float:right;
	cursor:pointer;
	padding:1em;
	font-size: 12px;
	text-align: right;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,#rotator .ui-tabs-selected a:visited,#rotator .ui-tabs-selected a:hover,#rotator .ui-tabs-selected a:active {
	color:#E75D00;
	font-size: 12px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:0;
	border-left:1px solid #ccc;
	text-align: right;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	color:#000;
	height:80px;
	width:577px;
	float: left;
	margin-top: 1px;
	border-top: 1px solid #ccc;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#E75D00;
	font-weight:400;
	font-size:18px;
	line-height:1.2em;
	margin:0px 0px 0px 15px;
}
#rotator div.item {
	width: 138px;
	height: 78px;
	border-right: 1px solid #ccc;
	margin: 0px 1px 0px 4px;
	float: left;
	position: relative;
}
#rotator div.item em {
	display: none;
	position: absolute;
	bottom:0px;
	left: 0px;
	width: 134px;
	height: 17px;
	background: url(transparent.png) repeat;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 0px 0px 4px;
	font-style: normal;
}

#misc {
	width: 260px;
	height: 80px;
	border-left: 1px solid #eae9e9;
	background: url(misc.jpg) no-repeat;
	float: right;
}
#misc #social {
	width: 160px;
	float: right;
}

#rss_provincia {
	width:720px;
	height: 25px;
	border-top: 1px solid #eae9e9;
	background: url(rss_provincia.jpg) no-repeat 5px 0px;
	margin: 4px 0px -15px 0px;
	float: left;
}
#rss_provincia ul#provincia li {
	border-left: 1px solid #ccc;
	margin: 5px 0px 0px 147px;
	padding: 0px 0px 0px 10px;
}
#site_search {
	width: 260px;
	height: 25px;
	float: right;
	margin: 4px 0px -15px 0px;
	border-top: 1px solid #eae9e9;
}

/* CONTENT DATA */
#content ul.linguistico li {
background:transparent url(linguistico/list.png) no-repeat 0 0;
width:auto;
height:15px;
list-style:none;
margin:3px 0 5px;
padding:0 0 0 18px;
}

#content ul.linguistico li a {
text-decoration:underline;
color:#ad1405;
}

#content ul.artistico li {
background:transparent url(artistico/list.png) no-repeat 0 0;
width:auto;
height:15px;
list-style:none;
margin:3px 0 5px;
padding:0 0 0 18px;
}

#content ul.artistico li a {
text-decoration:underline;
color:#d19700;
}

#content ul.alberghiero li {
background:transparent url(alberghiero/list.png) no-repeat 0 0;
width:auto;
height:15px;
list-style:none;
margin:3px 0 5px;
padding:0 0 0 18px;
}

#content ul.alberghiero li a {
text-decoration:underline;
color:#427435;
}

#content ul.formazione li {
background:transparent url(formazione/list.png) no-repeat 0 0;
width:auto;
height:15px;
list-style:none;
margin:3px 0 5px;
padding:0px 0px 0px 18px;
}

#content ul.formazione li a {
text-decoration:underline;
color:#828282;
}

#content .style1 {
color:#FFF;
}

/* FOOTER */
#footer {
	width: 100%;
	height: auto;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	background: transparent url(footer-loghi.jpg) no-repeat right 5px;
}
   
/* MISC */

img { border: none; }

.clear { clear: both; }

ul {
	width: auto;
	height: auto;
	list-style: circle;
	margin: 0px;
	padding: 0px;
}
li {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	color: #bcbcbc;
}
table {
	width: 100%;
	font-size: 12px;
	border: none;
}
table tr {
	border: none;
}
table td {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
}
form table {
	width: 100%;
	font-size: 12px;
	border: none;
}
form table tr {
	border: none;
}
form table td {
	border:none;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
}
div.messaggi_dot {
	position:absolute;
	width:14px;
	height:17px;
	top:-3px;
	right:-3px;
	padding:3px 0px 0px 6px;
	color:#fff;
}
div.messaggi_dot a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.tipsy { padding: 3px 0px 0px 0px; font-size: 11px; background-repeat: no-repeat; background-image: url(tipsy.gif); }
.tipsy-home { padding:0px; font-size: 12px; background-repeat: no-repeat; background-image: url(tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

div#badge {
	width: 260px;
	height: 90px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	position: relative;
}

div.school {
	border: 1px solid #eae9e9;
	padding: 10px;
}

div.divisorio {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/* BUTTONS */
a.awesome {
display:inline-block;
text-decoration:none;
font-weight:400;
line-height:1;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position:relative;
cursor:pointer;
background-color:#E75D00;
color:#fff;
padding:5px 10px 6px;
}

a.awesome:hover {
background:#e4e4e4 url(alert-overlay.png) repeat-x;
color:#686868;
}

.medium.awesome,.medium.awesome:visited {
font-size:13px;
font-weight:400;
line-height:1;
}

.rss {
position:absolute;
top:0;
right:0;
width:64px;
height:64px;
background:transparent url(rss.png) no-repeat 0 -15px;
text-indent:-999em;
display:block;
}

.rss:hover {
background-position:0 -10px;
}

/* LINKS */
a { 
	color: #515151;
	text-decoration: none;	
}

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

a:active, a:focus{ 
   outline:0;
}

/* TYPE */
h1 {
	font-size: 20px;
	border-bottom: 1px solid #eae9e9;
	margin: 10px 0px 10px 0px;
	padding-bottom: 5px;
}
p {
	color:#515151;
	font-size:12px;
	text-align:justify;
	line-height:1.3;
	font-weight:300;
	padding:0;
}

p.titolo {
	color:#2b2b2b;
	font-size:15px;
	text-align:left;
	line-height:1.5;
	margin:2px 0;
	padding:0;
}
p.titolo a {
	color:#2b2b2b;
	font-size:15px;
}

span.evidence {
	text-transform:uppercase;
	font-size:18px;
	color:#00C;
	font-weight:bolder;
}
strong {
	font-weight: bold;
}
.small {
	font-size: 11px;
}

/* MISC */
ul {
width:auto;
height:auto;
list-style:none;
}

/* content popup */
div#popup {
width:300px;
height:250px;
border:none;
background-color:#F5F5F5;
text-align:left;
margin:0;
padding:10px 5px;
}

/* content forum (without menu), with tiles */
div#content_forum {
border:none;
width:100%;
text-align:center;
}

div#common_forum_text {
width:100%;
margin-top:3px;
margin-bottom:3px;
border-bottom:1px dashed #ccc;
padding:5px;
}

table#common_forum_bar {
border-collapse:separate;
border-spacing:1px;
margin:2px 0;
}

td.common_forum_button {
border:1px solid #fff;
background-color:#09C;
font-weight:bolder;
padding:2px 5px;
}

div.data_forum {
width:100%;
font-size:10pt;
text-align:left;
height:auto !important;
min-height:250px;
border:1px solid #fff;
margin:0 0 20px;
padding:10px 0;
}

form#go_to_forum {
word-spacing:normal;
width:300px;
}

select.go_to_forum {
width:300px;
}

table.index_forum {
border:1px solid #fff;
}

/* forum buttons */
div.forum_buttons_reserved {
width:57px;
height:20px;
float:left;
background-image:url(forum/reserved.png);
border:none;
font-size:10px;
font-weight:bolder;
color:#069;
line-height:1;
margin:5px;
padding:3px 2px 2px 23px;
}

div.forum_buttons_new_thread {
width:62px;
height:21px;
float:left;
background-image:url(forum/new_thread.png);
border:none;
font-size:10px;
font-weight:bolder;
color:#069;
line-height:1;
margin:5px;
padding:3px 2px 2px 18px;
}

div.forum_buttons_closed {
width:64px;
height:20px;
float:left;
background-image:url(forum/closed.png);
border:none;
font-size:10px;
font-weight:bolder;
color:#069;
line-height:1;
margin:5px;
padding:3px 2px 2px 16px;
}

div.forum_buttons_new_post {
width:64px;
height:21px;
float:left;
background-image:url(forum/new_post.png);
border:none;
font-size:10px;
font-weight:bolder;
color:#069;
line-height:1;
margin:5px;
padding:3px 2px 2px 16px;
}

div.forum_buttons_fast_new_post {
width:64px;
height:21px;
float:left;
background-image:url(forum/fast_new_post.png);
border:none;
font-size:10px;
font-weight:bolder;
color:#069;
line-height:1;
margin:5px;
padding:2px 2px 2px 16px;
}

/* top bar of the post */
div.forum_thread_edit {
width:38px;
height:12px;
float:left;
background-image:url(forum/buttons/edit.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:2px;
padding:4px 2px 2px 20px;
}

div.forum_thread_delete {
width:43px;
height:12px;
float:left;
background-image:url(forum/buttons/delete.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:2px;
padding:4px 2px 2px 15px;
}

div.forum_thread_quoting {
width:43px;
height:12px;
float:left;
background-image:url(forum/buttons/quote.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:2px;
padding:4px 2px 2px 15px;
}

div.forum_thread_report {
width:43px;
height:12px;
float:left;
background-image:url(forum/buttons/report.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:2px;
padding:4px 2px 2px 15px;
}

div.forum_thread_up {
width:25px;
height:18px;
float:left;
background-image:url(forum/buttons/up.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:2px;
padding:0;
}

div.forum_thread_pm {
width:43px;
height:12px;
float:left;
background-image:url(forum/buttons/pm.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:5px;
padding:4px 2px 2px 15px;
}

div.forum_thread_www {
width:38px;
height:12px;
float:left;
background-image:url(forum/buttons/www.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:5px;
padding:4px 2px 2px 20px;
}

div.forum_thread_email {
width:43px;
height:12px;
float:left;
background-image:url(forum/buttons/email.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:5px;
padding:4px 2px 2px 15px;
}

div.forum_thread_icq {
width:43px;
height:12px;
float:left;
background-image:url(forum/buttons/icq.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:5px;
padding:4px 2px 2px 15px;
}

div.forum_thread_msnm {
width:43px;
height:12px;
float:left;
background-image:url(forum/buttons/msnm.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:5px;
padding:4px 2px 2px 15px;
}

div.forum_thread_aim {
width:43px;
height:12px;
float:left;
background-image:url(forum/buttons/aim.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:5px;
padding:4px 2px 2px 15px;
}

div.forum_thread_yim {
width:43px;
height:12px;
float:left;
background-image:url(forum/buttons/yim.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:5px;
padding:4px 2px 2px 15px;
}

/* text of post */
td.forum_thread_author {
vertical-align:top;
width:168px;
text-align:left;
}

td.forum_thread_post {
vertical-align:top;
width:519px;
text-align:left;
}

div.forum_post_info {
width:260px;
float:left;
font-size:9pt;
font-weight:400;
text-align:left;
line-height:1.3;
margin:5px 1px;
padding:0;
}

div.forum_post_text {
width:510px;
height:auto !important;
min-height:150px;
font-size:9pt;
font-weight:400;
text-align:left;
line-height:1.3;
}

/* surveys */
th.survey_option {
width:40%;
}

th.survey_bar {
width:60%;
}

td.survey_option {
width:40%;
text-align:left;
}

td.survey_bar {
width:60%;
text-align:right;
}

/* other graphic rules */
br.clear {
clear:both;
}

img {
border:none;
margin:0;
padding:0;
}

img.gallery {
border:1px dashed #ccc;
padding:5px;
}

div.error {
	text-align: center;
	color: red;
	margin: 20px 0px 15px 0px;
}

/* FORMS */

form#login {
	width: 500px;
	margin: auto;
}
form#login input {
	width: 98%;
	height: 25px;
	padding: 3px;
	margin: 5px 0px 5px 0px;
}

form {
vertical-align:middle;
}
fieldset {
border-top: 1px solid #ccc;
padding: 5px 5px 10px 5px;
}
legend {
font-size: 13px;
color: #2b2b2b;
padding: 5px 5px 10px 5px;
}

input[type="text"] {
width:98%;
height: 15px;
border:1px solid #ccc;
padding:3px;
}
input[type="password"] {
width:98%;
height: 15px;
border:1px solid #ccc;
padding:3px;
}
input[type="checkbox"] {
width:auto;
height: 15px;
border:1px solid #ccc;
margin: 3px;
}

textarea {
width:98%;
height:200px;
border:1px solid #ccc;
padding:3px;
}

button {
width:auto;
height:25px;
font-weight:700;
font-size:13px;
margin: 8px auto 5px auto;
float: left;
}

table.marks {
width:300px;
height:auto;
float:left;
margin-left:30px;
margin-bottom:30px;
}

table.marks tr {
border:none;
text-align:left;
margin:0;
padding:0;
}

table.marks td {
border: 1px solid #ccc;
}

table.timbrature {
width:300px;
height:auto;
float:left;
margin-left:30px;
margin-bottom:30px;
}

table.timbrature tr {
border:none;
text-align:left;
margin:0;
padding:0;
}

table.timbrature td {
border: 1px solid #ccc;
}

table.timbrature caption {
width:300px;
text-align: center;
margin: 5px 0px 2px 0px;
font-size: 12px;
text-transform: uppercase;
}

td.caption_forum {
background-color:#e9c64e;
color:#fff;
font-weight:700;
}

th {
border:1px solid #B9B9B9;
background-color:#F5F5F5;
font-size:9pt;
line-height:1.2;
text-align:center;
font-weight:bolder;
margin:0;
padding:2px;
}

td {
border:1px solid #B9B9B9;
font-size:9pt;
line-height:1.2;
text-align:left;
font-weight:400;
margin:0;
padding:2px;
}

td.date_giustificazione {
background-color:#f0af31;
text-align:center;
}
td.date_sospensione {
background-color:#be0a0a;
color:#fff;
text-align:center;
}

td.date_holiday {
background-color:#d2f3fd;
text-align:center;
}

td.date_presenza {
background-color:#b4e699;
text-align:center;
}

td.date_ritardo {
background-color:#efe430;
text-align:center;
}

td.date_futura {
background-color:#fff;
text-align:center;
}

td.date_assenza {
background-color:#be0a0a;
color:#fff;
text-align:center;
}

/* code, strong and em are text styles which substitute b and i*/
code {
font-size:9pt;
font-family:Courier, monospace;
line-height:1.2;
text-align:left;
font-weight:400;
}

strong {
font-weight:bold;
font-weight: 800 !important;
}

div.paragraph {
font-size:9pt;
font-family:Verdana, sans-serif;
line-height:1.2;
text-align:left;
font-weight:400;
margin:0;
padding:4px 0;
}

p.small {
font-size:7pt;
padding:2px;
}

/* label and input used for forms */
td.label {
vertical-align:middle;
width:15%;;
text-align:left;
margin-bottom: 3px;
}

td.input {
vertical-align:top;
width:80%;
text-align:left;
border-left:1px solid #ccc;
padding:5px 0px 0px 10px;
margin-bottom: 3px;
}

/* smile and evidence */
span.smile {
padding:2px;
}

/* element without margin, padding and border (collapsed images) */
.null {
background-color:inherit;
border:none;
margin:0;
padding:0;
}


/* SECTIONS */
div#sections_navigation {
width:100%;
height:100%;
text-align:right;
border-top:1px dotted gray;
border-bottom:1px dotted gray;
margin-bottom:10px;
padding:0;
}

div.OtkPagesList {
width:715px;
border-bottom:1px solid #ccc;
padding-bottom:5px;
margin:5px 0 10px;
}

#img_associata {
border-bottom:1px solid #ccc;
width:99%;
margin:10px 0;
padding:5px 0;
}

div#menu_article,div#section_description {
width:260px;
height:auto;
padding-top:0;
text-align:left;
font-size:12px;
float:right;
margin:0;
}

a.bottone {
width:260px;
height:23px;
text-align:left;
letter-spacing:1px;
font-weight:bolder;
line-height:1.1;
display:block;
color:#f67213;
background:transparent url(button.jpg) no-repeat;
margin:0 0 0 -8px;
padding:8px 0 0 14px;
}

a.bottone_l {
width:260px;
height:23px;
text-align:left;
letter-spacing:1px;
font-weight:bolder;
line-height:1.1;
display:block;
color:#f67213;
background:transparent url(button_l.jpg) no-repeat;
margin:0 0 0 -8px;
padding:8px 0 0 14px;
}

ul.iniziative_o {
width:250px;
height:auto;
margin:10px 0 0;
}

ul.iniziative_o li {
list-style:square;
list-style-position:inside;
width:245px;
height:20px;
margin:2px 0 2px 0px;
padding:5px 0px 0px 15px;
}

ul.iniziative_o li.active {
list-style:none;
color:#fff;
background:transparent url(bt_orient_l.jpg) no-repeat top left;
margin-left: -8px;
}


ul.iniziative_o li.active2 {
list-style:none;
color:#fff;
background:transparent url(bt_orient_r.jpg) no-repeat top left;
}

ul.iniziative_o li a {
color:#2b2b2b;
}

ul.iniziative_o li.active a,ul.iniziative_o li.active2 a {
color:#fff;
}

ul#sections_articles_archive {
list-style:none;
width:260px;
height:auto;
float:right;
clear:left;
margin:10px 0 20px 10px;
}

#sections_articles_archive li {
font-size:13px;
margin: 0px 0px 3px 0px;
}

div#data_article {
width:715px;
height:auto;
border-right:1px solid silver;
font-size:12px;
float:left;
padding-right:10px;
}

div.sections_articles {
float:left;
width:715px;
height:100%;
padding-right:12px;
padding-bottom:10px;
border-right:1px solid silver;
font-size:12px;
margin-top:0;
}

.sections_info {
margin-top:30px;
float:left;
font-size:11px;
}

img.sections_article_img {
border:1px solid #ccc;
border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
margin:0 5px 0 0;
padding:2px;
}

div#data_article img {
text-align:center;
}

form iframe.otk_input_file {
width:99%;
float:left;
height:75px;
border:none;
overflow:hidden;
text-align:left;
margin-right:25px;
margin-top:10px;
}

#otk_upload_img_wrapper {
position:relative;
}

#otk_upload_img_preview_wrapper img {
position:absolute;
top:-30px;
right:-5px;
}

#section_rss {
position:absolute;
top:54px;
right:290px;
}

div.sections {
clear:right;
width:100%;
}

div.sections div.section {
width:100%;
border-bottom:1px dashed gray;
font-size:12px;
text-align:left;
padding:5px;
}

div.sections img.section {
margin-right:5px;
width:100%;
}

div.sections div.section_description {
font-size:8px !important;
text-align:left;
width:100%;
}

div.subsections {
width:250px;
height:auto;
padding-top:0;
text-align:left;
font-size:12px;
float:right;
padding-left:5px;
margin:0;
}

div.section {
font-size:12px;
text-align:left;
}

div.subsections img.section {
margin-right:5px;
}

div.subsections div.section_description {
font-size:8px !important;
text-align:left;
}

div.sections_articles div.sections_article {
width: 715px;
height:auto;
text-align:left;
margin:5px 0;
}

div.sections_articles img.sections_article {
border:1px solid #ccc;
float:left;
border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
margin:0 5px 5px 0;
padding:2px;
}

div.sections_articles div.sections_article_description {
float:none;
font-size:12px !important;
text-align:justify;
line-height:1.2;
color:#505050;
padding:2px 0;
}

div.sections_articles div.sections_article_info {
margin-left:10px;
float:none;
font-size:10px !important;
text-align:left;
}

div.sections_articles div.sections_article_info2 {
float:none;
font-size:10px !important;
text-align:left;
border-bottom:1px solid #ccc;
margin:2px 0;
padding:0 0 5px;
}

div.sections_articles div.sections_article_tags {
display:none;
float:none;
font-size:9px !important;
text-align:left;
margin-left:10px;
}

table.sections_articles {
width:715px;
height:auto;
border-right:1px solid silver;
font-size:12px;
padding-right:20px;
}

table.sections_articles td {
border:none;
margin:0;
padding:5px 0 5px 15px;
}

table.sections_articles img {
border:1px solid #ccc;
border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
padding:3px;
}

div.sections_article_text {
float:left;
width:100%;
font-size:12px;
margin-bottom:20px;
}

div.sections_article_text img {
margin:0 5px 5px 0;
padding:5px;
}

div.sections_article_description {
float:none;
width:auto;
font-size:12px;
margin-bottom:10px;
line-height:1.2;
}

div.sections_article_info {
float:left;
width:auto;
font-size:10px;
text-align:left;
margin:0 0 5px;
}

div.sections_article_tags {
float:left;
width:98%;
margin-bottom:10px;
}

div#sections_article_comments_wrapper {
display:none;
float:left;
width:100%;
margin-top:10px;
}

/* comments */
div.sections_article_comment {
border:1px dashed ccc;
background-color:#f1f1f1;
text-align:left;
width:99%;
padding:5px;
}

div.sections_article_comment div.section_article_comment_info {
font-size:8px;
font-style:italic;
}

div.sections_article_comment_children {
padding:20px;
}

div.sections_article_comment_children a.no_targetting {
border:1px solid gray;
}

/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 9999; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/next.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 500px; background-color: #000; }


/* validation */
.panel {
clear:both;
display:none;
border:3px solid #CCC;
padding:1em;
}

.panel.active-tab-body {
display:block;
}

#tabs a {
float:left;
margin-left:6px;
background-color:#F2F2F2;
text-decoration:none;
color:#999;
padding:5px 8px;
}

#tabs a.active-tab {
background-color:#CCC;
border-top:3px solid #999;
padding-top:3px;
color:#000;
}

input.disabled {
border:1px solid #F2F2F2;
background-color:#F2F2F2;
}

input.validation-failed,input[type="file"].validation-failed,textarea.validation-failed,select.validation-failed {
border:1px solid #F30;
color:#F30;
}

input.validation-passed,textarea.validation-passed {
border:1px solid #37a705;
}

.validation-advice {
color:#F30;
font-weight:400;
margin:5px 0;
padding:5px;
}

.custom-advice {
background-color:#C8AA00;
color:#FFF;
font-weight:700;
margin:5px 0;
padding:5px;
}

.form-row {
clear:both;
padding:0.5em;
}

ul,ol,#tabs {
list-style:none;
}

#content ul.linguistico,#content ul.artistico,#content ul.alberghiero {
width:auto;
height:auto;
margin:10px 0 5px;
padding:0;
}

#content ul.linguistico li:hover,#content ul.linguistico li.active,#content ul.artistico li:hover,#content ul.artistico li.active,#content ul.alberghiero li:hover,#content ul.alberghiero li.active,#content ul.formazione li:hover,#content ul.formazione li.active {
background-position:0 -14px;
}

li,.status_bar,.status_bar input {
font-size:12px;
}

img#common_forum_img,#tabs li {
float:left;
}

div.forum_thread_profile,div.forum_thread_page {
width:43px;
height:12px;
float:left;
background-image:url(forum/buttons/profile.png);
border:none;
font-size:11px;
font-weight:bolder;
line-height:1;
margin:5px;
padding:4px 2px 2px 15px;
}

div#survey_wrapper div.links a,.hidden {
display:none;
}

optgroup,var,em,q {
font-style:italic;
}

samp,kbd {
font-family:Courier, monospace;
}

td.evidence,td.not_evidence {
background-color:#F5F5F5;
text-align:left;
font-weight:bolder;
}

blockquote,div.quote /* backwards compatibility */,div.code {
border:1px solid #B9B9B9;
background-color:#DDD;
text-align:left;
margin:4px;
padding:2px;
}

a.button_blank,a.button {
color:#069;
text-decoration:none;
}

#imageData #caption,label {
font-weight:700;
}
