@import url("color.css");
@import url("DataGrid.css");

body {
	font-family: Arial, Helvetica, sans-serif;	
		margin-top: 0px;
		margin-bottom:10px;
	margin-left: 5px;
	margin-right:5px;

	padding:0px;
	height:150px;
	border:none;
}

table{
padding:0px;
margin:0px;
boder:0;

}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/*Table{
	margin: 0px;	
	height: 100%;	
	border: none;
	width: 100%;

}
*/
/*.Navigation A {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	text-transform: none;	
	text-decoration: none;
	
}
*/

.NavTextSmall{
	font-size: x-small;
	
	}
.NavTextSmall td{	
	text-align: center;
}
.footer{
	font-size: x-small;
	}

.HeaderRed{
	text-align: center;	
}
.HeaderRed td{
text-align: center;

}

.HeaderGreen{
	
text-align: center;
font-weight: bold;

}
.HeaderGreen td{
text-align: center;

}

.NavRowYellow{
text-align: center;

}


/* This is for a non expanded gridview*/
.TightGrid table	
{
    width:0px;
}

