body {
 	font-size: 76%;
 }  
 
h1 {
	font-size: 2em;
}

.waiver {
	width: 25em; 
	text-align: left;
}

.listing-subhead {
	background-color: #ECE7D2;
	padding: 3px 0 3px 7px;
}

.listing-details {
	border-bottom: 1px dashed #CCCCCC;
	margin: 3px 0 0 15px;
}

.listing-details h3 {
	margin: 0;
}

.listing-details ul {
	margin-top: 0;
} 

table.collapsed {
	border-color: silver;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	width: 99%;
}

table.collapsed td{
    border-color: silver;
    border-style: solid;
	 margin: 0;
    padding: 2px;
    border-width: 1px 1px 0 0;
}

table.collapsed th {
	border-color: silver;
	border-style: solid;
	margin: 0;
	padding: 2px;
	border-width: 1px 1px 0 0;
	background: #F5F5F5;
}

table.collapsed .location {
	width: 15%;
}

table.collapsed .quantity {
	width: 18%;
}

table.collapsed .notes {
	width: 30%;
}

.deleteLabel {
	font-weight: bold;
	color: #ff0000;
}

.error {
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}

label, #comments label {
	font-weight: bold;
	font-size: 110%;
	/* width: 10em; */
	text-align: right;
}

h2.reply, h3.reply, ul.reply, p.reply {
	font-family: "Courier New", Courier, mono;
}

#reply-email {
	border: 1px dashed silver;
	background-color: #F5F5DC;
	margin: 0 2em;
	padding: 0 2em;
	width: 35em;
}

/* -------------------------------------
   style list for edit/delete of listings
---------------------------------------- */

ul.edit-delete {
	list-style-type: none;
	padding: 0;
	margin: 2em 0 0 0;
}

ul.edit-delete li {
	border-bottom: 1px solid #DCDCDC;
	width: 500px;
	padding-top: .2em;
	padding-bottom: .5em;
}

.delete-listing {
	color: red;
	position:relative;
/*	left: 50px; */
	text-align: left;
}

.clear {
	clear: both;
}

.voe-arrow {
	background-image: url(/apps/DPWT/SolidWaste/veggie-oil-exchange/inc/voe-arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 1em;
}

/* -------------------------------------------------------------
   Styles unordered lists with Veggie Oil Ex. arrows for bullets 
----------------------------------------------------- */
ul.voe-arrows {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10 0;
	border-collapse: collapse;
}

ul.voe-arrows li {
	background-image: url(/apps/DPWT/SolidWaste/veggie-oil-exchange/inc/voe-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
}

ul.voe-arrows li.pdf {
	background-image: url(/Content/DEP/SolidWaste/graphics/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 1.6em;
	/* padding: 0 0 .05em 1.6em;
	line-height: 140%; */
}

ul.voe-arrows li ul {
	list-style-type: disc;
}

ul.voe-arrows li ul li {
	background-image: none;
	padding-left: 0;
}

