﻿html,body{margin:0 auto;padding:0;border:0;font-weight:normal;font-style:normal;vertical-align:top;}
div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,td{ 
margin:0;
padding:0;
border:0;
outline:0;
font-weight:normal;
font-style:normal;
white-space:normal;
font-size:100%;
line-height:120%;}
table{width:100%;} 
td{padding:3px;vertical-align:top;}
strong{font-weight:bold;}
img{border:none !important;}
input,textarea,select{font-size:100%;}
fieldset{border:none;} 
legend{font-weight:bold;} 
ul,li{list-style:none outside;}
label {
	display: block;
}

html, body {
	font-family: verdana;
	text-align:left;
	font-size: 10px;
	color: black;
	background-color: #FFFFFF;
}

h1, h1 a {
	font-size: 10px;
	font-weight: bold;
}

h2, h2 a {
	font-size: 10px;
	color: black;
	font-weight: bold;
}

table,td { 
	border-style:none; 
	font-size: 10px;
}
table {	
	border-collapse: collapse;
}
td { 
	vertical-align:top; 
}
img {
	border-collapse: collapse;
}
a { 
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: Black; 
}
a:hover { 
	text-decoration: underline;
}
.small { 
	font-size: 10px; 
	color: #6C6C6C;
}
.small a { 
	font-size: 10px; 
	color: #6C6C6C;
}
.infoPage { 
}	
.cell {
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #505255;
	background-color: #F7F7F7; 
	padding-left: 2px;
}

.button { 
	font-size: 10px; 
	color: black;
	padding: 2px;
	border: 1px solid BLACK;
}

.tableline1 {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	font-weight: normal;
	TEXT-ALIGN: left;
	border-bottom: #EA9327 1px dotted;
}
.tableline1 a {
	color: #000000;
	font-weight: normal;
}
.tableline2 {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	color: #000000;
	TEXT-ALIGN: left;
	background-color: #E8E8E8;
	border-bottom: #EA9327 1px dotted;
}
.tableline2 a {
	color: #000000;
	font-weight: normal;
}
.tablelinemain {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
/*	background-image: url(TDbg.jpg);
	background-position: center;*/
}
.tablelinemain a { 
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.tablelinemain a:hover { 
	font-size: 10px;
	color: Black; 
}
.normal { 
	list-style: square;
	font-size: 10px; 
	text-align: left; 
}
.myTable {
	font-weight: normal;
	color: #555555;
	font-size: 10px;
	LIST-STYLE-TYPE: square;
	TEXT-ALIGN: left;
	border: 0px;
}
.mymodule {
	border: 0px;
	list-style: square;
	font-size: 10px;
	font-style: normal;
}
.mySubTable {
	border: 0px;
	list-style: square;
	font-style: normal;
	width: 100%;
}
.myTitle {
/*	height: 44px;*/
	font-size: 10px;
	border-bottom: 1px solid #2F6488;
	font-weight: bold;
/*	padding-top: 5px;*/
	color: #000000;
/*	text-indent: 49px;
	background-image: url('DTitle.jpg');
	background-position: left;
	background-repeat: no-repeat;*/
}
.myTitleBottom {
/*	height: 20px;*/
	border: none;
	FONT-WEIGHT: bold;
	COLOR: #DC143C;
	font-size: 10px;
	TEXT-ALIGN: left;
}
.myTr { 
}
.myTD { 
	padding: 5px; 
	border: none;
}
	
.myQuote { 
	border: 1px solid #000000; 
	padding: 3px;
	font-size: 10px;
	text-align: justify;
	background-color: #D3D3D3; 
} 

dd.tablelinemain {
	padding-top: 1px;
	padding-bottom: 5px;
	margin-left: 210px;
	font-weight:bold;
}
dd.tableline1 {
	padding-top: 1px;
	padding-bottom: 5px;
	margin-left: 210px;
	font-weight:bold;
}
dd.tableline2 {
	padding-top: 1px;
	padding-bottom: 5px;
	margin-left: 210px;
	font-weight:bold;
}

dt.tablelinemain {
	float: left;
	width: 210px;
	padding-top: 1px;
	padding-bottom: 5px;
	font-weight:bold;
}
dt.tableline1 {
	float: left;
	width: 210px;
	padding-top: 1px;
	padding-bottom: 5px;
}

dt.tableline2 {
	float: left;
	width: 210px;
	padding-top: 1px;
	padding-bottom: 5px;
}

label {
	padding-top: 5px;
}

#columnleft li {
	clear: both;
}
#columnright li {
	clear: both;
}

