/* 
================================
Skin styles for DotNetNuke
================================
*/   

/*A, A:active, A:hover, A:link, A:visited, */
.TestoTestata
{
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Verdana;
	padding-top: 2px;
	cursor:pointer;
	cursor:hand;
}

.Generale
{
	border-collapse: collapse; 
	background-color:#CBCFCB;
}

.GeneraleInterno
{
	border-collapse: collapse; 
	background-color:#FFFFFF;
}

.GeneraleIntTop
{
	background-image: url(top.jpg); 
	background-position:top;
} 

.GeneraleIntBottom
{
	background-color: #CBCFCB;
} 

.GeneraleIntSfondo
{
	background: url(bgs.jpg); 
	background-position:top; 
	background-repeat:repeat-x; 
	background-color:#CBCFCB;
}

.GeneraleIntTestata
{
	border-collapse: collapse; 
	background: url(head.jpg); 
	background-position: left top; 
	background-repeat:no-repeat; 
	background-color:#ffffff;
}

.GeneraleIntTestata_en
{
	border-collapse: collapse; 
	background: url(head_en.jpg); 
	background-position: left top; 
	background-repeat:no-repeat; 
	background-color:#ffffff;
}


/* MENU' */
.MainMenu_MenuContainer {
	background-color: #ffffff; 
	width: 195px;
	border-top: solid 9px #61AB0A;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem 
{
	height: 26px;
	color: #435B27; 
	cursor: pointer; 
	cursor: hand; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	font-family: Arial, Verdana; 

	background: url(sfmenu.jpg); 
	background-position: left bottom; 
	background-repeat:no-repeat; 
	background-color: #ffffff;
}

.MainMenu_MenuIcon {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
	height: 26px;
	color: #61AB0A; 
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Verdana; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;

	background: url(sfmenusel.jpg); 
	background-position: left bottom; 
	background-repeat:no-repeat; 
	background-color:#ffffff;
}
.MainMenu_MenuItemSelected {
	height: 26px;
	color: #61AB0A; 
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Verdana; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;

	background: url(sfmenusel.jpg); 
	background-position: left bottom; 
	background-repeat:no-repeat; 
	background-color:#ffffff;
	text-indent: -6px;
}
.MainMenu_MenuArrow {
	/*border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; */
}
.MainMenu_RootMenuArrow {
	/*font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;*/
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Arial, Verdana;
    font-size:  12px;
    font-weight:    bold;
    /*color: #003366;*/
	color: black;
}


