body{
	background-color: #DFDFDF;
	}
#structuraltable tbody
{
	background-color: #fff;
}
td#maincontentcell {
	padding: 18px;
	
}

p,td,select {
	font-size: 12px;
	line-height: 1.5em;
}

p,div {
	clear: both;
}

p.accounting_total {
	margin: 3px 0 18px 0;
	padding: 0 10px 0 0;
	text-align: right;
}

p.accounting_grand_total {
	margin: 3px 0 18px 0;
	padding: 0 10px 0 0;
	text-align: right;
	font-weight: bold;
}

div#content h2 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1.5em;
	line-height: 2em;
}

div#content h3 {
	clear: both;
	color: #333;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 1.166666em;
	line-height: 2.5714em;
}

div#content ul.sign_up_flow {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#content ul.sign_up_flow li {
	clear: both;
	list-style: none;
	margin: 0 0 .5em 0;
	padding: 0;
	line-height: 2.5em;
	overflow: hidden;
	background-image: none;
}

div#content ul.sign_up_flow li a {
	display: block;
	clear: both;
	float: left;
	width: 180px;
	padding: 0 1.5em;
	background: #f5f5f5 url(/images_ui/small_arrow_light_gray.gif) no-repeat 7px 12px;
}

div#content ul.sign_up_flow li a:hover {
	background: #ddd url(/images_ui/small_arrow_black.gif) no-repeat 7px 12px;
}

div#content ul.sign_up_flow li#cancel_signup {
	margin: 3em 0 0 0;
}

div#content ul.sign_up_flow li#cancel_signup a {
	background-image: url(/images_ui/small_x_light_gray.gif);
}

div#content ul.sign_up_flow li#cancel_signup a:hover {
	background: #ddd url(/images_ui/small_x_red.gif) no-repeat 7px 12px;
}

p.alert {
	margin: 0 0 1.5em 0;
	padding: 9px;
	border: 1px solid #eee;
	background: #ffe;
	line-height: 1.5em;
}

table.maindatatable {
	border: 1px solid #eee;
	width: 100%;
	margin: 0 0 1.5em 0;
}

table.invoice {
	margin-bottom: 0;
}

table.maindatatable td {
	padding: 3px 9px 3px 9px;
	vertical-align: top;
}

table.maindatatable td.number {
	text-align: right;
}

table.maindatatable td.important,table.maindatatable td .important {
	font-weight: bold;
}

table.maindatatable tr.listviewaltrow {
	background: #f5f5f5;
}

table.maindatatable tr.columnheader {
	background: #222;
	color: #fff;
	white-space: nowrap;
}

table.relationship_definitions {
	margin-bottom: 18px;
}

table.relationship_definitions td {
	padding: 9px 9px 9px 0;
}

ol.name_list {
	margin: 0 0 1.5em 0;
	padding: 0;
}

td#maincontentcell ol.name_list li {
	margin: 0 0 0 3em;
	line-height: 1.5em;
	background-image: none;
	padding: 0;
}

#maincontentcell ul.formRows li {
	margin: 0;
	padding: 0;
	background-image: none;
}

ul.formRows li div {
	clear: none;
}

ul.formRows li ul li {
	list-style: disc;
	overflow: visible;
}

div.viewformlogin tr td {
	padding: 0;
}

input.remove_signup_button {
	position: relative;
	top: 2px;
	left: 12px;
}

#spanStrength {
	background-position: left top;
	background-repeat: no-repeat;
	font: bold 12px/1em "Helvetica Neue",Arial,Helvetica,sans-serif;
	padding: 0 0 0 20px;
}

#spanStrength.TooShort {
	background-image: url(/images_ui/cross-too_short.png);
	color: #333;
}

#spanStrength.TooWeak {
	background-image: url(/images_ui/cross-too_weak.png);
	color: #a23d3d;
}

#spanStrength.Weak {
	background-image: url(/images_ui/tick-weak.png);
	color: #935638;
}

#spanStrength.Good {
	background-image: url(/images_ui/tick-good.png);
	color: #937a38;
}

#spanStrength.Strong {
	background-image: url(/images_ui/tick-strong.png);
	color: #859338;
}

#spanStrength.VeryStrong {
	background-image: url(/images_ui/tick-very_strong.png);
	color: #4d8032;
}

#spanNoMatch {
	color: #666;
	font: bold 12px/1em "Helvetica Neue",Arial,Helvetica,sans-serif;
	padding: 0 0 0 2px;
}

#footertablerow{
	background-color: #fff;
}