﻿body   
{
    background-image: url('../Images/sfondo_pagina.jpg');
    /*background-color: #98C09C;*/
    background-color:White;
    font-size: 12px;
    font-family: Verdana;
    margin: 0px;
    padding: 0px;
    color: #6f7a91;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.amenu
{
    font-family: Arial;
    font-size: 11px;
    color:#C90D6B;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    /*font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;*/
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* MENU */
#menu-top {
	font-family: Verdana;
	font-size:11px;
	color: #990000;
	/*width: 980px;*/
	margin: auto;
	padding: 0px;
	/*float: left;*/
}
#menu-top table tr td{
	font-size: 11px;
	height: 35px;
	width:137px;
	text-align:center;
	vertical-align:middle;
	background:url('../Images/bottone_fuori.jpg');
}
#menu-top table tr td a{
	text-decoration: none;
	color:White;
}
#menu-top table tr td a:hover{
	text-decoration: none;
	color:White;
}
#menu-top table tr td:hover
{
    font-family: Verdana;
	font-size:11px;
	color: #990000;
    vertical-align:middle;
    text-decoration: none;
    background:url('../Images/bottone_sopra.jpg');
}
#menu-top table tr td.prom
{
    vertical-align:middle;
	text-decoration: none;
	background:url('../Images/bottone_in.jpg');
}

.menusx {
	width: 190px;
	text-align: left;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin: 0px;
}
.menusx ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.menusx li a {
	height: 24px;
	text-decoration: none;
	background-color: #C8CDC6;
	font-size: 11px;
	margin: 0px;
	border: 1px solid #E6EBE3;
	padding: 0px;
	}	
	
.menusx li a:link, #menusx li a:visited {
	color: #FFF;
	background-color: #78BA84;
	display: block;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0px;
	}
	
.menusx table tr td {
	color: #FFF;
	/*background:url('../Images/barretta_link.jpg');*/
	/*padding-top: 8px;*/
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	}
	
.menudx {
	width: 190px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}
	
.menudx ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	
.menudx li a {
	height: 24px;
	text-decoration: none;
	background-color: #C8CDC6;
	font-size: 11px;
	border: 1px solid #E6EBE3;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
	
.menudx li a:link, .menudx li a:visited {
	color: #FFF;
	background-color: #78BA84;
	display: block;
	padding-top: 8px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 5px;
	}
	
.menudx table tr td {
	color: #FFF;
	background:url('../Images/barretta_link.jpg');
	/*padding-top: 8px;*/
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	}

.menudx table tr td:hover {
	color: #FFF;
	background:url('../Images/barretta_link_sopra.jpg');
	/*padding-top: 8px;*/
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	}

#menu-master-sx {
	width: 190px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

#menu-master-sx ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu-master-sx li a {
	height: 24px;
	text-decoration: none;
	background-color: #C8CDC6;
	font-size: 11px;
	margin: 0px;
	border: 1px solid #E6EBE3;
	padding: 0px;
}

#menu-master-sx li a:link, #menu-master-sx li a:visited {
	color: #FFF;
	background-color: #A9D5AD;
	display: block;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0px;
}

#menu-master-sx li a:hover {
	color: #FFF;
	background-color: #98C09C;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#container #sidebar1 #menu-master-sx #int-menu {
	/*background-color: #98C09C;*/
	width: 190px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 21px;
	/*background-image: url(images/sfondo-btn-master.png);*/
	background-repeat: no-repeat;
	background-position: right center;
}

#menu-top-corsi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 980px;
	margin: auto;
	padding: 0px;
	float: left;
}

#menu-top-corsi ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#menu-top-corsi li {
	font-size: 10px;
	display: inline;
	margin: 0;
	height: 30px;
}

#menu-top-corsi a:link, #menu-top-corsi a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #98C09C;
	background-image: url(../images/btn.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 138px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98C09C;
	border-right-color: #98C09C;
	border-bottom-color: #98C09C;
	border-left-color: #98C09C;
	background-position: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#menu-top-corsi a:hover, #menu-top-corsi a:focus, #menu-top-corsi a:active {
	color: #000;
	width: 138px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #A6BEAC;
	background-image: url(../images/btn-giu.jpg);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	background-position: center;
	float: left;
}

#menu-top-corsi a.prom:link, #menu-top a.prom:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C65757;
	background-image: url(../btn_prom.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	margin: 0em;
	width: 138px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98C09C;
	border-right-color: #98C09C;
	border-bottom-color: #98C09C;
	border-left-color: #98C09C;
	background-position: center;
}

#menu-top-corsi a.prom:hover, #menu-top a.prom:focus, #menu-top a.prom:active {
	color: #000;
	width: 138px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #A6BEAC;
	background-image: url(../btn_prom-giu.jpg);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	background-position: center;
	float: left;
}

.imgNoBorder{ border:0;}

.CloudBox
{
    width:100px;
    text-align:center;
    border:solid 1px navy;
    background-color: white;
}

/*Menu*/
ul.menu1 {
list-style:none; /* elimino i punti elenco */
/*margin:0; padding:0;*/ /* elimino i rientri delle liste */
}

ul.menu1 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 */
font-size:8px;
/*padding:0 1em;*/ /* lascia spazio far il bordo del menu e il testo del link */
}
ul.menu1 li
{ display:inline; } /*elimina lo spazio fra gli elementi della lista introdotto da Opera*/

ul.menu1 li a:link, ul.menu1 li a:visited {
/*background:White;*/
/*color: #3300CC;*/
} /* colori per il link */
ul.menu1 li a:hover, ul.menu1 li a:active {
background: #3300CC;
color:White;
} /* colori per l'effetto roll-over */

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    z-index:100;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.bunnerpubscuola
{
    margin-left:4px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}