.img_newmessage { 
	border: 0px; 
}
	
.visitors_ajax {
overflow:auto;
height:80px;
}
.OnLine {
	color: Green;
}
.OffLine {
	color: Red;
}

/* Tabber */
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
  
.tabber {
}
.tabbertab {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav
{
	margin:0;
	padding: 3px 0;
	font-size: 10px; 
	color: White;
	border-bottom: 1px solid #BBBBBB;
}
ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #BBBBBB;
 border-bottom: none;
 text-decoration: none;
 color: Gray;
}
ul.tabbernav li a:link { 
	color: Gray; 
	text-decoration: none;
}
ul.tabbernav li a:visited { 
}
ul.tabbernav li a:hover
{
 color: red;
}
ul.tabbernav li.tabberactive a
{
 border-bottom: 0px;
}
ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 border-bottom: 1px solid black;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
  
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height: 200px;
 overflow:auto;
}
.copyright { 
 	padding-top: 10px;
 	margin-top: 10px;
}
.copyright a{
	font-weight: normal;
	text-decoration: underline;
}
.copyright a:hover {
	color: Black;
}

#slideajaxmessage {
	height: 200px; 
	width: 100%;
	display: none;
}
#slideajaxmessage1, #slideajaxmessage2 {
	width: 100%;
	height: 200px;
}

.news_block {
	border: 1px solid;
	padding: 5px;
	height: 120px;
	margin: 10px;
}
.news_title {
	font-weight: bold;
	font-size: 10px;
}
.news_info {
}
.news_image {
}
.news_content {
}
.news_bottom {
	padding-top: 5px;
}

#title {
	margin-top: 150px;
}


ul.anmenu {
list-style: square;  /*elimino i punti elenco */
margin:0; padding:0; /* elimino i rientri delle liste */
}

ul.anmenu li a {
display: block; /* il link occupa tutto lo spazio orizzontale */
text-decoration: none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
padding: 0 1em; /* lascia spazio far il bordo del menu e il testo del link */
height: 2em; line-height: 2em; /* altezza del link: height e line-height devono avere il medesimo valore */
}

ul.anmenu li { /*display: inline;*/ } /*elimina lo spazio fra gli elementi della lista introdotto da Opera*/

ul.anmenu li a:link, ul.anmenu li a:visited {
	background: url(up.png);
	border-bottom: 1px dotted #ccc;
	/*background:#ccc;*/
} /* colori per il link */
ul.anmenu li a:hover, ul.anmenu li a:active {
	background: url(down.png);
} /* colori per l'effetto roll-over */


ul.anmenu li {
}
ul.anmenu a {

}
ul.anmenu a:hover {
}

ul.anmenu li.active li a {

}

ul.anmenu span {
}



/* ------------- colonne ----------------*/	
#infopage {
/*	width: 150px;*/
	float: right;
	color: red;
	font-weight: bold;
}

#top {
	height: 90px;
	background-image: url("top.jpg");
}
#topl {
	width: 350px;
	height: 90px;
	float: left;
	background-image: url("top_left.jpg");
}
#topc {
	height: 90px;
}
#topr {
	width: 15px;
	height: 90px;
	float: right;
	background-image: url("top_right.jpg");
}

#toolbar {
	background-image: url("toolbar.jpg");
	height: 29px;
}
#toolbarc {
	height: 29px;
}
#toolbarl {
	height: 29px;
	width: 35px;
	float: left;
	background-image: url("toolbar_left.jpg");
	background-repeat: repeat-y;
	background-position: left;	
}
#toolbarr {
	height: 29px;
	width: 35px;
	float: right;
	background-image: url("toolbar_right.jpg");
	background-repeat: repeat-y;
	background-position: right;	
}
#bottom {
	height: 65px;
	background-image: url("bottom.jpg");
	text-align: center;
}
#bottoml {
	width: 15px;
	height: 65px;
	float: left;
	background-image: url("bottom_left.jpg");
}
#bottomr {
	width: 15px;
	height: 65px;
	float: right;
	background-image: url("bottom_right.jpg");
}
#bottomc {
	height: 65px;
	padding-top: 10px
}
#container {
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url('content.jpg');
	background-repeat: repeat-y;
}
#container_left {
	height: auto;
	background-image: url('content_left.jpg');
	background-position: left top;
	background-repeat: repeat-y;
}
#container_right {
	height: auto;
	background-image: url('content_right.jpg');
	background-position: left top;
	background-repeat: repeat-y;
}

