      
/* GENERAL */
body{
    font-family:  arial, 'trebuchet ms', verdana, sans-serif;
    font-size:12px;
    text-align:left;
    color: #262d37;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 2px;}
h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}

h1, h2, h3, h4{
    border-bottom: 1px solid #d52937;
    margin: 8px 0;
}

html, body{
    padding: 0px;
    margin: 0px;
}
                                                            
input{      
    background: transparent url('../img/input_bg.png') repeat-x;
    border:1px solid #cccccc;
    font-size: 11px;
    font-family:  arial, 'trebuchet ms', verdana, sans-serif; 
    margin: 0;
    padding: 0;   
}

input.button { 
    border:1px solid #cccccc; 
}

input:focus { 
    border:1px solid #033c3c; 
}

input:hover{
    border: 1px solid #366f6f;
}

select{
    background: transparent url('../img/input_bg.png') repeat-x;
    border:1px solid #cccccc;
    font-size: 11px;
    font-family:  arial, 'trebuchet ms', verdana, sans-serif; 
}

select:focus { 
    border:1px solid #033c3c; 
}

select:hover{
    border: 1px solid #366f6f;
}

.invisible {
    display: none;
}

/* END GENERAL */

#div_body{
    margin: 0;
}

/* FOOTER */

#footer_div{
/*    background: #cccccc url('../img/footer_bg.png') repeat-x;*/
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 26px;
    margin: 0;
    border-top: 2px solid #d52937;
    background: #ffffff;
}

html>body #footer_div {position:fixed} /* for moz/opera and others */

#footer_version{
    margin-right: 15px;
    margin-top: 8px;
    font-weight: bold;
    float:right;
}

#footer_log{
    margin-left: 15px;
    margin-top: 8px;
    float:left;
    font-size: 11px;
    font-weight: bold;
    padding-right: 24px;
}

.footer_loading{
    background:url('../img/waiter.gif') no-repeat right;
}

.footer_error{
    color: #f03;
}

/* END FOOTER */

/* ERRORS */
#error_div{
    margin: 10px;
    padding: 6px;
}

#error_div h1 {
    background: url('../img/warning48.png') no-repeat;
    height: 32px;
    padding-top: 18px;
    padding-left: 54px;
    color: #930;
}

#error_details{
    background-color: #ffcccc;
    padding:6px;
}
/* END ERRORS */

/* LOGIN */
#login_div {
    width: 100%;
    text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

#login_div_in {
	width: 100%;
    text-align: center;
}

#login_header {
	position: relative;
	padding: 20px;
	line-height: 76px;
	background: #ffffff;
	vertical-align: center;
	border-bottom: 2px solid #d52937;
}

#login_header img {
	vertical-align: middle;
	margin: 0px 15px;
}

#login_logo_pms {
	position: absolute;
	right: 50px;
	bottom: 20px;
	padding: 0px;
	width: 160px;
}

#login_body {
	width: 520px;
	margin: 30px auto;
	padding: 30px;
	background-color: #d52937;
    border-radius: 10px 0px;
}

#login_info {
    padding: 0px 20px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
}

#login_form {
	margin-top: 20px;
    text-align: center;
}

#login_form_in div {
	padding: 10px;
}

#login_form_in input {
	background: #f0f0f0;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	padding: 10px;
	color: #969696;
    font-size: 16px;
}

#formbutton button {
	width: 130px;
	height: 30px;
	background: #ffffff;
    color: #d52937;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d52937;
    border-radius: 10px 0px;
}

#login_message {
	padding: 10px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

#login_footer {
	padding: 20px;
	text-align: center;
}

#login_footer .img_div {
/*
	float: left;
*/
	display: inline-block;
	width: 160px;
	vertical-align: middle;
}
/* END LOGIN */
       
/* HEADER */
#header_div {
	height: 100px;
	background: #ffffff;
	border-bottom: 2px solid #d52937;
}
        
