/* ELEMENTI HTML GENERICI */
BODY
{
	font-family: Verdana, Arial;
	font-size: 12px;
    background-color: white;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
}

UL
{
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}
H1
{
    font-family: Verdana, Arial;
    font-size: 22px;
    text-align: left;
}

H2
{
    margin-top: 20px;
    margin-bottom: 8px;
    font-family: Verdana, Arial;
    font-size: 18px;
}

TD 
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

INPUT
{
	font-family: Verdana, Arial;
	font-size: 10px;
}

SELECT
{
	font-family: Verdana, Arial;
	font-size: 10px;
}

TEXTAREA
{
	font-family: Verdana, Arial;
	font-size: 11px;
}

.EditorTextArea
{
	background-color: #D6DFF7;
	width: 100%;
}

A:link,
A:active
{ text-decoration: underline; color: #00045C; }
A:visited
{ text-decoration: underline; color: #770078; }
A:hover
{ text-decoration: underline; color: #EC2C00; }

/* Classi CSS GENERICHE */
.Normal
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
}

A.NormalNoEffectLink:link,
A.NormalNoEffectLink:active,
A.NormalNoEffectLink:visited,
A.NormalNoEffectLink:hover
{ 
	text-decoration: none; 
	font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal; 
    color: #000000;
}

.NormalWhite
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: white
}

.NormalWhite A:link,
.NormalWhite A:active,
.NormalWhite A:visited,
.NormalWhite A:hover
{ text-decoration: underline; color: #FFFFFF; }

.NormalBold
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

.OnePixel
{
	font-family: Verdana, Arial;
    font-size: 1px;
}

.SmallGray
{
	font-family: Verdana, Arial;
    font-size: 7.5pt;
    color: #666666
}

A.SmallGray:link,
A.SmallGray:active
{ text-decoration: underline; color: #00045C; }

A.SmallGray:visited
{ text-decoration: underline; color: #770078; }

A.SmallGray:hover
{ text-decoration: underline; color: #EC2C00; }

.BorderedTable
{ 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3AEA3;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B3AEA3;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3AEA3;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3AEA3;
}

/* NavigationRoute.ascx */
table.NavRouteTable
{}

table.NavRouteTable td.NavRouteCell 
{
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	text-align: left;
	font-size: 10px;
}

table.NavRouteTable td.NavSpaceCell 
{
	border-bottom: 1px solid #666666;
}

table.NavRouteTable td.NavSpaceCell table.NavSpaceTable
{
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}

table.NavRouteTable td.NavSpaceCell table.NavSpaceTable img.NavImgQuadratini
{
	background-repeat: no-repeat;
	background-image: url(/Files/Common/Images/Layout/Quadratini.png);
}

/* Menu */

.menuBarItem,
.menuBarItem_Hover
{ padding-left: 4px; text-decoration: none; color: #FFFFFF; font: 11px Verdana, Arial; font-weight:bold;}

.subMenuItem,
.subMenuItem_Hover
{ padding-left: 4px; text-decoration: none; color: #000000; font: 11px Verdana, Arial;  }

.subMenuItemBorder_Hover { border: 1px solid #666666 }
.subMenuItemBorder { border: 1px solid #CCCCCC }

.menuBarItemBorder { border: 1px solid #CCCCCC }

/* Altri elementi */

/* Form generico */
.GeneralFormHeader_Clear
{ 
	font-family: Verdana, Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
	background-color: #999999; 
	height: 20px
}
.GeneralFormHeader_Dark
{ 
	background-color: #CCCCCC; 
	height: 2px
}

.GeneralFormContainer
{ 
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.GeneralFormContainer TD
{ padding: 4px; }

.GeneralFormBreak
{ 
	font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
	color: #666666;
	background-color: #F3F3F3; 
	padding: 4px;
}

.GeneralFormBreak HR
{ background-color: #F3F3F3;  }

/* MessageBox Control */
.ErrorBox
{ 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3D3D3;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	
	background-color: #FFFFE1;
}

.ErrorBox TD
{
	padding: 4px; 
	color: red;
}

.InfoBox
{ 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	
	background-color: #D6DFF7;
}

.InfoBox TD
{
	padding: 4px; 
	color: #000000;
}

.BigFontInfoBox
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	
	background-color: #D6DFF7;
}

.BigFontInfoBox TD
{
	padding: 4px; 
	font-family: Verdana, Arial;
	font-size: 11pt;
	color: #000000;
}

/* Style per il contenuto della pagina */
.PageContentText
{
	font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

.PageContentText_Title
{
	font-family: Verdana, Arial;
    font-size: 17px;
    font-weight: bold;
    color: #006633;
}

/* Header per un box generico */
.GenericBoxHead
{
	background-color: #999999;
	color: White;
}

.GenericBoxContainer
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A6A6A6;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A6A6A6;
}

/* Classi per il modulo Catalog */
.ParentCategory
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    font-weight: bold;
}
A.ParentCategory:link,
A.ParentCategory:visited
{ text-decoration: underline; color: #044DC6; }
A.ParentCategory:active,
A.ParentCategory:hover
{ text-decoration: underline; color: #FF7F00; }

.ChildCategory
{
    font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: normal;
}
A.ChildCategory:link,
A.ChildCategory:visited
{ text-decoration: underline; color: #044DC6; }
A.ChildCategory:active,
A.ChildCategory:hover
{ text-decoration: underline; color: #FF7F00; }


/* Classi per il modulo News */
.NewsTitle
{
	font-family: Verdana, Arial;
    font-size: 17px;
    font-weight: bold;
    color: #0690E8;
}

.NewsAbstract
{
	font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}

.NewsBody
{
	font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
}