/* sitewide formatting */
img { border: none; }

/* positioning */
.indented { margin-left: 3em; }
.centered {	text-align: center; }
.vertical {	vertical-align: middle; }
.left { position: relative; float: left; }
.lmargin { margin-left: 1em; }
.right { position: relative; float: right; }
.rmargin { margin-right: 1em; }
.bmargin { margin-bottom: 1em; }
p.right { text-align: right; }
p.center { text-align: center; }
p.left { text-align: left; }

/* text styles */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.strikethrough { text-decoration: line-through; }
.error_message { color: #f00; font-weight: bold; }

/* text sizes */
.large { font-family: arial, helvetica, sans-serif; font-size: 12pt; }
.medium { font-family: arial, helvetica, sans-serif; font-size: 10pt; }
.small { font-family: arial, helvetica, sans-serif; font-size: 8pt; }

/* text colors */
.red { color: #f00; }
.blue { color: #00f; }

/* document types */
.pdf { color: #f00; background: url(../images/icon_pdf.gif) left top no-repeat; padding-left: 2.25em; }
.doc { color: #00f; background: url(../images/icon_doc.gif) left top no-repeat; padding-left: 2.25em; }
.xls { color: #146314; background: url(../images/icon_xls.gif) left top no-repeat; padding-left: 2.25em; }
.ppt { color: #f00; background: url(../images/icon_ppt.gif) left top no-repeat; padding-left: 2.25em; }
.phone { background: url(../images/icon_phone.png) left top no-repeat; padding-left: 1.15em; }
.fax { background: url(../images/icon_fax.png) left top no-repeat; padding-left: 1.15em; }

/* copyright link (at bottom) */
a.copyright {
	font: normal 8pt arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
a:hover.copyright {
	text-decoration: underline;
}

/* breadcrumbs */
div#breadcrumbs {
	display: none;
}

/* plain formatting for pop-over forms and such */
div#plain {
	text-align: left;
	background-color: #fff;
	font: normal 0.8em arial, helvetica, sans-serif;
	}
	
/* box to make an image float behave in a list */
div.imagebox {
	height: 1%;
	position: relative;
	overflow: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* browser upgrade bar */
div#browser_upgrade {
	display: none;
}/* green: #709f34 */

body {
	background: #fff url(../images/feed/bg.png) repeat-x;
}
h1 {
	text-align: left;
}

/* hr div */
div.hr {
	color: #709f34;
	background-color: #709f34;
	width: 90%;
	height: 0.24em;
	border: 0;
	margin: 0 auto;
	}
div.hr hr {
	display: none;
	}
	
/* main page div - contains everything */
div#page {
	width: 100%;
	max-width: 62.25em;
	margin: 0 auto;
	position: relative;
	font: normal 1em arial, helvetica, sans-serif;
	/*border: 0.0625em solid #f00;*/
}

/* main content area */
div#content {
	position: relative;
	text-align: left;
	padding: 1em 1em 0 1em;
	/*border: 0.0625em solid #0f0;*/
	}
td.shadow_middle {
	position: relative;
	background-color: #fff;
	padding-top: 1em;
}

div#navigation,
p#validation
{
	margin: 0;
	padding: 0;
	display: none;
}
