body{
	background-color:		#f0f0f0;
	font:					11px tahoma;
	margin:					0px;
}

label {
	cursor: pointer;
}

#approvato_no+label, #approvato_si+label {
	padding: 5px 15px 5px 5px;
}

#approvato_no:checked+label{ font-weight: bold; background-color: #cc0000; } 

#approvato_si:checked+label{ font-weight: bold; background-color: #009900; } 

table, td, div, input, select, b, tr{
	-moz-box-sizing:					border-box;
}

table.box_login{
	background-color:		#ffffff;
	border-left:			solid 1px #b0b0b0;
	border-top:				solid 1px #b0b0b0;
	border-right:			solid 1px #d0d0d0;
	border-bottom:			solid 1px #d0d0d0;
}

td{
	font:					11px tahoma;
}

td.box_title{
	border-left:					solid 1px #afd8ff;
	border-top:						solid 1px #afd8ff;
	border-right:					solid 1px #80a8d0;
	border-bottom:					solid 1px #80a8d0;
	background-color:				#a0c8f0;
	font-weight:			bold;
	text-align:				center;
	padding:				2px;
}

td.home_menu{
	border-left:			solid 1px #b0b0b0;
	border-top:				solid 1px #b0b0b0;
	border-right:			solid 1px #d0d0d0;
	border-bottom:			solid 1px #d0d0d0;
	background-color:		#ffffff;
	width:					150px;
}

td.home_corpo{
	border-left:			solid 1px #b0b0b0;
	border-top:				solid 1px #b0b0b0;
	border-right:			solid 1px #d0d0d0;
	border-bottom:			solid 1px #d0d0d0;
	background-color:		#ffffff;
}

div.box_title{
	border-left:					solid 1px #afd8ff;
	border-top:						solid 1px #afd8ff;
	border-right:					solid 1px #80a8d0;
	border-bottom:					solid 1px #80a8d0;
	background-color:				#a0c8f0;
	font-weight:			bold;
	text-align:				center;
	padding:				2px;
}

div.corpo{
	width:					100%;
	height:					auto !important;
	min-height:				100%;
	height:					100%;
	padding:				5 3 3 3; 
}

div.corpo_menu{
	width:					100%;
	height:					100%;
	padding:				1 3 3 3; 
}

a.home_menu_link{
	color:					#305870;
	text-decoration:		none;
}

a.home_menu_link:hover{
	text-decoration:		underline;
}

a{
	color:					#305870;
	text-decoration:		none;
}

a:hover{
	text-decoration:		underline;
}
.stile_errore{
	color:					#a00000;
	font-weight:			bold;
}
.testo_evidenziato{
	color:					#a00000;
}

td.header_tabella_job{
	border-left:			solid 1px #f8f8f8;
	border-top:				solid 1px #f8f8f8;
	border-right:			solid 1px #a0a0a0;
	border-bottom:			solid 1px #a0a0a0;
	background-color:		#e0e0e0;
	text-align:				center;
}

td.cella_tabella_job{
	border-right:			solid 1px #c0c0c0;
	border-bottom:			solid 1px #c0c0c0;
	text-align:				center;
}

tr.list_job_attesa{
	background-color:		#ffffff;
}

tr.list_job_in_corso{
	background-color:		#ffe0e0;
}

tr.list_job_inviato{
	background-color:		#e0ffe0;
}

tr.list_job_ripristinato{
	background-color:		#ffffe0;
}

span.lista_job_attesa_nd{
	color:					#c0c0c0;
}

span.lista_job_in_corso_nd{
	color:					#ffa0a0;
}

input.campo_text{
	border:					solid 1px #c0c0c0;
	width:					350px;
}

textarea.campo_text{
	border:					solid 1px #e0e0e0;
	width:					350px;
}

textarea.campo_text_focus{
	border:					solid 1px #909090;
	width:					350px;
}

input.campo_text_focus{
	border:					solid 1px #909090;
	width:					350px;
}

input.campo_text_disabled{
	border:					solid 1px #e0e0e0;
	background-color:		#f8f8f8;
	width:					350px;
}

input.campo_text_login{
	border:					solid 1px #e0e0e0;
	width:					150px;
}

input.campo_text_login_focus{
	border:					solid 1px #909090;
	width:					150px;
}

input.campo_button{
	border-left:					solid 1px #afd8ff;
	border-top:						solid 1px #afd8ff;
	border-right:					solid 1px #80a8d0;
	border-bottom:					solid 1px #80a8d0;
	background-color:				#a0c8f0;
	font:					bold 11px tahoma;
	padding:				1 3 1 3;
	cursor:					hand;
}

input.campo_button_disabled{
	border-left:					solid 1px #f0f0f0;
	border-top:						solid 1px #f0f0f0;
	border-right:					solid 1px #b0b0b0;
	border-bottom:					solid 1px #b0b0b0;
	background-color:				#e0e0e0;
	font:					bold 11px tahoma;
	padding:				1 3 1 3;
	cursor:					hand;
}

table.box_msg{
	background-color:		#ffffff;
	border-left:			solid 1px #b0b0b0;
	border-top:				solid 1px #b0b0b0;
	border-right:			solid 1px #d0d0d0;
	border-bottom:			solid 1px #d0d0d0;
	width:					300px;
	height:					200px;
}

td.errore_titolo{
	border-left:			solid 1px #c00000;
	border-top:				solid 1px #c00000;
	border-right:			solid 1px #600000;
	border-bottom:			solid 1px #600000;
	background-color:		#a00000;
	font:					bold 11px tahoma;
	text-align:				center;
	padding:				2px;
	color:					#ffffff;
}

