/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #FFFB8E;
	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.gif); HEIGHT:7px;
}

.tagline {
	color: #7CB0D1; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight:bold; 
	font-style: normal;	background: url(header_1.jpg) top left no-repeat #f5f5f5;
}


.SkinMenu {
	 background-color:#F4CF23; 
	 border-top-style:solid;
	 border-top-width:1px;
	 border-top-color:#FFFB8E;
	 border-bottom-style:solid;
	 border-bottom-width:1px;
	 border-bottom-color:#FFFB8E;
	 HEIGHT:26px;
}

.SkinFooter {
	background-color:#F4CF23; 
	HEIGHT:20px;
	font-weight: bold;
    font-size: 8.5pt;
    color: #0000FF;
    font-family: Tahoma, Arial, Helvetica;
	font-style: normal; 
	vertical-align:middle;
	border-style:solid;
	border-color:#F4CF23;
	border-width:2px;
}

.SkinBreadCrumb {
	background-color:#FF960D; 
	HEIGHT:22px;
	font-weight: bold;
    font-size: 8.5pt;
    color: #FFFF00;
    font-family: Tahoma, Arial, Helvetica;
	font-style: normal; 
	vertical-align:middle;
	
}


A.SkinBreadCrumb:link {
    text-decoration:none;
    border-style:solid;
	border-color:#FF960D;
    color:#FFFF00;
}

A.SkinBreadCrumb:visited  {
    text-decoration:    none;
  border-style:solid;
	border-color:#FF960D;
    color:#FFFF00;
}

A.SkinBreadCrumb:active   {
    text-decoration:    none;
    color:#FFFF00;
    border-style:solid;
	border-color:#FF960D;
}

A.SkinBreadCrumb:hover    {
    text-decoration:    none;
    color:#FF0000;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #7CB0D1;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#FF0000;
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 100px;
	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;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #FFCC66 0px solid; 
	border-bottom: #FFCC66 1px solid; 
	border-top: #FFCC66 1px solid; 
	border-right: #FFCC66 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color:#3278B5; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #FFCC66; 
	border-left: #FFCC66 1px solid; 
	border-bottom: #FFCC66 1px solid; 
	border-top: #FFCC66 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	background-color: #FFCC66; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #FF960D; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #FFCC66 1px solid; 
	border-bottom: #FFCC66 1px solid; 
	border-top: #FFCC66 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.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: Verdana,Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

.titolo11 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
	color : #333; 
	font-weight: bold;
}

.corpo11   {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    text-justify:auto;
    text-align:justify;
    vertical-align:top;
    color: #333333;
}

.corpo13   {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    normal;
    text-justify:auto;
    text-align:justify;
    vertical-align:top;
    color: #333333;
}

.corpo15   {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:bold;
    font-style:italic;
    text-justify:auto;
    text-align:justify;
    vertical-align:top;
    color: #FF960D;
}

.separator 
{
	BORDER-LEFT: black 1px solid; 
	width:2px;
}

BODY{
scrollbar-face-color:#FF960D;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFB8E;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-darkshadow-Color:'';
}

INPUT.search {
	BACKGROUND-COLOR: #FFFB8E; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #336699; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 15px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	vertical-align:text-bottom ;
	line-height:13px;
	TEXT-INDENT: 0px; 
	
	}
	
	INPUT.feedback {
	BACKGROUND-COLOR: #FFFB8E; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #336699; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 18px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	vertical-align:text-bottom ;
	line-height:13px;
	TEXT-INDENT: 0px; 
	
	}
	
	select.feedback {
	BACKGROUND-COLOR: #FFFB8E; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #333; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 18px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	TEXT-INDENT: 0px; 
	
	}
	
	TEXTAREA.feedback {
	BACKGROUND-COLOR: #FFFB8E; 
	BORDER-BOTTOM: #001E4C 1px outset; 
	BORDER-LEFT: #001E4C 1px inset; 
	BORDER-RIGHT: #001E4C 1px outset; 
	BORDER-TOP: #001E4C 1px inset; 
	COLOR: #336699; 
	CURSOR: text; 
	FONT: 11px/11px  "Verdana";
	HEIGHT: 50px; 
	MARGIN: 0px; 
	TEXT-ALIGN: left; 
	vertical-align:text-bottom ;
	line-height:13px;
	TEXT-INDENT: 0px; 
	
	}
	
	.foto {
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	
}

.titolo13Arancio {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #fe850c;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.titolo13Verde {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 13px;
	color : #729A23; 
	font-weight: bold;
	text-decoration :none;
	}
	
.ordina,A.ordina:link, A.ordina:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
	color : #729A23; 
	font-weight: bold;
	text-decoration : underline;
}

A.ordina:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
	color : #729A23; 
	font-weight: bold;
	text-decoration : none;
}

.testo   {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    normal;
    text-justify:auto;
    text-align:justify;
    vertical-align:top;
    color: #333333;
}

.titolo   {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:bolder ;
    text-justify:auto;
    text-align:justify;
    vertical-align:top;
    color: #333333;
}