﻿

.membername
{
	font-size: 18px;
	color: #008cdc;
	font-weight: bold;
	padding-bottom: 5px;	
}

.membersince
{
	font-size: 11px;
	font-style:italic;
}

.location
{
	font-size: 11px;
	font-style: italic;
}

.comment
{
	margin-top:10px;
	width: 430px;
}

.scorecard_header
{
	margin-top: 20px;
	background: transparent url(/images/scorecard-header.jpg) no-repeat;
	width: 450px;
	
	height: 127px;
}

.scorecard_history
{
	padding: 20px 10px 20px 10px;
	width: 425px;
	background: transparent url(/images/scorecard-back.jpg) repeat-y;
	
}

.scorecard_footer
{
	background: transparent url(/images/scorecard-footer.jpg) no-repeat;
	width: 445px;
	height: 5px;
}


.score
{
	font-size:50px;
	line-height: 50px;
	font-weight: bold;
	position:relative;
	top: 61px;
	left: 16px;	
	color: White;
	_padding-left: 15px;
}

.score div
{
	text-align:center;
	float:left;
	width:  56px;
	height: 61px;
	_margin-top: 60px;
	
}

.score div.a
{
	margin-right: 8px;
	 
}

.score div.b
{
	margin-right: 25px;
}


.history
{
	font-size: 12px;
	line-height: 13px;
	width: 427px;
}

.history thead
{
	color: #008cdc;
	font-weight: bold;
	text-transform: uppercase;
}

.history td
{
	border-bottom: solid 3px white;
}

.history tr.s0
{
	background-color: #e3e5e6;
}

.history tr.s1
{
	background-color: #feeaba;
}

.question
{
	padding-top: 10px;
	font-weight: bold;
	color: #ffc300;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 2px;
}

.answer
{
	color: white;
	font-size: 11px;
	line-height: 12px;
	
}

