body, table {
	margin: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
}

a {
	font-weight: normal;
	color: #654415;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
a.add {
	font-weight: bold;	
	color: #c05c13;
}
a.opinions {
	color: #000000;
}

form {
	margin: 0px;
}
input, select {
	font-family: Tahoma, Arial;
	height: 17px;
	font-size: 12px;
	border: #d29331 1px solid;
}
select.multi {
	height: 100px;
}
textarea {
	border: #d29331 1px solid;
}
.button {
	font-size: 11px;
	background: #b3cdae;
}
a.button {
	font-family: Tahoma, Arial;
	color: #000000;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: #d29331 1px solid;
}

.text {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.adv_border {
	border: #d29331 1px solid;
}

.pageTitle {
	font-weight: bold;
}

.top {
	color: #ffffff;
}

.tbHeader {
	background: #57874f;
	color: #ffffff;
	text-align: center;
}
.tbRow1 {
	background: #e9ffe6;
}
.tbRow2 {
	background: #f5fff3;
}

.selectedPage {
	font-weight: bold;
}

.menuL {
	height: 18px;
	color: #ffffff;
	padding-left: 20px;
	background: #86b27f;
	border-radius: 0 9px 9px 0;
	-webkit-border-radius: 0 9px 9px 0;
	-moz-border-radius: 0 9px 9px 0;
}
.menuLPadding {
	padding-top: 10px;
	padding-left: 10px;
}
.menuR {
	height: 18px;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
	background: #86b27f;
	border-radius: 9px 0 0 9px;
	-webkit-border-radius: 9px 0 0 9px;
	-moz-border-radius: 9px 0 0 9px;
}
.menuRPadding {
	padding-top: 10px;
	padding-left: 15px;
}

.gray {
	font-size: 11px;
	color: #bbb8b7;
}
.smallText {
	font-size: 10px;
}
.normalText
{
	font-size: 14px;
}

.border1 {
	border: #d29331 1px solid;
}

.news, .lastAdded, .productTitle, h1 {
	font-size: 13px;
	font-weight: bold;
	color: #654415;
	text-align: right;
}

h1, h2 {
	padding: 0;
	margin: 0;
}

.lastAdded {
	color: #699f61;
	text-align: left;
}

.productTitle, h1 {
	font-size: 13px;
	color: #654415;
	text-align: left;
	padding-left: 0px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}

.copy {
	color: #ffffff;
	background: #adcede;
}

.highlight, .error, sup {
	color: red;
}

.status_error2 {
	color: red;
}
.status_notice {
	background: #e09f04;
}
.status_notice2 {
	color: #e09f04;
}

#gridTable .mouseOver
{
	background-color: #f4f4bf;
}

#gridTable .mouseClick
{
	background-color: #F8F8A0;
}

#gridTable .mouseOver.mouseClick {
	background-color: #FAF01B;
}