ul {
 list-style: none;
}
textarea {
 width: 600px;
 background-color: #fff !important;
 border: 4px solid #a00;
}
section#main{
}


div#ammMainPage a, div#teachMainPage a {
 display: inline-block;
 width: 180px;
 height: 130px;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 font-weight: bolder;
 font-size: 16px;
 color: #000;
 border: 4px double #aaa;
 border-radius: 12px;
 margin-top: 60px;
 margin-right: 10px;
 box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

div#ammMainPage a.insegnamentiMngr, div#teachMainPage a.insegnamentiMngr {
 background: url('../../img/insegnamenti.png') no-repeat bottom #fd7;
 color: #0a0;
}
div#ammMainPage a.insegnamentiMngr:hover, div#teachMainPage a.insegnamentiMngr:hover {
 background-color: #ff0;
}

div#ammMainPage a.corsiMngr, div#teachMainPage a.corsiMngr {
 background: url('../../img/corsi.gif') no-repeat bottom transparent;
}
div#ammMainPage a.corsiMngr:hover, div#teachMainPage a.corsiMngr:hover {
 background-color: #7ad;
}

div#ammMainPage a.classiMngr, div#teachMainPage a.classiMngr {
 background: url('../../img/classe.png') no-repeat bottom transparent;
}
div#ammMainPage a.classiMngr:hover, div#teachMainPage a.classiMngr:hover {
 background-color: #7ad;
}

div#ammMainPage a.lezioniMngr, div#teachMainPage a.lezioniMngr {
 background: url('../../img/corsi.gif') no-repeat bottom #74a;
}
div#ammMainPage a.lezioniMngr:hover, div#teachMainPage a.lezioniMngr:hover {
 background-color: #a7d;
}


div#ammMainPage a.messaggisticaMngr, div#teachMainPage a.messaggisticaMngr {
 background: url('../../img/mail.png') no-repeat bottom #74a;
}
div#ammMainPage a.messaggisticaMngr:hover, div#teachMainPage a.messaggisticaMngr:hover {
 background-color: #a7d;
}


div#ammMainPage a.studentMngr, div#teachMainPage a.studentMngr {
 background: url('../../img/studenti.png') no-repeat bottom #7ad;
}
div#ammMainPage a.studentMngr:hover, div#teachMainPage a.studentMngr:hover {
 background-color: #9cf;
}

div#ammMainPage a.docentiMngr, div#teachMainPage a.docentiMngr {
 background: url('../../img/docenti.png') no-repeat bottom #ad7;
}
div#ammMainPage a.docentiMngr:hover, div#teachMainPage a.docentiMngr:hover {
 background-color: #cf9;
}

div#ammMainPage a.matDidMngr, div#teachMainPage a.matDidMngr {
 background: url('../../img/matDid.png') no-repeat bottom #fa0;
}
div#ammMainPage a.matDidMngr:hover, div#teachMainPage a.matDidMngr:hover {
 background-color: #fc7;
}
div#ammMainPage a.testMngr, div#teachMainPage a.testMngr {
 background: url('../../img/test.png') no-repeat bottom #888;
}
div#ammMainPage a.testMngr:hover, div#teachMainPage a.testMngr:hover {
 background-color: #ddd;
}



div#menuActions {
// width: 990px;
 width: 90%;
 margin: auto;
 text-align: center;
}
div#menuActions h1 {
 text-align: center;
 text-transform: uppercase;
 text-shadow: 1.4px 1.4px 0 #fff, 2.1px 2.1px 0 rgba(255, 255, 255, 0.79);
 color: #555;
 background-color: #cfb;
 background:  linear-gradient(0deg, #ccffbb 0, #447733 63px);
 border-radius: 12px;
 line-height: 40px;
}
div#menuActions a {
 display: block;
 width: 180px;
 height: 130px;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 font-weight: bolder;
 font-size: 16px;
 color: #000;
 border: 4px double #aaa;
 margin-top: 60px;
}

