@charset "UTF-8";

html
{
	margin: 0;
	padding: 0;
}
body
{
	margin: 0px;
	font-size: 11px;
}
a
{
	color: #1276c2;
	font-size: inherit;
	text-decoration: none;
}
a > img
{
	border: none;
}
table
{
	width: 100%;
	margin: 0px;
	font-size: inherit;
	border-collapse: collapse;
}
button
{
	border: 1px solid;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
select
{
	border: 1px solid;
	font-size: inherit;
}
.headingRow > th.header
{
	cursor: pointer;
}
.contentTable > tbody > tr
{
	text-align: center;
}
.contentTable > tbody > tr > td
{
	height: 25px;
	border: 1px solid;
	height: 30px;
	vertical-align: middle;
}
.highlightRow
{
	cursor: pointer;
}
.scorecardUnavail
{
	cursor: default !important;
	text-decoration: none;
}
.showCardRow
{
	display: none;
	background-color: #fff !important;
}
.scoreCardFrame
{
	border: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#backLink
{
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#title
{
	font-weight: bold;
	font-size: 14px;
}
#headingTable
{
	margin-bottom: 5px;
}
#pageSubtitle
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	vertical-align: center;
}
#reportMenu
{
	margin: 10px 0px;
}
#ocsLogo
{
	text-align: right;
	vertical-align: top;
}
.headingRow > th
{
	padding: 4px;
	white-space: nowrap;
}
.leftAlignCol
{
	text-align: left !important;
	padding-left: 5px;
}
.centAlignCol
{
	text-align: center !important;
}
.rghtAlignCol
{
	text-align: right !important;
}
.circle
{
	border-radius: 20px;
	font-weight: bold;
}

#pager
{
	position: absolute;
	top: 100% !important;
	width: 100%;
	margin: -50px auto 0px;
	text-align: center;
	padding: 0px;
}
#tablePagerControls
{
	margin-top: 8px;
}
#tablePagerControls > button
{
	width: 28px;
	height: 28px;
	margin: 0px 2px;
	vertical-align: bottom;
}
#tablePagerControls > .pagedisplay
{
	width: 56px;
	height: 26px;
	margin: 0px 2px;
	padding: 0px;
	text-align: center;
	border: 1px solid #000;
}
#tablePagerControls > .pagesize
{
	display: none;
}
