﻿body {
}
.pg
{
	padding-top:5px;	
	padding-bottom:5px;
}
.pgTitle
{
	font-size: xx-large;
	color: yellow;
	font-style: italic;
	font-family: 'Times New Roman';
	font-variant: normal;
	margin-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 25px;
	padding-top: 10px;
	text-align: left;
}
.rptHeadLeft
{	
	font-weight: bold;
	font-size: medium;
	text-transform: uppercase;
	color: white;
	font-family: Arial;
	border-top: white thin solid;
	border-bottom: white thin solid;
	float:left;
	display: inline;
	margin-left: 25px;
	margin-bottom: 10px; 
	text-align: center;
	width: 215px;
	padding-top:3px;
	padding-bottom:3px;
	
}
.rptSelection
{
	clear:both;
	display:inline-block;
	text-align:center;	
}

.rptHeadRight
{	
	font-weight: bold;
	font-size: medium;
	text-transform: uppercase;
	color: white;
	font-family: Arial;
	border-top: white thin solid;
	border-bottom: white thin solid;
	float:right;
	display: inline;
	margin-left: 5px;
	margin-right: 35px;
	margin-bottom: 10px; 
	text-align: center;
	width: 215px;
	padding-top:3px;
	padding-bottom:3px;

}


.rptRadioButtons
{
	margin-top:5px; 
	padding-left: 0px;
	color: white;
	text-align: left;
	font-family: 'Lucida Sans';
	font-size:small;
}

.selLabelLeft
{
	display: inline;	
	text-align: right;
	float:left; 
	width: 75px; 
	padding-right:15px; 	
}

.selLabelRight
{
	display: inline;	
	float:left; 
	width: 75px; 
	text-align: right;
}

.cbl
{
	background-color: #F0F8FF;
}
.mktListArrow
{
	display: inline;	
	text-align: left;
	float:left; 	
}


.rptTime
{
	float:left; 
}
.rptViewButton
{
	float:right;
}

.unwatermarked {
	font-weight:bold;
}

.watermarked {
	background-color:#F0F8FF;
	color:black;
}	

.watermarkedInactive {
	background-color:#F0F8FF;
	color:gray;
}	
