﻿
/* The outermost DataList table. */
.PrettyDataList .AspNet-DataList table
{
    border-bottom:solid 1px #C4C4C4;
    width:100%;
   
}

/* Individual "items" in the DataList. */
.PrettyDataList .AspNet-DataList table tbody tr td
{
    padding:1px 1px 1px 5px;          
    vertical-align: middle; 
    text-align:left;
}

/* 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:#A20000;
    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
{
    width:100%;
    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;
}

