body
{
}

input.readonlytext
{
	background-color: #E0E0E0;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	width: 300px;
	padding-width: 2px;
	margin: 0px;
}

input.textinput
{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #6D5BAF;
	/* border-color: #ED7E09; */
	width: 300px;
	padding-width: 2px;
	margin: 0px;
}

select.selectbox
{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #6D5BAF;
	width: 300px;
	padding-width: 2px;
	margin: 0px;
}

#sidebar
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 12px;
	height: 121px;
	background-color: #666666;
	padding-width: 0px;
	margin-width: 0px;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
}

#redStrip
{
	position: absolute;
	top: 0px;
	left: 12px;
	z-index: 2;
	width: 790px;
	height: 23px;
	padding-width: 0px;
	margin-width: 0px;
	border-style: none;
	border-width: 0px;
}

#whiteStrip
{
	position: absolute;
	top: 55px;
	left: 12px;
	z-index: 2;
	height: 27px;
	width: 790px;
	padding-width: 0px;
	margin-width: 0px;
	border-style: none;
	border-width: 0px;
	text-align: right;
	background-color: #ffffff;
}

#flashStrip
{
	position: absolute;
	top: 23px;
	left: 12px;
	z-index: 2;
	width: 790px;
	height: 32px;
	padding-width: 0px;
	margin-width: 0px;
	border-style: none;
	border-width: 0px;
	text-align: right;
}

#mainDIV
{
	position: absolute;
	top: 121px;
	left: 0px;
	vertical-align: top;
}

#centreFrame
{
	height: 750px;
	width: 650px;
	padding-width: 0px;
	margin-width: 0px;
	border-style: none;
	border-width: 0px;
}

#mainText
{
	border-style: none;
	border-width: 0px;
	padding: 20px;
	margin-width: 0px;
	/* background-image: url('../images/maxell_background.gif'); */
	vertical-align: top;
}

#categoryMenuTable {
	position: absolute;
	top: 82px;
	left: 12px;
	z-index: 2;
	height: 39px;
	width: 790px;
	padding: 0px;
	margin-width: 0px;
	border-style: none;
	border-width: 0px;
	background-color: #ffffff;
}

table.subCategoryMenuTable {
	position: absolute;
	z-index: 3;
	width: 110px;
	background-color: #FFFFFF;
	display: none;
}

td.menuCellOut, td.menuCell, td.menuCellOver, td.menuCellOut, td.menuCell
{
	height: 39px;
	width: 110px;
	border-style: none;
	border-width: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: xx-small;
	cursor: hand;
}

td.menuCellOver, td.subMenuCellOver {
	background-color: #707070;
	color: #FFFFFF;
	cursor: hand;
	text-decoration: underline;
}

td.subMenuCellOut, td.subMenuCell, td.subMenuCellOver
{
	width: 110px;
	height: 39px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 8pt;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

td.subMenuCellOut, td.subMenuCell {
}

td.subMenuCellOver {
	cursor: hand;
	text-decoration: underline;
}

h1
{
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

p, td, li
{
	font-family: arial;
	font-size: 10pt;
	color: #000000;
}