/* general */
html{
	width:100%;
	height:100%;
	margin:0px;
}
body{
	margin:0px 5px 0px 5px;
	/*border:1px solid blue;*/
}
/* HEADER STYLES */
#PageHeader{
	position:relative;
	width:100%;
	height:235px;
	z-index:2500;
}
#headerBackground{
	width:100%;
	height:100px;
	position:absolute;
	margin:0px 0px 0px 0px;
/*	border:1px solid red;*/
}
.headerBackgroundCenterTd{
	width:100%;
	background-image:url('../imgs_def/header/centerLines.jpg');
	background-repeat:repeat-x;
}
#headerTop{
	position:absolute;
	height:154px;
	margin:0px 0px 0px 0px;
	z-index:1000;
}
#headerText{
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#666666;
	margin:105px 0px 0px 5px;
	z-index:1100;
}
*html #headerText{
	font-size:12px;
}
#headerMenuMain{
	width:100%;
	position:absolute;
	margin:150px 0px 0px 0px;
	z-index:10000;
}
#quickSearch{
	position:relative;
	height:50px;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	float:right;
	z-index:2100;
}
#langMenu{
	position:absolute;
	height:20px;
	width:98%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	z-index:2200;
	top:208px;
	text-align:right;
	float:right;
}
.langMenuTable{
	text-align:left;
	width:100%;
}
.langMenuTableFlags{
	width:10px;
}
.DateTime{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:normal;
}
.quickSearchForm{
	width:220px;
}
.codEraWidth{
	width:100px;
	text-align:right;
}
*html #quickSearch{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding-right:10px;
}
#quickSearch{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding-right:60px;
}
#codiceEra, #codiceOrig{
	background:#ECF2F4;
 	border:1px solid #003366;
	width:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
#butCercaEra, #butCercaOrig{
	border:1px solid #003366;
	width:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
#quickSearch td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.alignRight{
	text-align:right;
}
/* HEADER STYLES */

/* PAGE STYLES */
#divContentTop{
	width:100%;
	height:35px;
	position:absolute;
	background-image:url('../imgs_def/body/topCenter.jpg');
	background-repeat:repeat-x;
	background-position:top;
	top:200px;
}
*html #divContentTop{
	top:200px;
}
#leftTop{
	position:absolute;
	background-image:url('../imgs_def/body/topLeft.jpg');
	/*background-image:url('../imgs_def/pages/transp.gif');*/
	background-repeat:no-repeat;
	background-position:left;
	width:29px;
	height:35px;
	float:left;
}
#rightTop{
	position:absolute;
	background-image:url('../imgs_def/body/topRight.jpg');
	background-repeat:no-repeat;
	background-position:right;
	width:156px;
	height:35px;
	left:604px;
}
#PageContainer{
	position:relative;
	width:760px;
	margin:auto;
	/*border:1px solid black;*/
}
#PageContent{
	position:relative;
	float:left;
	width:604px;
	height:auto;
	/*border:1px solid blue;*/
	top:0px;
}
*html #PageContent{
	top: -1px;
}
#PageRight{
	position:relative;
	float:left;
	background-color:#F0F0F0;
	background-image:url('../imgs_def/body/pageRightBottom.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	width:155px;
	height:auto; /* here is auto cause what is inside is commanding */
	/*border:1px solid red;*/
	border-left:1px dashed #CCCCCC;
	top:0px;
}
*html #PageRight{
	margin-top:-1px;
}
/* PAGE STYLES */
#PageFooter{
	clear:left;
	position:relative;
	width:100%;
	height:auto;
	/*border:1px solid brown;*/
}
#footerText{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	position:absolute;
	z-index:2300;
	text-align:center;
	top:8px;
}
#divFooterTop{
	width:100%;
	height:35px;
	position:relative;
	background-image:url('../imgs_def/body/topCenter1.jpg');
	background-repeat:repeat-x;
	background-position:top;
}
#leftFooterTop{
	position:absolute;
	background-image:url('../imgs_def/body/topLeft.jpg');
	background-repeat:no-repeat;
	background-position:left;
	width:29px;
	height:35px;
	float:left;
}
#rightFooterTop{
	position:absolute;
	background-image:url('../imgs_def/body/topRight.jpg');
	background-repeat:no-repeat;
	background-position:right;
	width:29px;
	height:35px;
	left:732px;
}

/* work */
#ifrmWork{
	position: relative;
	/*border:1px solid orange;*/
	width:100%;
	height:100%;
}