td.errore_testo{
	color:					#a00000;
	font:					11px tahoma;
	padding:				2px;
}

input.errore_pulsante{
	border-left:			solid 1px #c00000;
	border-top:				solid 1px #c00000;
	border-right:			solid 1px #600000;
	border-bottom:			solid 1px #600000;
	background-color:		#a00000;
	font:					bold 11px tahoma;
	color:					#ffffff;
	padding:				1 3 1 3;
	cursor:					hand;
}

td.conferma_titolo{
	border-left:			solid 1px #fff0a0;
	border-top:				solid 1px #fff0a0;
	border-right:			solid 1px #dfb060;
	border-bottom:			solid 1px #dfb060;
	background-color:		#ffd080;
	font:					bold 11px tahoma;
	text-align:				center;
	padding:				2px;
}

td.conferma_testo{
	color:					#000000;
	font:					11px tahoma;
	padding:				2px;
}

input.conferma_pulsante{
	border-left:			solid 1px #fff0a0;
	border-top:				solid 1px #fff0a0;
	border-right:			solid 1px #dfb060;
	border-bottom:			solid 1px #dfb060;
	background-color:		#ffd080;
	font:					bold 11px tahoma;
	padding:				1 3 1 3;
	cursor:					hand;
	width:					75px;
}

td.info_titolo{
	border-left:			solid 1px #afd8ff;
	border-top:				solid 1px #afd8ff;
	border-right:			solid 1px #80a8d0;
	border-bottom:			solid 1px #80a8d0;
	background-color:		#a0c8f0;
	font:					bold 11px tahoma;
	text-align:				center;
	padding:				2px;
}

td.info_testo{
	color:					#000000;
	font:					11px tahoma;
	padding:				2px;
}

input.info_pulsante{
	border-left:					solid 1px #afd8ff;
	border-top:						solid 1px #afd8ff;
	border-right:					solid 1px #80a8d0;
	border-bottom:					solid 1px #80a8d0;
	background-color:				#a0c8f0;
	font:					bold 11px tahoma;
	padding:				1 3 1 3;
	cursor:					hand;
	width:					75px;
}

div.posizionamento_banner_mesi_contratto{
	text-align:				center;
	width:					30px;
	display:				inline;
	border:					solid 1px #c0c0c0;
	background:				#f8f8f8;
	margin-right:			4px;
	margin-top:				2px;
	margin-bottom:			2px;
}
div.posizionamento_banner_mesi_contratto_selezionato{
	text-align:				center;
	width:					30px;
	display:				inline;
	border:					solid 1px #90c090;
	background:				#c8f8c8;
	margin-right:			4px;
	margin-top:				2px;
	margin-bottom:			2px;
}
select{
	font:					11px tahoma;
}
input.campo_text_posizionamento_banner{
	border:					solid 1px #909090;
	width:					350px;
}

input.campo_text_posizionamento_banner_focus{
	border:					solid 1px #606060;
	width:					350px;
}
input.campo_text_posizionamento_banner_disabled{
	border:					solid 1px #d0d0d0;
	background-color:		#f8f8f8;
	width:					350px;
}

table.tabella_spazi_allocati{
	border:					solid 1px #a0a0a0;
	background-color:		#ffffff;
}

td.titolo_tabella_spazi_allocati{
	background-color:		#e0e0e0;
	padding:				2px;
}

table.primo_blocco_spazi_allocati{
	border-top:				solid 1px #a0a0a0;
	width:					45px;
	display:				inline;
}

table.blocco_spazi_allocati{
	border-top:				solid 1px #a0a0a0;
	border-left:			solid 1px #b0b0b0;
	width:					30px;
	display:				inline;
}

td.titolo_blocco_spazi_allocati{
	border-bottom:			solid 1px #b0b0b0;
	background-color:		#f0f0f0;
	font-weight:			bold;
	padding:				2px;
	height:					33px;
}
td.cella_blocco_spazi_allocati{
	border-bottom:			solid 1px #b0b0b0;
	height:					15px;
}
td.cella_fine_blocco_spazi_allocati{
	height:					15px;
}
table.primo_blocco_vuoto{
	border-top:				solid 1px #a0a0a0;
	border-left:			solid 1px #a0a0a0;
	width:					30px;
	height:					64px;
	display:				inline;
}
table.blocco_vuoto{
	border-top:				solid 1px #a0a0a0;
	width:					30px;
	height:					64px;
	display:				inline;
}

td.hr_title{
	padding-left: 			5px;
	padding-right: 			5px;
}
table.tabella{
	border-left:			solid 1px #a0a0a0;
}
td.header_tabella{
	background-color: 		#e0e0e0;
	border-top:				solid 1px #a0a0a0;
	border-right:			solid 1px #a0a0a0;
	border-bottom:			solid 1px #a0a0a0;
	text-align:				center;
}
td.cella_tabella{
	border-right:			solid 1px #a0a0a0;
	border-bottom:			solid 1px #a0a0a0;
	text-align:				center;
}
td.footer_tabella{
	background-color: 		#f8f8f8;
	border-top:				solid 1px #a0a0a0;
	border-right:			solid 1px #a0a0a0;
	border-bottom:			solid 1px #a0a0a0;
	text-align:				center;
}
td.footer_tabella_cella_vuota{
	background-color: 		#f8f8f8;
	border-top:				solid 1px #a0a0a0;
	border-bottom:			solid 1px #a0a0a0;
}