

a:visited, a:link
{
	text-decoration: underline;
}


table.form_box
{
	border: 2px solid Gray;
	empty-cells: show;
	border-collapse: collapse;
	width: 90%;
	margin: auto;
}


table.form_box th
{
	border: 1px solid Gray;
	font-weight: normal;
	background-color: InfoBackground;
	width: 10em;
	vertical-align: middle;
}

table.form_box td
{
		border: 1px solid Gray;
		font-weight: normal;
		padding-left: 0.5em;
}

table.form_box caption
{
		font-weight: bold;
		text-align: left;
}


table.list_box, table.solid
{
	border-collapse: collapse;
	border: 1px solid Gray;
	width:90%;
	margin: auto;
}

table.list_box caption, table.solid caption
{
	font-weight: bold;
	text-align: left;
}

table.list_box th, table.solid th
{
	font-weight: normal;
	text-align: center;
	padding: 2px;
	background-color: InfoBackground;
	border-collapse: collapse;
	border: 1px solid Gray;
}

table.list_box td, table.solid td
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-collapse: collapse;
	border: 1px solid Gray;
}

table.list_box tr.list_hover, table.solid list_hover
{
	background-color: #FFFACD;
}



pre.source
{
	background-color: InfoBackground;
	border: 1px solid Gray;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0.5em;

overflow:auto;
_width:90%;/* for IE4 - IE6 */
overflow-y:hidden;
*padding-bottom:25px;/* for IE? - IE7 */
}

.error
{
	color:red;
}

#lookup_address_results table td
{
	font-size: 80%;
	background-color: #FFFF80;
}


h3
{
	margin-top: 3em;
}

h4
{
	margin-top: 3em;
}

li {
	margin-bottom: 0.5em;
}


