* {
 position: relative;
}
h1, h2 {
 text-align: center;
}
h2 span {
 margin-right: 4px;
}
h2 strong {
  
}
label {
 display: block;
}
label span {
 display: block;
}
nav ul {
 margin: auto;
}
nav ul li {
 margin: 2px;
 display: inline-block;
}

dl, dt, dd {
 display: block;
}
dt {
 font-weight: bold;
}
*:first-letter {
 text-transform: uppercase;
}









nav#main_menu ul {
 width: 400px;
}
nav#main_menu.admin_menu ul {
/* width: 1140px;*/
 width: 60%;
 text-align: center;
}
nav#main_menu.student_menu ul {
/* width: 520px;*/
 width: 60%;
 text-align: center;
}
nav#main_menu.teacher_menu ul {
 width: 60%;
 text-align: center;
}

nav#main_menu ul li {
 width: 120px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 border: 1px solid #ccc;
 background-color: #cfb;
 background:  linear-gradient(0deg, #ccffbb 0, #447733 40px);
}
nav#main_menu ul li:hover {
 background-color: #9c8;
 background:  linear-gradient(0deg, #99cc88 0, #447733 40px);
}
nav#main_menu ul li a {
 text-decoration: none;
}





div.showElem {
 width: 500px;
 margin: auto;
}

div.showElem h1 {
 background: #473;
 background:  linear-gradient(0deg, #99cc88 0, #447733 40px);
}

div.showElem dl dt {
 color: #473;
 border-bottom: 2px solid #a00;
 margin-top: 18px;
}

div.showElem dl dd ul li ul li input {
 margin-right: 8px;
}

div.tabs div.showElem {
 width: auto;
 margin: auto;
}
div.tabs div.showElem dl dt {
 border: none;
 background: none;
 background-color: transparent;
}
div.tabs div.showElem dl dd {
 padding-left: 8px;
 padding-bottom: 10px;
}
section#main form div.tabs div.showElem dl dd h1 {
 text-align: left;
 font-size: 15px;
 line-height: 20px;
 border-radius: 0;
 padding-left: 2px;
}
div.tabs div.showElem ul li {
 background-color: transparent;
 border: none;
}




table.resultList {
 width: 600px;
 margin: 60px auto;
 border: 1px solid #000;
 background-color: #fff;
}
table.resultList caption {
 text-transform: uppercase;
 font-size: 22px;
 line-height: 32px;
 color: #fff;
 background-color: #473;
}
table.resultList caption span {
 display: block;
 text-transform: none;
}
table.resultList tr td {
 border-bottom: 1px dotted #000;
}
table.resultList tr td span.evidenzia {
 color: #f00;
 text-align: center;
}
table.resultList tr td a {
 text-align: center;
 min-width: 20px;
}





table a.cancella, table a.modifica, table a.dettagli, table a.aggiungi, table a.ricerca, table a.elenca, table a.stampa, table a.matDid, table a.courseCertificateLink {
    width: 30px;
    display: inline-block;
}
a.cancella, a.modifica, a.dettagli, a.aggiungi, a.ricerca, a.elenca, a.duplica, a.stampa, a.matDid, a.courseCertificateLink {
	background: url('../img/dettagli.png') transparent no-repeat top center;
	height: 24px;
	text-indent: -9999px;
}

a.modifica{
	background-image: url('../img/modify.png');
}

a.dettagli{
	background-image: url('../img/dettagli.png') no-repeat;
}

a.aggiungi{
	background-image: url('../img/aggiungi.png');
}

a.ricerca{
	width: 26px;
	background-image: url('../img/ricerca.png');
}

a.elenca{
	background-image: url('../img/elenca.png');
    left: 0 !important;
}

a.duplica{
	background-image: url('../img/duplica.png');
    height: 30px !important;
    width: 140px !important;
    text-indent: 0 !important;
    background-color: #fff;
}

a.stampa{
    background: url('../img/stampa.png') top left no-repeat;
    height: 30px !important;
    width: 40px !important;
    text-indent: -9999px !important;
}

a.matDid {
 background-image: url('../img/matdid.jpg');
}

a.courseCertificateLink {
 background-image: url('../img/attestato.png');
}


section#main{
  width: 100%;
  padding-bottom: 20px;
  min-height: 400px;
  margin-top: 4px;
  float: left;
  clear: left;
}

