@import url("reset.css");

body {
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
}
h1 {
	color:#b30006;
	font-size: 1.6em;
	margin:20px 0 10px 0;
}
h2 {
	color:#000;
	font-size: 1.131em;
	margin:10px 0 5px 0;
}
h2 a {
	color:#b00;
	margin:8px 0 0 0;
	text-decoration:none;
}
h2 a:hover {color:#000;}
h2.documentazioneobbligatoria, h2.documentazionefacoltativa, h2.documentazioneequipollente {
	font-size: 1.1em;
	padding:4px 4px 4px 0px;
}
h2.documentazioneobbligatoria {
/*	border-left:2px solid #f60;  */
	color:#f60;
}
h2.documentazionefacoltativa {
/*	border-left:2px solid #C72E2E;  */
	color:#C72E2E;
}
h2.documentazioneequipollente {
/*	border-left:2px solid #666; */
	color:#003;
}
h3 {
	color:#333;
	font-size: 1.125em;
	margin-left:10px;
	margin-top:5px;
}
h4 {
	font-size: 1em;
	margin-bottom:8px;
}
.fakeinput {
	font-weight: bold;
}
a {
	color:#b00;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
a.add {
	background:url(img/add.gif) right top no-repeat;
	display:block;
	padding:3px 30px 5px 0;
	text-decoration:none;
}

p {
    line-height: 1.34em;
    margin: 1em 0;
}
p.action {
	font-size:smaller;
	line-height:1em;
	margin-left:20px;
}

p.faxpopup{
	margin:1.34em 0 0 0;
}

.content ul {margin:15px 0;}
.content ul li {
	list-style-type:disc;
	margin:10px 0 10px 30px;
}
.content ul li img { vertical-align:bottom; }

li.word, li.pdf, li.jpg {
	background-image:url(img/fileformat.gif);
	background-repeat:no-repeat;
	padding:1px 0 1px 25px;
}
li.word {background-position: 0 -39px;}
li.pdf {background-position: 0 -1px;}
li.jpg {background-position: 0 -20px;}

.info, .success, .warning, .error, .confirmdel {
    background-repeat: no-repeat;
    background-position: 10px 10px;
	line-height:1.3em;
    margin: 10px 0;
    padding:10px 10px 15px 50px;
}
.info {
    background-color: #BDE5F8;
    background-image: url('img/info.gif');
	border:1px solid #00529B;
    color: #00529B;
}
.success {
    background-color: #DFF2BF;
    background-image:url('img/success.gif');
	border:1px solid #4F8A10;
    color: #4F8A10;
}
.warning {
    background-color: #FEEFB3;
    background-image: url('img/warning.gif');
	border:1px solid #9F6000;
    color: #9F6000;
}
.error {
    background-color: #FFBABA;
    background-image: url('img/error.gif');
	border:1px solid #D8000C;
    color: #D8000C;
}
.confirmdel {
    background-color: #dd0000;
    background-image: url('img/warning.gif');
	border:1px solid #9F6000;
    color: #ffffff;
}

span.status {font-size:smaller;}
span.necessario {color: #D8000C;}
span.totali {color: #555;}

table th,table td {
	padding:5px;
	vertical-align:top;
}
table th {background-color:#eee;}

.ico {vertical-align:bottom;}
.clear {clear:both;}
.legenda {text-align:right; font-size:.8em;}
.legenda img {/*vertical-align:text-bottom;*/}

/*------------------------------------------------------------------- STRUTTURA */
.wrapper {}
.container {
	background:#fff;
	padding:10px 20px;
}
#logo {
	background: #6C0000;
	height:100px;
	margin:0;
}
ul#navbar {
	font-size:.9em;
}
ul#navbar li {
	border-left:1px solid #000;
	float:left;
	padding:1px 10px;
}
ul#navbar li a {}
ul#navbar li#who {
	border:0;
	float:right;
}
.content {padding:10px 0;}

.helpdesk {
	float:right;
 	line-height:1.3em;
}

/*------------------------------------------------------------------- FORM */
form em {
	font-style:normal;
	color:#F00;
}
fieldset {
	border: 1px solid #eee;
	margin: 10px 0 0 0;
	padding:10px;
}
legend {
	background: #eee;
	color:#444;
	margin-left:5px;
	padding: .4em;
}

label {
	display:block;
	font-weight:bold;
	padding:4px 0;
}

input, select, textarea {
	border: 1px solid #ccc;
	padding:2px;
}
textarea {
	line-height:1.25;
	margin:0;
	overflow:auto;
}
input[disabled],input[readonly] { color:#000 }
input[type='text'] { cursor: text; }

textarea, input[type='text'], input[type='password'], select { background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #F3F3F3; }

.submit, button {
	background-color:#b30006;
	border:0;
	color:#eee;
	cursor:pointer;
	margin:0;
	padding:2px 4px;
	text-align:center;
	width:auto;
}
button {background:none;}

img.action {
	cursor:pointer;
	position:relative;
	top:1px;
	left:4px;
	vertical-align:top;
}
/*----------------------------- table.listadottorati ----------------------------- */
table#listadottorati {
	border-collapse:collapse;
	width:100%;
}
table#listadottorati h2 {
	margin:5px 0;
	padding:0;
	text-indent:0;
}
table#listadottorati tr.row0 {
	background-color:#f3f3f3;
	height:90px;
}
table#listadottorati tr.row1 {
	background-color:#eeeeee;
	height:90px;
}
table#listadottorati th {
	border:1px dotted #000;
}
table#listadottorati td {
	padding:5px 10px;
	vertical-align:top;
}
table#listadottorati td div.extrainfo {
	color:#333;
	font-size:.8em;
}
table#listadottorati td img {margin:5px;}
table#listadottorati td div.extrainfo a {color:#333;}
table#listadottorati td div.extrainfo a:hover {
	color:#b00;
	text-decoration:none;
}
table#listadottorati td div.desc {
	color:#333;
	font-size:.8em;
	margin-top:5px;
}
table#listadottorati td div.desc a {color:#333;}
table#listadottorati td div.desc a:hover {
	color:#b00;
	text-decoration:none;
}
/*----------------------------- table.documenti ----------------------------- */
table.documenti {width:700px;}
table.documenti th, table.documenti td {padding-left:0px;}
table.documenti td {
	font-size: 1.063em;
	font-weight:bold;
}
table.documenti td h2 {font-size:1.2em;	}
table.documenti td a {color:#444;}
table.documenti td span {
	font-size:.8em;
	font-style:italic;
	font-weight:normal;
}
table.documenti td img, table.documenti td a img {padding:0 5px;}

/*----------------------------- table.listadottorati ----------------------------- */
table.protocollo {width:99%;font-size:90%; }
table.protocollo th {white-space: nowrap;}
table.protocollo td {white-space: nowrap;}
table.protocollo td.desc-fixed {white-space:normal;}
/*----------------------------- table.loginform ----------------------------- */
table.bandi {width:740px;}
table.bandi th {background-color:#eee;}
table.bandi .center {text-align:center;}

/*----------------------------- table.loginform ----------------------------- */
table#loginform {}

/*----------------------------- table.registerform ----------------------------- */
table#register_form_table {width:700px;}
table#register_form_table td {
	border:0;
	padding:5px;
}
table#register_form_table td.label {
	white-space:nowrap;
	width:200px;
}
table#register_form_table td.field {width:300px;}
table#register_form_table td.message {width:320px;}
table#register_form_table td.register-before {width:320px;}
table#register_form_table td.register-after {
	color:#b00;
	font-size:90%;
	width:320px;
}

ol.lettere li {
	line-height:1.3em;
	list-style-type:lower-alpha;
	margin-left: 26px;
	padding:8px 0;
}
ol.lettere li label {display:inline;}