/* ------------- fine-colonne -------------*/

#Display {
	font-size: 10px;
	border-style: solid;
	border-width: 0px;
	border-color: #ccc;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0em 5px;
}
#Display .myTitle {  
	border: 0px;
}
#Display .myTitleBottom {  
	font-size: 10px;
	color: #A9A9A9;
	border: none;
	border-bottom: 0px;
	} 
#Display .myTitleBottom a{  
	font-size: 10px;
	font-weight: normal;
	color: #8A99A8;
	} 
#Display .myTitleBottom a:hover {  
	text-decoration: underline;
	} 
#Display .myTable {  
	color: #666666;
	border: none;
/*	padding-bottom: 10px;*/
}
#Display .myTD {  
	padding: 10px;
	margin: 10px;
	border: 1px dotted silver;
/*	background-image: url(TDbg.jpg);
	background-position: center;*/
}
#Display a {
	color: Black;
	}
#Display .small { 
	color: #578EBE;
	}
#Display a:hover { 
	}

ul.listImages {
	height: 150px;
}
ul.listImages li {
	float: left;
	margin: 5px;
}

.input {
	margin-left: 220px;
}

.news_title {
	text-decoration: none;
}
.news_title a {
	text-decoration: none;
}

.news_title a:hover {
	color: #E4CBB5;
	text-decoration: none;
}

.news {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px dotted #000000;
}

.news_image {
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}

#slideajaxnews_0 {
	width: 100%;
	height: 200px;
}

.boxcategory_title,  .boxcategory_title a {
	font-size: 10px;
	font-weight: bold;
}

.boxcategoryline {
	height: 60px;
}

.boxcategory {
	float: left;
	height: 60px;
	margin: 1% 1%;
	width: 48%;
}

.boxcategory_image {
	float: right;
	margin: 5px;
}

.taglinktitle, .taglinktitle a {
	font-weight: bold;
	font-size: 10px;
}
.taglinkcontent {
	margin-bottom: 20px;
	border-bottom: 1px dotted;
}
.tagslinktitle {
	font-weight: bold;
}
.tagslink{
	margin-bottom: 20px;
}
a.tagscloud_xsmall {
	font-size: x-small;
}
a.tagscloud_small {
	font-size: small;
}
a.tagscloud_medium {
	font-size: medium;
}
a.tagscloud_large {
	font-size: large;
}
a.tagscloud_xlarge {
	font-size: x-large;
}

.tagscloud_xsmall a {
	font-size: x-small;
}
.tagscloud_small a {
	font-size: small;
}
.tagscloud_medium a {
	font-size: medium;
}
.tagscloud_large a {
	font-size: large;
}
.tagscloud_xlarge a {
	font-size: x-large;
}

.relatedtopics {
	font-weight: bold;
}
.relatedtopicstitle {
}
.relatedtopicslink, .relatedtopicslink a {
	font-style: italic;
}

.poll .tablelinemain {
	text-align: center;
}

#NewsScrollBlock {
	height: 150px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

#NewsScroll {
	width: 6000px;
	height: 150px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#NewsScroll li {
	width: 96%;
	height: 130px;
	margin: 0;
	border: none;
	padding: 6px 10px;
	float: left;
	display: inline;
}

#lastinsertblock {
	height: 40px;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

#lastinsert {
	width: 6000px;
	height: 30px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#lastinsert li {
	width: 96%;
	height: 30px;
	margin: 0;
	border: none;
	padding: 6px 10px;
	float: left;
	display: inline;
}

.allpolls {
	text-align: center;
}

#MessageScrollBlock {
	height: 150px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

#MessageScroll {
	width: 6000px;
	height: 150px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#MessageScroll li {
	width: 90%;
	height: 130px;
	margin: 0;
	border: none;
	padding: 6px 10px;
	float: left;
	display: inline;
}

#myrating {
	display: block;
	width: 150px;
	height: 30px;
}

