table h1 {
	display: block;
	padding-left: 35px;
	background-image: url("../../images/richieste/richieste.png");
	background-repeat: no-repeat;
	background-position: left;
}

#funzioni_messaggi a, #funzioni_messaggi input {
    display: block;
	float: right;
	border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
/*    color: #FFFFFF;*/
    cursor: pointer;
/*    font-size: 0.8em;*/
    font-weight: bold;
    margin-right: 5px;
    padding: 4px;
	text-decoration: none;
/*	background-color: #ccc;*/
}

#funzioni_messaggi form {
	display: inline;
}

#zwcad {
/*    background-color: #003399 !important;*/
}

#excel, #ticket {
/*    background-color: #00CC33 !important;*/
}

#spam {
    background-color: #d30000 !important;
}

.record:hover {
	background-color:#BBB !important;
}

.record td {
	font-size: .9em !important;
}











/*** VECCCHI ***************/

.FloatTable {
	font-family: Verdana,arial, helvetica, verdana;
	font-size: 11px;
	border : solid 1px;
	border-color : #ADADAD #ADADAD #ADADAD #ADADAD;
        
}
.FloatTitle {
  font-family: Verdana,arial, helvetica;  	font-size: 11px;
  font-style: normal;  				font-weight: bold;
  color : White;				background-color: #0000FF;
  padding-left: 3px;
  line-height: 16px
}
.FloatContent {
  font-family: Verdana,arial, helvetica;  	font-size: 11px;
}
.ContentTable {
	font-family: Verdana,arial, helvetica;
	font-size: 11px;
	border: solid 1px #999999;
}
tr.ContentTable {
	font-family: Verdana, helvetica;
	font-size: 11px;
	font-style : normal;
	color : #000000;
	border: 1px solid #666666;
}
.ContentTitle {
  font-family: Verdana,arial, helvetica;  	font-size: 11px;
  font-style: normal;  				font-weight: bold;
  color : #FFFFFF;				background-color: #FF00FF;
  padding-left: 5px;
  line-height: 16px;
}
.ContentData {
	font-family: Verdana,arial, helvetica, verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color : #444444;
	padding: 5px;
}

a.Button {
	color :#000000;
	font-weight :normal;
	text-decoration :none;
	background-color :#999999;
	height : auto;
	width :100px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #CCCCCC;
}
a.Button:visited {
	color :#000000;
	font-weight :normal;
	text-decoration :none;
	background-color :#999999;
	height : auto;
	width :100px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #CCCCCC;
}
a.Button:hover {
	color :#000000;
	text-decoration :none;
	background-color :#666666;
	cursor: pointer;
	border-top: thin outset #666666;
	border-right: thin outset #CCCCCC;
	border-bottom: thin outset #CCCCCC;
	border-left: thin outset #666666;
}
.Menu {
	background-color :#CCCCCC;
	text-align:center;
	width:12%;
	height:3%;
}
.MenuSel {
	background-color :#6699FF;
	color: #FFFFFF;
	cursor: pointer;
}

.icon {
	cursor: pointer;	
}
.tableHeaderRow {
        font-family: Verdana,Arial, Helvetica, sans-serif;
	background-color :#FF0000;
}
.tableEvenRow {
	background-color :#CCCCCC;
}
.tableOddRow {
	background-color :#999999;
}
.ctrlLabel {
	text-align: left;
}
.control {
	width: 100%;
}

.tabs {position:relative; height: 27px; margin: 0px; padding: 0px; background:url("../../images/bar_off.gif") repeat-x; overflow:hidden}
.tabs li {display:inline;}
.tabs a:hover, .tabs a.tab-active {background:#fff url("../../images/bar_on.gif") repeat-x; border-right: 1px solid #fff}
.tabs a  {
	height: 27px; 
        font:12px verdana, helvetica, sans-serif;
        font-weight:bold;
        position:relative;
        padding:5px 10px 10px 10px;
        margin: 0px -4px 0px 0px;
	color:#2B4353;
        text-decoration:none;
        border-left:1px solid #fff;
        border-right:1px solid #6D99B6;
	}
.tab-container {background: #fff; border:1px solid #6D99B6;}
.tab-panes { margin: 3px;}





.datiRecord{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    text-decoration:inherit;
}

.riclink:link{
     text-decoration:none;
     color:black;
}

.riclink:visited{
     text-decoration:none;
     color:black;
}

.typelink:link{
    text-decoration:none;
}

.typelink:visited{
    text-decoration:none;
}

.tdhover:hover{
    text-decoration:underline;
    font-family: Verdana,Arial, Helvetica, sans-serif;

}

input{font-family: Verdana,Arial, Helvetica, sans-serif;}
select{font-family: Verdana,Arial, Helvetica, sans-serif;}
form{font-family: Verdana,Arial, Helvetica, sans-serif;}

.doppioneimg:hover{background-color: yellow; text-decoration: none}
.doppioneimg{border:0}

.doppionelink{ text-decoration: none   }
.doppionelink:hover{ text-decoration: none   }

.hovering:hover{background-color: #ADADAD}


.awesome{
background: #222 url(../../images/clienti/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}

/* Sizes ---------- */
.small.awesome {
font-size: 11px;
}
.medium.awesome {
font-size: 13px;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
}

/* Colors ---------- */
.blue.awesome {
background-color: #2daebf;
}
.red.awesome {
background-color: #e33100;
}
.magenta.awesome {
background-color: #a9014b;
}
.orange.awesome {
background-color: #ff5c00;
}
.yellow.awesome {
background-color: #ffb515;
}

.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }
.hovering:hover{background-color: #ADADAD}

.icona{
    border: 0px;
    cursor: pointer;
/*    width: 18px;*/
    height: 18px;
      background: inherit;
        -webkit-transition-delay: 0.1s;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-property: all;
        -moz-transition-delay: 0.1s;
        -moz-transition-duration: 0.2s;
        -moz-transition-property: all;
        -o-transition-delay: 0.1s;
        -o-transition-duration: 0.2s;
        -o-transition-property: backallground;
        transition-delay: 0.1s;
        transition-duration: 0.2s;
        transition-property: all;
}
  
    .icona:hover{
        -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    
    }