﻿.headerstyle th
{
    background-color:#0056AD; color:white; font-weight:bold; text-align:center;
    padding-top:8px;
    padding-bottom:8px;
}  

.rowstyle td
{
    background-color: #f0f8ff;
    text-align:center;
}


.altrowstyle td
{
    background-color: #A5C3DF;
    text-align:center;
    
}

.groupstyle td
{
    padding-top:8px;
    padding-bottom:8px;
    text-align:center;
    font-weight:bold;
    background-color: #A5C3DF;
}


/*

.tablestyle
{
    font-family: verdana;
    font-size: x-small;
    border: solid 1px #7f7f7f;
}

.rowstyle
{
    background-color: white;
}

.altrowstyle
{
    background-color: #edf5ff;
}

.headerstyle th 
{
    background: url(img/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
    font-weight: normal;
}  

.headerstyle th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #000;
	display: block;
    padding-right: 10px;
    font-weight: normal;
}    

.rowstyle .sortaltrow, .altrowstyle .sortaltrow 
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow 
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td
{
    padding: 4px 10px 4px 10px;
    / * border-right: #cbcbcb 1px solid; * /
}

.headerstyle .sortascheader 
{
    background: url(img/sprite.png) repeat-x 0px -100px;
    font-weight: bold;
}

.headerstyle .sortascheader a 
{
    background: url(img/dt-arrow-up.png) no-repeat right 50%;
    font-weight: bold;
} 

.headerstyle .sortdescheader 
{
    background: url(img/sprite.png) repeat-x 0px -100px;
    font-weight: bold;
}   

.headerstyle .sortdescheader a 
{
    background: url(img/dt-arrow-dn.png) no-repeat right 50%;
    font-weight: bold;
}


.colTesto
{
    font-size: x-small;
    line-height: 110%;
    text-align: center
}

*/