/* special content top transparent box with line (screen) */
.pcSpecialBorder {
	background:url(/shared/images/special_border.gif) no-repeat center;
	text-align:center;
	color:#666666;
	font-weight:bold;
	line-height:26px;
	margin-bottom:5px;
}

/* athletic all-time stats tables */
#athlATtable td	{
	font-size:10pt;
	font-weight:normal;
}

/* acronym indication */
.dashHelpItem	{
	cursor:help;
	border-bottom:1px dashed #cccccc;
}

.pc_searchContent	{
	font-family: "Times New Roman"
	font-size: 10pt;
	display: block;
	padding-left: 14px;
	text-align: justify;
}
.pc_searchSubHeader	{
	color: #666666;
	font-family: "Times New Roman"
	font-size: 12pt;
	font-weight: bold;
	display: block;
	padding-left: 14px;
	background-image: url(/shared/images/subHeader.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

#shadowOver	{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

#shadowNotice	{
	display: block;
	position: absolute;
	top: 5%;
	left: 10%;
	width: 80%;
	background-color: white;
	z-index: 1002;
	padding: 20px;
	border: 2px solid #FF9900;
	overflow: auto;
}

.cf_v	{	font-family: Verdana;	}

.libMainTbl	{
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
}

.libMainTbl a, .libMainTbl a:link, .libMainTbl a:visited	{
	color: #000000;
	text-decoration: underline;
}

.libMainTbl a:hover, .libMainTbl a:visited:hover	{
	color: #FFFFFF;
	text-decoration: none;
}

.libMainTbl a:active	{
	color: #000000;
	text-decoration: none;
}