/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.Head{
	color: #ffffff;
	font-size: 8px;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFF3D1; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFF3D1; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #FFF3D1; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #FFF3D1;
}

/*-------------------------------------------------------------------------------*/

TABLE {
	font-size:10pt;
}
.ppb_container_body {
	background-color: #ffffff;
	padding: 2px;
	font-size:10pt;
	vertical-align: top;
}
.ppb_container_body_colsx {
	background-color: #fbc200;
	width: 200px;
}

.ppb_container_body_search {
	width: 200px;
	background-color: #ffffff;
}


.ppb_ricetta_r1c2 {
	background-image: url(bg-blocco_02.jpg);
	background-repeat:repeat-x;
}
.ppb_container_body_ricetta {
	width: 200px;
	background-image: url(bg-blocco_07.jpg);
}
.ppb_ricetta_r3c2 {
	background-image: url(bg-blocco_12.jpg);
	background-repeat:repeat-x;
}
.ppb_ricetta_r2c1 {
	background-image: url(bg-blocco_06.jpg);
	background-repeat:repeat-y;
	vertical-align: top;
}
.ppb_ricetta_r2c3 {
	background-image: url(bg-blocco_08.jpg);
	background-repeat:repeat-y;
	vertical-align: top;
}
.ppb_ricetta_r3c2 {
	text-align: center;
}
