/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   
.login{
	font-family: verdana, Arial, 'Microsoft Sans Serif', sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333333;
}



/* background color for the content part of the pages */
Body
{
    background:#FFFFFF none repeat scroll 0 0;
    margin :0px;
    padding:0px;
    font-family: Verdana, Arial, Sans-Serif;
   
}

.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}


.SkinObject {
    font-weight: bold;
    font-size: 0.7em;
    color: #003366;
    font-family: Tahoma, Arial, verdana;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
    font-size: 0.7em;
    font-family: Tahoma, Arial, verdana;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
    font-size: 0.7em;
    font-family: Tahoma, Arial, verdana;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
    font-size: 0.7em;
    font-family: Tahoma, Arial, verdana;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#003366;
    font-size: 0.7em;
    font-family: Tahoma, Arial, verdana;
}



/* style for module titles */
/*.Head   {
    font-family: Tahoma, Arial, verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}*/

/* style of item titles on edit and admin pages */
/*.SubHead    {
    font-family: Tahoma, Arial, verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}*/

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, verdana;
    font-size:  x-small;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal{
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, verdana;
    font-size: small;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}



/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, verdana;
    font-size: x-small;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, verdana;
    font-size: x-small;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: #ffffff;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: #696969 1px solid;
	background-color: #ffffff;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, verdana;
	font-size: x-small;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, verdana;
    font-size: x-small;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, verdana;
    font-size: x-small;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, verdana;
    font-size: x-small;
    font-weight: normal;
    color: #000000;
    background-color: #F8F8F8;
    border-top: #000000 1px dashed;
    border-bottom: #000000 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, verdana;
    font-size: x-small;
    font-weight: normal;
    color: #000000;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, verdana;
    font-size: x-small;
    font-weight: bold;
    color: #ffffff;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, verdana;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, verdana;
    font-size: x-small;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: #000000 1px solid;
	height:35px;
}
.WizardFooter
{
	border-top: #000000 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: #000000 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
.grigliaWizard
{
    font-size: 0.8em;
    }

/* text style used for help text rendered by modules */
.Help
{
  border-right: #000000 1px solid;
  padding-right: 2px;
  border-top: #000000 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: small;
  padding-bottom: 2px;
  border-left: #000000 1px solid;
  color: #000000;
  padding-top: 2px;
  border-bottom: #000000 1px solid;
  font-family: Tahoma, Arial, verdana;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-weight: bold;
	font-size: small;
	font-family: Tahoma, Arial, verdana;
}



    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* Stile dei Links Level=Same in fondo alla pagina */
.LinkButtonSame
{
	font-weight: bold;
	font-size: xx-small;
	font-family: Verdana, Tahoma, Arial, verdana;
	color: #666666;
}

   

A.LinkButtonSame:link {
    text-decoration:    underline;
    color: #666666;
}

A.LinkButtonSame:visited  {
    text-decoration:    underline;
    color: #000000;
}

A.LinkButtonSame:active   {
    text-decoration:    underline;
    color: #006699;
}

A.LinkButtonSame:hover    {
    text-decoration:    underline;
    color: #CC6600;
}


/* Stile dei Links Selezionati Level=Same in fondo alla pagina */
.LinkButtonSameSelected
{
	font-weight: bold;
	font-size: xx-small;
	color: #ff6600;
	font-family: Verdana, Tahoma, Arial, verdana;
}

   

A.LinkButtonSameSelected:link {
    text-decoration:    underline;
    color: #ff6600;
}

A.LinkButtonSameSelected:visited  {
    text-decoration:    underline;
    color: #ff6600;
}

A.LinkButtonSameSelected:active   {
    text-decoration:    underline;
    color: #ff6600;
}

A.LinkButtonSameSelected:hover
{
	color: #006699;
	text-decoration: underline;
}


/* Stile dei Links Level=Child a sinistra della  pagina */
.LinkButtonChild
{
	border-left: #a9a9a9 8px solid;
	padding-right: 1px;
	border-bottom:#a9a9a9 1px solid;
	display:inline;
	padding-left: 5px;
	font-weight: bold;
	font-size: 0.6em;
	padding-bottom: 1px;
	margin: 0px;
	max-width: 93px;
	color: #a9a9a9;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Tahoma, Arial, verdana;
	min-height: 24px;
	background-color: #E6E6E6;
	text-decoration: none;
	
}

A.LinkButtonChild:link
{
	
	
	color: black;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #E6E6E6;
	display:inline;
}

A.LinkButtonChild:visited
{
	color: black;
	text-decoration: none;
}

A.LinkButtonChild:active   {
    text-decoration:    none;
    color: #006699;
}

A.LinkButtonChild:hover
{
	color: #cc3333;
	text-decoration: underline;
	font-size: 0.6em;
}



/* Stile dei Links Selezionati Level=Child a sinistra della  pagina */
.LinkButtonChildSelected
{   border-left: #FFCC00 8px solid;
	padding-right: 1px;
	border-bottom:#FFCC00 1px solid;
	border-top:#FFCC00 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 0.6em;
	padding-bottom: 1px;
	margin: 0px;
	max-width: 106px;
	color: #000099;
	padding-top: 1px;
	font-family: Verdana, Tahoma, Arial, verdana;
	min-height: 20px;
	background-color: #fff;
	/*background-image: url(images/itemMenuLeft.gif);*/
	text-decoration: none;
	display:inline;
}

   

A.LinkButtonChildSelected:link {
    text-decoration:    none;
    color: #000099;
  
}

A.LinkButtonChildSelected:visited  {
    text-decoration:    none;
    color: #000099;
    
}

A.LinkButtonChildSelected:active   {
    text-decoration:    none;
    color: #000099;
    
}

A.LinkButtonChildSelected:hover
{
	color: #000099;
	text-decoration: underline;
	
}

/*Questi stili sono utilizzati per la skin AV6 con menu late4rale sinistro

 Stile dei Links Level=Child a sinistra della  pagina 
.LinkButtonChild
{
	border-left: #a9a9a9 8px solid;
	padding-right: 1px;
	border-bottom:#a9a9a9 1px solid;
	display:block;
	padding-left: 5px;
	font-weight: bold;
	font-size: 0.6em;
	padding-bottom: 1px;
	margin: 0px;
	max-width: 93px;
	color: #a9a9a9;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Tahoma, Arial, verdana;
	min-height: 24px;
	background-color: #E6E6E6;
	text-decoration: none;
	
}

A.LinkButtonChild:link
{
	
	
	color: black;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #E6E6E6;
	display:block;
}

A.LinkButtonChild:visited
{
	color: black;
	text-decoration: none;
}

A.LinkButtonChild:active   {
    text-decoration:    none;
    color: #006699;
}

A.LinkButtonChild:hover
{
	color: #cc3333;
	text-decoration: underline;
	font-size: 0.6em;
}



/* Stile dei Links Selezionati Level=Child a sinistra della  pagina 
.LinkButtonChildSelected
{   border-left: #FFCC00 8px solid;
	padding-right: 1px;
	border-bottom:#FFCC00 1px solid;
	border-top:#FFCC00 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 0.6em;
	padding-bottom: 1px;
	margin: 0px;
	max-width: 106px;
	color: #000099;
	padding-top: 1px;
	font-family: Verdana, Tahoma, Arial, verdana;
	min-height: 20px;
	background-color: #fff;
	/*background-image: url(images/itemMenuLeft.gif);
	text-decoration: none;
	display:block;
}

   

A.LinkButtonChildSelected:link {
    text-decoration:    none;
    color: #000099;
  
}

A.LinkButtonChildSelected:visited  {
    text-decoration:    none;
    color: #000099;
    
}

A.LinkButtonChildSelected:active   {
    text-decoration:    none;
    color: #000099;
    
}

A.LinkButtonChildSelected:hover
{
	color: #000099;
	text-decoration: underline;
	
}
*/
pre {
display:none;
}

/* Stile dei Links  Level=Root a sinistra della  pagina */
.LinkButtonRoot
{
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
}
a.LinkButtonRoot:link
{padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	height: 28px;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
}

a.LinkButtonRoot:visited
{    padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	height: 28px;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
}
/*a.LinkButtonRoot:visited
{    padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	height: 28px;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, verdana;
	text-decoration: none;
}*/
a.LinkButtonRoot:active
{padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	height: 24px;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
}

a.LinkButtonRoot:hover
{padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	height: 24px;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffcc00;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
}
/* Stile dei Links Selezionati Level=Root a sinistra della  pagina */
.LinkButtonRootSelected
{padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #ffcc33;
	font-weight: bold;
	font-size: 0.8em;
}
a.LinkButtonRootSelected:link
{padding-right: 5px;
	display: inline;
	padding-left: 5px;
	font-weight: bold;
	font-size: 0.8em;
	float: none;
	color: #006699;
	padding-top: 5px;
	font-family: Verdana, Tahoma, Arial;
	height: 28px;
	background-color: #ffcc33;
	text-decoration: none;
}

a.LinkButtonRootSelected:visited
{padding-right: 5px;
	display: inline;
	padding-left: 5px;
	font-weight: bold;
	font-size: 0.8em;
	float: none;
	color: #006699;
	padding-top: 5px;
	font-family: Verdana, Tahoma, Arial;
	height: 28px;
	background-color: #ffcc33;
	text-decoration: none;
}

a.LinkButtonRootSelected:active
{padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
	background-color: #ffcc33;
}

a.LinkButtonRootSelected:hover
{padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial;
	background-color: #ffcc33;}



/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	font-size: small;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    
    color: #666644;
    
}

h2
{
	font-weight: normal;
	
	margin: 0;
	text-align: left;
}

.head_row h2{
	line-height: 25px;
}

H3  {
    
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, verdana;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, verdana;
    font-size:  x-small;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, verdana;
    font-size:  x-small;
    font-weight:    bold;
    color: #003366;
}

tfoot, thead    {
    font-family: Tahoma, Arial, verdana;
    font-size:  x-small;
    color: #003366;
}

th  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, verdana;
    font-size:  1em;
    font-weight:    bold;
    color: #003366;
    border:solid 1px #fff ;
    padding:2px;
}

