body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

table.tablesorter {
	font-family:arial;
	background-color: #Cccccc;
	margin:1px 0pt 1px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 2px;
	text-align: left;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 2px;
/*	background-color: #cccccc;*/
	vertical-align: top;
}
/*table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}*/
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}


.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 1px;
	margin: auto;
}
.oneColLiqCtrHdr #headerline {
	background: #DDDDDD;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	margin: auto;
	height: 2px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p { font-size:9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#loginarea {
	background-color:#FFFFCC;
	height:200px;
	width:300px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	padding-top: 30px;
}

#searcharea {
	background-color:#FFFFCC;
	height:180px;
	margin: 2px;
	padding-top: 10px;
}
#savecriteriaarea {
	background-color:#FFFFCC;
	height:580px;
	margin: 2px;
	padding-top: 10px;
}
#searchareafield {
	background-color:#FFFFCC;
	height:30px;
	margin: 2px;
	padding-top: 5px;
}

#loginfieldspace {height:50px;}

#menubar {
	height: 20px;
	padding-left: 2px;
}
#menubutton1 {
	background-color: #66FFFF;
	height: 20px;
	margin-right: 1px;
	margin-left: 1px;
	width: 120px;
	float: left;
}
#menubutton2 {
	background-color: #66FFFF;
	height: 20px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	width: 120px;
}
#menubutton3 {
	background-color: #66FFFF;
	height: 20px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	width: 160px;
}

#resultarea{
font:Arial, Helvetica, sans-serif;
font-size:9px;
background-color:#cccccc;
width:auto;
height:auto;
margin-right: 2px;
margin-left: 2px;
}