#calendarbox td {
	width: 14%;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
}

#calendarbox th {
	width: 14%;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
}

.myCalendarDaySev {	
	background-color: Red !important;
	color: White !important;
}

.myCalendarToday {
	color: blue !important;
}

.myCalendarToday a {
	TEXT-DECORATION: none;
	color: blue !important;
}

.myCalendarDays {
	color: black;
}
.myCalendarDays a {
	color: black;
}

.myCalendarDaysNot {
}

.myCalendarTopRow {
}

.myCalendarTitleBlock {
	font-weight: bold;
}

.myCalendarArrows {
}

.myCalendarImage {
	border: 1px;
	width: 50px;
	height: 50px;
	margin: 5px;
	float: left;
}

.myCalendarDate {
	font-weight: normal;
	font-style: italic;
	font-size: x-small;
}
.myCalendarSite {
	font-weight: normal;
	font-style: italic;
}
.myCalendarTitle {
	font-weight: bold;
	font-size: large;
}
.myCalendarContent{
	text-align: justify;
}
.myCalendarLabel {
	font-weight: bold;
}
.myCalendarThisWeek, a.myCalendarThisWeek
{
	text-decoration: none;
	text-align: center;
}

#CalendarScrollBlock {
	height: 150px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

#CalendarScroll {
	width: 6000px;
	height: 150px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#CalendarScroll li {
	width: 96%;
	height: 130px;
	margin: 0;
	border: none;
	padding: 6px 10px;
	float: left;
	display: inline;
}

#calendarboxhomepage td {
	width: 14%;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
}

#calendarboxhomepage th {
	width: 14%;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
}

#EventoZoom .myCalendarImage {
	float: right;
	margin: 10px;
	border: 1px; 
	width: 50px; 
	height: 50px;
}

.blockOpen {
	background-image: url('minimize.gif');
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	text-decoration: none;
}
.blockOpen:hover {
	text-decoration: none;
}

.blockClose {
	background-image: url('maximize.gif');
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	text-decoration: none;
}
.blockClose:hover {
	text-decoration: none;
}

/* -------------- */
/* toolbar inizio */
/* -------------- */
/* all menu links */
/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
.toolbarmenumatic a, #subMenus_toolbar a {
    background-color: #FFFFFF;
    border-right: 1px solid;
    display: block;
    padding: 5px 12px;
    text-decoration: none;
    color: #000000;
}
.toolbarmenumatic a {
    float: left;
    margin: 0;
}
#subMenus_toolbar a, .toolbarmenumatic li li a {
    text-align: left;
}
.toolbarmenumatic a:hover, .toolbarmenumatic a:focus, #subMenus_toolbar a:hover, #subMenus_toolbar a:focus, .toolbarmenumatic a.mainMenuParentBtnFocused, #subMenus_toolbar a.subMenuParentBtnFocused {
    background-color: #F6C739;
    color: #FFFFFF;
}
#subMenus_toolbar a:hover, #subMenus_toolbar a:focus, .toolbarmenumatic a.mainMenuParentBtnFocused, #subMenus_toolbar a.subMenuParentBtnFocused, .toolbarmenumatic li a:hover, .toolbarmenumatic li a:focus {
    background-color: #F6C739;
    color: #FFFFFF;
}
.toolbarmenumatic .subMenuParentBtn {
    background: url("menumatic/arrow_right.gif") no-repeat scroll right center transparent;
}
.toolbarmenumatic .subMenuParentBtnFocused {
    background: url("menumatic/arrow_right_over.gif") no-repeat scroll right center transparent;
}
.toolbarmenumatic .mainMenuParentBtn {
	background-color: #FFFFFF;
	background: url("menumatic/arrow_down.gif") no-repeat scroll right center #FFFFFF;
}
.toolbarmenumatic .mainMenuParentBtnFocused {
    background: url("menumatic/arrow_down_over.gif") no-repeat scroll right center transparent;
}
#subMenus_toolbar .smOW {
    display: none;
    margin: 0 0 0 -2px;
    overflow: hidden;
    padding: 0 2px;
    position: absolute;
}
.toolbarmenumatic, .toolbarmenumatic ul, .toolbarmenumatic ol, #subMenus_toolbar ul, #subMenus_toolbar ol {
    line-height: 1em;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.toolbarmenumatic ol, .toolbarmenumatic ul, #subMenus_toolbar ul, #subMenus_toolbar ol {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C3D46A;
    border-radius: 8px 8px 8px 8px;
    left: 0;
}
.toolbarmenumatic li {
    display: block;
    float: left;
    list-style: none outside none;
    position: relative;
}
#subMenus_toolbar li {
    list-style: none outside none;
}
.toolbarmenumatic {
    display: block;
    left: 50%;
    list-style: none outside none;
    margin: 0;
    text-align: center;
    top: 15px;
    z-index: 5;
}
#subMenus_toolbar {
    display: block;
    height: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000000000;
}
.toolbarmenumatic li li {
    float: none;
}
.toolbarmenumatic li li a {
    float: none;
    position: relative;
}
.toolbarmenumatic li ul {
    margin-left: -1000em;
    margin-top: 2.2em;
    position: absolute;
    width: 10em;
}
.toolbarmenumatic li ul ul {
    margin: -1em 0 0 -1000em;
}
.toolbarmenumatic li:hover ul ul {
    margin-left: -1000em;
}
.toolbarmenumatic li:hover ul {
    margin-left: 0;
}
.toolbarmenumatic li li:hover ul {
    margin-left: 10em;
    margin-top: -2.5em;
}
.toolbarmenumatic li a:focus + ul {
    margin-left: 0;
    margin-top: 2.2em;
}
.toolbarmenumatic li li a:focus + ul {
    left: 0;
    margin-left: 1010em;
    margin-top: -2.2em;
}
.toolbarmenumatic li li a:focus {
    left: 0;
    margin-left: 1000em;
    margin-top: 0;
    width: 10em;
}
.toolbarmenumatic li li li a:focus {
    left: 0;
    margin-left: 2010em;
    margin-top: -1em;
    width: 10em;
}
.toolbarmenumatic li:hover a:focus {
    margin-left: 0;
}
.toolbarmenumatic li li:hover a:focus + ul {
    margin-left: 10em;
}