/***A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}***/

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #696969;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #0000ff 0px solid; 
	border-left: #0000ff 0px solid; 
	border-top: #0000ff 0px solid; 
	border-right: #0000ff 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	/*cursor: hand; */
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	/*cursor: hand; */
	color: #000000; 
	font-family: Tahoma, Arial, verdana; 
	font-size: x-small; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	/*cursor: hand; */
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	/*cursor: hand;*/
	background-color: #FFFFFF; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);*/ 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	/*cursor: hand; */
	color: #000000; 
	font-family: Tahoma, Arial, verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	/*cursor: hand; */
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
	/*cursor: hand; */
}

/* Main Menu 
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
} */
/*.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	/*cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	/*cursor: hand; 
	background-color: #FFFFFF; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	/*cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	/*cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	
}*/

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: #000000;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, verdana;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:#ffffff;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Tahoma, Arial, verdana;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
DIV#menuTop A
{
	position: relative;
	top: 8px;
	
}
DIV#menuTop
{
	border-bottom: #ffcc33 2px solid;
	height: 26px;
}

/*DIV#menuTop A
{
	position: relative;
	top: 8px;
}
DIV#menuTop
{
	border-bottom: #ffcc33 2px solid;
}*/
DIV#topLeft
{
	border-bottom: #ffcc33 0px solid;position: relative;
	top: 5px;
}
DIV#footer
{
	border-top: #a9a9a9 1px solid;
	font-size: 10px;
	border-bottom: #a9a9a9 1px solid;
	height: 25px;
}

