body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424237;
}

.style2
{
	font-size: 12px;
	color: #bebda2;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #656554;
}

.styleOuter
{
	background-color: #BEBDA2;
}

.stylePrdList
{
	border-color: #BEBDA2;
}

.title1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #959595;
}

.title2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #515623;
	font-weight: bold;
}
.style3
{
	border: solid;
	border-width: 1px;
	border-color: #BEBDA2;
}

.style4 
{
	border: solid;
	border-width:0px;
	border-style: groove;
	border-color:#BEBDA2;
}

.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515623;
}

.productDesc
{
	padding-left: 50px;
	font-size: 12px;
	color: #515623;
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	font-size: 12px;
	color: #424237;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #94947B;
}
a:active
{
	text-decoration: none;
	color: #A0410A;
}


/* Collapse */
.header
{
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	font-family: Georgia, "Times New Roman" , Times, serif;
	margin: 2px;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.details
{
	display: none;
	visibility: hidden;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	margin: 2px 2px 2px 17px;
	padding: 2px;
}

h5
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 16px;
	font-weight: normal;
}

#footer td, #footer a:link, #footer a:active, #footer a:visited
{
	font-family: Tahoma, "Trebuchet MS" , Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}

#footer a:hover
{
	font-family: Tahoma, "Trebuchet MS" , Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}


.minitext
{
	font-family: Tahoma, "Trebuchet MS" , Verdana;
	font-size: 10px;
}
input
{
	font-family: Tahoma, "Trebuchet MS" , Verdana;
	font-size: 11px;
}

select
{
	font-family: Tahoma, "Trebuchet MS" , Verdana;
	font-size: 11px;
}
textarea
{
	font-family: Tahoma, "Trebuchet MS" , Verdana;
	font-size: 11px;
}
body
{
	background-image: url(media/mainb.gif);
	margin: 0px;
	font-family: Tahoma, "Trebuchet MS" , Verdana;
	font-size: 11px;
}

td
{
	font-size: 11px;
}

.redtext
{
	font-size: 12px;
	color: #990000;
	font-family: Arial, Verdana, Helvetica;
}
.textboxinfo
{
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
	background-color: White;
	border-style: Groove;
	width: 150px;
}

.labelinfo
{
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
	width: 150px;
}

.tableHeader
{
	font-weight: bold;
	font-size: 12px;
	background: #ffcc99;
	color: #000066;
	font-family: Arial, Verdana, Helvetica;
}

/* solid table */
.table-solid table
{
	border: solid 2px #000000;
	border-collapse: collapse;
	background: #ffffff;
}
.table-solid th
{
	border-bottom: solid 1px black;
	padding: 2px 2px 2px 2px;
	background: #ffcc99;
	color: #000066;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
}
.table-solid td
{
	padding: 2px 2px 2px 2px;
	background: #ffffff;
	font-size: 12px;
	color: Black;
}
.table-solid p
{
	border-collapse: collapse;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 10px;
}

/* listing table */
.table-listing table
{
	border: solid 2px #000000;
	border-collapse: collapse;
	background: #ffffff;
}
.table-listing th
{
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	padding: 2px 2px 2px 2px;
	background: #bebda2;
	color: #000066;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
}
.table-listing td
{
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	padding: 1px 1px 1px 4px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	color: Black;
	color: Black;
}
.table-listing .sorted
{
	font-weight: bold;
	font-size: 12px;
	color: #ffcc99;
	background-repeat: repeat;
	font-family: Arial, Verdana, Helvetica;
	background-color: #000066;
}
.table-listing .sorted a
{
	color: #ffcc99;
}
.table-listing .listtext
{
	font-size: 11px;
}

/* table cell Active/Inactive */
.tdActive
{
	background: LightGreen;
}
.tdInactive
{
	background: LightPink;
}