#header_logo{
    width: 500px;
    float: left;
    padding: 5px 15px;
}

#header_logo img {
	vertical-align: middle;
	margin-right: 30px;
}

#header_sub {
    text-align: center;
    padding: 15px 15px 0px 15px;
}

#header_navigation{
    float: right;
    color: #969696;
    font-size: 16px;
    padding: 10px 15px;
}
    
#header_logo_pms {
	text-align: right;
	margin-bottom: 10px;
}

#header_nav_ul{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0;
}
    
#header_nav_ul li{
    display: inline;
    line-height: 40px;
    margin: 0;
    padding: 10px;
    white-space: nowrap;
    width: auto !important;
    border-left: 1px solid #969696;
}
    
#header_nav_ul li a{
    color: #969696;
    text-decoration: none;
}

#header_nav_ul li a:hover{
    color: #969696;
    text-decoration: underline;
}

/* HEADER */
      
/* MAIN TAB MENU */      
#main_menu_div {
    height: 48px;
    margin: 0;
    padding: 15px 15px 0px 15px;
}

ul#main_menu{
    float: left;
    width: 100%;
    list-style: none;
}
       
ul#main_menu li {
    float: left;
    height: 48px;
    background: #ffffff;
    vertical-align: middle;
    border: 1px solid #d52937;
    border-bottom: none;
} 

ul#main_menu li#main_menu_tab_active {
    float: left;
    height: 48px;
    background: #d52937;
} 

ul#main_menu a {
    float: left;
    padding: 5px 15px;
    line-height: 38px;
    text-decoration: none;
    text-transform: uppercase;
    color: #d52937;
    font-size: 14px;
}

ul#main_menu li#main_menu_tab_active a {
    color: #f0f0f0;
} 

ul#main_menu a:hover {
    text-decoration: underline;
}
               
ul#main_menu div {
/*
    float: left;
    padding: 0.4em 0.8em 0.2em 0;
    background: url(../img/tab.png) no-repeat top right;
    cursor: pointer;
*/
} 
 
 ul#main_menu li#main_menu_tab_active a, ul#main_menu a:hover{
/*
    background: url(../img/tab2.png) no-repeat top left;
*/
 } 
 
 ul#main_menu li#main_menu_tab_active span, ul#main_menu a:hover span{
 } 
 
 /* END MAIN TAB MENU */
 
 /* CONTENT_CONTAINER */
 #content_container{
    /* margin-bottom: 26px; */
 }
 
 /* CONTENT HEADING */
 #content_heading{
    width:100%;
 }
 
#heading_bar {
	border-top: 1px solid #d52937;
	border-bottom: 1px solid #d52937;
	padding: 0px 15px;
}
    
 /* END CONTENT HEADING */
 
 /* CONTENT BODY */
 #content_body{
 	padding: 10px 15px 0px 15px;
 }
 
 #body_in{
 }
 
 .with_right_float{
     margin-right: 229px;
     padding-right: 5px;
     border-right: 1px solid #ccc;
 }
 #body_right{
     float: right;
     width: 222px;
     padding-right: 2px;
 }
 .body_right_in{
     padding: 1px 2px 5px 2px;
     border-bottom: 1px dotted #666;
     margin-bottom: 14px;
     background-color: #efefff;
 }
 
 .body_right_in ul{
     font-size: 11px; 
 }
 
 .body_right_in li{
     line-height: 14px;
 }
 
 .body_right_in li a:link, .body_right_in li a:visited{
     color: #1a6bb0;
     text-decoration: none;
 }
 .body_right_in li a:hover{
     text-decoration: underline;
 }
 
 #content_body_in{
    width: 100%;
    padding: 0px;
 }
 
 #content_body_in h2{
    font-family:sans-serif;
    padding-top: 6px;
    color: #262d37;
    border: 0;
    margin: 2px;
}
 
 #list_container{
    width: 100%;
    margin: 0;
    padding: 0px;
 }
 
 .list_container_msg {
    width: 100%;
    height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #d52937;
 }
 
 .home_list_container{
    width: 100%;
    margin: 0;
	padding: 10px;
 }
 
