﻿div.AspNet-DataList {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #404040;
	background-color: #fafafa;
}

div.AspNet-DataList table {
   width: 100%;
   border-collapse: collapse;
	border:none;
	border-spacing: 0px;
}

div.AspNet-DataList table thead tr th {
	font-weight: bold;
	font-size: 12px;
	color: black;
}

div.AspNet-DataList table thead tr.title {
	background: transparent url('../../../images/tables/wdtitlebar.gif') no-repeat;
	/* border-bottom: 2px solid black; */
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-indent: 5px;
	color: white;
	padding: 4px;
}


div.AspNet-DataList table tbody tr td {
	font-weight: normal;
	border: solid 1px #d0d0d0; 
}

div.AspNet-DataList table tbody tr td.center {
	text-align: center;
}

div.AspNet-DataList table tbody tr td.rightalign {
	text-align: right;	
}

div.AspNet-DataList table tbody tr td.leftalign {
	text-align: left;	
}

div.AspNet-DataList table tbody tr.AspNet-DataList-Alternate td { 
		background: #fcfcfc url('../images/row-alt-gray.gif') repeat-x top;
}
