body {
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #47381B;
	margin: 0;
	padding: 0;
}

body * {
	text-decoration: none;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

img {
	border: none;
}

p {
	margin-bottom: 1.3em;
	line-height: 150%;
}

#wrapper {
	background: white;
	margin: 0px auto;
	width: 761px;
	text-align: left;
}

body.index #wrapper {
	background-color: #fff;
}


.GridHeader
{
    font-weight: bold; 
    background-color: #EAE6D7;
    height: 55px;
}
.LookupHeader
{
    font-weight: bold; 
    background-color: #EAE6D7;
    height: 30px;
}
.GridItem
{
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-bottom-width: 1px;
}
.GridAltItem
{
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-bottom-width: 1px;
}

.hiddenControl {display:none}

.InstructionText
{
	font-family: Verdana;
	font-size: medium;
}

.InstructionTitleText
{
	font-family: Arial;
	font-size: 2;
	font-weight: bold;
	color: red;
	display: block; 
	margin-left: 15px;
}

.PaddingCell
{
	padding-left: 10px;
}

.Tooltip
{
	background-color: #ffffaa;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	visibility: visible;
	display: block;
}

.TooltipHidden
{
	visibility: hidden;
}

/* for all browsers that understand min-width */
.width {width:100%; min-width:816px;}

/*for IE6 browsers */
* html .minwidth {border-left:816px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-816px; position:relative; float:left; z-index:2;}