.home_list_container h3 {
	border: none;
	font-weight: normal;
}
 
 a.indietro_btn:link, a.indietro_btn:visited{
     text-decoration: none;
     font-weight: bold;
     color: #330;
 }
  a.indietro_btn:hover{
      color: #663;
  }
 
 .pagination{
    font-size: 11px;
    background-color: #eee;
    padding: 4px 0 2px 4px;
    background: #cccccc url('../img/bgGray.gif') repeat-x bottom;
    border-top: 1px solid #ccc;
}

.pagination span{
    font-size: 10px;
    margin-left: 2px;
    color: #333;
} 
/*provvisorio*/
.pagination a:link, .pagination a:visited {
     color: #1a6bb0;
     text-decoration: none;
}
.pagination a:hover {
     text-decoration: underline;
}
/*fine provvisorio*/

/* TABLE INFO */
.table_info{
    font-size: 11px;
    padding:5px;
    height: 11px;
    background: #eee url('../img/bgGray.gif') repeat-x bottom;
    border-bottom: 1px solid #ccc;
}

.table_info .f_right{
    float: right;
}

.table_info span{
    font-weight: bold;
}

.real_list_div{
    overflow: auto;
}
      
 table.listview{
    width:100%;
    border: 1px solid #cccccc;
    font-size: 10px; 
    margin: 0;
    background-color: #ffffff;
 }
 
 table.listview tr.tr_header{
    font-size: 12px;
    text-align: left;
 }
 
 table.listview tr:hover, .tr_hover {
    background-color: #dddddd !important;
    color:#000000;
 }

 
 table.listview th{
    font-weight: bold;
    padding: 4px;
    color: #ffffff;
    background-color: #d52937;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
	position: sticky;
	top: 0;
 }
 
 table.listview th a:link, table.listview th a:visited{
    text-decoration: none;
    color: #ffffff;
 }
 
 table.listview th a:hover{
 }
 
 
 table.listview td{
    padding: 4px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
 }
 
 table.listview td.img{
    padding: 2px;
    vertical-align: middle;
 }

 table.listview td.img img {
    margin: 0px 2px;
 }
 
 table.listview td a:link, table.listview td a:visited{
    text-decoration: none;
    color: #1a6bb0;
 }
 
 table.listview td a:hover{
    text-decoration: underline;
 }
      
 table.listview tr.odd{
    background-color: #eeeeee;
 }
 
 table.listview tr.warning{
    background-color: #ffdddd !important;
 }
 
 table tr.no-border td{
     border: 0;
 }

 .rb{
     border-right: 1px solid #ccc;
 }

 .list_item_selected{
    background: #aaaaff !important;
    font-weight: bold;
}

.list_item_td{
    padding: 2px 10px !important;
    background: url(../img/unchecked.png) no-repeat center !important;
}

.list_item_td_selected{
    background: url('../img/checked.png') no-repeat center !important;
}

table.onelem{
    width: 99%;
    border: 1px solid #cccccc;
    margin: 4px 2px;
}

table.onelem th{
    background: transparent url(../img/bgGray.gif) repeat-x scroll center bottom;
    padding: 2px;
}

