.DivBoxFixed
{
	padding: 4px;
	padding-top: 10px;
	width: 188px;
	height: 172px;
	background-image: url(../images/BackGroundBoxFixed.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.Separatori
{
 	background-image: url(../images/Separatori.jpg);
	background-position: right center;
	background-repeat: no-repeat;	
}
.DivProgetto
{
	min-height:140px;
	padding:10px;
}
.DivEvento
{
	min-height: 200px;
    padding: 10px;
}
.DivPartner
{
	min-height: 110px;
    padding: 10px;
}
.BoxResultsContent
{
	margin-top: 10px;
    padding: 10px;
}
/* **** RESULTS TABLE DEFINITION *** */
.Results {
    clear:both;
    height:auto;
    border : 1px solid #324A54;
    border-collapse : collapse;
    width: 100%;
    margin-left :auto;
    margin-right: auto;
    margin-bottom:15px;
    font-size: 11px;
}
.Results td {
    border : 1px solid #324A54;
    border-collapse : collapse;
    width: 94%;
    margin-top: 8px;
    margin-left :auto;
    margin-right: auto;
    font-size: 11px;
}
.Results a:active {
    color : #324a54;
}
.Results a:hover {
    color : #324a54;
    text-decoration:underline;
}
.Results a:visited {
    color : #666;
}
.Results tr:hover {
    background : #f5f6f6;
}
.Results tr:hover td {
    color : #000000;
    font-style:italic;
}
.Results a:link {
    color : #324a54;
}
.Results thead th, .Results tbody th,.Results tfoot td,.Results tfoot th {
    background : #f5f6f6;
    width: auto;
    color : #324a54;
    padding : 4px 8px;
    border : 1px solid #324A54;
}
.Results tbody tr td {
    padding : 4px 4px;
    width: auto;
}
.Galleria a {
	background-color:#FFFFFF;
	/*border:2px solid #9B312E;*/
	display:block;
	float:left;
	height:100px;
	margin:5px;
	padding:0;
	text-align:center;
	width:135px;
}
.BoxFormContentBig #submitbutton {
    background-image: url(../images/Pulsante.png);
    background-position: center center;
    background-repeat: no-repeat;
    border:none;
    background-color:transparent;
    width:129px;
    height:34px;
    padding-bottom:4px;
    float:right;
    text-align:center;
    cursor:pointer;
}
#submitbutton:hover, #submitbutton:active {
    background-image: url(../images/PulsanteHover.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-weight:bold;
}

