/*reset all styles*/
@import "default.css";
/*import new styles*/
@import "ajaxTables.css";
@import "dragdrop.css";
@import "imagebox.css";
@import "forms.css";
@import "tabs.css";
@import "dock.css";
@import "ui.all.css";
@import "statusbar.css";
#overDiv {
	position: absolute;
	z-index: 9999;
	border: none;
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	opacity: 0.8;
	background: url('../images/shadow2.png') !important;
	padding-top: 5em;
	height: 100px;
}
#overDiv h3, #overDiv div { margin: 0; }
.transferer2 {
	border: 1px solid #6BAF04;
	background-color: #B4F155;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
.inputsTooltip
{
	border: 1px solid #ccc;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/** ICONE AGGIUNTE PER L'IDENTIFICAZIONE VELOCE DEI TIPI DI LINK **/
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}
a[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url(../images/icon_xls.gif) no-repeat center right;
}
a[href $='.xlsx'] { 
   padding-right: 18px;
   background: transparent url(../images/icon_xls.gif) no-repeat center right;
}
a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(../images/icon_doc.gif) no-repeat center right;
}
a[href $='.docx'] { 
   padding-right: 18px;
   background: transparent url(../images/icon_doc.gif) no-repeat center right;
}
a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(../images/icon_mail.gif) no-repeat center right;
}
a[class ="popup"] {
   padding-right: 18px;
   background: transparent url(../images/icon_popup.gif) no-repeat center right;
}
 
.nav > a {
border:1px solid #ccc;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}
 
.nav > a:hover {
border:1px solid #003f7e;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}
 
.nav > a.highlight {
border:1px solid #003f7e;
color:#000;
font-weight:700;
background-color:#eee;
}
.help { 
	 background: url(../images/help.gif) no-repeat right;
	 padding-right: 18px;
}
.okBox {
	color: white;
	border: 1px solid green;
}
.errorBox {
	color: red;
	border: 1px solid red;
}
.locale-it {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/it.png);
}
.locale-en {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/en.png);
}
.locale-it_IT {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/it.png);
}
.checkList {
	background-color: #ffffff;
	color: #000000 !important;
}
.checkList label {
	color: #000000 !important;	
}
.checkList a {
	color: #000000;
}

.checkList a:hover {
	color: #000000;
}