table.onelem td{
    padding: 4px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
        /*
ul.content_menu_ul {
    list-style-type:none;
    width:auto;
    position:relative;
    display:block;
    height:31px;
    font-size:11px;
 
    margin:0;
    padding:0;
}

ul.content_menu_ul li {
    display:block;
    float:left;
    margin:0;
    padding:0;
}

ul.content_menu_ul li a {
    float:left;
    color:#696969;
    text-decoration:none;
    height:24px;
    padding :6px 7px 0;
    font-weight:normal;
    font-weight: bold;
}

ul.content_menu_ul li a:hover {
    color:#333333;
    text-decoration:none;
}

ul.content_menu_ul li a img{
    vertical-align: middle;
    margin-right: 3px;
    
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    
}

ul.content_menu_ul li a:hover img{ 
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;   
}

          */

.dropdown{
    /*visibility:hidden;*/
    margin: 0;
    padding:2px 0;
    list-style:none;
    border-bottom:1px solid transparent;
    font-size: 10px;
    margin: 0;
    list-style: none;
	z-index: 999;
}

/* these are the inner menus*/

.dropdown ul {
	position: absolute;
	top: 26px;
	left: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
    border-top:1px solid #cccccc;
	/*border: 1px solid #AAA;*/
	background: #f1f1f1;
	-webkit-box-shadow: 1px 1px 5px #AAA;
	-moz-box-shadow: 1px 1px 5px #AAA;
	box-shadow: 1px 1px 5px #AAA;
}


/* these are all the LIs in the menu*/
.dropdown li{
    margin:0 5px;
    background-color: transparent;
    cursor:pointer;
    position: relative;
    float: left;
    padding: 5px;
}

.dropdown li.separator{
    cursor: default;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
    color:#696969;
    text-decoration:none;;
    width:100%;
    font-weight: bold;
}

.dropdown a:hover{
    color:#333333;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
    border:1px solid #cccccc;
    border-top:0;
    margin-left:-1px;
    background-color: #eeeeee;
    width: 140px;
    float: none;
    padding: 0;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
    background-image:url('../img/down.png');
    background-position:center left;
    background-repeat:no-repeat;
    padding-left:20px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
    background-image:url('../img/expand_right.png');
    background-position:center right;
    padding:5px;

}

.dropdown li a img{
    vertical-align: middle;
    margin-right: 3px;

    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;

}

.dropdown li a:hover img{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
}

/* NEW MENU */

.dropdown .open {
	display: block;
}

.dropdown .close {
	display: none;
}

.dropdown ul li a {
	width: 130px;
	_width: 127px;
	/*background: #f1f1f1;*/
	padding: 3px;
	display: block;
	_float: left;
	font-weight: normal;
}

.dropdown ul li a:hover {
/*	background: #CDCDCD; */
}

.dropdown ul ul {
	left: 137px;
	_left: 0;
	top: 0;
}

/* END NEW MENU */

.search_list{
    padding: 6px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}

.search_item{
    width: 32%;
    float: left;
    margin: 2px;
    padding: 2px;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}
    
.search_list label, .search_list input {
    display: block;
    width: 150px;
    float: left;
}

.search_list .buttons{
    margin-left: 10px;
}

.search_list label {
    text-align: right;
    width: 40%;
    padding-right: 20px;
}

.content_body_head {
    /*background: url(../img/body_menu_bg.png) repeat-x bottom;*/
    padding:2px
}

.content_body_menu ul{
    float:right;
    list-style:none;
}

.content_body_menu ul li {
    display:block;
    float:left;
    margin: 0 10px;
    padding:0;
}

.content_body_menu ul li a {
    color:#696969;
    text-decoration:none;
}

.content_body_menu ul li a:hover {
    color:#000066;
    text-decoration:underline;
}

.content_body_menu ul li a img{
 /*   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;*/
}

/* DETAIL VIEW TABLE */
table.detail{
    width:100%;
    border-top: 1px solid #666;
}

table.detail td{
    padding : 4px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

table.detail td.label{
    background: #eee;
    text-align: right;
    width: 18% !important;
}

table.detail td.label_sum {
    background: #eee;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

.detail_info{
    margin: 4px;
    font-size: 10px;
    color: #666;
}


/* EDIT TABLE */
.edit_table{
    margin: 4px;
}

table.edit{
    width:100%;
    border-top: 1px solid #666;
}

table.edit td{
    padding : 4px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

table.edit td.label{
    background: #eee;
    text-align: right;
    width: 18% !important;
}

table.edit input {
    width: 90%;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    color: #262d37;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

button.noborder, .buttons a.noborder{
    border: 1px solid transparent;
    background: transparent;
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button {
    background-color:#f5f5f5;
    border:1px solid #dedede;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    text-decoration:none;
    color:#262d37;
    cursor:pointer;
}
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* DISABLED */
.buttons a.disabled, button.disabled{
    color:#999999 !important;
    background-color:#eeeeee;
}

.buttons a.disabled:hover, button.disabled:hover{
    border:1px solid #dddddd;
    background-color:#eeeeee;
    color:#999999 !important;
}

/* END BUTTONS */

.testo_rosso{
    color: #f00;
}

.validation-advice {
    color: #f00;
}

.admin_home_item{
    border: 1px solid #ccf;
    float:left;
    width: 200px;
    text-align: center;
    padding: 4px;
    margin: 4px;
}

.admin_home_item:hover{
    background-color: #99f;
}

.admin_home_item_img{
    text-align: center;
    height: 36px;
    vertical-align: middle;
    border: 1px solid #ccf;
    background-color: #eef;
    padding-top: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}

.admin_home_item_text{
    color: #003;
}

.file_fix_container{
    border: 1px solid #ccc;
    padding: 4px;
    margin: 4px;
    height: 200px;
    overflow: auto;
}

.file_fix_container p{
    width: 30%;
    float: left;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    margin: 2px;
    padding: 2px;
}

.ok {
    background: url(../img/ok.png) no-repeat;
    padding: 4px 4px 4px 24px;
}

.problems {
    background: url(../img/problems.png) no-repeat;
    padding: 4px 4px 4px 24px;
    color: #900;
    margin: 2px;
}

#permessi_cliente_select{
	display: inline-block;
    margin: 4px;
    background-color: #eee;
    border: 1px solid #ccf;
    padding: 10px;
}

.edit_permesso{
    background-color: #eee;
    border: 1px solid #ccf;
    padding: 10px;
    margin: 4px;
}

/* DETTAGLIO PROGETTO */
#tabBox .tabSet {
    background:transparent url(../img/tab-bkg.gif) repeat-x scroll left bottom;
    height:26px;
    margin:0;
    padding:0 0 0 6px;
    width:auto;
}

#tabBox .tabSet li {
    background:transparent url(../img/tab-off-l.gif) no-repeat scroll left top !important;
    cursor:pointer;
    float:left !important;
    list-style-type:none;
    margin:0 2px 0 0 !important;
    padding:0 0 0 14px !important;
}

#tabBox .tabSet li a {
    background:transparent url(../img/tab-off-r.gif) no-repeat scroll right top !important;
    color:#777;
    display:block !important;
    float:left !important;
    font-size:10pt !important;
    font-weight:bold !important;
    height:24px !important;
    line-height:26px !important;
    padding:2px 12px 0 0 !important;
    text-decoration:none !important;
}

#tabBox .tabSet li.on {
    background:transparent url(../img/tab-on-l.gif) no-repeat scroll left top !important;
}

#tabBox .tabSet li.on a {
    background:transparent url(../img/tab-on-r.gif) no-repeat scroll right top !important;
    color:#333333;
}

