body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #999999;
  padding: 15px 0;
  margin: 0;
}

div {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 0.9em;
	color: #333333;
}

h3 {
	font-size: 0.8em;
	color: #333333;
}

p, ul, ol, dl {
	font-size: 9pt;
}

form {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.placeholder {
	display: block;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

.last {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.backToTop {
	font-size: 0.7em;
}

#pageListings img {
	display: inline;
}

/* These classes and are used to make a grey bubble */
.bubble {
	width: 100%;
	font: 0.8em/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0;
	background: url('/i/box_t_l.gif') #cccccc top left no-repeat;
}

.bubble_head {
	background: url('/i/box_t_r.gif') top right no-repeat;
	font-size: 1.3em;
	padding: 10px;
	margin: 0;
	line-height: 1;
}

.bubble_body {
	background: url('/i/box_r_m.gif') top right repeat-y;
	margin: 0;
	margin-top: -2em;
	padding: 15px;
}

.bubble_l_foot {
	background: url('/i/box_b_l.gif') bottom left no-repeat;
	margin: -2em 0 0 0;
}

.bubble_r_foot {
	background: url('/i/box_b_r.gif') bottom right no-repeat;
	padding: 15px;
	display: block;
	margin: -2em 0 0 0;
}
/* End */

/* These are for the tags within the grey bubbles */
fieldset {
	margin: 0;
	padding: 10px;
	border: 2px groove #F0F0F0;
}

fieldset legend {
	color: #000000;
	font-weight: bold;
}

.bubble form fieldset p label {
	display: block;
	width: 115px;
	float: left;
}

.bubble form fieldset p.halfbox {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.bubble form fieldset p#rightbox label {
	display: inline;
	float: none;
}

.bubble .bubble_l_foot p.bubble_body {
	font-size: 7pt;
}
/* End */

/* Special Table Style for Lists */
#tabular_data {
	clear: both;
}
#tabular_data table {
	margin: 0.3em 0 0.6em 0;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #999999;
}
#tabular_data table caption {
	margin: 0;
	padding: 0.5em;
	padding-left: 1em;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	border: 1px solid #999999;
	background-color: #cccccc;
}
#tabular_data table thead th,
#tabular_data table thead td,
#tabular_data table tbody th,
#tabular_data table tbody td {
	padding: 0.5em 0;
	padding-left: 3em;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 0.7em;
	border: 1px solid #999999;
}
#tabular_data table thead th,
#tabular_data table tbody th {
	width: 60%;
	border-right-color: #bbbbbb;
	background-color: #dddddd;
}
#tabular_data table thead td,
#tabular_data table tbody td {
	width: 40%;
	border-left-color: #bbbbbb;
	background-color: #eeeeee;
}
#tabular_data table thead th {
	padding-left: 2em;
	background-color: #d6d6d6;
}
#tabular_data table thead td {
	padding-left: 2em;
	background-color: #e6e6e6;
}
#tabular_data table tbody th {
	font-weight: normal;
	color: #333333;
}
#tabular_data table tbody td {
	font-weight: normal;
	color: #333333;
}
/* End */