.tablebg{
	background: #eee;
	border: solid 0px #6699cc; 			
}

.headrow{
	background: #6a9bcd url('../images/headcellbg.gif');
	padding-left: 5px;
}

.subhead{
	background: #eee;
	border: solid 1px #6699cc; 			
	padding: 8px;
	padding-left: 20px;
}

.tablemessage{
	background: #f29a79;
	border: solid 1px #e2001a; 			
	padding: 8px;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
}

.headcell_none{
	text-align: left;
	cursor:pointer;
}

.headcell_desc{
	text-align: left;
	background: url('../images/orderdown.gif') no-repeat;
	cursor:pointer;
}

.headcell_asc{
	text-align: left;
	background: url('../images/orderup.gif') no-repeat;
	cursor:pointer;
}

.toprow{
	background: url('../images/toprowbg.gif');
	padding-left: 5px;
	text-align:left;
	cursor:pointer;
}

.topcell{
	border: solid 1px #6699cc; 			

}

.subformdiv{
	background: #eee;
	padding: 8px;
	margin-left:25px;
	width: 80%;
}

.subformdiv label{
	font-weight: bold;
	font-size: 80%;
}

.divpagination{
	border: 1px solid #6a9bcd;
	text-align: center;
	padding: 5px;
}

.divpagination a{
	text-decoration: none;
	color: #000;
	font-size: 100%;
}

.divpagination .select{
	text-decoration: none;
	color: #6699cc;
	font-size: 100%;
}

.divpagination hr{
	border: 1px solid #ccc;
}

.insertbg{
	background: #eee;
	border: solid 2px #ccc; 			
	padding: 8px;
}

.filterscreen{
	background: #eee;
	border: solid 1px #ccc; 			
	padding: 8px;
}
