/* CSS Document */
.table_top_left{
background-image:url(../img/bg_top_left.png);
background-repeat:no-repeat;
}
.table_top_right{
background-image:url(../img/bg_top_right.png);
background-repeat:no-repeat;
}
.table_top{
background-image:url(../img/bg_top.png);
background-repeat:repeat-x;
}
.table_left{
background-image:url(../img/bg_left.gif);
background-repeat:repeat-y;}
.table_right{
background-image:url(../img/bg_right.gif);
background-repeat:repeat-y;}
.table_bottom{
background-image:url(../img/bg_bottom.png);
background-repeat:repeat-x;
}
.table_bottom_left{
background-image:url(../img/bg_bottom_left.png);
background-repeat:repeat-y;
}
.table_bottom_right{
background-image:url(../img/bg_bottom_right.png);
background-repeat:repeat-y;
}
.duegiochi_table_top{
height:15px;
background-image:url(../img/giochi/bg_top.png);
background-repeat:no-repeat;
}
.duegiochi_table_left{
background-image:url(../img/giochi/bg_left.png);
background-repeat:no-repeat;
}
.duegiochi_table_right{
background-image:url(../img/giochi/bg_right.png);
background-repeat:no-repeat;
}
.duegiochi_table_bottom{
background-image:url(../img/giochi/bg_bottom.png);
background-repeat:no-repeat;
}
.tab_on{
background-image:url(../img/bottoni/tab_on.gif);
}
.tab_off{
background-image:url(../img/bottoni/tab_off.gif);
}
.giocoBig
{
    float: left;
   	padding: 10px;
	margin: 5px;
	height: 266px;
	vertical-align: middle;
	}
	.giocoSmall
{
    float: left;
	height: 200px;
	vertical-align: middle;
	width: 190px;
	}