
html {
	
    background: url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	height:730px;
	background-color:#f2f2f2;
	font-size: 11px; 
	font-family: Verdana,Helvetica;
	color: #0C0C0C;
	min-height: 100%; 
}

body 
{
	background: url(../images/bodyHeadBg2.jpg);
	//background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	margin: 0px;
//	-webkit-user-select: none;
}

* {
	margin: 0;
	padding: 0;
}

input[type=text]::-ms-clear { display: none; }
/* elimina auto clear da IE 10 */


A:link {
	color:white;
	font-size:inherit;
	TEXT-DECORATION: none;
}

A:active {
	color:white;
	TEXT-DECORATION: none;
}

A:visited {
	color:white;
	TEXT-DECORATION: none;
}
A:hover {
	color:white;
	TEXT-DECORATION: none;
	
}

FONT {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana,Helvetica
}

.mainDiv {
	width:990px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

.mainDivCaption {
	background:url(../images/headInfoDiv.png);
	background-repeat:repeat-x;
	width:988px;
	height: 29px;
	font-size:13px; 
	font-weight:bold;
	color: black;
	text-align:center;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	padding-top: 8px;
	margin-top:10px;
	border-radius: 5px 5px 0px 0px;
	position:relative;
}

.mainDivCaption #up_level {
	background: url(../images/up_level.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right: 20px;
	position:absolute;
	right:10px;
	top:8px;
	color:black;
	font-weight:normal;
	font-size:12px;
	height: 24px;
	line-height:24px;
}

.mainDivCaption #export_csv {
	background: url(../images/stampa.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-right: 20px;
	position:absolute;
	right:10px;
	top:8px;
	color:black;
	font-weight:normal;
	font-size:12px;
	height: 24px;
	line-height:24px;
}

.mainDivCaption #del_filtro {
	background: url(../images/del_filtro.png);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	padding-left: 26px;
	position:absolute;
	left:10px;
	top:8px;
	color:black;
	font-weight:normal;
	font-size:12px;
	height: 24px;
	line-height:24px;
}

.bckTableDivClass {
	background-color:white;
	width:980px;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	padding-bottom: 20px !important;
	border-radius: 0px 0px 5px 5px;
}

.bckTableDivClass ul {
	list-style-type: none;
	padding-top:0px;
	padding-left:10px;
	//font-weight:bold;
	font-style:italic;
	height:25px;
	width:600px;
	margin:auto;
	color:#0B96CA !important;
	
}

.bckTableDivClass li a {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	line-height: 36px;
	text-decoration: none;
	color:#0B96CA !important;
	
}

.bckTableDivClass li a.selText {
	
	color: black !important;
	font-weight: bold;
	font-style:normal;
}

.bckTableDivClass li {
	float: left;
	margin-left:3px;
	line-height: 36px;
	
}


#menuWrapper {
	width:990px;
	text-align:left;
	margin:0 auto;
	position:relative;

}

/* inizio style menu principale */
.mainMenu {
	background-color: #000000;
	border-radius: 5px 5px 0px 0px;
	width:990px;
	height:36px;
}


.mainMenu li a {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	line-height: 36px;
	text-decoration: none;
}

.mainMenu li a.selText {
	
	color: black !important;
}

.mainMenu ul {
	list-style-type: none;
	padding-top:0px;
	padding-left:10px;
	font-weight:bold;
	height:25px;
}

.mainMenu li {
	float: left;
	margin-left:3px;
}

.mainMenu .selectedTab {
	background:url(../images/tabSelected.png);
	color:black;
	height: 36px;
	border-radius: 5px 5px 0px 0px;

}
/* fine stile menu principale */

/* inizio stile menu account */
.account_menu {
	background:url(../images/accountBG.png);
	border-radius: 0px 0px 5px 5px;
	height:36px;
	float:right;
	font-weight: bold;	
}

