﻿.mainContentHolder
{
  text-align: left;  
   font-size: 1.2em;
   width: 90%;
}
/* Page links for buttons */
#topButton ul {margin-left: 0; padding-left: 0; white-space: nowrap; text-align:left; }
#topButton li {display: inline; list-style-type: none; text-align:left; padding: 3px 3px;}
#topButton a  {padding: 3px 3px; border: 1px solid #000; font-family: verdana, arial, sans-serif; font-size: 0.9em;}
#topButton a:link, #topButton a:visited {color: #000; background-color: #ccc; text-decoration: none;}
#topButton a:hover { color: #000; background-color: #FFDFA4; text-decoration: none;}

#results h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

table.results_grid {
	border: none;
}

table.results_grid th, table.results_grid td
{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 2px;
    border: 1px solid #C0C0C0;
}


tr.results_head th {
	background-color: #BDC3DB;
	font-weight: bold;
}

tr.results_alt {
	background-color: #eee;
}
.topMenu {
	width: 90%;
	}
h1 {	 
	font-size: 14px;
	font-weight:bold;
}
.smallInstructions 
{
    font-size:.80em;
}
/* for classic asp page detail.asp */
.tBorder table tr th td {border : 1px solid Black; }
.noLine {
	text-decoration : none;
}
.boldHeader {
	font-weight: bold;
	text-align: left;
}
ul li
{
    list-style: margin: 0 0 5px 0;
    padding: 0;
    list-style-type: disc;
}

.horizontalLine
{
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
    border-bottom-style:solid;
    background-color:transparent;
}