/* -------------- */
/* toolbar fine   */
/* -------------- */

/* ------------------------ */
/* menuitems_general inizio */
/* ------------------------ */
/* all menu links */
.menumenumatic a, #subMenus_menuitems_general a{
	text-decoration:none;
	display:block;
	font-weight: bold;
	background-color:#fff;
	color: #000;
/*	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;*/
}
.menumenumatic a, #subMenus_menuitems_general a {
    background-color: #FFFFFF;
    border-right: 1px solid;
    display: block;
    padding: 5px 20px;
    text-decoration: none;
}
.menumenumatic a {
    margin: 0;
}
#subMenus_menuitems_general a, .menumenumatic li li a {
    text-align: left;
}
.menumenumatic a:hover, .menumenumatic a:focus, #subMenus_menuitems_general a:hover, #subMenus_menuitems_general a:focus, .menumenumatic a.mainMenuParentBtnFocused, #subMenus_menuitems_general a.subMenuParentBtnFocused {
    background-color: #F6C739;
    color: #FFFFFF;
}
#subMenus_menuitems_general a:hover, #subMenus_menuitems_general a:focus, .menumenumatic a.mainMenuParentBtnFocused, #subMenus_menuitems_general a.subMenuParentBtnFocused, .menumenumatic li a:hover, .menumenumatic li a:focus {
    background-color: #F6C739;
    color: #FFFFFF;
}
.menumenumatic .subMenuParentBtn {
    background: url("menumatic/arrow_right.gif") no-repeat scroll right center transparent;
}
.menumenumatic .subMenuParentBtnFocused {
    background: url("menumatic/arrow_right_over.gif") no-repeat scroll right center transparent;
}
.menumenumatic .mainMenuParentBtn {
    background: url("menumatic/arrow_right.gif") no-repeat scroll right center transparent;
}
.menumenumatic .mainMenuParentBtnFocused {
    background: url("menumatic/arrow_right_over.gif") no-repeat scroll right center transparent;
}
#subMenus_menuitems_general .smOW {
    display: none;
    margin: 0 0 0 -2px;
    overflow: hidden;
    padding: 0 2px;
    position: absolute;
}
.menumenumatic ol, .menumenumatic ul, #subMenus_menuitems_general ul, #subMenus_menuitems_general ol {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C3D46A;
    border-radius: 8px 8px 8px 8px;
    left: 0;
}
.menumenumatic, .menumenumatic ul, .menumenumatic ol, #subMenus_menuitems_general ul, #subMenus_menuitems_general ol {
    line-height: 1em;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.menumenumatic li {
    display: block;
    list-style: none outside none;
    position: relative;
}
#subMenus_menuitems_general li {
    list-style: none outside none;
}
.menumenumatic {
    display: block;
    list-style: none outside none;
    z-index: 5;
}
#subMenus_menuitems_general {
    display: block;
    height: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000000000;
}
.menumenumatic li li {
    float: none;
}
.menumenumatic li li a {
    float: none;
    position: relative;
}
.menumenumatic li ul {
    margin-left: -1000em;
    position: absolute;
    width: 10em;
}
.menumenumatic li ul ul {
    margin: -1em 0 0 -1000em;
}
.menumenumatic li:hover ul ul {
    margin-left: -1000em;
}
.menumenumatic li:hover ul {
    margin-left: 186px;
    margin-top: -2.5em;
}
.menumenumatic li li:hover ul {
    margin-left: 10em;
}
.menumenumatic li a:focus + ul {
    margin-left: 186px;
    margin-top: -2.5em;
}
.menumenumatic li li a:focus + ul {
    left: 186px;
    margin-left: 1010em;
    margin-top: -2.5em;
}
.menumenumatic li li a:focus {
    left: 186px;
    margin-left: 1000em;
    margin-top: -2.5em;
    width: 10em;
}
.menumenumatic li li li a:focus {
    left: 186px;
    margin-left: 2010em;
    margin-top: -2.5em;
    width: 10em;
}
.menumenumatic li:hover a:focus {
    margin-left: 0;
}
.menumenumatic li li:hover a:focus + ul {
    margin-left: 10em;
}
/* ------------------------ */
/* menuitems_general fine   */
/* ------------------------ */
.menuarticle {
	margin-top: 20px;
	margin-bottom: 30px;
}
.menuarticle select {
	float: right;
}
.menuinformation {
	margin-top: 20px;
	margin-bottom: 30px;
}
.menuinformation select {
	float: right;
}

