body, html
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
}

p
{
	margin: 5px 0px 5px 0px;
}

input.text, textarea
{
	border: 1px solid #ccc;
}

input.button
{
	background: url('../images/grad_button.gif') repeat center top;
	border: 1px solid #BDBAB5;
	color: #336699;
	cursor: pointer;
	font-family: Tahoma,Verdana,Arial,SunSans-Regular,Sans-Serif;
	font-size: 11px;
	width:auto;
	margin-right:3px;
}

input.disabled
{
	border: 1px solid #ccc;
	color: #999;
	background: #fff;
}

form
{
	padding: 0px;
	margin: 0px;
}

.error
{
	border: 1px solid #f00;
}

.link
{
	cursor: pointer;
}

#divHolder
{
	margin: 0px auto;
	width: 700px;
	border: 1px solid #ccc;
	padding: 10px;
}

#divHeader
{
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.state_entry
{
	padding: 5px;
}

.state_entry:hover
{
	background: lightyellow;
}

img
{
	border: 0px none;
}

a
{
	color: #aaa;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.page_title
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

.footer
{
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
}

.stripeMe th
{
	background: #dfeaf5;
	font-weight: bold;
	padding: 5px 11px;
	text-align: left;
	line-height: 1.2;
}

tr.alt td
{
	background: #f7f9fb;
}
tr.over td
{
	background: #dfe6ef;
}

.shade
{
	background:	#f7f9fb;
}