body {
	font-family: "Trebuchet MS", "Arial";
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/body_background.jpg');
	color: #723907;
}

/* Sales Table
*/
tr.even {
}

tr.odd {
}

/* Main Table
*/
table.main {
	border-width: 0px 1px 1px 0px;
	border-style: solid;	
	border-color: #000000;
	width: 800px;
	height: 600px;
	background-color: #e6e6bc;
	background-color: #ffffff;
}

td.navBar {
	height: 10px;
	vertical-align: top;
	color: #ffffff;
}

td.mainTop {
	height: 125px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;	
	border-color: #000000;
}

td.mainMiddle {
	height: 445px;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	/*background-image: url('/dev/ptreemower/images/body_background2.jpg');*/
}

td.mainBottom {
	height: 20px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;	
	border-color: #000000;
	text-align: center;
	font-size: 8pt;
	background-color: #ffffff;
	font-weight: bold;
	color: #76532d;
	background-color: #e6e6bc;
	background-color: #b38c06;
	font-family: "Trebuchet MS";
	color: #ffffff;
}


table.navBar {
	width: 100%;	
	height: 28px;
	font-weight: bold;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
}

td.navItem {
	text-align: center;
	width: 16.666666666666666666666666666666666666666666%;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #000000;
	font-weight: bold;
	font-size: 8pt;
	background-color: #e6e6bc;
	background-color: #b38c06;
}

td.navItem:hover {
	/*background-color: #ffffff;*/
	background-color: #937305;
}

/* DIVs
*/

div.box {
	padding-top: 10px;
	padding-left: 10px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #e6e6bc;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.boxTitle {
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	background-color: #49742A;
	padding: 0px 3px 0px 3px;
	color: #ffffff;
	font-size: 12pt;
	margin-right: 10px;
	margin-left: 10px;
}


/* Anchor styles
*/
a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

a.path {
	color: #723907;
	text-decoration: underline;
}

/* Image styles
*/
img {
	display: block;
}

/* Path
*/
span.path {
	font-size: 80%;
}

div.pageTitle {
	font-size: 125%;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #007700;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #999999;
	border-color: #999999;
	height: 1px;
}

.clear {
	clear: both;
}