div#menuActions a.addAction:hover, div#menuActions a.searchAction:hover, div#menuActions a.listAction:hover,
div#menuActions a.insegnamentiMngr:hover, div#menuActions a.corsiMngr:hover, div#menuActions a.classiMngr,
div#menuActions a.maleProfileAction:hover, div#menuActions a.femaleProfileAction:hover,
div#menuActions a.writeAction:hover, div#menuActions a.readAction:hover {
 border-color: #777;
 background-color: #eee;
 border-radius: 8px;
}
div#menuActions a.addAction, div#menuActions a.searchAction, div#menuActions a.listAction,
div#menuActions a.insegnamentiMngr, div#menuActions a.corsiMngr, div#menuActions a.classiMngr,
div#menuActions a.maleProfileAction, div#menuActions a.femaleProfileAction,
div#menuActions a.writeAction,  div#menuActions a.readAction {
 border-color: #fff;
/* float: left;
 margin-left: 172px;*/
 display: inline-block;
 padding-left: 50px;
 text-indent: -50px;
}
div#menuActions a.addAction {
 background: url('../../img/add-1-icon.png') no-repeat bottom transparent;
}
div#menuActions a.searchAction {
 background: url('../../img/Search-icon.png') no-repeat bottom transparent;
}
div#menuActions a.listAction {
 background: url('../../img/list-icon.png') no-repeat bottom transparent;
}
div#menuActions a.maleProfileAction {
 background: url('../../img/profilouomo.png') no-repeat bottom transparent;
}
div#menuActions a.femaleProfileAction {
 background: url('../../img/profilodonna.png') no-repeat bottom transparent;
}

div#menuActions a.writeAction {
 background: url('../../img/scrivi_msg.png') no-repeat bottom transparent;
}
div#menuActions a.readAction {
 background: url('../../img/read_msg.png') no-repeat bottom transparent;
}

div.acc-content a {
 display: block;
 width: 160px;
 height: 130px;
 text-align: center;
 text-decoration: none;
 font-weight: bolder;
 font-size: 16px;
 color: #000;
 border: 4px double #aaa;
 margin: 0px 10px;
 float: left;
}

div.acc-content h2 {
  text-align: left !important;
  margin: 0 !important;
  border-radius: 0 4px 0 0 !important;
  background-color: #fea !important;
/*  width: 30% !important;*/
}
div.acc-content h3 {
  display: block;
  margin-bottom: 12px !important;
}
div.acc-content ul {
  margin-top: 6px;
  margin-bottom: 8px;
}
div.acc-content ul li {
  margin-left: 6px;
  line-height: 28px;
  font-size: 13px;
}
div.acc-content ul li.removeMenu {
  float: left;
}

div.acc-content div.elencoPietanze {
 width: 300px;
 float: left;
}




div#ammMainPage {
  width: 600px;
  margin: auto;
}

div#teachMainPage {
  width: 600px;
  margin: auto;
}




/* LOGIN */
div#divLogin {
 width: 400px;
 margin: 60px auto;
 background-color: #cfb;
 border:  3px solid #fd2;
 border-radius: 6px;
 box-shadow: 0 0 15px rgba(255, 112, 32, 0.8);
}

div#divLogin h1 {
 text-align: center;
 background-color: #473;
 color: #fff;
}
div#divLogin h1:first-letter {
 text-transform: uppercase;
}

div#divLogin form#frmLogin label {
 display: block;
 margin: auto;
 width: 150px;
}

/*div#divLogin form#frmLogin*/
label input, label select {
 margin-bottom: 12px;
}
label span {
 margin-bottom: 2px;
}
div#divLogin p {
 margin: 0 4px;
 padding: 4px;
 text-align: justify;
}
form#frmLogin {
 width: 400px;
}

form#frmLogin input.submit {
 clear: left;
 display: block;
}




input.submit {
 margin: 10px auto;
 display: block;
}





