/* ================================
    CSS STYLES FOR DotNetNuke 4
   ================================  */ 
 /*Designed & Created by http://www.dorettigroup.it 


 .controlpanel {
	width: 100%;
	background-color: #D62422;
}


.pagemaster {
width: 100%;
height: 100%;
background-color: #FAFBFD;
}


/* GENERAL */
/* style for module titles */

.Skinergy_MainLayout
{
   width: 70%;
}

.Head   {
    font-family: Arial Narrow, Arial, Helvetica;
    font-size:  16px;
    font-weight: bold;
    color: #629E42;
}

/* background color for the content part of the pages */
Body
{
	background-image: url(sfondo_body.jpg);
	background-repeat: repeat-x;
}

/* Added Padding- kirsty*/
.LeftPane {
    background-color: #FBF4E2;
	 padding-top: 4px;
	width: 263;
}

.ContentPane {
    background-color: White;
	 padding-top: 4px;
}

.RightPane {
    background-color: #FFFFFF;
	 padding-top: 4px;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.home {
	    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 14px;
    color: #629E42;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
/* text style for the selected tab */
.SelezioneTabRed {
    font-weight: bold;
    font-size: 14px;
    color: #629E42;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #629E42;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #0268B3;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #0268B3;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #0268B3;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 12px;
    color:#629E42;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#629E42;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#629E42;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #629E42;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#629E42;
}

HR	{
    color:#FAFBFF
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: 2px solid #203713; 
	border-left: #C3E1B3 2px solid; 
	border-top: 2px solid #C3E1B3; 
	border-right: 2px solid #203713;  
	background-color: #629E42;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:30;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family:Arial Narrow, Arial Narrow, Helvetica; 
	font-size: 14px; 
	font-weight:bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	height: 30px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #9BD17F;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 

}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #9BD17F; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: 2px solid #599A37; 
	border-left: 2px solid #E3F1D6; 
	border-top: 2px solid #E3F1D6; 
	border-right: 2px solid #599A37;
	
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #F4B955; 
	font-family: Arial Narrow, Arial, Helvetica; 
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal;
	text-decoration: none;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}


