html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fff;
	font-family:arial, sans-serif;
	font-size:small;
	color:#000;
}

input, select, textarea
{
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
}

div#menucontainer {
	float: left;
	position:relative; /* needed for footer positioning*/
	/*margin:0 auto; /* center, not in IE5 */
	margin-right: 3px;
	width:175px;
	background:#f7f7f7;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-right: 1px solid #9c9c9c;
}

div#menucontent {
	/*padding:1em 1em 5em; /* bottom padding for footer */
}

div#menufooter {
	position: absolute;
	width: 100%;
	height: 132px;
	bottom: 0; /* stick to bottom */
	background: #9c9c9c;
}

div#contentholder {
	float: left;
	position:relative; /* needed for footer positioning*/
	/*margin:0 auto; /* center, not in IE5 */
	width:auto !important;
	min-width: 800px;
	background:#f7f7f7;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	padding: 10px;
}

.submenucontainer
{
	display: none;
}
.submenuheader
{
	background: url('img/bkgr_submenu_header.gif'); top left repeat-x;
	width: 170px;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #fff;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.submenu
{
	margin:5px 0 10px 30px;
	padding:0;
	list-style-type:square;
}
.submenu a
{
	text-decoration:none;
	color:#666;
	line-height: 1.5em;
}
.submenucontainer h6
{
	margin: 5px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

#ordertable
{
	border-collapse: collapse;
}


#ordertable td
{
	border-bottom: 1px solid #69c;
	font-size: 12px;
}

.OrderEditTable
{
	border-collapse: collapse;
}


.OrderEditTable td
{
	font-size: 12px;
}

.OrderRowTable
{
	border-collapse: collapse;
}

.OrderRowTable td
{
	font-size: 12px;
	border: 1px solid #69c;
}

.NoBorderTable
{
	border-collapse: collapse;
}


.NoBorderTable td
{
	font-size: 12px;
}

