﻿
.OrderWidth
{
	width:320px;
}

.OrderHeight
{
	height:355px;
}

#divOrderMainFrame
{
	width:320px;
	height:355px;
	overflow:hidden ;
	border:solid 1px #CCCCCC;	
	position:absolute;	
	z-index:1;
}

divOrderMainFrame td 
{
	padding:3px;
	margin:2px;
}

.Frame
{
	width:320px;
	height:355px;
	z-index:-1;
	background-color:White;
	background-image: url(../../images/BodyBG.gif); background-repeat:repeat-x !important; background-position:bottom;
	display:none;
	float:left;	
	left:0px;
	position:absolute;	
}

.DataHeight{height:325px;}
.Nav{height:30px;padding:5px;}

.Alert{color:Maroon;}

.Clickable
{
	color:Blue;
	cursor:pointer;
}

TABLE.OrderTable
{	
	width: 100%;	
	text-align:left;	
	border-collapse: collapse;
}

 TH.OrderTable , .OrderTitle
{
	font-size:larger;	
	font-weight: bold;
	text-transform: capitalize;
	color: #4E697E;
	
	border-width: 0px;
	
	text-align: center;
	vertical-align:top;
	
	background-image: url(../../images/Titlebar.gif);
	background-repeat: repeat-x;
	background-position: Top;
	height:20px;
	
}

 TD.OrderTable
{	
	background-color:Transparent ;
	color: Black;
	border-color: black;
	text-align: left;
	vertical-align: top;		
	padding:3px;
}



#divOrderMainFrame textarea,input,select
{	
	
}