/*DIV#menuLeft UL LI A:hover {
	BACKGROUND-COLOR: #efefef; TEXT-DECORATION: none
}
DIV#menuLeft UL LI {
	width: 107px; BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 1px; VERTICAL-ALIGN: top; LINE-HEIGHT: 1.3em; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; HEIGHT: 1em; BORDER-RIGHT-WIDTH: 0px
}
DIV#menuLeft UL LI A {
	width: 107px; BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 5px;  PADDING-LEFT: 0px; PADDING-BOTTOM: 0.25em; MARGIN: 0px; BORDER-LEFT: #999 10px solid;  COLOR: black; PADDING-TOP: 0.25em; BORDER-BOTTOM: #ccc 1px solid; HEIGHT: 1em; BORDER-RIGHT-WIDTH: 0px
}
DIV#menuLeft UL
{
	padding-right: 0px;
	border-top: #FECE00 0px solid;
	padding-left: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	border-right-width: 0px;
}*/

DIV#menuLeft
{
	padding-right: 0px;
	border-top: #FECE00 0px solid;
	padding-left: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-right-width: 0px;
}
.menuChild
{

	padding-top: 1px;}
	
	

img
{
	border:0;
}

.tabellaHome
{
	height: 100%;
	text-align: center;
	
}
fieldset
{
	text-align: left;
	/*border: solid 1px #000;
	padding:1px;*/
	
	padding:2px;
	font-size: 0.9em;
}
legend
{
	font-weight: bold;
	color: #000;
}
label
{
	font-size: 0.8em;
	font-weight: bold; /*padding-right: 14px;*/
	width:150px;
}

.Skill label{
	font-size: 1.3em;
	font-weight: normal;
	}

.label {
border:0px none;
color:#000000;
display:inline;
float:left;
font-weight:bold;
margin-bottom:4px;
padding:2px;
text-align:left;
width:180px;
}
/********************************/
/**********GRIGLIE***************/
/********************************/

