.heading
{
	background-image:url(/images/misc/table_heading.png); 
	background-repeat:repeat-x; 
	height:35px;
	text-align:center;
	border-right: 1px thin #CCC;
	background-color:#FFF;
}

.displayheading
{
	background-image:url(/images/misc/table_heading.png); 
	background-repeat:repeat-x; 
	height:28px;
	text-align:center;
	border-right: 1px thin #CCC;
	font-size:12px;
	font-weight:bolder;
	background-color:#FFF;
}

a:link
{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#000;
	text-decoration:none;
	padding:0px;
}
a:hover
{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#900;
	text-decoration:none;
}
a:visited
{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#000;
	text-decoration:none;
	padding:0px;
}
.rowone
{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#F8F8F8;
}
.rowone:hover
{
		font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#F8D3D7;
	cursor:pointer;
}
.rowtwo:hover
{
		font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#F8D3D7;
	cursor:pointer;
}
.rowtwo
{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#E5E5E5;
}
.rowone14
{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background:#F8F8FA;
}
.rowtwo14
{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background:#E8E9F4;
}
.row14red
{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background:#A57263;
}

.row14yel
{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background:#BDA563;
}

/*tr:hover
{
	background:#F8D3D7;
	cursor:pointer;
}*/
table
{
	border-left:1px solid #B5B5B5;
	border-top:1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
/*	border:1px solid #B5B5B5;
*/}
td
{
	border-right: 1px solid #B5B5B5;	
}
td.tdnoborder
{
	border-right: none;
	background-color:#FFF;
}
table.noborder
{
	border:none;
	border-right: none;
	background-color:#FFF;
}
.ReportHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.ReportHeader15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.noScreen {
	display:none;
}
.noPrint {
	border-right: none;
}
.oneliner {
	max-width:inherit;
	white-space:nowrap;
	overflow:hidden;
	width:inherit;
}