@charset "utf-8";
/* CSS Document */
.datatable
{
font-size:1.2em;
color:#5d5d5d;
}

.datatable tr
{
border-bottom: solid 1px #c2c2c2;
}

.datatable td
{
border-bottom: solid 1px #c2c2c2;
}

.noborderrow td
{
border: 0;
}

.colcurrent td
{
font-weight:bold;
color: #000;
}

.colcurrent
{
font-weight:bold !important;
/*background: red;*/
color: #000;
}



.datavertical
{
}




