/*****************************************************/
/*   Author:  Ivan Marinelli                         */
/*            info@webivan.it                        */
/*                                  */
/*   Data:    05 MAGGIO 2007                        */
/*****************************************************/

/*************************/
/*         CORPO         */
/*************************/
body,td,th {
	font-family: Arial, Tahoma, Times, serif;
	font-size: 13px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/***********************/
/*         MENU        */
/***********************/
.buttonscontainer {width: 180px;}

.buttons a {color: #000000;
background-color: #CCCCCC;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #333333;
font: 15px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #666666;
color: #FFFFFF;
text-decoration: none;}

/***********************/
/*       NAV BAR       */
/***********************/
div#BAR
{
	padding: 5px;
    background-color: #333333;
    border: Solid 0px #000000;
}


a.BAR
{
	background-color: #AAAAAA;
    color: #000000;
    font-weight: Bold;
    text-decoration: None;
    width: 100px;
    padding: 1px;
    border: Solid 1px #000000;
}
a:hover.BAR
{
	background-color: #778899;
    color: #EEEEEE;
    font-weight: Bold;
    text-decoration: None;
    width: 100px;
    padding: 1px;
    border: Solid 1px #000000;
}

/***********************/
/*  SCROLL VERTICALE   */
/***********************/
#BARRA
{
    overflow: auto;

    height:325px;
	width:620px;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 2px;
    padding: 15px;

}


