body, html, tr, td, th, pathseparator, h1, h2, h3, h4, h5, p, img {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
	padding: 0px;	
	text-decoration: none;	
	font-weight: normal;	
	border:0px;
}

body{
	background-color: #fff;
/*	letter-spacing: 0.1em;*/
}

a {
	font-weight: bold;	
	color: #777;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a#active{
	color: Orange;
}


/******************************************************************************/
/*   BOX    */

div#container{
	margin:5px;
/*	margin-top:150px;*/
}

div#box_ricerca{
	margin:10px;
	background-color: #FFFFE0;
}

div#header{
	height: 100px;
	width: 99%;
	border: 1px solid #E0E0E0;
	border-bottom: 2px solid Gray;
}

div#messaggi{
	height: 50px;
	width: 87%;
	background-color: #d9dee3;
	position: absolute;
	top: 35px;
	left: 132px;
	padding:5px;
	z-index: -1;
	color: #ff0000;
	font-weight: bold;
}

div#logo{
	width: 130px;
	text-align: left;
	float: left;
	border:1px solid #dddddd;
}

div#menu{
	position: absolute;
	top: 0px;
	left: 132px;
	width: 88%;
	background-color: #e0e0e0;
	z-index:1000;
}

.contenuto_generico table{
/*	width: 100%;*/
}


.tabella_input{
	border: 1px solid #ddd;
}
.tabella_input_header{
	background-color: #ddd;
	font-weight: bold;
}


/*****************************************************************************/
/* box arrotondato scuro */

.boxArrotondato{
	background: #454545 url(../images/admin/dg_sup_sx.gif) left top no-repeat;
	width: 100%;
	margin-top:15px;
	margin-bottom:10px;
}
.boxArrotondato .aux1{
	background: url(../images/admin/dg_sup_dx.gif) right top no-repeat;
}
.boxArrotondato .aux2{
	background: url(../images/admin/dg_inf_dx.gif) right bottom no-repeat;
}
.boxArrotondato .aux3{
	background: url(../images/admin/dg_inf_sx.gif) left bottom no-repeat;
}

.boxArrotondato h1{
	color: White;
	font-size:14px;
	font-weight: bold;
	margin:0px;
	padding:5px;
	padding: 0px 0px 2px 5px;
}



/*****************************************************************************/
/* box arrotondato chiaro */

.boxArrotondatoLG{
	background: #ececec url(../images/admin/lg_sup_sx.gif) no-repeat left top;
	width: 100%;
	min-height: 50px;
	margin-bottom:10px;
	margin:auto;
}
.boxArrotondatoLG .aux1{
	background: url(../images/admin/lg_sup_dx.gif) right top no-repeat;
	min-height: 50px;	
}
.boxArrotondatoLG .aux2{
	background: url(../images/admin/lg_inf_dx.gif) right bottom no-repeat;
	min-height: 50px;
}
.boxArrotondatoLG .aux3{
	background: url(../images/admin/lg_inf_sx.gif) left bottom no-repeat;
	min-height: 50px;	
}

.boxArrotondatoLG p{
	padding:5px;
}


/********************************************************************************/
/********************************************************************************/
/********************************************************************************/



/********************************************************************************/
/********************************************************************************/
/*   TAB   */


div.tabArea {
  font-size: 11px;
  font-weight: bold;
}


a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 2px 2px 2px;
  position:relative;
  text-decoration: none;
  top:-1px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #c0c0c0;
  color: #000000;
  z-index: 102;
}


div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  padding: 10px;
  position: relative;
  z-index: 101;
}



/********************************************************************************/
/*   MENU   */

.topmenu{
	height: 26px;
	background-color: #f0f0f0;
}

