div {
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted;
}
body {
	background: #FFF;
	margin: 0;
	padding: 24px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	float: none;
	clear: both;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	float: none;
	margin: 0 0 6px;	
}
h3 {
	color: #878585;
	font-size: 1.8em;
	font-weight: bold;
	float: none;
	margin: 24px 0 6px;	
	padding: 0;
}
h4 {
	font-size: 1.6em;
	font-weight: 100;
	margin: 6px 0 6px;	
	display: block;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 24px 0 6px;	
}
/*
table {
	width: 800px;
	border-collapse: collapse;
}
th {
	background-color: #F2F2F2;
	padding: 6px;
	text-align: left;
	border: 1px solid #c0c0c0;
}
th a {
	border: none;
}
td {
	padding: 6px;
	border: 1px solid #c0c0c0;
}
*/
ul {
	margin-top: 6px;
}
li {
	list-style: none;
	margin-bottom: 6px;
}
.users a {
	margin-top: 3px;
	display: block;
}

#header,
#subnavigation,
.head,
.viewsummary,
.cycle,
.printable,
.legend,
#login,
#tabs,
.edit,
.addnewproduct,
.noprint,
a.back_to_top,
a.backtoptop,
a.addrow,
a.removerow,
hr.main,
hr.firmcontent {
	display: none !important;
}

#content {
	padding: 0;
	float: none;
}
#header {
	height: auto;
	border: none;
}
footer {
	clear: left;
}
#headermain {
	clear: both;
	text-align: left;
	width: auto;
}
#firmcontent {
	background: #FFFFFF;
	padding: 0;
	width: auto;
	margin: 0;
	float: none;
	position: static;
}
div.viewing, div.editing {
	background: #FFFFFF;
	border: none;
}
.viewing textarea,
.viewing input,
.viewing select,
.editing textarea,
.editing input,
.editing select {
	color: #000000 !important;
	background-color: #FFFFFF !important;
	border-top: 1px solid #b1b1b1 !important;
	border-left: 1px solid #b1b1b1 !important;
	border-bottom: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	font-size: 11px;
}
textarea {
	float: none !important;
	overflow: visible !important;
	height: auto !important; /* firefox doesn't support this */
}
#main {
	width: auto;
	padding: 0;
}
.editing form, .viewing form {
	padding: 0;
}
#footer {
	padding-top: 15px;
	
}
fieldset.period {
	position: static;
}
/*
fieldset, table, td {
	height: 100% !important;
}
table {
	position: relative;
	display: block;
	float: none;
}
table {
	border-collapse: collapse;
	margin: 8px 0;
	border: 1px solid #CCCCCC;
	padding: 0;
}
*/

/* ie6 proprietary */
* html body {
	zoom: 90%;
}
* html fieldset.period {
	padding: 6px;
}
