/* 
================================
Skin styles for DotNetNuke
================================
*/   


/* Proprieta' di tutta la pagina */
.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: black;
}

/* Proprieta' tabella sotto la pagina */
.skinmaster
{
	height: 100%;
	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;
}

.skinheader1
{
	background-image: url(background2.gif); 

}
.skinheader
{
	/* background-image: url(template_background2.JPG); */
	background-color: black;
}
.skingradient
{ 
	height: 30px;
	 background-image: url(mnucentr.gif);
 }


.skingradient1
{
	height: 30px;
	background-image: url(mnulft.gif);
}

.skingradient2
{
	height: 30px;
	background-image: url(mnuright.gif);
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane
{
	width: 175px;
	background-color: #E9EDF4;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	height: 100%;
}
.contentpane
{
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-color: #E9EDF4;
}
.rightpane {
	width: 175px;
	background-color: #E9EDF4;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: midnightblue;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-image: url(mnucentr.gif); 
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: midnightblue;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	/* background-image: url(mnucentr.gif); */
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover
{
	color: coral;

}

.main_dnnmenu_itemhover td 
{
	color: coral;
	
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu
{
	background-image: url(mnucentr.gif);
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
	padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	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; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Button of Login */
.StandardButton {
	background-image: url(background2.gif);
  color: white;
  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;
}


/* powered by */

A.PoweredBy
{
	color: mediumblue;
	font-size: 9pt;
}

A.PoweredBy:link
{
	color: darkorange;
	font-size: 9pt;
}

A.PoweredBy:visited  
{
			
	color: darkorange;
	font-size: 9pt;
}

A.PoweredBy:active   
{
			
	color: darkorange;
	font-size: 9pt;
}

A.PoweredBy:hover
{
	color: silver;
	font-size: 9pt;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: coral;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: orangered;
}

A.CommandButton:visited  {
    
    color: orangered;
    text-decoration:    underline;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: orangered;
}

A.CommandButton:hover
{
	color: indigo;
	text-decoration: underline;
}



/* Login */

A.Login
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

A.Login:link 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

A.Login:visited  
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

A.Login:active   
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

A.Login:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: coral;
}


/* current date */
.CurrentDate
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

/* Privacy */
.Privacy
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:  midnightblue;
;
}

A.Privacy
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: midnightblue;
}

A.Privacy:link 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: midnightblue;
}

A.Privacy:visited  
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: midnightblue;
}

A.Privacy:active   
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: midnightblue;
}

A.Privacy:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: coral;
}

/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: dimgray;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: dimgray;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}