/* ------------------------ */
/* BlockNewsletter inizio   */
/* ------------------------ */
#BlockNewsletter {
}
#BlockNewsletter label {
	float: left;
	display: block;
	width: 60px;
}
#BlockNewsletter input {
	margin-bottom: 5px;
}
#BlockNewsletter fieldset.center legend {
/*	display: block;*/
	padding-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
/* ------------------------ */
/* BlockNewsletter fine     */
/* ------------------------ */

.mootable .cell {
	border: none;
}

tr.tablelinemain td {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: Black;
	font-weight: bold;
/*	background-image: url(TDbg.jpg);
	background-position: center;*/
}

tr.tablelinemaintotali {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: Black;
	border-top: 1px solid;
	border: 1px dotted;
	font-weight: bold;
	background-color: #C1D2D2;
/*	background-image: url(TDbg.jpg);
	background-position: center;*/
}

tr.tablelinemaintotali td {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: Black;
	font-weight: bold;
	background-color: #C1D2D2;
/*	background-image: url(TDbg.jpg);
	background-position: center;*/
}
.tablelinemaintotali a { 
	font-size: 10px;
	color: Black;
	font-weight: bold;
}
.tablelinemaintotali a:hover { 
	font-size: 10px;
	color: Black; 
}
.tablelinecorsi1 {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #696969;
	border: 1px dotted;
	font-weight: normal;
	BACKGROUND-COLOR: #DEE7E7;
	TEXT-ALIGN: left;
}
.tablelinecorsi1 a {
	color: Black;
	font-weight: normal;
}
.tablelinecorsi2 {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	border: 1px dotted;
	color: #5B5B5B;
	BACKGROUND-COLOR: #EAF0F0;
	TEXT-ALIGN: left;
}
.tablelinecorsi2 a {
	color: Black;
	font-weight: normal;
}

#downloadfile-table {
	background-color: #D8D8D8 !important;
	border: 1px solid !important;
	z-index: auto;
}

#tabella {
	border-spacing: 5px;
}

#logo {
	padding-top: 10px;
}

p {
	line-height: 20px;
}

#corso br {
	height: 10px;
}