.account_menu li {
	background:url(../images/sepAccount.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	padding-left:8px;
	padding-right:8px;
	line-height: 36px;
}

.account_menu li a {
	color:black;
	display: block;
	line-height: 36px;
	text-decoration: none;
}

.account_menu ul {
	list-style-type: none;
	/*
	padding-left:20px;
	padding-right:20px;
	*/
	height:36px;
	width:110px;
	
}


/* fine stile menu account */

/* 
	inzio style submenu
*/

.subMenu {
	background-color: #DDDDDD;
	
	border-radius: 0px 0px 5px 5px;
	width:990px;
	height:25px;
}

.subMenu ul {
	list-style-type: none;
	font-weight:bold;
	padding-left:10px;
	height:25px;
	
}

.subMenu li a {
	padding-top:5px;
	padding-right: 10px;
	padding-left: 10px;
	color:#0b96ca;
	display: block;
	text-decoration: none;
	height:25px;

}

.subMenu li a.selText {
	
	//color: #1e5bb3 !important;
	color:#0b96ca !important;
}


.subMenu li {
	float: left;
	margin-left:3px;
	height:25px;
	color:#0b96ca !important;
}
/* fine stile submenu */

.divLoghi {
	background:url(../images/logo_fipav_inside.png);
	background-position: left;
	background-repeat: no-repeat;
/* 	width: 990px; */
	width:700px;
	height: 60px;
	color: white;
	padding-left: 139px;
	font-size: 32px;
	line-height: 64px;
	font-style: italic;	
}

.mainTableClass {
	background-color:white;
	width:970px;
	padding:0px;
	border:1px solid #C6C6C6;
	color: black;
	margin-top:10px;
}

.mainTableClass caption {
	background:url(../images/headInfoTabella.png);
	background-repeat:repeat-x;
	width:960px;
	height: 23px;
	font-size:12px; 
	font-weight:bold;
	color: black;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	
	padding-left: 5px;
	padding-right: 10px;
	text-align:left;
	

}

.mainTableClass tfoot tr{
	background-color: #F1F1F1;
	background:url(../images/footTable.png);
	background-repeat:repeat-x;
	height:23px;
	
}

.gridTableClass {
	background-color:white;
	padding:0px;
	border:1px solid #C6C6C6;
	color: black;
	
}

.gridTableClass caption {
	
	background:url(../images/headInfoTabella.png);
	background-repeat:repeat-x;
	
	height: 23px;
	line-height:23px;
	font-size:12px; 
	font-weight:bold;
	color: black;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	margin-left:2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
}

.gridTableClass tr {
	cursor:pointer;
	cursor:hand;
	line-height:24px;
}

.gridTableClass tr td {
	cursor:pointer;
	cursor:hand;
	padding-left:4px;
	padding-right:4px;
	line-height:24px;
}

.gridTableClass tr:hover, .trHover {
	background:url(../images/headInfoDiv.png);
	background-repeat:repeat-x;
}




/**
	style form della testata
*/

.rect
{
	
	border: 1px solid #999;
	background: #F3F3F3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	box-shadow: 3px 3px 10px #DDD;
	
}

.rect.login {
	background: url(../images/keys.png);
	background-repeat:no-repeat;
	background-position:10px 25px;
	background-color: #F3F3F3;
}

.rect input[type=text], 
.rect  input[type=password], 
#infoBox input[type=text], 
#infoBox input[type=password] {
	
	border:0px;
	padding-top:0px;
	padding-left:5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 2px #DDD;
	-moz-box-shadow: 0 1px 2px #DDD;
	-webkit-box-shadow: 0 1px 2px #DDD;
	background: url(../images/input_bg.gif);
	border: 1px solid #AAA;
	color: #555;
	text-transform:uppercase;
	
}


.rect label {
	
	border:0px;
	padding-top:0px;
	
    color:#0b96ca;
    text-align:left;
	text-transform:uppercase;
    text-decoration:none;
    display:inline-block;
    font-size:11px;
    line-height:24px !important;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
}