.panelSet{
    padding: 4px 2px 2px 2px;
}

table#rf_container{
    width: 100%;
}

.inner_cont{
    margin: 2px;
    border: 1px solid #ccc;
    padding: 2px;
}

.inner_cont h4{
    border: 0;
}

#report_progetto{
/*    background: #eee;*/
    padding: 4px;
    margin: 2px;
    border: 1px solid #ccc;
}

#report_progetto table{
    border-collapse: separate !important;
    border-spacing:2px;
    margin:6px 0;
    empty-cells : hide;  
    background-color: #fff;
}

#report_progetto table td{
    border-bottom: 1px solid #ccc;
    text-align: right;
    padding: 1px 2px;
    font-size: 11px;
}

#files_progetto{
/*    background: #eee;*/
    padding: 4px;
    margin: 2px;
    font-size: 11px;
    border: 1px solid #ccc;
}

#files_progetto div{
    background-color: #fff;
}

#report_files{
    margin-top: 2px;
}

#preload_div{
    padding: 12px;
    color: #fff;
    background-color: #99a;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

table.files_act{
    width: 99%;
}

table.files_act td{
    margin: 2px;
    padding: 2px;
    border: 1px solid #ccc;
}

#log{
    padding: 10px;
    color: #900;
    background-color: #fdd;
}

