/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}
/* background color for the content part of the pages */
.Body
{
}

.BackgroundSx
{
background-image:url(bodyBckgSx.gif);
background-repeat:repeat-y;
background-position:right;
background-color:#FFFFFF;
}

.BackgroundDx
{
background-image:url(bodyBckg.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#FFFFFF;
}

.Footer {
background-image:url(Header.gif);
background-repeat:repeat-x;
height:50px;
width:100%;
}

.HeaderBg {
background-image:url(Header.gif);
background-repeat:repeat-x;
width:100%;
height:120px;
    }
	
.FooterBg {
	background-image:url(SfondoTab.gif);
	background-repeat:repeat-x;
	height:25px;
	width:850px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  10px;
	color:#999999;	
    }
	
	
.LogoBg {
background-image:url(Logon°5.jpg);
background-repeat:no-repeat;
height:100px;
width:117px;
    }	
	
	.ImgHeader {
background-image:url(CapannoneHeader.jpg);
background-repeat:no-repeat;
background-position:right;
height:120px;
width:40%;
    }
	
	.GustoDettaglio {
    }
	
	.Testata {
background-image:url(Testata.jpg);
background-repeat:no-repeat;
background-position:right;
height:120px;
width:900px;
    }
		
.UpHeader {
	width:900px;
	height:25px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	background-color:#FFFFFF;
	}
	
.TableTabs{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-image:url(SfondoTab.gif);
	background-repeat:repeat-x;
	height:25px;
	}
	
.Tabs{
text-align:center;
	}
	
.SfondoTabs{
background-image:url(SfondoTab.gif);
background-repeat:repeat-x;
	}
	
.BarraTabs{
border-bottom:1px solid #000000;
	}
		

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}
.TopBar 
{
background-image:url(NewBlue.gif);
}
.BottomBar
{
height:26;
background-image:url(NewBluebot.gif);
}
.LeftPane  { 

}
.TopPane  {
}

.ContentPane  { 
}

.RightPane  { 
	
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: blod;
    font-size: 10pt;
    color: #fff;
    font-family: Verdana;
    text-decoration: none;
}
.CURRENTDATE {
    font-weight: normal;
    font-size: 8pt;
    color: #999999;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #fff;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #fff;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #fff;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #FF9900;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:blue;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	 font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  10px;
	color:#617188;	
}

.SubHead2    {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  11px;
	color:#CCCCCC;	
}

.SubHead3   {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  10px;
	font-style:oblique;
	color:#CCCCCC;	
}

.SubHeadFooter    {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  10px;
	color:#999999;	
}

A.SubHead:link {
    text-decoration:    none;
    color:#617188;
}

A.SubHead:visited  {
    text-decoration:    none;
    color:#617188;
}

A.SubHead:active   {
    text-decoration:    none;
    color:#617188;
}

A.SubHead:hover    {
    text-decoration:    none;
    color:red;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {

}

.ModuleTitle_MenuBar {
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: Black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #ABBBF2 1px solid; 
	border-top: #ABBBF2 1px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-color: #FFFFFF; 
	text-align: center; 
	width: 15; 
	height: 20;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=3);
}

.ModuleTitle_MenuBreak {
	border-bottom: white 1px solid; 
	border-left: white 0px solid; 
	border-top: gray 1px solid;  
	border-right: gray 0px solid; 
	background-color: white; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	background-color: #8D9BCA;
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #ABBBF2 1px solid; 
	border-bottom: #ABBBF2 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {

}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:25px;
	background-image:url(SfondoTab.gif);
	background-repeat:repeat-x;

}

.MainMenu_TabRootMenuItem TD {
	height:25px;
	background-image:url(SfondoTab.gif);
	background-repeat:repeat-x;

}

.MainMenu_TabRootMenuItemSel TD {
	height: 25px;
	color:#FF9900;
	background-image:url(SfondoTab.gif);
	background-repeat:repeat-x;

}

.MainMenu_TabMenuItemHover TD {
	color:#5F7084;
	height: 25px;
	background-image:url(SfondoTabSel.gif);
	background-repeat:repeat-x;

}

.MainMenu_TabMenuItemSelHover TD
{
	color:#FF9900;
	height: 25px;
	background-image:url(SfondoTab.gif);
	background-repeat:repeat-x;

}


.MainMenu_MenuItem {
	cursor: hand; 
	color: #5F7084; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal;
	background-image:url(SfondoTab.gif);
	background-repeat:repeat-x;

}

.MainMenu_MenuIcon {
	background-color: #FFFFFF; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	text-align: center; 
	width: 15; 
	height: 25;
	background-image:url(SfondoTab.gif);
	background-repeat:repeat-x;

}

.MainMenu_SubMenu {
	border-bottom: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid;  
	border-right: #FFFFFF 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=2);
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal;
	height:25px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #ABBBF2 1px solid; 
	border-bottom: #ABBBF2 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.Main {
	border-right:  #000000 1px solid; 
	border-left:  #000000 1px solid;
	border-bottom:  #000000 1px solid;
}

.Spacer {
right:45;
}



