﻿.TableIscritti
{
    width: 566px;
    font-size: 10px;
    line-height: 10px;
    font-family: Verdana, Arial, sans-serif;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000000;
    border: 0px;
    border-spacing: 0px;
    width: 100%;
}
.TableIscritti tbody tr td
{
	color: #333333;
	background: White;
	padding: 2px 0px 2px 2px;
	text-align: left;
}
.TableIscritti thead tr th, .TableIscritti tfoot tr td
{
    background: #E1D7FF;
    font-weight: normal;
    border: trasparent 0px;
    padding: 2px 0px 2px 2px;
    text-align: left;
}
.TableIscritti tbody tr.Alternate td
{
    background: #F3F2ED;
}
.TableIscritti tbody tr td a
{
    color: #3c3c3c;
}