dl.container {
 width: 90%;
 margin: auto;
}
dl.container dt {
 background-color: #ddd;
 background-color: #cfb;
 background: linear-gradient(0deg, #447733 0, #ffffff 40px);
 border: 1px solid #000;
 padding: 2px;
}
dl.container dd {
 margin-left: 0;
 padding-left: 0;
 border: 1px solid #473;
 padding: 6px;
 text-align: justify;
}

/* GENERIC MAIN PAGE css */
/* **************************************************************************************** */
/* LEFT COLUMN */
section#leftColumn {
 width: 15%;
 padding-left: 4px;
 float: left;
}

section#leftColumn a {
 display: block;
 width: 100%;
 line-height: 28px;
 text-align: center;
 color: #000;
 margin-bottom: 6px;
 border-radius: 6px;
}

section#leftColumn ul {
 display: block;
 padding: 0;
}

section#leftColumn div#loginAction {
 padding-bottom: 12px;
}

section#leftColumn div#loginAction a#linkAccedi {
 border: 1px solid #473;
 height: 120px;
 line-height: 164px;
 text-decoration: none;
 background: url("../img/lucchettochiuso.png") no-repeat scroll center center #CCFFBB;
/* background-color: #cfb;
 background: linear-gradient(0deg, #447733 0, #ffffff 40px);*/
}
section#leftColumn div#logoutAction a#linkLogout {
 border: 1px solid #473;
 height: 120px;
 line-height: 164px;
 text-decoration: none;
 background: url("../img/lucchettoaperto.png") no-repeat scroll center center #CCFFBB;
/* background-color: #cfb;
 background: linear-gradient(0deg, #447733 0, #ffffff 40px);*/
}

section#leftColumn a.linkUsrRegistration {
 border: 2px solid #a70;
 height: 116px;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 14px;
 font-weight: bold;
}

section#leftColumn a#linkTeachRegistration {
 border-color: #a70;
 background-color: #c92;
 background: url('../img/docente.gif') center bottom no-repeat #ff9; /*  linear-gradient(0deg, #aa7700 0, #ffffff 40px);*/
 color: #473;
}
section#leftColumn a#linkStudRegistration {
 border-color: #a70;
 background-color: #c92;
 background: url('../img/corsista.gif') center bottom no-repeat #ddf; /*  linear-gradient(0deg, #aa7700 0, #ffffff 40px);*/
 color: #473;
}
section#leftColumn div#loginAction a#linkAccedi:hover {
 background: url("../img/lucchettoaperto.png") no-repeat scroll center center #CCFFBB;
/* background-color: #fa6;
 background: linear-gradient(0deg, #77aa66 0, #ffffff 40px);*/
}
section#leftColumn div#logoutAction a#linkLogout:hover {
 background: url("../img/lucchettochiuso.png") no-repeat scroll center center #CCFFBB;
/* background-color: #fa6;
 background: linear-gradient(0deg, #77aa66 0, #ffffff 40px);*/
}
section#leftColumn a#linkTeachRegistration:hover {
 border-color: #f00;
 background-color: #fff;
}
section#leftColumn a#linkStudRegistration:hover {
 border-color: #f00;
 background-color: #fff;
}

section#leftColumn a.coursesLink {
 border-radius: 0;
 background: url('../img/corsionline.png') center bottom no-repeat #ffe;
 height: 116px;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 14px;
 font-weight: bold;
 margin-top: 40px;
}
section#leftColumn a.coursesLink:hover {
 background-color: #fff;
}

section#leftColumn a.courseProposalLink {
 border-radius: 0;
 background: url('../img/stella.png') center left no-repeat #ffe;
 height: 50px;
 line-height: 50px;
 text-decoration: none;
 font-size: 18px;
 margin-top: 40px;
 padding-left: 46px !important;
}
section#leftColumn a.courseProposalLink:hover {
 color: #f00;
 box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
}


section#leftColumn a.usrProfileLink {
 border-radius: 0;
 background: url('../img/profilo_mini.png') center left no-repeat #ffe;
 height: 50px;
 line-height: 50px;
 text-decoration: none;
 font-size: 18px;
 margin-top: 40px;
 background-color: #ff7;
}
section#leftColumn a.usrProfileLink:hover {
 color: #f00;
 box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
}

