﻿body {
}

td
{
	border: 1px color:black;

}

input.error, select.error
{
	
}

.error
{
	color: Red;
}

#camperTable
{
	font-size: 10pt;
	border: 1px solid blue;
}

#camperTable th
{
	border-bottom: 1px solid #000;
	background-color: #777;
}

#camperTable th, #camperTable td
{
	border-right: 1px dotted #aaa;
	padding-left: 2px;
}

.even td
{
	font-size: 10pt;
	background-color: #ddd;	
}

.odd td
{
	font-size: 10pt;
	background-color: #eee;	
}

a.sortheader 
{
    color: White;
    text-decoration: none;
}

img 
{
    border: 0px;
}
