﻿body {
}

.dataRow
{
	
}

.dataRow label
{
	display:block;
	font-weight:bold;
}

.error
{
	color:Red;
	font-family: Verdana, Arial;
}

fieldset
{
	padding:10px;
}


/**************************************************
**             DataGrid Styles                   **
**************************************************/
DataGrid {
	border:1px; 
   margin-left:auto; 
   margin-right:auto;
   text-align:center;
}

.DataGrid th,
.DataGrid td {
   border:0;
   border-bottom: 1px solid #d4cfca;
   border-collapse: collapse;
	margin: 0px;
	padding: 3px;
}

.DataGrid td {
   vertical-align: top;
   border-right: 1px solid #d4cfca;
}
.DataGrid th { 
	background-color: #e0f3fb;
   /*text-align:left;*/
}

.DataGridAlternatingRowStyle { 
   background-color: #ffffff;
}

.DataGridRowStyle { 
}

.DataGridHeaderStyle,
.DataGridFooterStyle {
	font-weight: bold;
	background-color:#e0f3fb;
}

.DataGridHeaderStyle a,
.DataGridHeaderStyle a:visited {
   color:#0050aa;
}

.DataGridHeaderStyle a:hover {
   text-decoration:none;
}

.highliteTD {
   background-color: #e0f3fb;
}

Input 
{
	width:auto;
	width:inherit;
	font-size: inherit;
	height: auto;
	font-family: Arial;
	font-size: 12px;
}

Select 
{
	width:auto;
	width:inherit;
}

h2
{
	font-size: 1.5em;
	color: #666;
	display:block;
	width:100%;
	font-family:verdana;
}

ul
{
	
}

ul li 
{
	padding-bottom: 5px;
}