/* Specifik CSS fil till ITAB Web: Firefox, Opera, Safari */

#LeftDiv
{
	float:left;
	width: 500px; 
	padding-left: 20px;
	overflow: auto;
}

#RightDiv
{
	float: right; 
	/*width: 45%;*/
	width: 390px;
	overflow: hidden;
	border-left: solid 1px #999999;
	padding-left: 20px;
}


/************************/
/* MAINMENUAREA         */
/************************/

#HeaderMain
{
	position: relative;
	width: 970px;
	padding: 0px;	
	margin-bottom: 8px;	
	font-family: Arial, Verdana, Helvetica, Sans-Serif;	
	font-size: 0.9em;
	/*line-height: 16px;*/
	overflow: hidden;
	background: url(images/itab/line_upper.png) no-repeat left top;
}

#HeaderMain li.selected {	
	border: solid 1px #CCCCCC;	
	/*margin-top: 18px;*/
}

#HeaderMain li.selected a {	
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/	
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */	
	padding: 3px 15px 2px 15px;
	text-decoration: none;
	background-color: #FFFFFF;
}

#HeaderMain li.unselected a {	
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */	
	padding: 4px 16px 1px 16px;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
	color: #666666;
}

#HeaderMain li.unselected a:hover {
	/*background: #3a3a3a url(images/MainMenuHoverBg.png) repeat-x;*/
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px 15px 2px 15px;		
}

#HeaderLeft
{
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	float:left;
	width: 170px;
	height: 72px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#HeaderRight
{
	float:right;
	width: 800px;	
	margin:0px;
	padding: 24px 0px 0px 0px;
	text-align: left;
}

#HeaderMenu {
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
	width: 585px;	
	float: left;		
	padding: 0px;
	margin: 0;
	overflow: hidden;
}
#HeaderMenu ul 
{	
	margin: 0;
	padding: 0px;
	list-style-type: none;
	float: left;
	overflow: visible;
}
#HeaderMenu li {
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	/*line-height: 16px;
	overflow: hidden;*/
}
#HeaderMenu .arcolast a {
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
	padding-top: 4px;
	float:right;
	text-decoration: none;
}
#HeaderMenu li.last2 {
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */	
	float:left;	
	width:35px;	
	height:30px;
	margin-top: 6px;		
	margin-left: 20px;
}

#HeaderSearch {
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
	width: 180px;
	float: right;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#HeaderSearch ul 
{	
	margin: 0;
	padding: 0px;
	list-style-type: none;
	float: right;
	overflow: visible;
}
#HeaderSearch li {
	text-align: left;
	margin: 0;
	line-height: 16px;
	overflow: hidden;	
}

#MainMenu
{
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/	
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */	
}

#logoli{
	float:left;
	width: 120px;
}

#menuli{
	/*float:right;*/	
	width: 460px;
}

#arcoli{
	height:41px;
	width:20px;
	float:right;						
	background: url(images/itab/del2.gif) right bottom;		
}

#quickli
{
	position: relative;
	width:200px;
	float:right;								
	margin: 0;
	padding: 0px;	
	background: url(images/itab/del11.gif) repeat-x right bottom;		
	font-family: Arial, Verdana, Helvetica, Sans-Serif;	
	font-size: 0.9em;
	line-height: 16px;
	overflow: hidden;	
}

#RightMenuArea 
{
	/*position: relative;*/
	float: right;
	width: 250px;
	margin: 0;
	padding: 0px;	
	background: url(images/itab/del11.gif) repeat-x right bottom;		
	font-family: Arial, Verdana, Helvetica, Sans-Serif;	
	font-size: 0.9em;
	line-height: 16px;
	overflow: hidden;	
}

#MainMenuArea 
{
	position: relative;
	width: 700px;
	margin: 0;
	padding: 0px;	
	background: url(images/itab/del11.gif) repeat-x right bottom;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;	
	font-size: 0.9em;
	line-height: 16px;
	overflow: hidden;	
}

