﻿


table.tableMain 
{
	
}


table.tableMain .tableHead
{
	border-bottom: solid 2px black;
	font-weight: bold;
	color: GrayText;
	font-size: 14px;
	vertical-align: bottom;
	padding-left: 4px;
	background-image: url('../Images/TableHeadBackground.jpg');	
}


.tableContent
{
	height: 320px;
}


table.search
{
	background-color:Black;
	color: white;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

table.search td
{
	vertical-align:bottom;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;	
}



.searchLabels
{
	text-align:right;
	font-size: 11px;
	}
	
.searchControls
{
	font-size: 11px;
	
	}







table.aboutTable
{
	width:800px;
	text-align:center;
	}
	
	
	table.aboutTable td
{
	font-size:13px;
	font-weight:bold;
	}
	
	
	
	
	table.error1Table
{
	width:800px;
	text-align:center;
	}
	
	
	table.error1Table td
{
	font-size:13px;
	font-weight:bold;
	}
	
	




table.defaultWelcome
{
	width:800px;
	text-align:center;
	}
	
	
	table.defaultWelcome td
{
	
	}
	
	
table.defaultWelcome .defaultHeader
{
	font-size:13px;
	font-weight:bold;
}
	
	
table.defaultWelcome .defaultContent
{
	font-size:12px;
	font-weight:bold;
}