.menu {
	background-color: #f0f0f0;
/*	padding: 0px 6px 0px 6px;*/
	border: 1px solid #000;
	z-index: 100;   /*ie8 fix*/
}
.menustyle{
	background-color: #e0e0e0;
	padding: 0px 6px 0px 6px;
	color: #404040;
}
.menuItem {
	color: #404040;
	border: 1px solid #fff;
	height: 20px;
	margin: 0px 2px 0px 2px;
	width: 145px;
}
.d_menuItem {
	color: #404040;
	padding: 0px 4px 0px 4px;
	height: 20px;
	width: 200px;
/*		width: auto;*/
}
.selectedMenuItem {
	background-color: #a0a0a0;
	color:#fff;
}
.hover{
	background-color: #a0a0a0;
	color:#fff;
}
.hover a:hover{
	color:#fff;	
}


/***********************************************************************************/
/*   REPEATER  */

.r_header{
	background-color: #cccccc;
	font-weight: bold;
	font-size: 10pt;	
}
.r_alt{
	background-color: #F0F0F0;
}
.r_alt2{
	background-color: #e5e5e5;
	vertical-align: top;
}
.btn_dettagli{
	/*background-image: url(../images/admin/piu.png);
	background-repeat: no-repeat;*/
	cursor: hand;
	float: left;
}
.btn_dettagli p{
	margin-left:15px;
}
.box_dettagli{
	background-color: #FFFFE0;
	border: 1px dotted #E0E0E0;
	display:none;
	visibility:hidden;
}
.box_dettagli_alt td{
	background-color: #eeeed0;
}



/******************************************************************************/
/*   GRIDVIEW */

.g_header {
background-image: url(../images/admin/piu.png);
background-repeat: no-repeat;
cursor: hand;
}
.g_header p{
	margin-left:15px;
}
.g_details {
	border: 1px dotted #E0E0E0;
	display:none;
	visibility:hidden;
}



.gridview_row{
	padding:2px;
}
.gridview_row_border{
	padding:2px;
	border-bottom:2px solid #000;
}
.gridview_header{
	background-color: #cccccc;
}
.gridview_header th{
	font-weight: bold;
	font-size: 11px;
}

.gridview_alt{
	padding:2px;
	background-color: #F5F5F5;
}
.gridview_alt_border{
	padding:2px;
	background-color: #F5F5F5;
	border-bottom:2px solid #000;
}
.gridview_alt2{
	background-color: #e5e5e5;
}
.gridview_edit{
	background-color: #FFFFE0;
	font-size: 8pt;	
}

.gridview_header_datipersonali{
	padding:2px;
	background-color: #ADD8E6;
}



/*****    ******/





.riepiloghi_interni{
	width: 100%;
}


.box_scheda{
	background-color: #F5F5F5;
	border: 1px solid #606060;
	padding:10px;
}

.box_scheda table{
	background-color: #fff;
}

.box_input{
	float: left;
	margin-right:20px;
}




/**************************************/

pathseparator {
	background-color: #aaaaaa;
}

div.chiusura {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}


.fieldsize {
	font-family: Verdana,arial,sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
	padding: 0px;	
	text-decoration: none;	
	font-weight: normal;	
}

.pulsanti{
	text-align: right;
}



	 

/********************************************************************************/

h1{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

h2{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top:15px;
}

.h1{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.h2{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top:15px;
}
.h3{
	color: White;
	font-size:14px;
	font-weight: bold;
	margin:0px;
	padding:5px;
	padding: 0px 0px 2px 5px;
}


top
{
	 vertical-align:text-bottom;
}

/***************************LIGHTBOX***************************************/

#lightbox
{
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	font: bold 12px Tahoma, Arial;
	color: #636363;
}
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption
{
	float: left;
}
#keyboardMsg
{
	float: right;
}
#closeButton
{
	top: 5px;
	right: 5px;
}

#lightbox img
{
	border: none;
	clear: both;
}
#overlay img
{
	border: none;
}

#overlay
{
	background-image: url(../lightbox/overlay.png);
}

* html #overlay
{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../lightbox/overlay.png" , sizingMethod= "scale" );
}