.log-ok{
    padding: 10px;
    color: #900;
    background-color: #dfd;
}

.log{
    padding: 10px;
    color: #900;
    background-color: #fdd;
    display: none;
}

/* ROAR */
.roar-body
{
    position:                absolute;
    font:                    12px/14px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    color:                    #fff;
    text-align:                left;
    z-index:                999;
}

.roar
{
    position:                absolute;
    width:                    300px;
    cursor:                    pointer;
}
.roar-bg
{
    position:                absolute;
    z-index:                1000;
    width:                    100%;
    height:                    100%;
    left:                    0;
    top:                    0;
    background-color:        #000;
    -moz-border-radius:        10px;
    -webkit-border-radius:    5px;
    -webkit-box-shadow:        0 0 5px rgba(0, 0, 0, 0.5);
}
.roar-body-ugly .roar
{
    background-color:        #333;
}
.roar-body-ugly .roar-bg
{
    display:                none;
}
.roar h3
{
    position:                relative;
    padding:                15px 10px 0;
    margin:                    0;
    border:                    0;
    font-size:                13px;
    color:                    #fff;
    z-index:                1002;
}
.roar p
{
    position:                relative;
    padding:                10px 10px 15px;
    margin:                    0;
    font-size:                12px;
    color:                    #fff;
    z-index:                1002;
}

/* END ROAR */


/* FLOW FASI */
table tr.fasih {
    background-color:#666;
    height:10px;
    color:#fff;

}
table tr.fasih td{
    padding:8px;
    font-weight:bold;
}

table tr.fasin {
    background-color:#eee;
    font-weight: bold;
}
table tr.fasin td{
    font-size:12px;
    padding:6px;
    font-weight:bold;
    border-bottom:1px solid #666;
}

table tr.atth {
    background-color:#666;
    height:10px;
    color:#fff;

}
table tr.atth td{
    padding:6px;
    font-weight:bold;
}

table tr.attn {
    background-color:#eee;
}
table tr.attn td{
    font-size:12px;
    padding:4px;
    font-weight:bold;
    border-bottom:1px solid #666;
}

table tr.attn td.attempty{
    background:#fff;
    border:0;
}

table td.attc{
    border-bottom:1px solid #666;
}

table.flow-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
/*END FLOW FASI */

/* TIP CSS */

.tip{
}

.tip .tip-title{
    background: url(../img/tip-top.png) no-repeat;
    font-weight: bold;
    padding: 18px 0px 0px 16px;
    width: 204px;
    height: 22px;
}

.tip .tip-text{
    background-color: #eeeeee;
    padding: 4px 10px;
}

/** END TIP */

/* MAP */
#pv_map{
    float:right;
    width: 400px;
    height: 348px;
    display: none;
}

#pv_map_head{
    height:24px;
    background-color : #eee;
    border-bottom: 1px solid #ccc;
    margin-top: 26px;
}

#pv_map_head > h4{
    padding-top: 6px;
    padding-left: 6px;
    border-bottom: 0;
    margin: 0;
}

#pv_map_close{
    float: right;
    width: 16px;
    height:16px;
    margin: 4px 6px 0 0;
    cursor: pointer;
}
#pv_map_cont_wrp{
    padding: 4px;
}

#pv_map_container{
    width:100%;
}