div.dataModule{
  background: transparent;
  width: 100%;
  margin: auto;
}
div.dataModule form {
  width: 600px;
  margin: auto;
}
form.dataModule{
  background: transparent !important;
  display: block;
  width: 990px;
  margin-top: 30px;
  min-height: 400px;
}
section#main form h1, section#main div.dataModule h1 {
 text-align: center;
 text-transform: uppercase;
 text-shadow: 1.4px 1.4px 0 #fff, 2.1px 2.1px 0 rgba(255, 255, 255, 0.79);
 color: #555;
 background-color: #cfb;
 background:  linear-gradient(0deg, #ccffbb 0, #447733 63px);
 border-radius: 12px;
 font-size: 19px;
 line-height: 40px;
}




div.usr_card {
 border: 2px solid #473;
 border-radius: 12px;
 width: 400px;
 margin: 40px auto;
 background-color: #fff;
}

div.usr_card h2 {
 margin-left: 2px;
 font-weight: normal;
}
div.usr_card h2:first-letter {
 text-transform: uppercase;
}

div.usr_card dl {
 border: 0px solid #734;
 margin-left: 10px;
}

div.usr_card dl dt {
 height: 50px;
 font-size: 14px;
 text-indent: 60px;
 line-height: 20px;
 color: #473;
}
div.usr_card dl dd {
 font-size: 12px;
 margin-left: 60px;
 margin-top: -20px;
}

div.usr_card dl.card_anagrafica dt {
 display: block;
 margin-left: -60px;
}
div.usr_card dl.card_anagrafica dd {
 font-size: 20px;
 margin: -20px 0 40px; 
}

.usr_card h1 {
 background-color: #cfb;
 font-weight: bold;
 font-size: 16px;
 text-transform: uppercase;
 padding-left: 10px;
 line-height: 30px;
 border-top: 2px groove #473;
 border-bottom: 2px groove #473;
}





.card_login {
 background: url('../../img/lucchetto.gif') center left no-repeat;
 margin-top: 40px;
}
.card_password {
 background: url('../../img/password.png') center left no-repeat;
}
.card_telefono {
 background: url('../../img/telefono.png') repeat-y;
}
.card_fax {
 background: url('../../img/fax.png') repeat-y; 
}

fieldset.mat_did_corsi div label {
 display: inline-block;
 margin-right: 60px;
 margin-top: 14px;
}

fieldset.docenti_corsi div label {
 display: inline-block;
 margin-right: 60px;
 margin-top: 14px;
}
/*
div#tabs div {
 font-size: 13px;
}
div#tabs ul li {
 background-color: #fe7;
 border: 1px solid #fd2;
}
div#tabs ul li a {
 font-size: 13px;
 color: #000;
}
div#tabs ul li:hover {
 background-color: #fd2;
 border: 1px solid #fc0;
}
div#tabs ul li:active {
 background-color: #cfb;
 border: 1px solid #fd2;
}
*/

/* lista di schede */
div.ctrl_accordion {
 font-size: 13px;
 color: #000;
}


/* schede dettagli */

div.tabs {
 width: 680px;
 margin: auto;
 min-height: 240px;
 float: none;
 border: 1px solid #000;
}
div.tabs div {
 font-size: 13px;
}
div.tabs ul li {
 background-color: #fe7;
 border: 1px solid #fd2;
}
div.tabs ul li a {
 font-size: 13px;
 color: #000;
}
div.tabs ul li:hover {
 background-color: #fd2;
 border: 1px solid #fc0;
}
div.tabs ul li:active {
 background-color: #cfb;
 border: 1px solid #fd2;
}




/* student home page */
section#mainarea {
 display: inline-block;
 width: 100%;
}

section#mainarea ul.courses_list {
 width: 700px;
 height: auto;
 margin: auto;
 padding: 4px;
}

section#mainarea ul.courses_list li {
 border: 1px solid #aaa;
}

section#mainarea ul.courses_list h1 {
 text-align: left;
 background-color: #473;
 color: #fff;
 padding-left: 4px;
 margin: 0;
}

section#mainarea ul.courses_list li dl dd h1 {
 background-color: #fff;
 color: #000;
 font-size: 14px;
}

section#communicationarea {
 width: 12%;
 float: right;
}

section#communicationarea h1 {
 background-color: #fd2;
 color: 473;
 border-radius: 6px 6px 0 0;
}

