﻿table.datatable
{
    margin: 1em 0 1em 0;
    border: solid 1px #666;
    width: 600px;
}
table.datatable tr th
{
	text-align:left;
	height:24px;
	line-height:24px;
	/*padding:0px 4px;*/
	background:url(images/datatable/gray_hd_bg.png) repeat-x;
	/*border-right:solid 1px #9e9e9e;*/
	color:#333;
	font-weight:bold;
	white-space:nowrap;
}
table.datatable > tbody > tr > td
{
	color:#222;
	text-align:left;
	padding:5px;
	/*padding:2px 4px;
	border-right:solid 1px #d9d9d9;*/
}
table.datatable tbody tr.footer
{
	font-weight: bold;
	background-color: #ddd;
}
table.datatable tbody tr.footer-detail
{
	background-color: #fff;
}
table.datatable tbody tr.even { background-color:#fff; }
table.datatable tbody tr.odd { background-color:#f5fafe; }      
table.datatable tbody tr.pager { background-color: #ddd; }
table.datatable tbody tr.pager td { border-top: solid 1px #666; text-align: right; }


/******************/
/* Custom Styles */
/******************/

table.studAgreement
{
    border: solid 1px gray ;
    width: 600px;
    padding: 5px;
   /*background-color: rgb(255,249,229);/* light yellow */
    background-color: rgb(235,235,235);/* light grey */
}
table.studAgreement td
{
    padding: 10px 10px 10px 0;
    
    text-align:left;
    /*border: solid 1px gray ;*/
}


/******************/
/* Custom Styles */
/******************/

table.donation {
   
    border: solid 1px gray;
    width: 600px;
    padding: 20px;
    /*background-color: rgb(255,249,229);/* light yellow */
    background-color: rgb(235,235,235); /* light grey */
}
table.donation td
{
    padding: 10px;
    font-weight:bold;
    text-align:right;
    /*border: solid 1px gray ;*/
}

