.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #701212;
	font-style: normal;
}
.containermaster_JeMa {
	width: 100%;
	background-color: #F7FEE2;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
	border: 1px solid #A0A170;
}
.container_Riga {
	background-image: url(top.png);
	-moz-border-radius-topleft: 15px; 
	-moz-border-radius-topright: 15px;
}
	

/* Module Title Menu */
.ModuleTitle_MenuContainer {
    border-width: 0;  
}

.ModuleTitle_MenuBar {
    height:16px;
    background-color: Transparent;
}

.ModuleTitle_MenuItem {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border: #FFF 1px solid;
    border-width: 1px 0;
    background-color: Transparent;
}

.ModuleTitle_MenuIcon {
    background-color: #EEE;
    border: #EEE 1px solid;
    border-width: 1px 0 1px 1px;
    text-align: center;
    width: 15px;
    height: 21px;
}

.ModuleTitle_SubMenu {
    z-index: 1000;
    cursor: pointer;
    background-color: #FFF;
    border-width: 0;
}

.ModuleTitle_MenuBreak
{
    border: #EEE 1px solid;
    border-width: 1px 0;
    background-color: #EEE;
    height: 1px;
}

.ModuleTitle_MenuItemSel
 {
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #CCFFCC;
}

