/* stili sovrascritti */

img {
    margin: -1px 1px;
}

a {
    color: #4C4C4C;
    font-weight: bold;
    text-decoration: none;
}

/* FINE STILI SOVRASCRITTI */

/* Stili Header */
#header {
	position: relative;
	width: 760px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(/img/header_studenti_wht_800.png);
	background-repeat: no-repeat;
}

#center-column {
	position: relative;
	padding: 0px 5px;
}

#center-column div.cornice {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #C8C8C1;
	border-collapse: collapse;
}

#center-column h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	padding-left:12px;
	font-weight:normal;
}

#center-column h3.capolettera:first-letter {

}
#center-column div.gradiente {
	background-image: url(/img/bg_studenti.png);
	background-repeat: repeat-y;
	background-position: center right;
}


#center-column div.cornice {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #C8C8C1;
	border-collapse: collapse;
}
#center-column h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	padding-left:12px;
	font-weight:normal;
}
#center-column h3.capolettera:first-letter {

}


legend {
    color: #ffffff;
    font-size: 11px;
    background: #1e5799;
    padding: 2px 4px 2px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
}

#title span {
	font-size: 20px;
	line-height: 22px;
	color: #C26F1F;
}

/* Tables */
table,
thead th,
tfoot th,
tfoot td {
	border: 1px solid #999;
}
thead th,
tfoot th,
tfoot td {
background: #1e5799;
background: -moz-linear-gradient(top,  #1e5799 46%, #2989d8 91%, #207cca 100%, #7db9e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#1e5799), color-stop(91%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#7db9e8));
background: -webkit-linear-gradient(top,  #1e5799 46%,#2989d8 91%,#207cca 100%,#7db9e8 100%);
background: -ms-linear-gradient(top,  #1e5799 46%,#2989d8 91%,#207cca 100%,#7db9e8 100%);
background: linear-gradient(to bottom,  #1e5799 46%,#2989d8 91%,#207cca 100%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
tbody td a:hover,
tbody tr:hover,
tbody tr:hover th,
tbody tr.odd:hover th {
	background-color: #e4e4e4;
}




/* Stili clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.info {
	background-image: url(/img/information.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font: normal 13px verdana,arial,sans-serif;
}

.error-icon {
	background-image: url(/img/exclamation.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font: normal 13px verdana,arial,sans-serif;
}

.alert-icon {
	background-image: url(/img/error.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font: normal 13px verdana,arial,sans-serif;
}

.infomessage {
    list-style-image: url(/img/information.png);
	font: normal 13px verdana,arial,sans-serif;
}

.errormessage {
    list-style-image: url(/img/exclamation.png);
	font: normal 13px verdana,arial,sans-serif;
}

.alertmessage {
    list-style-image: url(/img/error.png);
	font: normal 13px verdana,arial,sans-serif;
}

.acceptmessage {
    list-style-image: url(/img/accept.png);
	font: normal 13px verdana,arial,sans-serif;
}

.briciole {
	font-weight: bold;
	text-decoration: none;
	color: #C26F1F;
}

.reminder {
	background-color: #e4e4e4;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}

.remindermessage {
    list-style-image: url(/img/lightbulb.png);
	font: normal 13px verdana,arial,sans-serif;
}


