		
/***tabella contenitore principale***/
table#container
{
	width: 100%;
	height:100%;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 0px;

}

/***celle intestazione ***/
td#header-top
{
	background-color: #55A0C8;
	height:4px;
}
td#header-center-top
{
	/*background-color: #000000;*/
	background-color: #FF0000;
	background: #FFFFFF url(images/skytop.jpg) ;
	background-repeat: no-repeat;
	height:50px;
	color: #529cce;
	font: bold 1.3em "Arial", Sans-Serif;
	margin: 0;
	letter-spacing: -1px;
	vertical-align: bottom;
	padding-left: 20px;
}

td#header-center-top a
{
	/*color: #529cce;*/
	color: #FFFFFF;
	text-decoration:none;
}

td#header-center-top a:hover
{
	/*color: #529cce;*/
	color: #FFFFFF;
	text-decoration:none;
}

td#header-center-bottom
{
	/*background-color: #000000;*/
	background: #FFFFFF url(images/skycenter.jpg) ;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height:26px;
	font: 0.8em "Arial", Sans-Serif;
	color: #6AA6AB;
	vertical-align: top;
	padding-left: 20px;
}

td#header-center-bottom a
{
	/*color: #529cce;*/
	color: #FFFFFF;
	text-decoration:none;
}

td#header-center-bottom a:hover
{
	/*color: #529cce;*/
	color: #FFFFFF;
	text-decoration:none;
}

td#subheader-schede
{
	background-color: #000000;
	background: #FFFFFF url(images/skybottom.jpg) WIDTH:2000 repeat-x top;
	height:35px;
	color:#EFEFEF;
	text-align:right;
	vertical-align:bottom;
	font: 0.8em "Arial", Sans-Serif;
}

td#subheader-msg
{
	background: #FFFFFF url(images/sub_header_bg.jpg) repeat-x top;
	background-color: #C6DEEF;
	height:27px;
	
}

table#login
{
	width:100%;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

td#input_cell
{
	font: 0.8em "Arial", Sans-Serif;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
}

td#msg_cell
{
	font: 0.8em "Arial", Sans-Serif;
	color: #000;
	padding-left: 20px;
}

td#msg_cell a
{
	color: #55a0c8;
}

/***celle footer ***/
td#footer
{
	background-color: #FFFFFF;
	height:10px;
	color: #000000;
	font: 0.8em "Arial", Sans-Serif;
	border-top: 1px dotted #000000;
	text-align:right;
	padding-right: 10px
}

td#footer a
{
	color: #6AA6AB;
	text-decoration: none;
}

td#footer a:hover
{
	text-decoration: underline;
}

/***contenuto centrale ***/
td#content_cell
{
	background: #FFFFFF url(images/content_table_bg.jpg) repeat-x top;
	vertical-align: top;
	background-color: #FFFFFF;
	width:100%;
	height:355px;
	color: #454545;
	border-right : 0px dotted #000000;
	border-left : 0px dotted #000000;	
}

table#content_table
{
	width:100%;
	height: 100%;
}

td.content_box
{
	font: 0.8em "Arial", Sans-Serif;
	vertical-align: top;
	width: 200px;
	border-left : 0px dotted #000000;
	background-color: #EFEFEF;
	padding-top: 3px;/*effetto box singoli 2px/altrimenti :0px*/
	padding-bottom: 3px;/*effetto box singoli 2px/altrimenti :0px*/
	padding-right: 3px;/*effetto box singoli 2px/altrimenti :0px*/
	padding-left: 3px;/*effetto box singoli 2px/altrimenti :0px*/
}

td#content_center
{
	background-color: #FFFFFF;
	font: 0.8em "Arial", Sans-Serif;
	vertical-align: top;
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

table#nav_pag
{
	width:100%;
	border-bottom : none;
	border-top: 1px #55A0C8 dashed;
	border-left: none;
	border-right: none;
}

td#nav_pag_side
{
	font: 1.1em "Arial", Sans-Serif;
	color:#55A0C8;
}

td#nav_pag_side a
{
	color:#55A0C8;
	text-decoration: none;
}

td#nav_pag_side a:hover
{
	color:#6AA6AB;
	text-decoration: underline;
}


td#nav_pag_center
{
	font: 1.1em "Arial", Sans-Serif;
	background: #FFFFFF;
	color: #55A0C8;
}
