@charset "utf-8";

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
html {
	background: #fff;
}
body {
	font:0.85em Verdana, Arial, Helvetica, sans-serifs;
	color:#333;
}
img {
	border:none;
}
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

select, textarea, input {
	/*font:0.8em Verdana, Arial, Helvetica, sans-serifs;*/
	/*border: 1px solid #888888;*/
}

.clear {
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
.noborder {border:none;}
.fr {float:right;}
.fl {float:left;}
.al {text-align:left;}
.ac {text-align:center;}
.ar {text-align:right;}

#top{
	background: url(images/bg_top.png) repeat-x left bottom;
	padding-top:2px;
	height:92px;
}
#top h1 {
	background: url(images/logo.png) no-repeat left top;
	width:700px;
	height:64px;
	margin:0 0 0 10px;
	padding:0;
}
#top h1 a{
	text-indent: -9999px;
	height:64px;
	display:block;
}

#top #info_u{
	height:23px;
	position:absolute;
	top:0;
	right:0;
	background-color:#0066CC;
	text-align:right;
	color:#fff;
	font-weight:bold;
	line-height:23px;
	padding:0 4px 0 8px;
	font-size:0.95em;

	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

#top #info_u span {
	color:#FFFF00;
}

#login{
	margin:25px 0 0 0;
	padding:20px 0 0 40px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

#login form{
	background: url(images/login.gif) no-repeat left top;
	padding:40px 0 20px 80px;
	font-size:0.85em;
	width:400px;
}
#login h3{
	font-size:1.1em;
	color: #0066CC;
	margin-bottom:3px;
}
#login p {
	color:#000066;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom:8px;
}

#login form label {
	width: 70px;
	float:left;
	display:block;
	padding:10px 0 0 5px;
}
#login form #username, #login form #password {
	width: 140px;
	margin-top:9px;
}
#login form #blogin {
	margin-top: 9px;
	margin-left: 75px;
}
#login form .log_err{
	margin-left:0;
	margin-right:0;
}


.log_op{
	color:#333333;
	margin:10px 20px 10px 20px;
	padding:12px 12px 12px 28px;
	background:#EBFFE8 url(images/information.png) 6px 10px no-repeat;
	border:1px solid #00CC00;
}
.log_err{
	color:#333333;
	margin:10px 20px 10px 20px;
	padding:12px 12px 12px 28px;
	background:#FFEBE8 url(images/error.png) 6px 10px no-repeat;
	border:1px solid #CC0000;
}

.log_alert{
	color:#000000;
	margin:10px 0px 10px 0px;
	padding:12px 12px 12px 28px;
	background:#f6f6f6 url(images/information.png) 6px 10px no-repeat;
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
}



/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 5px 0 0 0; /* set margins as desired */
font: bold 12px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #808080; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 4px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
margin-right: 3px;
}

ul#tabnav li a { /* settings for all tab links */
padding: 4px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #bbbbbb; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #0066CC; /* set unselected tab background color as desired */
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;

-webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #0066CC;
}


ul#tabnav li.sel { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#tabnav li.sel a { /* settings for selected tab link */
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
background-color: #fff; /* set selected tab background color as desired */
color: #0066CC; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}


ul#tabnav li.logout { /* settings for selected tab */
background-color: transparent;
float:right;
}

ul#tabnav li.logout a { /* settings for selected tab link */
background: transparent url(images/logout.png) no-repeat right center;
padding-right:20px;
color: #0066CC; /* set selected tab link color as desired */
border:0;
font-size:0.9em;
}
ul#tabnav li.logout a:hover { /* settings for hover effect */
text-decoration:underline;
}






ul#tabnav_s { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0px 0 0 0; /* set margins as desired */
font: bold 12px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #808080; /* set border COLOR as desired */
list-style-type: none;
padding: 20px 10px 4px 10px; /* THIRD number must change with respect to padding-top (X) below */

background: url(images/bg_top.png) repeat-x left -40px;
}

ul#tabnav_s li { /* do not change */
display: inline;
}