#sezioni_gestione div.myTD {
	height: 30px;
}

#sezioni_gestione a.sezione_gestione {
	display: block;
	float: left;
	padding: 5px 20px;
	margin-right: 5px;
	color: #000000 !important;
	background-color: #EA9327;
}

#sezioni_gestione a.sezione_gestione:hover {
	display: block;
	float: left;
	padding: 5px 20px;
	margin-right: 5px;
	color: #ffffff !important;
	background-color: #EA9327;
}

#sezioni_gestione1 a.sezione_gestione {
	display: block;
	padding: 5px 20px;
	margin-right: 5px;
	color: #000000 !important;
	background-color: #EA9327;
}

#sezioni_gestione1 a.sezione_gestione:hover {
	display: block;
	padding: 5px 20px;
	margin-right: 5px;
	color: #ffffff !important;
	background-color: #EA9327;
}

a.pulsante {
	display: block;
	float: right;
	padding: 5px 20px;
	margin-right: 5px;
	color: #000000 !important;
	background-color: #EA9327;
	border: 1px solid BLACK;
}

a.pulsante:hover {
	display: block;
	float: right;
	padding: 5px 20px;
	margin-right: 5px;
	color: #ffffff !important; 
	background-color: #EA9327;
	border: 1px solid BLACK;
}

.klonPadding thead {
/*	height: 32px;*/
}

.klonPadding thead tr td {
/*	color: #ffffff;
	background-color: #ffffff;*/
}

.accordion_toggle {
	font-size: 10px;
	background-color: #F6C739;
	border-bottom: 1px solid #ffffff;
}

/* calendario */
table.calendario {
	border-collapse: separate;
	border-spacing: 5px;
	border: 1px black outset;
}
table.calendario tr td {
	border: 1px black outset;
	width: 14%;
}
table.calendario tr.calendario_intestazione td {
	border: 1px black outset;
	text-align: center;
	font-weight: bold;
}
table.calendario tr.calendario_intestazione1 td {
	border: 1px black outset;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFCC;
}
table.calendario tr.calendario_settimana {
	height: 150px;
}
table.calendario tr.calendario_settimana td {
	height: 150px;
	width: auto;
}
table.calendario tr td.calendario_oggi {
	background-color: #FFCCCC;
}
table.calendario tr.calendario_settimana td div.calendario_giorno_box {
	height: 150px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.calendario_lezione {
	border: 1px black outset;
}
a.calendario_lezione_link {
	display: block;
/*	width: 120px;*/
	border: 1px gray outset;
/*	height: 20px;*/
	background-color: #F6C739;
}
.floating-tip {
	background-color: black;
	padding: 5px 15px;
	color: #dddddd;
	font-weight: bold;
	font-size: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
		
.calendario_giorno_titolo {
	font-weight: bold;
}

#calendario_colonne_mask {
	border-collapse: separate;
	border-spacing: 5px;
	border: 1px black outset;
	overflow: scroll;
	height: 880px;
}
#calendario_colonne_content {
	border-collapse: separate;
	border-spacing: 5px;
	border: 1px black outset;
	height: 840px;
}
.calendario_colonne_giorno {
	border: 1px black outset;
	width: 150px;
	float: left;
	margin-right: 3px;
	height: 830px;
}
.calendario_colonne_oggi {
	background-color: #FFCCCC;
}
.calendario_colonne_giorno_titolo {
	font-weight: bold;
	height: 30px;
	border-top: 1px black solid;
}
.calendario_colonne_giorno_ora {
	border-top: 1px black solid;
	height: 50px;
	font-size: 10px;
	color: black;
	overflow: hidden;
}

#colonna_giorni_calendario {
	margin-right: 160px;
}
#colonna_elenchi_calendario {
	width: 150px;
	float: right;
	margin-left: 10px;
}
#colonna_elenchi_calendario h2, #calendario_aule h2 {
	font-weight: bold;
	color: black;
	padding-bottom: 2px;
}
#colonna_elenchi_calendario a, #calendario_aule a {
/*	height: 25px;*/
	line-height: 15px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	border: 5px #CCCCCC outset;
}
#colonna_elenchi_calendario a.selected, #calendario_aule a.selected{
/*	height: 25px;*/
	font-weight: bold;
	border: 5px #FF0000 inset;