.rect select{
	position: absolute;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 2px #DDD;
	-webkit-box-shadow: 0 1px 2px #DDD;
	box-shadow: 0 1px 2px #DDD;
	border: 1px solid #AAA;
	color: #333;
	padding: 3px;
	background: url(../images/input_bg.gif);
}

.chk_radio {
	line-height:24px;
}




.tratteggio
{
  border-top: 1px dashed;
  border-left: 1px dashed;
  border-bottom: 1px dashed;
  border-right: 1px dashed;
}


.tbAzioni td {
	padding-top: 4px;
}

.tbAzioni td#azioni {
	text-align: right;
	padding-top: 1px;
}

.tbAzioni img {
	padding-right:8px;
	padding-top:4px;
	cursor:pointer;
	cursor:hand;
}

.btnNew {
	border:none;
    background:url(../images/button.png) 0px 0px no-repeat;
    color:#0b96ca;
    text-transform:uppercase;
    text-decoration:none;
    display:inline-block;
    font-size:11px;
    line-height:36px !important;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    height:37px;
    width:102px;
    padding:0;
    margin:0px 0 0 0;
    text-align:center;
    cursor:pointer;
}

.btnNew:hover {	
	background:url(../images/button.png) -102px -37px no-repeat;
    color:white;
}



.google_btn {
	border:none;
    background:url(../images/google.png) 0px 0px no-repeat;
    display:inline-block;    
    height:24px;
    width:24px;
    padding:0;
    margin:0px 0 0 0;
    cursor:pointer;
}

.searchMagBlu_btn {
	border:none;
    background:url(../images/searchMagBlu.png) 0px 0px no-repeat;
    display:inline-block;    
    height:24px;
    width:24px;
    padding:0;
    margin:0px 0 0 0;
    cursor:pointer;
}

/**/
.ricercaWrapper {
	position:relative;
	float:left;
	width:850px;
	left:90px;	
}

.ricercaId {
	position:relative;
	float:left;
}

.ricercaTesto {
	position:relative;
	float:left;
	margin-left:10px;
}

.ricercaWrapper input[type=text] 
{
	line-height:22px;
	height:22px;
}

.boxRicerca {
	top:0px;
	position:absolute;
	z-index:3000;
	display:none;	
}

.ricercaWrapper #txtRicercaTesto {
	width:550px;
}

.ricercaWrapper .visibile {
	display:block !important;
}
/**/
.nuovaOmologaWrapper {
	height:85px;
	width:100%;
}

.elencoOmologheWrapper {
	width:100%;
}

.elencoOmologheWrapper .mainDivCaption {
	width:710px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}

.elencoOmologheWrapper .bckTableDivClass {
	width:700px;
	height:240px;
	overflow:auto;
	border: 1px solid #D1D1D1 !important;
}

.elencoOmologheWrapper .mainTableClass {
	width:100%;
}

#infoBox .odd,
.omologati .odd,
.elencoOmologheWrapper .odd{
	background-color:#F3F6FA !important;
}

.elencoOmologheWrapper .tbAzioni td {
	padding-left:3px;
}

#infoBox .bckTableDivClass {
	width:680px;
	height:173px;
	overflow:auto;
	border: 1px solid #D1D1D1 !important;
}


#infoBox .mainTableClass {
	width:100%;
}

.omologati .mainTableClass {
	margin-top: 0px !important;
	border:0px !important;
	padding-left:3px;
}

.noteWrapper {
	padding-left:15px;
	padding-right:15px;
}

.noteWrapper textarea {
	width:710px;
	height:89px;
    resize: none;

}

#frm_omologhe a {
	position:absolute;
	height:26px;
	right:0px;
	color:#0b96ca !important;
	line-height:26px;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

#frm_omologhe a:hover {
	border: 1px solid #d1d1d1;
	border-radius: 4px 4px 4px 4px;
	
	-moz-box-shadow: 3px 3px 10px #DDD;
	-webkit-box-shadow: 3px 3px 10px #DDD;
	box-shadow: 3px 3px 10px #DDD;
}