ul#tabnav_s li a { /* settings for all tab links */
padding: 4px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #bbbbbb; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #f6f6f6; /* set unselected tab background color as desired */
color: #666666; /* set unselected tab link color as desired */
margin-right: 3px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;

-webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
}

ul#tabnav_s a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #0066CC;
}


ul#tabnav_s li.sel { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#tabnav_s li.sel a { /* settings for selected tab link */
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
background-color: #fff; /* set selected tab background color as desired */
color: #0066CC; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}


/* end css tabs */




.nav {
	color: #003399;
}

.sg {
	color: #00CC00;
}
.sr {
	color: #CC0000;
}



#ops {
	font-size:0.85em;
	height:15px;
	padding:10px 15px 8px 15px;
	border-bottom: 1px solid #bbbbbb;
}

#main {
	margin:10px 15px 15px 15px;
	font-size:0.85em;
}



#main .log_op, #main .log_err, #main .log_alert {
	margin-left:0;
	margin-right:0;
}
#main .log_op .sg, #main .log_err .sg, #main .log_alert .sg, #main .log_op .sr, #main .log_err .sr, #main .log_alert .sr {
	font-weight:bold;
}

#main ul {
	margin:0 0 0 20px;
}
#main ul li, 
#main ol li {
	padding-top:5px;
}


.r_add, .r_mod {
	background: transparent url(images/icon-insert.gif) no-repeat left center;
	padding-left:20px;
	height:16px;
	color: #003399;
}
.r_add { background: transparent url(images/icon-insert.gif) no-repeat left center; }
.r_mod { background: transparent url(images/icon-ove.gif) no-repeat left center; }

a.r_add {
	display:block;	
}

.r_add_u {
	background: transparent url(images/icon-cli.gif) no-repeat left center;
	padding-left:20px;
	height:16px;
	color: #003399;
}
a.r_add_u {
	display:block;	
}

#ops #d_info {
	float:left;
}
#ops #d_cerca {
	float:right;
}
#ops #d_cerca #filtro_txt {
	width: 140px;
}
#ops #d_cerca input, #ops #d_cerca select {
	margin-left:8px;
	border:1px solid #aaa;
}
#ops #d_cerca #filtra {
	margin-left:15px;
}


#tbl_esito {
	width:100%;
	border-collapse:collapse;
	border:0px;
}
#tbl_esito th {
	border-bottom:1px solid #888888;
	height:24px;
	padding:0 2px 0 2px;
	color:#003399;
}

#tbl_esito td {
	border:0px;
	height:28px;
	padding:0 2px 0 2px;
}

#tbl_esito th a {
	font-weight:bold;
}
#tbl_esito th a.u {
	background: transparent url(images/caret-u.gif) no-repeat left 3px;
	padding-left:10px;
}
#tbl_esito th a.d {
	background: transparent url(images/caret-ds.gif) no-repeat left 3px;
	padding-left:10px;
}

#items_f {
	border-top:1px solid #888888;
	padding:4px 2px 0 2px;
}



.rw_co, .rw_ce {
	padding:8px 20px 8px 20px;
}
.rw_co {
	background-color:#efefef;
}
.rw_ce {
	background-color:#f6f6f6;
}
.rw_in {
	padding:0px 6px 4px 6px;
}
.bt {
	border-top:1px solid #888888;
}
.bb {
	border-bottom:1px solid #888888;
}
.mt {
	padding-top:10px;
	margin-top:20px;
}
.mb {
	padding-bottom:10px;
	margin-bottom:20px;
}
.dis{
	color:#666;
	border:1px solid #aaa;
	background-color:#ebebe4;
}


.frmFMT label {
	width:190px;
	float:left;
	display:block;
	padding-top:2px;
	padding-bottom:10px;
	margin-right:12px;
}
.frmFMT .lm {
	width: 250px;
}
.frmFMT .lb {
	width: 500px;
}
.frmFMT label.bb {
	border-bottom:1px solid #BBBBBB;
}