﻿/* make sure common elements use the same font styling */
body, input, select, textarea
{
	font-family: Verdana, Arial;
	font-size: small;
	margin-top: 0px;
}

/* add a little extra space around cells in details view and grids */
td
{
	padding: 5px;
}

.HeaderText
{
	text-align: center;
}

.FooterText
{
	font-size: x-small;
	text-align: center;
}

/* base color and border formatting for details view and grids */
.DataControl 
{
	background-color: #F5DEB3;/*#FEFFF5;/*#9ED5AE;/*#fffacd;*/
	border-color: #D2B48C;
	border-style: solid;
	border-width: 1px;
}

/* support alternate row formatting tan */
.DataControlAlternate 
{
	background-color: #D2B48C;/*/*#AEAF93;#D2B48C; */
}

/*  background for command and paging areas */
.DataCommand 
{
	background-color: #fffacd; 
}
/* formatting for field and grid headers */
.DataHeader 
{
	background-color:  #D2B48C;/*#D2B48C;*/
}

.ErrorInformation 
{
	color: Red;
	font-weight: bold;
}