
/* The outermost DataList table. */
.PrettyDataList .AspNet-DataList table
{
    border-bottom:solid 1px #CED6E1;
    

}

/* Individual "items" in the DataList. */
.PrettyDataList .AspNet-DataList table tbody tr td
{
    padding:1px 1px 1px 5px;
    vertical-align: middle;
    text-align:left;
    font: 0.8em Verdana,Arial,Helvetica;
    color: #1D476D;

}

/* Header and Footer of the DataList. */
.PrettyDataList .AspNet-DataList table thead tr th,
.PrettyDataList .AspNet-DataList table tfoot tr td,
.PrettyDataList .AspNet-DataList table caption
{
	padding:3px 0px 3px 5px;
	font-weight: bold;
    font-size:0.9em;
    background:#E9EDF1;
    vertical-align: middle;
    color:#ffffff;
    text-transform:uppercase;
}

/* Header of the DataList. */
.PrettyDataList .AspNet-DataList table thead tr th
{

}

.PrettyDataList .AspNet-DataList table caption
{


}

/* Footer of the DataList. */
.PrettyDataList .AspNet-DataList table tfoot tr td
{


}

/* without border datalist style


/* The outermost DataList table. */
.NormalDataList .AspNet-DataList table
{
    
    border-top: none;
}

/* Individual "items" in the DataList. */
.NormalDataList .AspNet-DataList table tbody tr td
{
    padding:1px 1px 1px 5px;
    vertical-align: top;
    text-align:left;
}

/* Header and Footer of the DataList. */
.NormalDataList .AspNet-DataList table thead tr th,
.NormalDataList .AspNet-DataList table tfoot tr td,
.NormalDataList .AspNet-DataList table caption
{
	padding:1px 1px 1px 5px;
    vertical-align: top;
    text-align:left;
}

/* Header of the DataList. */
.NormalDataList .AspNet-DataList table thead tr th
{

}

.NormalDataList .AspNet-DataList table caption
{

}

/* Footer of the DataList. */
.NormalDataList .AspNet-DataList table tfoot tr td
{

}



.table_field
{
  padding:3px 0px 3px 0px;
}

