.grid {
}

.thead {
	padding:2px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#003366;
	color:#ffffff;
}

.theadorder {
	padding:2px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#336699;
	color:#ffffff;
}

.tcell {
	padding:2px;
	background-color:#eeeeee;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#333333;
	vertical-align:top;
}

.tcellsel {
	padding:2px;
	background-color:#cfca99;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#333333;
	vertical-align:top;
}

.filterlabel {
	white-space:nowrap;
	border-left:1px dotted #e0e0e0;
	background-image:url('http://www.mindawn.com/images/bg.gif');
	background-repeat:repeat-y;
}

.filter {
	white-space:nowrap;
	border-left:1px dotted #333333;
}

.frmlbl {
	vertical-align:top;
	color:#000066;
	border-bottom:1px solid #c0c0c0;
	background-color:#eeeeee;
	white-space:nowrap;
}

.frmcell {
	vertical-align:top;
	border-bottom:1px solid #c0c0c0;
	background-color:#eeeeee;
}

.submit {
	background-color:#cee1ff;
}

.btnright { 
	background-image:url('http://www.mindawn.com/images/ic_right.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:25px;
	height:25px;
	margin:5px;
}
	
.btnleft { 
	background-image:url('http://www.mindawn.com/images/ic_left.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:25px;height:25px;
	margin:5px;
}
	
.btnup { 
	background-image:url('http://www.mindawn.com/images/ic_up.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:25px;
	height:25px;
	margin:5px;
}
	
.btndown { 
	background-image:url('http://www.mindawn.com/images/ic_down.gif');
	background-repeat:no-repeat;
	background-position:center center;
	width:25px;
	height:25px;
	margin:5px;
}