body {
	margin-left: 10px;
	margin-top: 15px;
}

body.embedded {
	margin: 2px;
}

body, p, td, th {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

input, selected {
	height: 21px;
}

input, select, textarea {
	border: 1px solid #f36f28;
	font-family: verdana;
	font-size: 12px;
}

.orange {
	font-size: 12px;
	color: #e36622;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

a {
	color: #ff0000;
}

table.embeddedListing {
	width: 100%;
	background-color: #ffffff;
}

table.embeddedListing td {
	padding: 2px;
	border-left: 0px;
	border-right: 1px solid #dadada;
	border-top: 0px;
	border-bottom: 1px solid #dadada;
}

table.embeddedListing table td {
	border: none;
}

th {
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	padding: 5px;
	background: #eaeaea;
}

tr.alternate {
	background: #f5f5f5;
}

hr {
	color: #d4d4d4;
}