 #header, #menustopholder, #filter, ul.easyNav, .contentbottom, .contentbottomblock, .sf_admin_actions, .float-right, .form-error-msg{
display:none;
}

/* Bar Code Style*/

div#content {
	width: 820px;
}

div.pageheader {
	height: 30px;
	width: 820px;
}

div.imageleft {
	width: 260px;
	height: 95px;
	float: left;
	margin-top: 6px;
	margin-left: 0;
}

div.imagenotleft {
	width: 260px;
	height: 95px;
	float: left;
	margin-top: 6px;
	margin-left: .105in;
}

div.pagebreak {
	page-break-after: always;
}

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

/* End Barcode Style */

body{
font-family:arial, helvetica, sans-serif;
font-size:13px;
margin:0;
}

a{
color:#000;
text-decoration:none;
}

p{
margin:0 0 5px;
}

h1, h2{
margin:0;
font-size:100%;
}

img, fieldset{
border:0;
}

ul{
list-style-type:none;
margin:0;
padding:0;
}

li{
display:inline;
margin:0;
}

.form-row{
clear:both;
padding:10px 0 5px 10px;
}

.form-row label{
float:left;
width:80px;
text-align:right;
padding-top:2px;
}

.sf_admin_list{
width:100%;
text-align:left;
}





