#header, .breadcrumb, body.admin #rightContent, #footer, .noprint, #menu, .help, .oneliner, #Template_Content_Continue{
	display: none;
}

#equalLeftContent{
	width: 49%;
	float: left;
}

#equalRightContent{
	width: 49%;
	float: right;
}

fieldset{
	border: 1px solid #ccc;
	clear: both;
}

fieldset legend{
	font-weight: 800;
}

fieldset dl dd{
	margin: 0;
}

body{
	font-size: 0.85em;
	line-height: 1.4em;
}


table.adminTable, .quoteTable{
	clear: both;
	border-collapse: collapse;
	margin: 10px 0;
}

table.adminTable th, .quoteTable th{
	font-weight: 900;
	background: #666;
	color: #fff;
	padding: 0 5px;
}

table.adminTable tr, .quoteTable tr{
	height: 1.6em;
}

table.adminTable td, table.adminTable th, .quoteTable td, .quoteTable th{
	padding: 0 5px;
	border: 1px solid #ccc;
	text-align: left;
}

table.adminTable tr.alt, .quoteTable.alt{
	background: #eee;
}
