/* $Revision:   1.0  $: */
/* Default CSS styling for Report Layout */

/* sets default styling for all text in the body of the document  along with scroll bar colors*/
body   {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	font-size : 0.90%;
	color: black;
}

/* this class sets the styling for a webfocus Report heading */
.TABHEAD{
	background-image: url('/images/ReportCenterNew.gif');
	background-repeat: no-repeat;
	background-color: #AD123B;
	height: 60px;
	color: #FFFFFF;
	padding-left: 60px;
	padding-top: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}	

/* this class sets the styling for a webfocus ReportCaster burst report */
TD.BURSTHEAD{
	background-image: url('/images/ReportCenterNew.gif');
	background-repeat: no-repeat;
	background-color: #AD123B;
	height: 60px;
	color: #FFFFFF;
	padding-left: 60px;
	padding-top: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}	


/* this class sets the styling for a webfocus heading */
.HEAD{
	font-size: 1.1em;
	font-weight: bold;
}

/* this class sets the styling for a webfocus heading */
.ACROSSHEAD {
	font-size: 1.1em;
	font-weight: bold;
}

/* this class sets the styling for a webfocus title */
.TITLE{
	font-size: 0.9em;
	font-weight: bold;
	color: black;
}	

.DATA {
	background-color: #EEE;
	font-family: Arial, sans-serif;
	color: #444;
	font-size: 0.8em;
}
	
TABLE{
	width: 100%;
}
	
