@media screen {
	body {
		padding:10px;	
	}	
	
	div#main {
		padding: 0 5px;
	}
}
/*body {font-size: 90% !important;}*/

.basic {
	width: 652px !important;
	_width: 510px !important;
}

table.checklist-multiple tbody td {
	width: 642px !important; /* 652 width (see above) minus the 14px of padding */
	margin-left: 5px !important;
	margin-right: 5px !important;
	_width: 500px;
}

body, 
.table-wrapper {
	width: 816px;
	_width: 674px !important; /*used to be 816px*/
}

#ffic-logo {
    position: static;
}

/* get rid of background images on callout tables */
.callout-wrapper, .callout, .callout td {
    background-image: none  !important;
}
/*
table.checklist-multiple tbody td {
	width: 480px;
}

table.checklist-multiple tbody td.checkbox {
	width: auto !important;
	text-align: center;
}*/


/**
  * Since the background images won't print, we need to remove the left padding so we can 
  *	dynamically insert the images into the LI (see javascripts/pages/print.js)
**/
.basic ul.checklist li, 
.basic ul li.checklist {
	padding-left: 0px !important;
}
