/* Main */
body 
{	
	width:100%;	
	font:11px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;	
	margin:0px;
}

input, textarea, select
{
	background-color:#EAEBED; 
	color:#141974; 
	border:1px solid #FF9933; 
}

#intro 
{
	background: #FFFFFF;
	padding-top: 10px;		
	padding-bottom: 10px;
	height:100%;		
}


#home 
{
	background: #E0E0E0 url('images/bg_line_vr.png') repeat-x;	
	padding-top: 10px;		
	padding-bottom: 10px;
	height:100%;
}

/* Text */
.normal, ol, td {
	font:11px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
}
.normalbold {
	font:bold 11px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
}
.normaldisabled {
	font:11px Verdana,Georgia,Times New Roman,Tahoma,Arial,Sans-serif;
	color:#ccc;
}
a:link, a:visited, a:active {	
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:underline;
}
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { 
	color: #6A6A6A; 
	border: 1px solid #ABABAB; 
	background: #EFEFEF; 
	padding: 2px 3px 3px 4px; 
	font:bold 10px Verdana; 
	text-decoration: none; 
	height: 20px; 
	vertical-align:middle;	
}
a.CommandButton:hover { 
	color: #6A6A6A; 
	border: 1px solid #868686; 
	background: #DFDFDF; padding: 2px 3px 3px 4px; 
	font:bold 10px Verdana;  
	text-decoration: none; 
	height: 20px; 
	vertical-align:middle;
}

/* INIZIO PANES */
.TopPane 
{
	width: 100%;	
	background-color: #FFFFFF;
	border-bottom: 1px solid #95BEEC;
	border-left: 1px solid #95BEEC;
	border-right: 1px solid #95BEEC;
	padding: 5px 5px 5px 5px;	
}
.LeftPane 
{
	width: 25%;
	background-color: #FFFFFF;
	border-left: 1px solid #95BEEC;
	padding: 5px 5px 5px 5px;	
}
.ContentPane 
{
	width: 50%;
	background-color: #FFFFFF;
	border-left: 1px solid #95BEEC;
	border-right: 1px solid #95BEEC;
	padding: 5px 5px 5px 5px;	
}

.ContentPaneIntro 
{
	background: #FFFFFF;
	padding-top: 2px;		
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height:100%;
}

.RightPane 
{
	width: 25%;
	background-color: #FFFFFF;
	border-right: 1px solid #95BEEC;
	padding: 5px 5px 5px 5px;
}
.BottomPane 
{
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #95BEEC;	
	border-left: 1px solid #95BEEC;
	border-right: 1px solid #95BEEC;
	padding: 5px 5px 5px 5px;
}
/* FINE PANES */

/* INIZIO HEADER */
#Header {
	width:100%;		
}
#head_bg {	
	height:200px;		
}
#menu_bg 
{
	color: #FFFFFF;
	background: #FFFFFF url('images/bg_menu_item.gif') repeat-x;	
	height:33px;		
}

/* SEZIONE LOGIN */
#login {		
	height: 30px;
	width: 160px;
	background-color: #4A81D2;
	border-left: 1px solid #95BEEC; 
	border-top: 1px solid #95BEEC; 	
	font: bold 12px Arial;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;		
	text-align: center;		
}
/* SEZIONE MENU RAPIDO */
#fastmenu_left {		
	height: 30px;
	width: auto;
	background-color: #485B7F;
	border-left: 1px solid #95BEEC; 
	border-top: 1px solid #95BEEC; 		
	font: bold 12px Arial;
	padding: 2px 10px 0px 10px;
	vertical-align: middle;		
	text-align: left;		
}
#fastmenu_left img{ border: none; }
#fastmenu_right {		
	height: 30px;
	width: auto;
	background-color: #485B7F;
	border-top: 1px solid #95BEEC; 
	border-right: 1px solid #95BEEC; 		
	font: bold 12px Arial;
	padding: 2px 10px 0px 10px;
	vertical-align: middle;		
	text-align: right;		
}
#fastmenu_right img{ border: none; }
/* SEZIONE RICERCA */
#search {
	height: 30px;
	width: 180px;
	background-color: #4A81D2;	
	border-top: 1px solid #95BEEC; 
	border-right: 1px solid #95BEEC;
	font: bold 12px Arial;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;		
	text-align: center;		
}
/* FINE HEADER */

