body
{
	margin: 0;
	padding: 0;		
}
table
{
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;	
	table-layout: fixed;
	overflow: hidden;
}
tr
{
	padding: 0;
	margin: 0;
	table-layout: fixed;
	overflow: hidden;
}
td
{
	padding: 0;
	margin: 0;
	table-layout: fixed;
	overflow: hidden;
}
table.head
{
	width: 770px;
	height: 96px;
	background: url('../img/header.png');
}
td.mainMenuItem
{
	background: url("../img/menuBarBg.png");
	height: 22px;
}
table.main
{
	width: 770px;
}
td.leftmain
{
	width: 200px;
	vertical-align: top;
	background-color: #ffffff;
	border-right: solid 2px #efefe9;
}
td.rightmain
{	
	width: auto;
	vertical-align: top;
}
td.verticalMenuUpperItem
{
	background: url("../img/menuItem.png");   
	background-repeat: no-repeat;  
	color: Black;
	font-weight: bold;
	height: 35px;
	width: 200px;
}
td.verticalSelectedUpperMenuItem
{
	color: White;
	font-weight: bold;
	background: url("../img/menuItemSelected.png");      
	background-repeat: no-repeat;
	height: 35px;
	width: 200px;
}
td.verticalSelectedMenuItem
{
	font-weight: bold;
	background: url("../img/subMenuSelected.png"); 
	background-repeat: no-repeat;     
	height: 26px;
	width: 200px; 	
}
td.verticalMenuItem
{
	font-weight: bold;
	background: url("../img/subMenu.png"); 
	background-repeat: no-repeat;     
	height: 26px;
	width: 200px;            
}
td.verticalMenuSubItem
{
	text-align: left;
	background: url("../img/subSubMenu.png");
	background-repeat: no-repeat;
	height: 26px;
	width: 200px;            
}
td.verticalSelectedMenuSubItem
{
	text-align: left;
	background: url("../img/subMenuSelected.png");
	background-repeat: no-repeat;
	height: 26px;
	width: 200px;            
}
table.innerMain
{
	width: 560px;
	vertical-align: top;	
	margin: 10px;
}

.orderHeader
{
	border: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding: 1px;
	text-align: center;
	font-weight: bolder;
	font-family: verdana;
	font-size: 11px;
	background: #eeeeee;
	text-align: center;
}
.orderLine
{
	border: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding: 1px;
	margin: 1px;
	text-align: left;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
}
.orderLineHover
{
	border: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding: 1px;
	margin: 1px;
	text-align: left;
	font-weight: normal;
	font-family: verdana;
	font-size: 9px;
	background: #cccccc;
}
.loginLine
{
	padding: 2px;
	font-family: verdana;
	font-size: 12px;	
}