/**Stile che controlla l’intestazione delle griglie**/
.gridHeader
{
    border: solid 1px #000;
    font-size: 0.9em !important;
    font-weight: bold !important;
    /*white-space: nowrap;*/
    padding: 1px;
    
     /*padding: 5px;
    margin: 1px;*/
    font-family: Tahoma;
    background-color: #d3d3d3;
    color: #696969 !important;
}

/**Stile che controlla il footer delle griglie**/
.gridFooter
{
	border-top: #006088 1px solid;
	border-bottom: #006088 1px solid;
	background-color: Transparent;
}


/*Stile applicato alle celle (tag TD) della griglia*/
.gridRow
{
	border: solid 1px #000;
	background-color: #e5edf8;
	padding-left: 3px;
	
	overflow: hidden !important;
	padding: 0px;
	font-size: 0.9em;
	
	color:#000 !important;
	font-weight:normal !important;
}

/*Stile applicato alle celle (tag TD) della griglia per le righe alternate*/
.gridRowAlternate
{
	border: solid 1px #000;
	background-color: #ffffff;
	padding-left: 3px;
	border-left-width: 0px;
	border-top-width: 0px;
	overflow: hidden !important;
	padding: 0px;	
	font-size: 0.9em;
	margin:3px;
}

/*Stile applicato alla tabella (tag TABLE)più esterna della griglia*/
.gridFrameStyle
{
	width: 100%;
	border:  solid 0px ;
	font-size: 0.9em;
}


/********************************/
/**********WIZARD****************/
/********************************/

/* styles used in the Wizard Framework */
.Wizard
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    height: 400px;
    width: 100%; /* Da T&D: teniamo larghezza percentuale 	width: 650px;*/
}

.WizardButton
{
    border-right: #696969 1px solid;
    padding-right: 2px;
    border-top: #696969 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #696969 1px solid;
    padding-top: 2px;
    border-bottom: #696969 1px solid;
    background-color: #dcdcdc;
}
.WizardHeader
{
    background: #284E98;
    border: #EFF3FB 2px solid;
    text-align: center;
}
.WizardFooter
{
    border-top: #000000 1px solid;
    background: #ccffcc;
    height: 25px;
    text-align: right;
}
.WizardBody
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 325px;
}
.WizardHelp
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.9em;
    padding-bottom: 5px;
    border-left: #000000 1px solid;
    width: 180px;
    padding-top: 5px;
    background-color: #ccffff;
}
.WizardHelpText
{
    overflow: auto;
    font-size: 0.9em;
    width: 180px;
    color: #000000;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    height: 300px;
}
.WizardText
{
    font-size: 0.9em;
    color: #000000;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
.WizardStep
{
    color: #333333;
    vertical-align:top;
    padding-right:15px !important;
}

.WizardSideBar
{
    border: 1px solid #fff;
    background-color: #FFCC00;
    vertical-align: top;
    width: 150px; /*width: 250px;*/ /* Ridimensionato per risparmiare spazio in caso di risoluzione 1024*/
}

.WizardNavigation
{
    vertical-align: top;
}
.WizardNavigation
{
    vertical-align: top;
}
.WizardSideBarButton, a.WizardSideBarButton:link, a.WizardSideBarButton:visited, a.WizardSideBarButton:active
{
    display: block;
    padding: 5px;
    border-bottom: 1px dotted #FFFFFF;
    background-color: #FFCC00;
    color: #333399;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
}

.stampa{
	width: 100px;
	float: left;
	}
	
.div1{
	width: 50%;
	float: left;
	}

div#comandi{
	width: 50%; 
	float: left;
	}
	
div#Stampa{
	width: 100px; 
	float: right;
	}

.cmd_cont{
	padding: 0px;
	margin: 0px;
	background: none !important;
	float: left;
	}
.msgValidazione
{
    font-size:0.8em;
    color:Red;
    }
    
    
    /* stile del testo del controllino di help per la versione senza js */
.popupHelp
{
	position: relative;
	z-index: 0;
}

.popupHelp:hover
{
	background-color: transparent;
	z-index: 50;
}

.popupHelp span
{
	/*CSS per allargare la popup*/
	position: absolute;
	background-color: #ffff99;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width:250px;
}

.popupHelp span
{
	/*CSS per allargare la popup*/
	border-width: 0;
	padding: 2px;
	text-align: left;
}

.popupHelp:hover span
{
	/*CSS per allargare la popup on hover*/
	visibility: visible;
	top: -50px;
	left: 20px; /*position where enlarged image should offset horizontally */
	border: 1px solid #000000;
}