/* INIZIO FOOTER */
#Footer {
	background:url('images/footer_bg.png') no-repeat;		
	height:20px;
	padding: 2px 0px 0px 0px;
	background-color:Black;
}
/* FINE FOOTER */

/* INIZIO COUNTER */
#Counter 	
{	
	padding: 10px 5px 5px 5px;	
}
/* FINE COUNTER */

/* Solpart Menu class */
.MainMenu_MenuContainer{ }
.MainMenu_MenuBar { }
.MainMenu_MenuItem
{
	cursor:pointer; 
	color:#0E61A7; 	
	font:bold 12px Tahoma;
	background: #CCCCCC;
	/*background:transparent url('images/bg_menu_subitem.gif') repeat;			*/
	height:20px;	
	padding-right: 20px;
	margin:0;
}
.MainMenu_MenuItemSel 
{
	cursor:pointer;
	color:#FFFFFF; 
	background:transparent url('images/bg_menu_subitem_on.gif') repeat;	
	height:20px;	
	padding-right: 20px;
	margin:0;
 }
.MainMenu_MenuIcon{ 
 	cursor:pointer; 	
 	text-align:center; 
	width:16px;	
	border:0px;	
	padding-right: 5px;
	padding-left: 5px;		
}
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }

.rootmenuitem td{ 
	cursor:pointer; 
	cursor:hand;
	color:#FFFFFF; 
	font:bold 15px Tahoma;
	background:transparent url('images/bg_menu_item.gif') repeat-x;	
	height:33px;
	padding:5px;
}
.rootmenuitemselected td{	
	cursor:pointer; 
	cursor:hand;
	color:#FFFFFF;
	font:bold 15px Tahoma;
	height:33px;
	background:transparent url('images/bg_menu_item_on.gif') repeat-x;	
	padding:5px;		
}
.rootmenuitembreadcrumb td{
	cursor:pointer; 
	cursor:hand;
	color:#FFFFFF;
	font:bold 15px Tahoma;		
	height:33px;
	background:transparent url('images/bg_menu_item_is.gif') repeat-x;
	padding:5px;
}
.submenu
{			

}
.submenuitemselected 
{
	
}
.submenuitembreadcrumb 
{
	cursor:pointer;
	color:#FFFFFF; 	
	background:transparent url('images/bg_menu_subitem_on.gif') repeat;	
	height:20px;
}
/* Skin object class */
SelectedTab, a.SelectedTab:link, a.SelectedTab:visited, a.SelectedTab:active {
	font:bold 10px Arial;
    color:#ffffff;          
}
A.SelectedTab:hover {
	font:bold 10px Arial;
	color:#ff9913;
}
.SmallPrint, a.SmallPrint:link, a.SmallPrint:visited, a.SmallPrint:active {
	font: normal 12px Verdana;
	color: #ffffff;		
}
A.SmallPrint:hover {
	font: normal 12px Verdana;
	color: #ff9913;
}



#inner {position:relative;top:-50%;left:+16%}	/* for explorer only */
#inner[id] {position:static;padding:0px 0px 0px 0px;}
#middle {position:absolute;top:50%;left:+16%}	/* for explorer only*/
#middle[id] {display:table-cell;vertical-align:middle;position:static;}

/* Dropdown Actions */
.ModuleTitle_MenuIcon {
    border:0px;    
}
.ModuleTitle_MenuArrow {
	border:0px;
}
.ModuleTitle_SubMenu 
{	
	border: 1px solid #bbb;
	background-color: #FFFFFF; 
	padding: 1px;
}

/* CLASSI GENERICHE */
.hide { display:none;}


