body
{
    font-family: Trebuchet, Verdana, Arial, Tahoma;
    margin: 0px;
    font-size: 0.7em;
    background-image: url(img/back.gif);
}
P
{
	margin-top: 1em;
	margin-bottom: 1em;
}
a:link
{
	color: #835c23;
}
a:visited
{
	color: #835c23;
}
a:hover
{
	color: #b17d30;
}
a:focus
{
	color: #b17d30;
}
a:active
{
	color: #b17d30;
}


/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1
{
    font-size: 1.7em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #265c00;
}
h1.Description
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #265c00;
}
h2
{
    font-size: 1.6em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #265c00;
}
h3
{
    font-size: 1.5em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #265c00;
}
h4
{
    font-size: 1.4em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #265c00;
}
h5
{
    font-size: 1.3em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #265c00;
}
h6
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #265c00;
}

#Head
{
    margin-right: auto;
    margin-left: auto;
    width: 758px;
    background-image: url(img/ardesiatile.jpg);
}
#body
{
    width: 758px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}
.Welcome
{
		font-weight: bold;
		color: #cc9933;
}
.Logout a:link
{
    font-weight: bold;
    color: #95c366;
    text-decoration: none;
}
.Logout a:visited
{
		font-weight: bold;
		color: #95c366;
		text-decoration: none;
}
.Logout a:hover
{
		font-weight: bold;
		color: #009240;
		text-decoration: none;
}
.Logout a:focus
{
		font-weight: bold;
		color: #009240;
		text-decoration: none;
}
.Cerca
{
    color: #cc9933;
    text-align: left;
}
#Footer
{
    width: 758px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.FooterButtons
{
    text-align: center;
    background-color: #cc9933;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.FooterButtons a:link
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
}
.FooterButtons a:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
}
.FooterButtons a:hover
{
    color: #764b00;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
}
.FooterCopyright
{
    color: #000000;
    text-align: center;
}



/* Main part of the page that holds contents */

#ColumnLeft
{
	float: left;
	width: 150px;
}
#ColumnRight
{
    width: 560px;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 15px;
}
.Clear2Column
{
	margin: 0;
	padding: 0;
	font-size: 0px;
	height: 0px;
	clear: both;
}


/************************************************************************
* 
* Da qui in gił non ho nessun idea se servono - lo sapete voi?
*
************************************************************************/




/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */
legend
{
	font-weight: bold;
	color: #666666;
	font-size: 1em;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 7px;
}
/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */
form
{
	margin: 0px;
}

fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}
/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */
.hidden
{
	visibility: hidden;
}
.none
{
	display: none;
}
/* errors */
.error
{
	color: Red;
}



.readonlyBox
{
	border-style: inset;
	border: 2px;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: scroll;
	position: relative;
	padding: 5px;
}
