/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {display:none;
}

.ModuleTitle_RootMenuArrow {display:none;
}

/* Main Menu */

.MainMenu_MenuContainer {

background-image:url(/Portals/0/Skins/skinbase/sfondo_menu_b.png);
 background-color:transparent;
 height:40px;
}

.MainMenu_RootMenuItem TD /*identifica la formattazione generale del solpartmenù*/
{
                background-image:url(/Portals/0/Skins/skinbase/tasto_menu.png);
	            font-family:Verdana, Arial, Helvetica, sans-serif; 
                font-size: .9em; 
                color: #CCC;
	            text-align:center;
	            height:40px;
	            width:110px;
	            padding:0px;
margin:0px;

	
} 

.MainMenu_RootMenuItem TD IMG /* controllo dell'icona del solpartmenu*/
{
                
	height: 22px;
	vertical-align: middle;
	
padding:0px;
margin:0px;
} 





.MainMenu_MenuItemSel td {/*Quando passi sopra con il mouse cambia stato il tasto del solpartmenu*/


    	background-image:url(/Portals/0/Skins/skinbase/tasto_menu_sopra.png);
	    font-family:Verdana, Arial, Helvetica, sans-serif; 
        font-size: .8em; 
        color:#ffffff;
		text-align:center;
		height:40px;
		width:110px;
	    padding:0px;
        margin:0px;
		
	
}


.MainMenu_MenuItemSel td IMG  /* controllo dell'icona quando passi sopra con il mouse del solpartmenu*/
{

    height: 22px;
	vertical-align: middle;
	padding:0px;
    margin:0px;
} 
	



.MainMenu_RootMenuItemActive TD /* visualizza il tasto del menu della pagina attiva nel solpartmenù */
{
         
	            background-image:url(/Portals/0/Skins/skinbase/tasto_menu_active.png);
                font-family:Verdana, Arial, Helvetica, sans-serif; 
                font-size: .9em; 
                color:#ffffff;
                text-align:center;
				height: 40px;
	            width:110px;
	            padding:0px;
                margin:0px;
	
	}

.MainMenu_RootMenuItemActive TD IMG  /* controllo dell'icona della pagina attiva del solpartmenu*/
{

    height: 22px;
	vertical-align: middle;
	padding:0px;
    margin:0px;
} 





.MainMenu_MenuBar {
}

.MainMenu_MenuItem {

    cursor: pointer; 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size: .9em; 
    color:#ffffff;
    border-bottom: #ffffff 0px solid; 
    border-top: #ffffff 0px solid; 
    border-left: #ffffff 0px solid; 
    border-right: #ffffff 0px solid; 

        height:18px;
   background-color: #47748c;


}

.MainMenu_MenuIcon{
                                border-bottom: #ffffff 0px solid; 
                                border-top: #ffffff 0px solid; 
                                border-left: #ffffff 0px solid; 
                                border-right: #ffffff 0px solid; 
                                border-bottom: #ffffff 0px solid;
								

                                background-color: #47748c;
                                height:18px;
                                width:0px;

}

.MainMenu_SubMenu { /*formattazione generale del sottomenu del solpartmenu*/
                               z-index: 1000; 
                               filter:alpha(opacity=85);
                              -moz-opacity:.90;
                               opacity:.90;
	               cursor: pointer;
	               background-color:#234e67;
                                 
                                border-top: #ffffff 0px solid; 
                                border-left: #3b4a7a 1px solid; 
                                border-right: #3b4a7a 1px solid; 
                                border-bottom: #3b4a7a 1px solid; 
	               font-family:Verdana, Arial, Helvetica, sans-serif; 
                               font-size: .9em; 
                               color:#ffffff;
	               height: auto;
				   margin-top:1px;
                           
                              

}

.MainMenu_SubMenuItemSelected  /* quando passi sopra con il mouse cambia colore al sottomenu*/
                               {
                                 background-color:#34637b;
	                  border-top: #ffffff 0px solid; 
                                border-left: #cccccc 0px solid; 
                                border-right: #cccccc 0px solid; 
                                border-bottom: #cccccc 0px solid; 

	                 font-family:Verdana, Arial, Helvetica, sans-serif; 
                                 font-size: .9em; 
                                 color:#ffffff;       
                                 height: 18px;
                                    
                                 
                                
                                 

}

/*.MainMenu_SubMenuItemActive TD /*questo menu identifica la pagina attiva del sottomenu*/
                               {   
                                  background-color:#495c86;
	                  text-align:center;
	                  height: 18px;

}*/


.MainMenu_MenuBreak {
}


.MainMenu_MenuArrow {
     z-index: 1000; 
    font-family: verdana; 
  
    cursor: pointer; 
    cursor: hand; 
    border-right: red 0px solid; 
    border-bottom: purple 0px solid; 
    border-top: blue 0px solid;
       width: 0px;

}

.MainMenu_RootMenuArrow {
	display:none;
}

.rootmenuitembreadcrumb td{ 
                background-image:url(/Portals/0/Skins/skinbase/tasto_menu_active.png);
                font-family:Verdana, Arial, Helvetica, sans-serif; 
                font-size: .9em; 
                color:#FFFFFF; 
	text-align:center;
	height: 40px;
	width:110px;
	}
	

.rootmenuitembreadcrumb td IMG{  /* controllo dell'icona della pagina attiva del solpartmenu rispetto al breadcrumb*/


height: 22px;
	vertical-align: middle;
	padding:0px;
    margin:0px;
} 


}




/* Login Styles */{
}




.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


































































