section#leftColumn div#leftMenu {
 padding-bottom: 22px;
}
section#leftColumn div#leftMenu ul li {
 display: block;
 background-color: #da3;
 background: linear-gradient(0deg, #ddaa33 0, #ffffff 30px);
}
section#leftColumn div#leftMenu ul li:hover {
 background-color: #fb5;
 background: linear-gradient(0deg, #ffbb55 0, #ffffff 30px);
}
section#leftColumn div#leftMenu ul li a {
 text-align: left;
 padding-left: 4px;
}


section#leftColumn div#leftBanner ul li {
 display: block;
 width: 100%;
 height: 120px;
 background-color: #da3;
 background: linear-gradient(0deg, #ddaa33 0, #ffffff 20px);
 margin-bottom: 12px;
}
section#leftColumn div#leftBanner ul li:hover {
 background-color: #f50;
 background: linear-gradient(0deg, #ff5500 0, #ffffff 20px);
}
section#leftColumn div#leftBanner ul li a {
 text-align: left;
 padding-left: 4px;
}

section#leftColumn div#leftAdvice ul li {
 background-color: #da3;
 background: linear-gradient(0deg, #ddaa33 0, #ffffff 20px);
 margin-bottom: 12px;
}
section#leftColumn div#leftAdvice ul li:hover {
 background-color: #fb5;
 background: linear-gradient(0deg, #ffbb55 0, #ffffff 20px);
}
section#leftColumn div#leftAdvice ul li a {
 text-align: left;
 padding-left: 4px;
}

/* **************************************************************************************** */
/* CENTER COLUMN */
section#centerColumn {
 width: 71%;
 min-height: 800px;
 margin: auto;
 border: 1px solid #000;
 float: left;
 margin-left: 10px;
 background-color: #fff;
 padding-bottom: 30px;
}
section#centerColumn div.article {
 width: 90%;
 border-left: 2px solid #ccc;
 border-bottom: 2px solid #ccc;
 border-bottom-left-radius: 6px;
 margin-bottom: 40px;
 margin: auto;
 background-color: #fb5;
 background: linear-gradient(90deg, #ffbb55 0, #ffffff 20px);
}

section#centerColumn p {
 padding-left: 24px;
}


/* **************************************************************************************** */
/* RIGHT COLUMN */
section#rightColumn {
 width: 12%;
 min-height: 800px;
 float: right;
}

section#rightColumn a {
 display: block;
 width: 98%;
 line-height: 28px;
 text-align: center;
 color: #000;
 margin-bottom: 6px;
 border-radius: 6px;
}

section#rightColumn ul {
 display: block;
 padding: 0 4px 0 0;
}
section#rightColumn ul li {
 border-radius: 6px;
}

section#rightColumn div#rightMenu {
 padding-bottom: 12px;
}
section#rightColumn div#rightMenu a {
 border: 1px solid #473;
 background-color: #cfb;
 background: linear-gradient(0deg, #447733 0, #ffffff 40px);
}
section#rightColumn div#rightMenu a:hover {
 background-color: #7a6;
 background: linear-gradient(0deg, #77aa66 0, #ffffff 40px);
}
section#rightColumn div#rightMenu ul li a {
 text-decoration: none;
 text-align: center;
 padding-left: 4px;
}

section#rightColumn div#partners {
 margin-bottom: 42px;
}
section#rightColumn div#partners ul li {
 background-color: #da3;
 background: linear-gradient(0deg, #ddaa33 0, #ffffff 20px);
 margin-bottom: 12px;
}
section#rightColumn div#partners ul li:hover {
 background-color: #fb5;
 background: linear-gradient(0deg, #ffbb55 0, #ffffff 20px);
}
section#rightColumn div#partners ul li a {
 text-align: left;
 padding-left: 4px;
}



section#rightColumn div#rightBanner ul li {
 display: block;
 width: 100%;
 height: 120px;
 background-color: #fc5;
 background: linear-gradient(40deg, #ffffff 0, #ddaa33 150px);
 margin-bottom: 12px;
}
section#rightColumn div#rightBanner ul li:hover {
 background-color: #cfb;
 background: linear-gradient(40deg, #ffffff 0, #447733 150px);
}
section#rightColumn div#rightBanner ul li a {
 text-align: left;
 padding-left: 4px;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* CORSISTI */