#MainMenuArea ul 
{	
	width: 555px;
	margin: 0;
	padding: 0px 0px 1px 3px;	
	list-style-type: none;
	float: left;
	overflow: visible;
}

#MainMenuArea li {
	display: block;
	float: left;
	margin: 1px 0px 2px 0px;
	padding: 0px 1px 0px 1px;
	white-space: nowrap;
}

#MainMenuArea li.selected {	
	border: solid 1px #CCCCCC;	
}

#MainMenuArea li.selected a {
	display: block;
	padding: 5px 15px;
	background-color: #FFFFFF;
	/*background: url(images/MainMenuSelectedLeft.png) no-repeat left top; */
}


#MainMenuArea li a {
	display: block;
	padding: 5px 16px;
	text-decoration: none;
	color: #666666;
}

#MainMenuArea li.unselected a:hover {
	/*background: #3a3a3a url(images/MainMenuHoverBg.png) repeat-x;*/
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	/* padding: 4px 15px;*/
	padding: 4px 15px 6px;	
}


#Main1
{	
	width: 220px;	
	background: url(images/itab/del11.gif) repeat-x right bottom;			
}

#MainLista
{
	background: url(images/itab/del11.gif) repeat-x right bottom;			
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

#MainLista li
{
	display: block;
	height: 1.6em;
	float: left;
	border-left: 1px solid #dee1e3;
	padding: 0 1em;
	overflow: visible;
}
#MainLista li.first
{
	border-left: 0;
}


#Main2
{
	width: 520px;	
	background: url(images/itab/del11.gif) repeat-x right bottom;	
}


#Main3
{
	/* float:right;*/
	/*width: 300px;*/
}

/*************************/
/* CONTENTAREA           */
/*************************/
#MainContentArea
{
	width: 770px;
	height: 390px;
    min-height: 390px;
    float: left;
    padding-left: 10px;    
    /* IE 6 doesn't support min-height so the height is set instead, */
    /* relying on that it will expand beyond it if needed */
/*    height: 20em;
    min-height: 20em;
    margin-top: 1.5em;
    background: url(images/pageDivider.png) repeat-y 32em;
	width: 48em;
	float: left;
*/
	border-left: solid 1px #999999;	
}

/* IE 6 doesn't understand the > selector and ignores it */
html>body #MainContentArea {height: auto;}

#MainBodyArea
{
    width: 360px;
	float: left;
	overflow: hidden;
	min-height: 390px;
	border-right: solid 1px #999999;
}

#MainBodyArea #MainBody
{	    
    margin-top: -5px;
	padding: 0px 15px 10px 10px;
	/*border: 1px solid #dcdcdc;*/
	border-top: 0;
	overflow: hidden;
}

#SecondaryBodyArea
{
	width: 380px;	
	float: left;	
	margin-left: 15px;
	padding-left: 10px;
	min-height: 390px;	
	height: 390px;	
	/* border-left: solid 1px #999999;	*/
/*	background: url(images/PageSecondaryBodyBg.png) no-repeat;*/
}

#SecondaryBodyArea #SecondaryBody
{	
	padding: 0px 10px 0px 10px;	
	border-top: 0;
	overflow: hidden;
	/*min-height: 390px;	*/
}

#MainBodyWideArea, .mainBodyWideArea
{
    width: 970px;
	/*float: left;*/
	overflow: hidden;
	margin-bottom: 15px;
	/*background: url(images/PageMainBodyWideBg.png) no-repeat;*/
}

#MainBodyWideArea #MainBody
{	
    width: 598px;        
    margin-top: 2px;
	padding: 16px 40px 15px 25px;
	/*border: 1px solid #dcdcdc;*/
	border-top: 0;	
	overflow: hidden;
}

#MainBodyArea .pageList
{
	padding: 0;
}

#MainBodyArea .pageList ul, #MainBodyArea .documentList ul
{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#MainContentArea A:link 
{
    text-decoration: none
}

#MainContentArea A:visited
{
    text-decoration: none
}

#MainContentArea A:hover {
    text-decoration: underline; 
    font-weight:bold;
    color: black;
}

