﻿html,body, form 
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#232323;  /*#686868;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	
}

a {
    color: #0054a5;
}

a:visited {
    color: #0054a5;
}


input
{
	font-size: 11px;
}

img
{
	border-width:0;
	text-align: left;
}

h3
{
    color:#0054a5;
}

div#container 
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:white;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header 
{
	padding:1em;
	background:white;
}

div#footer 
{
	margin:0;
	position:relative;
	width:100%;
	bottom:0; /* stick to bottom */
	background:white;
}
#containerTable
{
	width:900px;	
}

#containerTable td
{
	vertical-align:top;
}

#containerTableLogo
{
	width:900px;
}

#containerTableLogo td
{
	vertical-align:top;
}

#leftCorner
{
	text-align:left;
	height:8px;
}

#rightCorner
{
	text-align:right;
	height:8px;
}

#navigationTabs a
{
	margin-left:5px;
	margin-top:5px;
}

#contentContainer
{
	width:100%;	
	padding: 0 5px 0 5px;
}

#breadCrumb
{
	color:#0054a5;
}

#mainPageTitle
{
	color:#0054a5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:italic;
	font-weight:bold;
	padding-top:10px;
}

.mainPageTitle
{
	color:#0054a5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:italic;
	font-weight:bold;
	padding-top:10px;
}

/* non usato */
.mainPageTitleSecondImportance
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	padding-top:10px;
}

#secondLevelPageTitle
{
	color:#0054a5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-top:10px;
}

.gridOrangeColumnNormal
{
	text-align:left;
	color:#eb6c0f;
	font-weight:bold;		
}

.gridOrangeColumn
{
	font-size:16px;
	color:#eb6c0f;
	font-weight:bold;		
}

.gridAllOtherColsNormal
{
	color:#0054a5;
	text-align:left;
}

.gridsNormal
{
	color:#0054a5;
}

.gridsAlternateRowEven
{
	background-color:#CCCCCC;
}

.gridsAlternateRowOdd
{
	background-color:#FFFFFF;	
}

.gridsHighlightRow
{
	background-color:#009999;
}

.gridAllOtherCols
{
	font-size:12px;
	color:#0054a5;
}

.gridDownloadColumn
{
	font-size:12px;
	color:#eb6c0f;
	font-weight:bold;		
}

.BlueNormalText
{
	font-size:12px;
	color:#0054a5;
}

.BlueNormalText a
{
	font-size:12px;
	color:#eb6c0f;
}

.BlueBoldText
{
	font-size:12px;
	color:#0054a5;
	font-weight:bold;
}

.OrangeBoldText
{
	font-size:12px;
	color:#eb6c0f;
	font-weight:bold;
}

.styleBigBlue
{
    font-size: medium;
    font-weight: bold;
    color: #0054A5;
    text-align: center;
}
.styleBigOrange
{
    font-size: medium;
    font-weight:bold;
    color: #EB6C0F;
    text-align: center;
}
.styleNormalOrange
{
	color: #EB6C0F;
}
.styleNormalBlue
{
	color: #0054A5;
}

.highlight 
{
/*	text-decoration: none;
	color:black;*/
	background: yellow;
}

#footer
{
	text-align:center;	
	color:#0054a5;
}

#authenticationBox
{
	font-size:12px;
	text-align:right;
	margin-right:5px;	
}

.authenticationBoxOtherText
{
	color:#0054a5;
	font-weight:bold;
}

.authenticationBoxTitle
{
	color:#eb6c0f;
	font-weight:bold;
}


select, input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.alignCenter
{
	text-align:center;	
}

.sideMargins
{
	margin-left: 6px;
	margin-right: 2px;
}

.rgstrChk
{
	margin-left: 3px;
}


.NotificationListBiggerDesc
{
	font-size:14px;
	font-weight:bold;		
	color:#0054a5;
}

.NotificationListSmallerDesc
{
	font-size:11px;
	color:#0054a5;
}

h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-size: 11px;	
	padding-left: 10px;
}

