/* box stondati */
/* largo 760 */


/*

Stili da provare per creare i bordi ai box in jquery

.box760Tabella{
width:760px;
border-collapse:collapse;
}

.box760Header{
height:5px;
background-image:url(box760header.gif);
background-repeat:no-repeat;
}

.box760Body{
height:20px;
background-image:url(box760body.gif);
background-repeat:repeat-y;
}


.box760Footer {
height:5px;
background-image:url(box760footer.gif);
background-repeat:no-repeat;
}

*/














.box760{
width:760px;
}

.box760 th{
height:5px;
background-image:url(box760header.gif);
background-repeat:no-repeat;
}

.box760 tbody tr{
height:20px;
background-image:url(box760body.gif);
background-repeat:repeat-y;
}

.box760 tbody table tr{
background-image:none;
}

.box760 tfoot tr{
height:5px;
background-image:url(box760footer.gif);
background-repeat:no-repeat;
}

/* largo 377 */

.box377{
width:377px;
margin:6px 0px 6px 0px;
}

.box377 th{
height:5px;
background-image:url(box377header.gif);
background-repeat:no-repeat;
}

.box377 tbody tr{
height:20px;
background-image:url(box377body.gif);
background-repeat:repeat-y;
}

.box377 tbody table tr{
background-image:none;
}

.box377 tfoot tr{
height:5px;
background-image:url(box377footer.gif);
background-repeat:no-repeat;
}

/* largo 249 */

.box249{
width:249px;
}

.box249 th{
height:5px;
background-image:url(box249header.gif);
background-repeat:no-repeat;
}

.box249 tbody tr{
height:20px;
background-image:url(box249body.gif);
background-repeat:repeat-y;
}

.box249 tbody table tr{
background-image:none;
}

.box249 tfoot tr{
height:5px;
background-image:url(box249footer.gif);
background-repeat:no-repeat;
}
