html,body{margin: 0;padding:0;height:100%;}
body
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Serif;
}

td
{
	color: #37597C;
	font-family: Tahoma, Verdana, Arial, Helvetica, Serif;
}

.listBox
{
	font-size: 100%;
	color: #37597c;
	font-family: Tahoma, Verdana, Arial, Helvetica, Serif;
}

.comboBox
{
	font-size: 100%;
	color: #37597c;
	font-family: Tahoma, Verdana, Arial, Helvetica, Serif;
}

.columnInvisible
{
	display: none;
}

p
{
	color: #37597C;
}

.editTable
{
	background-image:url(images/EditBG.jpg);
	background-repeat: repeat-x;
	background-position:left bottom; 
	border: solid 1px #9ADFFE
}
#tblLoginWindow
{
	border:solid 1px #37597C;
	color: #37597C;
}

#tblControlPanel
{
	border:solid 1px #37597C;
	color: #37597C;
	background-color: White;
}

#tblControlPanel td
{
	font-weight:bold;
}

#tblLoginWindow p
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

#divToolbar
{
	width: 775px;
	height: 41px;
	background-image: url(images/toolbar_bg.gif);
	background-repeat:repeat-x;
	background-position: left top;
	position: relative;
}

#divTitlePage
{
	position: absolute;
	left: 4px;
	top: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #8C8C8C;
	font-style: italic;
}


#divInfoBox
{
	width: 775px;
	background-image: url(images/InfoBoxBg.jpg);
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0;
	top: 152px;
	padding: 6px;
}

#divInfoBox a
{
	color: #37597C;
}

div#container
{
	border-right: #37597C 2px solid;
	border-top: #37597C 2px solid;
	margin: 0px auto;
	border-left: #37597C 2px solid;
	border-bottom: #37597C 2px solid;
	width: 775px;
	position: relative;
	height: 99%; 
	min-height:99%;
	text-align: left;
	background-image:url(images/grass_bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	
}
/*stili generici, su header e footer*/
div#header
{
	height: 90px;
	text-align: center;
	margin: 0;padding:0;
	border-bottom: #37597C 2px solid;
}
h1,h2,h3{margin: 0;padding:0;}
h1{padding-left:10px;font: bold 2.3em/80px verdana,sans-serif}
h2{border-top: #9fbed3 3px solid;
	font-weight: bold;
	font-size: 150%;
	text-transform: uppercase;
	color: #37597C;
	border-bottom: #c8e0c6 3px solid;
	font-style: italic;
	text-align: center;
}

h3
{
	font-weight: bold;
	font-size: 125%;
	text-transform: lowercase;
	color: #c70015;
	text-align: center;
}
	
div#footer a{color:#a8c827;font-weight: bold;}

div#footer
{
	font-weight: bold;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0.5em;
	width: 100%;
	color: white;
	bottom: 0;
	padding-top: 0;
	position: absolute;
	background-color: Transparent;
	clear:left;
	font-size: 95%;
}

div#content
{
	text-align: justify;
	width:775px;
	padding-top: 0;
	padding-bottom: 30px;
}

div#content a
{
	background-color: transparent;
	
}

div#content a:visited
{
	background-color: transparent;
	color:Blue;
	
}
/*
.loginForm
{
	border-right: #69a2bd thin solid;
	border-top: #69a2bd 12px solid;
	border-left: #69a2bd thin solid;
	border-bottom: #69a2bd 12px solid;
	background-color: white;
}
*/



