.headerselect {
	line-height: 22px;
	margin: 0 auto;
	padding: 0 10px;
}

.viewOrderTagDiv {
	background: none repeat scroll 0 0 #5A9ABB;
	border-bottom: 1px solid #D7D7D7;
	font: 14px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
	padding: 0.2em 0;
	margin-top:5px;
	margin-left:10px;
	width:auto;
	display:inline-block;
	z-index:999;
}

.tagAfterDiv{
	clear: both;
	height: 30px;
}

.link {
	border-right: 1px solid #555555;
	padding: 0.2em 20px;
	text-decoration: none;
	color: #FFFFFF;
	outline:none;
}

.link:hover {
	background:#446473;
}

.linked {
	border-right: 1px solid #555555;
	padding: 0.2em 20px;
	text-decoration: none;
	color: #FFFFFF;
	background:#FDA432;
	font-weight: bold;
	outline:none;
}

#receivceOrderButton,#assignOrderButton{
	background: #5a7fab url(../../img/management_templates_img/popuplayer/buttonground_1_17.gif) repeat-x; 
	border:1px solid #697581;
	color:#ffffff;
	cursor:pointer;
	-moz-border-radius:5px;
	height:19px;
	*padding:0 3px;/* Style for IE */
	*height:20px;/* Style for IE */
	onfocus: expression(onfocus=function (){this.style.border='1px solid #697581'});
	onblur: expression(onblur=function (){this.style.border='1px solid #697581'});
}

#receivceOrderButton:hover,#assignOrderButton:hover{
	background:#5a7fab url(../../img/management_templates_img/popuplayer/buttonground_1_17_on.gif) repeat-x;
	border:1px solid #697581; 
	cursor:pointer;
	color:#000000;
	-moz-border-radius:5px;
	height:19px;
	*padding:0 3px;/* Style for IE */
	*height:20px;/* Style for IE */
}