div#studentRegistration p {
 width: 700px;
 margin: 30px auto;
 border: 3px solid #987;
 border-radius: 6px;
 padding: 8px;
 background-color: #fff;
}

div#studentRegistration h1 {
 line-height: 40px;
 background-color: #cfb;
 background:  linear-gradient(0deg, #ccffbb 0, #447733 40px);
}

div#studentRegistration h3 {
 border-bottom: 2px solid #a00;
}
div#studentRegistration form {
 margin-top: 60px;
}
div#studentRegistration form input.floated {
 float: left;
}
div#studentRegistration p {
 margin-left: 24px;
 padding: 0;
}
div#studentRegistration p.textCell {
 text-align: justify;
 width: 96%;
 height: 60px;
 border: 1px solid #000;
 overflow:scroll;
 overflow-y:scroll;
 overflow-x:hidden;
}

/* DOCENTI */
div#teacherRegistration {
 width: 75%;
 margin: 30px auto;
 border: 3px solid #987;
 border-radius: 6px;
 padding: 8px;
 background-color: #fff;
}

div#teacherRegistration h1 {
 line-height: 40px;
 background-color: #cfb;
 background:  linear-gradient(0deg, #ccffbb 0, #447733 40px);
}

div#teacherRegistration h3 {
 border-bottom: 2px solid #a00;
}
div#teacherRegistration form {
 margin-top: 60px;
}

div#teacherTermRegistration input.floated, div#studentTermRegistration input.floated {
 float: left;
 z-index: 1000;
}
div#teacherTermRegistration p {
 margin-left: 24px;
 padding: 0;
}
div#teacherTermRegistration p.textCell, div#studentTermRegistration p.textCell {
 text-align: justify;
 width: 96%;
 height: 60px;
 border: 1px solid #000;
 overflow:scroll;
 overflow-y:scroll;
 overflow-x:hidden;
}



div#coursesDescription {
 width: 98%;
 margin: 40px auto;
}fullFreeCoursesDescription
div#coursesDescription h1 {
 font-size: 40px;
 color: #473;
 text-transform: uppercase;
 text-shadow: 1.4px 1.4px 0 #fff, 2.1px 2.1px 0 rgba(255, 255, 255, 0.79);
 margin-bottom: 0;
}

div#coursesDescription h1 {
 font-size: 40px;
 color: #473;
 text-transform: uppercase;
 text-shadow: 1.4px 1.4px 0 #fff, 2.1px 2.1px 0 rgba(255, 255, 255, 0.79);
 margin-bottom: 0;
}
div#coursesDescription h2, div#coursesDescription h3 {
 text-align: left;
 margin-left: 24px;
 padding-left: 8px;
}

div#coursesDescription h3.fullfree {
 color: #473;
 background-color: #cfb;
 background:  linear-gradient(0deg, #ffffff 0, #447733 40px);
}
div#coursesDescription h3.halffree {
 color: #f70;
 background-color: #fe7;
 background:  linear-gradient(0deg, #ffffff 0, #ffcc22 40px);
}
div#coursesDescription h3.duty {
 color: #369;
 background-color: #9cf;
 background:  linear-gradient(0deg, #ffffff 0, #336699 40px);
}

div#coursesDescription ul#courseTypeList {
 margin-bottom: 50px;
}
div#coursesDescription ul#courseTypeList li {
 font-size: 15px;
 font-weight: bold;
 line-height: 50px;
 padding-left: 36px;
 border-bottom: 3px solid #000;
 width: 46%;
}
div#coursesDescription ul#courseTypeList li a {
 float: right;
 color: #f0f;
 text-decoration: none;
 font-weight: normal;
 font-style: italic;
}
div#coursesDescription ul#courseTypeList li.fullfree {
 background: url('../img/fullfree.png') no-repeat left center;
 border-color: #473;
 color: #473;
}
div#coursesDescription ul#courseTypeList li.halffree {
 background: url('../img/attestato.png') no-repeat left center;
 border-color: #fa2;
 color: #fa2;
}
div#coursesDescription ul#courseTypeList li.fullduty {
 background: url('../img/duty.png') no-repeat left center;
 border-color: #369;
 color: #369;
}




div#fullFreeCoursesDescription {
 
}

