@charset "utf-8";
/* CSS Document */

/* tag universale per tutti gli elementi */
* {
	/*margin: 0;
padding: 0;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
.button {
	height: 50px;
	margin: 10px;
	font-weight: bold;
}
#main_menu ul {
	list-style-type: none;
	height: 40px;
	width: 100%;
	margin: 0px;
	padding: 0px;
        height: auto;
}
#main_menu li {
/*	float: left;*/
        display: inline-block;
}
#main_menu ul a {
	font-weight: bold;
	/*background-image: url();*/
	/*background-repeat: no-repeat;*/
	/*background-position: right;*/
	padding-right: 18px;
	padding-left: 18px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-size: 18px;
	color: #060;
}
.cont_float {
	float: left;
	text-align: center;
	padding: 0px 20px 0px 20px;
}
#msg_cont_l {
	float: left;
	padding: 10px 30px 10px 10px;
	border-right: solid #333 1px;
}
#msg_cont_r {
	float: left;
	margin-left: 30px;
	padding: 10px 10px 10px 30px;
}
.mail_area {
	width: 500px;
	height: 600px;
}
.sms_area {
	width: 300px;
	height: 150px;
}
.tab1 {
	border-collapse: collapse;
}
.tab1 a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.tab1 td, .tab1 th {
	margin: 0px;
	padding: 4px;
	padding-right: 6px;
	border: 1px solid;
	border-color: #598657;
}
.tab1 th {
	font-weight: bold;
	background-color: #FFFF99;
}
.tab1 .riga_pari {
	background-color: #F0F4F0;
}
.tab1 .riga_pari:hover {
	background-color: #FFE6D9;
}
.tab1 .riga_dispari:hover {
	background-color: #FFE6D9;
}
.tab2 td {
	margin: 0px;
	padding: 6px;
	border: none;
	font-weight: bold;
}
.tab2 .riga_pari {
	background-color: #F0F4F0;
}
.tab3 td, .tab3 th {
	margin: 0px;
	padding: 3px 15px 3px 15px;
	border: none;
	white-space: nowrap;
}
.tab2 p{
    margin-bottom: 0px;
}
.tab3 a {
	text-decoration: underline;
	color: #000066;
}
.tab3 th {
	font-weight: bold;
	border-bottom: 1px solid;
}
.tab3 label {
	font-weight: bold;
}
.tab4 th {
	text-align: left;
	font-weight: bold;
}
.tab5 {
	width: 100%;
}
.tab5 td {
	width: 50%;
	text-align: center;
}

.tab6{
    	margin: 0px;
	padding: 3px 0px 3px;
	border: none;
	white-space: nowrap;
}
.tab6 td{
    padding: 6px;
    background-color: #F0F4F0;
    font-size: 14px;
}
.tab6 tr td:first-child{
    font-weight: bold;
}

.margint {
	margin-top: 20px;
	clear: both;
}
.margint2 {
	margin-top: 40px;
}
.smallcat {
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid;
	border-color: #666666;
	margin-right: 1px;
	float: left;
}
.bigcat {
	width: 30px;
	height: 15px;
	display: block;
	border: 1px solid;
	border-color: #666666;
}
.hovercat {
	position: relative;
	top: -20px;
	height: 16px;
	width: 100px;
	display: none;
	padding: 0px 5px 0px 5px;
	background-color: #FFC;
	border: #CCC 1px solid;
	overflow: hidden;
}
.t2 {
	font-size: 16px;
	font-weight: bold;
}
.t2 span{
    	font-size: 16px;
	font-weight: bold;
}
.tmini {
	font-size: 10px;
}
#ctrl_pg a, #ctrl_pg p, #ctrl_filtro a, #ctrl_filtro p {
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	display: block;
	height: 16px;
	line-height: 16px;
}
.logo {
    float: left;
	border: none;
	margin: 0px;
	padding: 0px;
}
.logo img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.ombra_sotto {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 12px;
	background: url(../media/ombra-sotto.jpg) repeat-x;
}
.ombra_sopra {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 12px;
	background: url(../media/ombra-sopra.jpg) repeat-x;
}
.fail {
	font-weight: bold;
	color: #C00;
}
.success {
	font-weight: bold;
	color: #090;
}
.footer{
	border-top:1px solid #000000;
	margin-top:40px;
	padding-top:20px;
}
.bold{
    font-weight: bold;
}

.label_in{
    display: inline-block;
    width: 290px;
    margin:4px;
}
.label_in input{
    float: right;
    margin-top: -3px;
    margin-right: 6px;
}
.inlinecont{
    display: inline-block;
    vertical-align: top;
}
#dettagli-status{
    font-weight: normal;
    color: #444;
}