﻿
/* The outermost DataList table. */
.PrettyDataList .AspNet-DataList table
{
    border:solid 1px #C4C4C4;
    width:100%;
    border-top: none;
}

/* Individual "items" in the DataList. */
.PrettyDataList .AspNet-DataList table tbody tr td
{
    padding:1px;         
    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 0px;
	font-weight: normal;
    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
{
    border-bottom:1px solid #C4C4C4;
}

.PrettyDataList .AspNet-DataList table caption
{
    border:1px solid #C4C4C4;
    border-bottom: none;
}

/* Footer of the DataList. */
.PrettyDataList .AspNet-DataList table tfoot tr td
{
    border-top:1px solid #C4C4C4;
  
}

/* 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;         
    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;         
    vertical-align: top; 
    text-align:left;
}

/* Header of the DataList. */
.NormalDataList .AspNet-DataList table thead tr th
{
    
}

.NormalDataList .AspNet-DataList table caption
{
   
    border-bottom: none;
}

/* Footer of the DataList. */
.NormalDataList .AspNet-DataList table tfoot tr td
{
      
}



.table_field
{
  padding:3px 0px 3px 0px;
}
