/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/* **************** Data table **************** */
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
        background-color:#F2F2EA;
       text-indent: 4px;
 
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F2F2EA;
	padding:4px;
	color:#333;
        text-align:center;
}
/* **************** Data table **************** */
