/*
fixes transparency issue for order form popup
*/
.yui-skin-sam .yui-panel-container.shadow .underlay
{
background-color:#EEEEEE !important;
border:1px solid #CCCCCC !important;
opacity:1 !important;
}

/*
fixes close button off to side and top of last cell
*/
.yui-skin-sam .container-close
{
	top:12px;
	right:20px;
}

thead th{
	background:transparent url(../../../images/rcpets_CE/th_bg.png) repeat-x scroll 0 0;
	color : #fff
	}
	
thead , thead tr, thead tr th{ 
	border:none 0
	}
	
thead tr th {
	height:41px;
	padding:1px 8px 5px;
	min-width:50px;
}
tbody input{
	text-align:right; 
	width:50px
}
tbody { 
	height:300px;
	overflow: scroll; 
	overflow-x: hidden;
}


tbody tr, tbody td {
	height:auto;
	overflow: auto; 
}

#panel_to_hide_c { 
	padding:20px 15px 0 15px;
}
.scrollTable { 
	/*border-right:1px solid #333;
	border-left:1px solid #333;*/
	background:#fff;
}
.yui-skin-sam .yui-panel { border:none; }