﻿
/** HyperLink ***/

.HyperLinkHomePage_Lst, .HyperLinkHomePage_Lst:link, .HyperLinkHomePage_Lst:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}


.HyperLinkHomePage_Lst:hover, .HyperLinkHomePage_Lst:active
{
    text-decoration: underline;
}

.HyperlinkSkin_TextLink, .HyperlinkSkin_TextLink:link, .HyperlinkSkin_TextLink:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-decoration: underline;
}
 
.HyperlinkSkin_TextLink:hover, .HyperlinkSkin_TextLink:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background-color: #333333;
    text-decoration: underline;
}

/**** Label ****/


   
.LabelSkin_Titolo1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ff9900;
    font-weight:bold;
}

.LabelSkin_SottoTitolo1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight:bold;
}

.LabelSkin_Titolo2 {}

.LabelSkin_CorpoTesto 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.LabelSkin_Note 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
}





/************************************************************************************************/
/******************* PAGER CUSTOM CONROL DATA LIST **********************************************/

.dsPagerStatus
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.dsPagerNav, .dsPagerNav:link, .dsPagerNav:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	text-decoration: underline !important ;
	color: #256dba !important;
	background-color: transparent !important;
	font-weight:bold;
	margin:2px;
}

.dsPagerNav:hover, .dsPagerNav:active
{
	color: #ffffff !important;
	background-color:#256dba !important;
}


/*****************************************************************/
/*****************************************************************/


/*#######################################################################################*/
/*########################## LOGIN #######################################################*/
/*#######################################################################################*/

.Login {
	margin-bottom:10px;
	font:11px arial,helvetica,sans-serif;
}

.LoginDx
{
	text-align:left;
}

.LoginSx {
	text-align:right;
	width:150px
}

.LoginTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px !important;
    line-height: 15px;
    padding: 0px;
    height: 15px;
    text-indent: 2px;
    background-color: #f7f7f7;
    border-right: 1px inset;
    border-top: 1px inset;
    border-left: 1px inset;
    border-bottom: 1px inset;
}

.LoginLinkButton1:link,  .LoginLinkButton1:visited
{   
    font-size:10px !important;
    font-family: Arial, Helvetica, sans-serif !important;
	color: white !important;
	text-decoration: none !important;
	vertical-align: middle;
	background-color: #777777;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 5px;
	text-align: center;
	border: 1px outset;
    }

.LoginLinkButton1:hover, .LoginLinkButton1:active
{
    background-color: #6699ff;
}


/* LoginFormView */

.LoginFormView{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	background-color: White;
	line-height: 15px;
}

.LoginFormView a:link, .LoginFormView a:visited, .LoginFormView a:active, .LoginFormView a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.LoginFormViewTitolo {
	font-weight: bold;
	color: #333333;
	background-color: #cecfce;
	text-indent: 3px;
	line-height: 15px;
}

.LoginFormViewTitolo a:link, .LoginFormViewTitolo a:visited, .LoginFormViewTitolo a:active {
	font-weight: bold;
	color: #ad2429;
	background-color: #cecfce;
	text-decoration: underline;
}

.LoginFormViewTitolo a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ad2429;
	text-decoration: underline;
}

.LoginFormViewTextBox {

	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	vertical-align: middle;
	background-color: #f7f7f7;
	line-height: 11px;
	text-indent: 3px;
	
}


/*#######################################################################################*/
/*########################## FINE LOGIN #################################################*/
/*#######################################################################################*/


/*************************************************************************/
/** SYSTEM MESSAGE                                                      **/
/*************************************************************************/	

.SystemMessage 
{
    font-size: 11px; 
    color:#333333;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin-bottom: 10px;
    }
    
    .SystemMessage a:link, .SystemMessage a:visited
{
    color:#333333;
    font-weight:bold;
    text-decoration:underline;
    }
    
    .SystemMessage a:hover, .SystemMessage a:active
{ 
    color:#FFFFFF;
    background-color:#333333;
    font-weight:bold;
    text-decoration:underline;

    }

.SystemMessageTitolo ,.SystemMessageTitolo a:link,.SystemMessageTitolo a:visited
{
   color:#256dba;
    font-weight:bold;
    text-decoration:underline
    }

.SystemMessageTitolo a:hover,.SystemMessageTitolo a:active
{
    color:#FFFFFF;
    background-color:#256dba;
    font-weight:bold;
    text-decoration:underline;
    }

.SystemMessageTesto
{
    font-size: 11px; 
    color:#333333;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    }
