﻿body {
}

.mTitle
{
	font-size:10px;
	font-family:Comic Sans MS, DINCE-Medium, Civic;
}





.report_title
{
	font-size: 20PT;
	font-family:  Times New Roman, Courier New, Arial;
	border-bottom: groove 6px #BD8631;
	padding: 2px 2px 2px 2px;
	margin: 0 3em 1em 3em;
	text-align:left;	
	text-transform:capitalize;
	}


   /* DATAGRID FREEZE STYLE */

/* Div container to wrap the datagrid */
div#div_lockgrid
{
overflow: auto;
position:relative;
scrollbar-face-color: #FBBB27;
scrollbar-highlight-color: white; 
scrollbar-arrow-color: black; 
scrollbar-track-color: #363636; 

}

/* Locks the left column */
td.locked, th.locked {
position:relative;
cursor: default; 
left: expression(document.getElementById("div_report_table").scrollLeft-2); /*IE5+ only*/
}	

/* Locks table header */
.head_locked {
position:relative;
cursor: default; 
/*top: expression(document.getElementById("div_datagrid").scrollTop-2); IE5+ only*/
 top: expression(document.getElementById("div_report_table").scrollTop-2);
z-index: 10;
}