﻿body {
}

.OrderStatusMenu
{
	padding:0px;
	margin:0px;
	width:100%;
	display:block;
	height:27px;
	background: #4e4f7f;
	clear:both;
}


.OrderStatusMenu > li
{
	float:left;
	display:block;
	height:auto;
	color:White;
	font-family:Tahoma;
	font-size: 11px;
	text-decoration:none;
	border: 1px solid transparent;
}

.OrderStatusMenu > li a
{
	display:block;
	padding:6px 10px;
	color:inherit;	
	color:White;
	text-decoration:inherit;
	text-decoration:none;
}


.OrderStatusMenu > li:Hover
{
	background-color: #b0e0e6;
	color: navy;
	border: 1px solid #2e2f5f;
	border-bottom: 1px solid #f0f0f0;
}

.OrderStatusMenu > li a:Hover
{
	color: navy;
}


.OrderStatusMenu .Selected, .OrderStatusMenu .Selected a
{
	background-color: white;
	Color:navy;
	border: 1px solid #2e2f5f;
	border-bottom: 1px solid transparent;
}



.OrderPanel
{
	color:navy;
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	text-transform: none;
	font-size:12px;
	font-weight:bold;
}

#Orders
{
	border-bottom:4px solid #4e4f7f;
	/* height:200px;
	max-height:200px;
	overflow:auto;
	display:block;
	*/
	width:100%;
	background-color:white;
	color:#606060;
	padding:4px;
	margin:0px;
	font-family:Tahoma;
	text-transform: none;
	font-size:11px;
	font-weight:normal
	margin-bottom:20px;
}

#Orders .BODY
{
	border-bottom:1px solid gray;
	height:200px;
	max-height:200px;
	overflow:auto;
	width:100%;
}

#Orders .Header
{
	padding:2px;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid gray;
	background-color: white;
	font-weight:bold;
	color:black;
}

#Orders .LastHeader
{
	border-bottom:1px solid gray;
}

#Orders .Spacer
{
	/* display:block;*/
	width:20px;
	border-left:1px solid gray;
	border-bottom:0px solid gray;
	background-color: #f0f0f0;
}


#Orders .HD_Fill
{
	width:auto;
}


#Orders .HD_17
{
	width:125px;
}

#Orders .HD_15
{
	width:100px;
}

#Orders .HD_10
{
	width:70px;
}

#Orders .HD_5
{
	width:35px;
}


#Orders .Row
{
	padding:2px;
	border-right:1px solid #f0f0f0;
	border-bottom:1px dotted silver;
}

#Orders TR
{
	height:20px;
	border-right:1px solid #f0f0f0;
	border-bottom:1px dotted silver;
}

#Orders .TotalRow, #Orders .TotalLastRow
{
	padding:2px;
	padding-top:9px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:firebrick;
}

#Orders .Right
{
	text-align:Right;
}


#Orders .LastRow
{
	padding:2px;
	border-bottom:1px dotted silver;
}

#Orders .Input
{
	width:25px;
	border:1px solid gray;
	text-align:right;
	float:left;
	font:tahoma;
	font-size:10px;
	margin-top:2px;
}



#Orders .Button
{
	display:block;
	float:LEft;
	height:20px;
	width: 30px;
	font-size:0px;
	text-indent:-3000px;
	overflow:hidden;
	background-image:url(images/btn_cart.gif); 
	background-position: right top;
	background-repeat: no-repeat;
}

#Orders .PrintButton
{
	display:None;
}

.OrderPanel H1
{
	background: #4e4f7f;
	background-image:url(images/Order_H1.png); 
	background-position: left top;
	background-repeat: no-repeat;
	font-size:0px;
	text-indent:-3000px;
	overflow:hidden;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	display:block;
	height:30px;
	width:100%;
}

.OrdersNotFound
{
	border-bottom:4px solid #4e4f7f;
	display:block;
	width:100%;
	font-size:15px;
	font-family:Tahoma;
	padding: 8px 0px;
	background-color:White;
	text-indent:10px;
	color: red;
}