/* ********* ********* ********* ********* ********* */ 
/* BODY STYLES */

body 		{  text-align: center; background-color: #e0e0e0; }
h1		{ font-size: 12pt; font-weight: bold; text-align: center; }

/* ********* ********* ********* ********* ********* */
/* MISCELLANOUS */

.Error 		{ color: #ff0000; }
.Content        { width: 900px; padding: 20px; text-align: left; background-color: #ffffff; border: 2px solid #666666; font-face: verdana, arial; font-size: 10pt; }




/* ********* ********* ********* ********* ********* */
/* DATA GRID STYLES */
.TBL		
{ 
	font: 7pt verdana;  
	border: 0; 
	background-color: #ffffff; 
}	
.TBLHeader	
{ 
	font-weight: bold; 
	text-align: center; 
}
.TBLHeader td 
{
	border: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.TBLItem	{ 
	background-image: url('images/GradientGray.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.TBLItem td {
	border: 0;
	border-bottom: 1px solid #999999;
}
.TBLAltItem	{ 
	background-image: url('images/GradientGray.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.TBLAltItem td {
	border: 0;
	border-bottom: 1px solid #999999;
}
.TBLEditItem	{ 
	background-image: url('images/GradientYellow.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.TBLEditItem td {
	border: 0;
	border-bottom: 1px solid #ffe000;
}
.TBLFooter	{ 
	background-image: url('images/GradientGreen.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.TBLFooter td {
	border: 0;
	border-bottom: 1px solid #66cc66;
}
.TBLTextbox {
	width: 100px;
}
.TBLTextboxSmall {
	width: 30px;
}