div#fullFreeCoursesDescription h1 {
 font-size: 40px;
 color: #473;
 text-transform: uppercase;
 text-shadow: 1.4px 1.4px 0 #fff, 2.1px 2.1px 0 rgba(255, 255, 255, 0.79);
 margin-bottom: 20px;
}

div#fullFreeCoursesDescription dl.container dt {
 text-transform: uppercase;
 line-height: 50px;
 border-top-right-radius: 6px;
 cursor: pointer;
 background: none;
 background-color: #ccffbb;
 padding-left: 8px;
}
div#fullFreeCoursesDescription dl.container dt:hover {
 background-color: #cfb;
 background:  linear-gradient(0deg, #ccffbb 0, #447733 40px);
}
div#fullFreeCoursesDescription dl dd h1 {
 margin: 16px 0 4px;
 font-size: 20px;
 color: #f70;
 text-shadow: 1.6px 1.6px 0 #473, 2.1px 2.1px 0 rgba(64, 112, 48, 0.79);
}
div#fullFreeCoursesDescription dl dd h2 {
 font-size: 20px;
 color: #473;
 border: 1px solid;
 background-color: #dfe;
}
div#fullFreeCoursesDescription dl dd h3 {
 margin: 16px 0 4px;
 font-size: 14px;
 text-align: left;
}

div.courseDescription {
 border: 1px solid #000;
 margin-bottom: 10px;
 padding: 4px;
 background-color: #efe;
}

div.teacherList {
 width: 50%;
 float: left;
}

div.courseDuration {
 clear: left;
 padding-top: 4px;
}
div.courseDate {
 width: 50%;
 float: left;
}
div.coursePlacement {
 width: 50%;
}
div.courseBooking {
 float: right;
 top: -80px;
 right: 120px;
 width: 200px;
 height: 40px;
 border: 3px double #473;
 border-radius: 6px;
 box-shadow: 0 0 25px rgba(64, 112, 48, 0.5);
 background-color: #fd7;
}

div.courseBooking a.courseBookingLink {
 display: block;
 line-height: 40px;
 text-align: center;
 text-decoration: none;
 text-transform: uppercase;
 color: #473;
}

a.iscrizioneStudenteLink, a.loginLink {
 width: 180px;
 height: 40px;
 line-height: 40px;
 text-transform: uppercase;
 text-decoration: none;
 border: 1px solid;
 border-radius: 6px;
 padding: 4px;
 display: inline-block;
 margin-bottom: 4px;
 text-align: center;
 margin-left: 40px;
}

a.iscrizioneStudenteLink {
 border-color: #f70;
 color: #f70;
 background-color: #ffe;
}

a.loginLink {
 border-color: #473;
 color: #473;
 background-color: #efe;
}

a.iscrizioneStudenteLink:hover {
 background-color: #eed;
}

a.loginLink:hover {
 background-color: #ded;
}


ul#accesso {
/* position: absolute;*/
}

.enableStatusYes {
 margin: 20px 20px;
 padding-left: 16px !important;
 background: url('../img/enabled.png') no-repeat left center !important;
}
.enableStatusNo {
 margin: 0 20px;
 padding-left: 16px !important;
 background: url('../img/disabled.png') no-repeat left center !important;
}


a#anchor1, a#anchor2 {
 background-image: url('../img/calendar.png');
 border: 1px solid #aaa;
 width: 34px;
 display: inline-block;
 margin-left: 5px;
}

table.printMsgLink {
 text-align: center;
}
table.printMsgLink tbody tr td a {
 margin-left: 12px;
}



/* IMAGE SCROLLER */
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 576px;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 576px;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 200px;
}


/* MESSAGGISTICA */
fieldset.msg_destination {

}

fieldset.msg_destination label span {
 margin-left: 24px;
}
fieldset.msg_destination label input {
 top: -20px;
}

fieldset legend span {
 width: 5px;
}

a.teacherRegistrationLink, a.studentRegistrationLink {
 width: 200px;
 height: 50px;
 margin: 10px auto;
 display: block;
 background: #cfb;
 color: #000;
 text-align: center;
 text-decoration: none;
 text-transform: uppercase;
 line-height: 54px;
 border: 2px solid #473;
}
a.teacherRegistrationLink:hover, a.studentRegistrationLink:hover {
 color: #fff;
 font-weight: bold;
 background: #ad9;
}