﻿/*generale */	

BODY
{
    BACKGROUND-COLOR: #f7f0d5;
    FONT-FAMILY:  Arial;
    FONT-SIZE: .9em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left:0px;
    margin-right: 0px;
    margin-top: 0px;
}



A:link	{	
	text-decoration:	none;
	color: #e77920;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#e77920;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#e77920;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#6F6F6F;
	}



/* items */
#logonBox
{
	width: 400px; 
	position: relative; 
	height: 224px; 
	background-color: #3f492e;
	color:White;
}
#logonBoxContainer
{
	margin-left: auto; margin-right: auto; left: 0px; width: 100%; position: absolute;
            top: 150px; height: 296px; text-align: center;
}

#divTopBar
{
	width: 100%;
	height: 78px; 
	background-color: #e77920;
	
	background-image:url(headerBackground.gif);
	 background-repeat:repeat-x;
	
}

#divMenu
{
	BACKGROUND-COLOR: #e77920;
	height:25px;
	padding-top:3px;
	padding-left:5px;
}
#divTop
{
	margin-top:10px;
	padding-left:10px;
	width: 100%; height: 100px
}
#divMainContent
{
	width: 100%
}
#divFooter
{
	margin-left: auto; 
	width: 100%; 
	margin-right: auto; 
	height: 24px; 
	clear: both; 
	float: none; 
	text-align: center;
	padding-top:10px;
	top:15px;
	position:relative;
	font-size:12px;
}

#alertBox
{
	background-color:Yellow;
	color:Black;
	border-color:#015e80;
	border-width:3px;
	border-style:solid;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}




#divTitle
{
	FONT-WEIGHT: bold; 
	font-family:Arial ;
	FONT-SIZE: 17px;
	text-align:left ;
	color:#434624;
	text-transform:uppercase ;
}

.webPartPanelTitle3
{
	background-color:#e77920;
	height:20px;
	font-size:14px;
	font-weight:bold ;
	color:White;
	padding-top:2px;
	padding-left:5px;
	left:0px;
	right:0px;
	margin-left:0px;
	margin-right:0px;
	height: 18px;
}
.webPartPanel3
{
	margin-bottom:5px;
	background-color:white;
	right:100%;
	border-color:#3f492e;
	border-width:1px;
	border-style:solid ;
}
.menu
{
	font-size: 16px;
	font-weight:bold;
	vertical-align:middle;
}

.error3
{
	background-color:Red ;
	color:White;
	font-weight:bold;
	text-align:center ;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	right:0px;
	margin-bottom:5px;
	margin-top:5px;
}

.labelSample
{
	font-style:italic ;
	font-size:11px;
}


/* grids */
.
.gwHeader
{
	background-color:#0692c9;
	font-weight:bold;
	color:#FFFFFF;
}
.gwRow
{
	background-color:#e8e2c6;
	color:Black;
}
.gwAlternatingRow
{
	background-color:#aeab8a;
	color:Black;
}
tr.gwAlternatingRow a, tr.gwAlternatingRow:link, tr.gwRow a
{
	color:Black;
}
tr.gwAlternatingRow a:hover,  tr.gwRow a:hover
{
	color:Black;
	text-decoration:underline;
}

.gwSeletedRow
{
	background-color:#e77920;
	color:Black;
}
tr.gwSeletedRow a,  tr.gwSeletedRow a
{
	color:Black;
}
tr.gwSeletedRow a:hover,  tr.gwSeletedRow a:hover
{
	color:Black;
	text-decoration:underline;
}







/* su strutture da aggiornare */
.labelField
{
	font-size: 12px;
	text-align:right ;
	font-weight:bold ;
	text-transform:uppercase ;
}