section#communicationarea div#in_msg, section#communicationarea div#out_msg {
 margin-top: 10px;
 background-color: #fff;
}

section#communicationarea div#in_msg {
 width: 97%;
 min-height: 200px;
 border: 1px solid #743;
}
section#communicationarea div#in_msg h1 {
 color: #f00;
 font-size: 16px;
 padding-bottom: 4px;
 border-bottom: 2px solid #a00;
}
section#communicationarea div#in_msg ul {
 display: block;
 padding-left: 10px;
}

section#communicationarea div#out_msg {
 width: 94%;
 height: 320px;
 padding: 4px;
 border: 1px solid #473;
}

section#communicationarea div#out_msg form label span {
 font-weight: bold;
}

section#communicationarea div#out_msg form input, section#communicationarea div#out_msg form select {
 width: 200px;
 display: block;
 margin-bottom: 12px;
}

section#communicationarea div#out_msg form textarea {
 display: block;
}


fieldset.mat_did_corsi div {
 border-bottom: 2px groove #a00;
 padding-bottom: 0 6px 10px;
 margin-bottom: 2px;
}


.published {
 margin: 20px 20px;
 padding-left: 16px !important;
 background: url('../../img/published.png') no-repeat left center !important;
}

.unpublished {
 margin: 0 20px;
 padding-left: 16px !important;
 background: url('../../img/unpublished.png') no-repeat left center !important;
}

table.listTbl {
 width: 600px;
 margin: auto;
}

table.listTbl caption {
 line-height: 40px;
}

div.studentCourseList {
}

div.studentCourseList h1 {
 font-size: 24px;
 border-bottom: 2px solid #fa0;
 width: 50%;
 margin: 20px auto 40px;
 text-align: center;
}


.numeric {
 text-align: right;
}


div.course_card {
 margin-top: 40px;
 box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
 min-height: 400px;
 background-color: #cfb;
}

div.course_card div {
 background-color: #fff !important;
 min-height: 234px;
}

div.course_card h1 {
 font-size: 16px;
}
div.course_card h2 {
 font-size: 22px;
 line-height: 40px;
 width: 60%;
 height: 40px;
 margin: 0 auto 10px;
 background-color: #cfb;
 background:  linear-gradient(0deg, #447733 0, #ccffbb 34px);
 border-radius: 0 6px;
}
div.course_card div h1 {
 text-align: left;
}

div.course_card ul li {
 width: 100px !important;
 text-align: center !important;
 padding: 4px 0 !important;
}
div.course_card ul li a {
 width: 100px !important;
 text-align: center !important;
 display: block;
 padding: 4px 0 !important;
}

div.proponiInsegnamento {
 width: 500px;
 margin: auto;
}
div.proponiInsegnamento a {
 display: block;
 text-align: center;
 background: #fa0;
 background:  linear-gradient(0deg, #ffaa00 0, #ffffff 40px);
 line-height: 30px;
 font-size: 18px;
 width: 50%;
 margin: auto;
}

p.debugMsgClass {
 color: #f00;
 font-weight: bold;
 display: block;
}

div.classStudentList {

}

div.classStudentList h3 {
 border: 1px solid #000;
 background-color: #473;
 color: #fff;
 padding: 2px;
}

div.classStudentList ul li a {
 color: #473;
 font-weight: bold;
 text-decoration: none;
}
div.classStudentList ul li a:hover {
 color: #f70;
}

div.classStudentList ul li input {
 margin-right: 4px;
}

div.classStudentList ul li ul li a {
 color: #000;
}

div.classStudentList ul li, div.showElem ul li, div.showElem ul li a {
 text-align: left !important;
 width: auto !important;
}

div.msg_card {
 width: 500px;
 margin: 30px auto;
 border: 1px solid #000;
 border-radius: 6px;
 padding: 4px;
 box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
 background-color: #cfb;
}
div.msg_card h1 {
 background-color: #fff;
 line-height: 24px;
 border-bottom: 1px solid #000;
 border-top: 1px solid #000;
}

.highlightedText {
}
.highlightedText a {
 font-size: 24px;
 color: #473;
}