/*	color: #FF0000 !important;*/
}
#colonna_elenchi_calendario a:hover, #calendario_aule a:hover {
	border: 5px #FF0000 inset;
/*	color: #FF0000 !important;*/
/*	background-color: #FF0000 !important;*/
}
#calendario_aule a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#calendario_aule {
}
.ora_lezione, .ora_occupata {
/*	width: 50px;
	float: left;*/
	height: 12px;
	color: #ffffff;
	overflow: hidden;
}

.ora_giorno, .ora_giorno_libero {
	background-color: #F3F3F3;
	border-bottom: 1px black dashed;
	width: 150px;
	height: 12px;
}
.ora_rimuovi {
	background-color: #ffffff;
	float: right;
	font-weight: bold;
}

.ora_rimuovi:hover {
	text-decoration: none;
	background-color: #ff0000;
	font-weight: bold;
}

.calendario_festa {
	background-color: #FF0000 !important;
}

#gestione_registro .tablelinemain {
	border-bottom: 1px black solid;
}

#gestione_registro .tablelinemain td {
	border-right: 1px black dotted;
	text-align: center;
}

#gestione_registro .tablelinemain td span.riga1 {
	font-weight: bold;
}
#gestione_registro .tablelinemain td span.riga2 {
	font-weight: bolder;
	font-style: italic;
}
#gestione_registro .tablelinemain td span.riga3 {
	font-weight: normal;
	color: #ff0000;
}
#gestione_registro .tablelinemain td span.riga4 a {
	font-weight: normal;
}



#gestione_registro .tableline1 {
	border-bottom: 1px black dotted;
}
 #gestione_registro .tableline2 {
	background-color: #E8E8E8;
	border-bottom: 1px black dotted;
}
#gestione_registro .tableline1 td, #gestione_registro .tableline2 td {
	border-right: 1px black dotted;
}

.rosso, a.rosso {
	color: red !important;
}
.verde, a.verde {
	color: green !important;
}
.colonne_centrate {
	text-align: center;
}

.noteregistro_textarea {
	width: 98%;
	height: 50px;
}

#gestione_scheda_progetto .myTD {
	background-color: #EA9327;
	color: black;
}
#gestione_scheda_progetto .myTD a {
	text-decoration: underline;
}
#gestione_scheda_progetto .myTD a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#AdminXMLEdit .tableline1 {
	background-color: #CCCCCC;
}

div.tbody tr.tablelinemain {
	height: 10px !important;
	font-size: 1px !important;
}

.tablelinec1 {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	background-color: #CCCCCC;
	font-weight: normal;
	TEXT-ALIGN: left;
	border-bottom: #EA9327 1px dotted;
}
.tablelinec1 a {
	color: #000000;
	font-weight: normal;
}
.tablelinec2 {
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	color: #000000;
	TEXT-ALIGN: left;
	border-bottom: #EA9327 1px dotted;
}
.tablelinec2 a {
	color: #000000;
	font-weight: normal;
}

#gestione_calendario span.numero_allievi_calendario {
	font-weight: bold;
	color: #000000;
	float: right;
}
#gestione_calendario h2.titolo_corso {
	font-weight: bold;
	color: black;
}
#iframeallegati {
	width: 100%;
	height: 400px;;
}

#iframestampe {
	border: 1px solid black;
	width: 99%;
	height: 600px;;
}

#stampefiltro {
	color: #000000;
}
#stampefiltro h2 {
	color: #000000;
	font-weight: bold;
}

.requiredfield {
	color: red;
	font-weight: bold;
}

#DisplayAlert {
}

#DisplayAlert a {
	float: right;
	width: 50px;
	height: 30px;
	margin-top: 10px;
	border: 1px solid black;
	background-color: red;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: blink;
}

tr.tablelinepagamentimain {
}

tr.tablelinepagamentimain td {
	border: 1px solid #000000;
	font-weight: bold;
	color: #000000;
}

tr.tablelinepagamenti {
	color: #000000;
}
.righesu {
	border-top: 1px solid #000000;
}
.righegiu {
	border-bottom: 1px solid #000000;
}
.righe {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
}

.norighe {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.totali {
	background-color: #D3D3D3;
	font-style: italic;
	font-weight: bold;
}

.totaligenerali {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
}

#fileimporta-table {
	background-color: #ffffff;
}