.form-dl dl{
    float: left;
    padding: 2px 6px;
    margin: 0;
}
.form-dl dl dd input{
    width: 200px;
}
.prescr-notif-form{
    border: 1px solid #ccc;
    padding: 10px;
}

.prescrizioni_pv{
    padding: 2px 6px;
    margin: 2px;
    border: 1px solid #c66;
}
.prescrizioni_pv h3,h4{
    border: 0;
}

.prescrizione_pv{
    border-top: 1px solid #ccc;
    background-color: #fff;
    padding: 0 4px 4px 4px;
}
.prescrizione_pv h4 span{
    border-bottom: 1px dotted #666;
    color: #330;
}

.notifiche_pv{
    background-color: #fdd;
}

.pn_archivio{
    background-color: #ddd !important;
}

.prescrizioni_pv a:link, .prescrizioni_pv a:visited{
    color: #666;
    text-decoration: underline;
}

.prescrizioni_pv a:hover{
    color: #000;
    text-decoration: none;
}

.file_pv_div_container{
    float:left;
    width: 47%;
    border: 1px solid #ccf;
    padding: 5px;
    margin: 5px;
}

.beta{
    font-style: italic;
    font-weight: bold;
    color: #cc0;
}

.CP_container{
    margin: 6px;
    border: 1px solid #ccf;
    padding: 6px;
}

.CP_float{
    width: 260px;
    float: left;
}

.CP_container h3{
    padding-top: 6px;
    color: #333366;
    border: 0;
    margin: 2px;
}

.pv_more_info{
    border-top:1px solid #ccc; 
    margin-top: 4px; 
    padding:4px; 
    position:relative;
}

.cp_info{
    border: 1px solid #ccf;
    padding: 0px 6px 3px 6px;
}

#new_prev_form{
    margin: 8px;
    padding: 4px;
    border: 1px solid #ddd;
}
#voci_preventivo{
    margin: 8px 0;
    padding: 8px;
    border: 1px solid #ccf;
    position: relative;
}
#prev_composizione{
    margin: 12px;
    padding: 4px;
    border: 1px solid #ccc;
}
table.preventivo{
    width: 100%;
}

table.preventivo tr td{
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 4px 0;
    text-align: right;
}
table.preventivo tr th{
    font-weight: bold;
    padding: 4px;
    background: transparent url(../img/bgGray.gif) repeat-x scroll center bottom;
    text-align: right;
}


table.preventivo tr td.prev_caption{
    text-align: left;
}
table.preventivo tr td.prev_caption p{
    font-style: italic;
}
table.preventivo tr td.prev_importo{
    font-weight: bold;
}
table.preventivo tr.prev_tr_totale td{
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding: 8px 0;
    border: 0;
}

#report_permessi{
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding:6px;
    text-align: right;
    padding-right: 100px;
}

.perm_report_table{
    width:100%;
}

.perm_report_table td{
    text-align: right;
}

.progress-bar-wrap{
    border: 1px solid #ccc;
}

.progress-bar-in{
    background-color: #33a;
    height: 16px;
    font-weight: bold;
    padding: 2px;
}

.prev_story{
    margin:2px;
    padding: 2px;
    border: 1px solid #ccc;
}

li.story{
    height: 20px;
    padding-top: 2px;
    background: url(../img/grey_right.png) no-repeat top left;
    padding-left: 18px;
}

.imp_cpp_div, .imp_tot_div{
    text-align:right;
    float:right;
}

a.bozza:link, a.bozza:visited{
    color: #877 !important;
}

.message p{
    border: 1px solid #ccc;
    padding: 16px;
    margin: 4px;
}
/*provvisorio*/
.message a:link, .message a:visited {
     color: #1a6bb0;
     text-decoration: none;
}
.message a:hover {
     text-decoration: underline;
}
/*fine provvisorio*/

.warning p{
    background-color: #fcaaaa;
}

td.td_info_show {
  border: 8px solid #F3FF35;  
}