

/* 
================================
Skin styles for Il Trillo DOT NET NUKE
by Giorgio Medina
================================
*/ 



body {
	background:url(img/bg.gif) repeat ;
	position:absolute ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom:10;
}
.contentpane {
 	background-color: transparent;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom:2px;
	
	}
.rightpane {
	background-color:  transparent;
	padding-left: 4px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom:5px;
}
.bottompane {
	width: 100%;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom:10;
}

/*css for menu */


.rootMenuItem TD{
	background-image: url(img/bg_mn.gif);
	background-repeat: repeat;
	font-size: 12px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-variant:inherit;
	text-decoration: none;
	text-transform: uppercase;
	height: 30px;

} 

.rootmenuitemselected TD{
	background-image: url(img/on_menu.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-variant:inherit;
	text-decoration: none;
	text-transform: uppercase;
	height: 30px;
	
}

.MainMenu_SubMenu TD{
	
	
	width: inherit;
	background-color:  #ec8b15;
	border: #ec8b15; 

}

.MainMenu_SubMenu {
	margin-top: 0px;
	background-color:Transparent;
	border:  #ec8b15;
	z-index: 1000;
	cursor: hand;
	cursor: hand;
	filter: Shadow(Color='#333333', Direction='135');
}

.MainMenu_MenuBreak
{
      border:none;
      height:0px;
      background-color:Transparent;
}

.rootmenuitemactive TD{ 
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-variant:inherit;
	text-decoration: none;
	text-transform: uppercase;
	height: 30px;
}
/*Desc. menu*/

.MainMenu_MenuItem {
	background-image: url(img/bg_sottom.gif);
	background-repeat: repeat;
	background-color:#FF9900;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial;
	font-style: normal;
	font-weight:normal;
}
.MainMenu_MenuItemSel {
	background-image: url(img/bg_sottom_sel.gif);
	background-repeat: repeat;
	font-size: 11px;
	color:  #FFFFFF;
	font-family: Arial;
	font-style: normal;
	font-weight:normal;
	border:none;
	}

.MainMenu_MenuIcon {
	background-image: url(img/bg_sottom.gif);
	border:none;
	width:0;
	
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: none;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color:  #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}



