/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/* NAV MENU */

.main_dnnmenu_container {
	background-color: #f5f5f5;
	width:968px;
}
.main_dnnmenu_bar 
{
	border-top: solid 1px #dfdfdf;
	cursor: pointer; 
	cursor: hand;
	height:30px;
	background-color: #f5f5f5;
	width:968px;
	display:block;
	margin-top:8px;
}

.main_dnnmenu_item TD { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #404040;
	font-weight: bold; 
	font-style: normal; 
	background-color: #e5e4e4;
	font-family: Trebuchet MS,Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 4px 6px 1px 2px;	
    border-bottom:solid 1px white;
    font-size:9pt;
}

.main_dnnmenu_indicatechild
{
	display:none;
}

.main_dnnmenu_icon
{
	width: 1px;
}

.main_dnnmenu_break
{
	border-left: solid 8px red;
}

.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #404040;
	font-weight:bold; 
	font-style: normal; 
	font-family: Trebuchet MS; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 10px 0px 10px;   /*explicitly set padding for root menu items*/
    background-image: url('menuSeparator.png');
    background-repeat: no-repeat;
    background-position: right;    
	border-top: solid 2px transparent;
	border-left: solid 2px transparent;
	border-right: solid 2px transparent;
	height:28px;
    font-size:11pt;
    display:block;
    float:left;
    vertical-align:bottom;
}

.main_dnnmenu_itemhover TD {  
	color: #FA7B2A;
	background-color:#e5e4e4;
}

.main_dnnmenu_leftseparator
{
	border-left:solid 8px red;
	width: 8px;
	margin-left:20px;
}

.main_dnn_hover_root
{  
	background-color: #e5e4e4; 
	color: #FA7B2A;
	border-top: solid 1px #bebebe;
	border-left: solid 1px #bebebe;
	border-right: solid 2px #bebebe;
    vertical-align:bottom;
}

.main_dnn_sel_root
{  
	background-color: #e5e3e4; 
	color: #FA7B2A;
	border-top: solid 2px #bebebe;
	border-left: solid 2px #bebebe;
	border-right: solid 2px #bebebe;
}

.main_dnnmenu_itemhover {  
	background-color: #e5e3e4; 
	color: #FA7B2A;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 1px; 
	height: 100%;
}

.main_dnnmenu_submenu {
	background-color: #e5e4e4;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 0px 10px 10px 1px;   /*explicitly set padding for sub-menus */
	border-left: solid 1px #bebebe;
	border-right: solid 2px #bebebe;
	border-bottom: solid 1px #bebebe;
	border-top: solid 1px white;
	font-size:6px;
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow TD {
	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; 
	display:none;
}
.main_dnnmenu_rootmenuarrow  {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display:none;
}


/* MENU */



.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

/* SKIN CSS */

DIV.userContentContainerHome
{
	background-color:White;
	overflow:hidden;
	width:990px;
	margin-left:11px;
	margin-right:11px;
	clear:both;
	color:#686868;
}

DIV.userContentContainer
{
	background-color:White;
	overflow:hidden;
	width:950px;
	margin-left:5px;
	margin-right:5px;
	clear:both;
	color:#686868;
}

DIV.leftContentContainerHome
{
	background-color:White;
	width:575px;
	float:left;
	overflow:hidden;
}

DIV.leftContentContainer
{
	background-color:White;
	width:570px;
	float:left;
	overflow:hidden;
}

DIV.rightContentContainerHome
{
	background-color:White;
	width:365px;
	min-width:360px;
	float:left;
	margin-left:21px;
	margin-bottom:20px;
	vertical-align:top;
	overflow:hidden;
}

DIV.rightContentContainer
{
	background-color:White;
	width:360px;
	min-width:360px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	vertical-align:top;
	overflow:hidden;
}

DIV.pageContainer
{
	font-family:Trebuchet MS;
	background-image:url('/Portals/0/Scuola/Images/HomePage/gradient.jpg');
	background-repeat:repeat-x;
}

DIV.pageContentArea
{
	margin-left:3%;
	width:90%;
	margin-right:3%;
	margin-bottom:20px;
}

DIV.menuBarContainer
{
	clear:both;
	padding-top:8px;
	padding-left:7px;
	padding-bottom:30px;
	width:968px;
	white-space:nowrap;
	height:32px;
}

DIV.SiteHeader
{
	height:175px;
	padding-bottom:0px;
}

#dnn_dnnUSER_cmdRegister, #dnn_dnnLOGIN_cmdLogin
{
	display:none;
	height:1px;
}