

.noPrint,
#CompanyMenu,
#ContextMenu,
#Nav, #SubNav,
#ReportLinks,
#TabLinks,
.pageNav,
h1 {
	display: none;
}

body {
	font-family: 'Lucida Sans Unicode','Lucida Grande',tahoma,geneva,sans-serif;
	font-size: 90%;
	line-height:1.5em;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

#ContentWrapper {
	margin-top: 2em;
}

#MainWrapper {
	clear: left;
}
#Side {
	clear: both;
}

/*
#PrintHeader {
	height: 140px;
}
*/

h2, h3 {
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	position: absolute;
	top: 50px;
	left: 162px;
/*
*/
	color: #736956;
	font-size: 2em;
	line-height: 2em;
	padding: 0;
	margin: 0;
}

h3 {
	clear: left;
	color: #736956;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 0;
	margin: 0;
}

h3 a {
	color: #736956;
}

#Content img {
/*
	border: 1px solid #000;
*/
}

img.feature {
	float: right;
	margin: 1em 0 1em 1em;
}

.leftCol {
	width: 48%;
	float: left;
}

.rightCol {
	width: 48%;
	float: right;
}

.inline-thumb {
	float: left;
	margin: 1em 1em 1em 0;
}

#Gallery {
	padding-top: 1em;
}
#Gallery .thumb {
	float: left;
	width: 120px;
	height:120px;
	margin: 0 10px 4px 0;
}

.thumb span {
	font-size: .8em;
	line-height: .8em;
}
.highslide-caption {
	display: none;
}

#Side {
	clear: both;
	border-top: 1px solid #ccc;
}

#Side h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: .5em 0 0 0;
}

address {
	font-style: normal;
}

ul {
	padding: 0;
	margin-left: 0;
}

li {
	line-height: 1.6em;
	margin: 0 0 0 1.2em;
}

ul.fileList {
	list-style: none;
}

dt {
	font-weight: bold;
}
dd {
	padding: 0 0 0 1em;
	margin: 0;
}
dd p {
	margin: 0 1em 0 0;
}

.clear {
	clear: both;
}

#AgCenters {
	width: 50%;
}

/** Tables **/
table {
	font-family: 'Lucida Sans Unicode','Lucida Grande',tahoma,geneva,sans-serif;
	font-size: .9em;
	border-style: solid;
	border-color: #000;
	border-width: 1px 0 1px 1px;
	margin-bottom: 1em;
}
th {
	text-align: center;
	vertical-align: top;
	font-size: .8em;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	width: 7%;
}
th, td {
	padding: .2em .5em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #ccc;
}
tr.odd {
	background: #efefef;
}
td {
	padding: 2px;
}
td.rowLabel, td.total {
	white-space: nowrap;
}
td input{
	padding: 0;
	font-size: .95em;
}
td input, td.total {
	text-align: right;
}
td.text {
	text-align: center;
}
td.total {
	font-weight: bold;
}

/** Footer **/
#Footer {
	clear: both;
	font-size: 75%;
	line-height: 1.3em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

#FooterAddress {
	float: left;
	padding: 0 2em 0 0;
}
#FooterAddress b {
	text-transform: uppercase;
	color: #999;
	font-family: 'arial black', sans-serif;
	font-weight: bold;
}
#FooterAddress ul {
	list-style: none;
	padding: 0;
}
#FooterAddress span {
}

#Props {
	padding: 1em 0;
}
#Props img {
	float: left;
}
#Copyright {
	clear: both;
}


/** Forms **/
form em {
	color: #f00;
	font-weight: bold;
	font-style: normal;
}
td form {
	float: left;
}
td.options {
	width: 32px;/* edit & delete icons */
	white-space: nowrap;
	padding: 0;
}
td.entry {
	width: 99%;
}

fieldset {
	display: block;
	padding: .5em 1em;
	border: none;
	margin: 0;
}

legend {
	color: #000;
	font-weight: bold;
}

label, input, select, textarea {
	display: block;
}

label {
	font-size: .85em;
	margin: 0 0 .5em 0;
}

label.radio input {
	clear: both;
	float: left;
	width: auto;
	padding: 0;
	margin: 0 .5em 0 0;
}

/* accomodate the datepicker buitton layout*/
label.date input {
	display:inline-block;
}


label.paired {
	float: left;
	clear: left;
	margin-right: .5em;
}

label.cleared {
	clear: left;
}
label.invalid, label.missing {
	font-weight: bold;
}

select {
	padding: 1px 0;
}

/* BUTTONS */
ul.records {
	list-style: none;
	clear: left;
}
ul.records li {
	display: block;
	border-bottom: 1px solid;
}
div.buttons {
	display: block;
	height: 1.8em;
}

button.new, button.ok, button.cancel {
    padding:0 5px 2px 21px;/* Firefox */
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f0f0f0;
	background-position: 3px 0;
	background-repeat: no-repeat;
    border: 1px solid;
	border-color: #ddd #bbb #bbb #ddd;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: .9em;
    line-height: 1.5em;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    overflow: visible;/* IE */
}
button.edit, button.delete {
    display: block;
    background-color: transparent;
	height: 16px;
    cursor: pointer;
    padding: 0;
    margin: 0;
	border: none;
}

button.first {
	margin-left: 11px;
}

button.new {
	background-image: url(/i/icon-add.png);
}
button.ok {
	background-image: url(/i/icon-ok.png);
}
button.cancel {
	background-image: url(/i/icon-cancel.png);
}

