/*************************************************
*** Custom page classes
*************************************************/
.CardFront
{
	float:left;
	margin:0px 0px 0px 0px;
	width:200px;
	height:270px;
	border:1px solid #000000;
	padding:10px;
}

.CardStats
{
	float:left;
	margin:0px 0px 0px 0px;
	padding:10px;
}

.Headline
{
	float:right;
	margin:0px 0px 0px 0px;
}

.CardFront .Picture
{
	width:165px;
	height:225px;
	margin:0px 0px 0px 13px;
}

.Headline .HdPicture
{
	width:150px;
	height:150px;
	margin:0px;; float:right
}

.CardFront .SmallLogo
{
	width:35px;
	height:35px;
	margin:3px 0px 0px 0px;
}

.CardFront .BlockName
{
	position:absolute;
	text-align:right;
	right:0px;
	bottom:0px;
	background-color:#FF6600;
	width:100%;
	font-weight:bold;
	font-size:10px;
	color:#000000;
	padding-left:0px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:uppercase
}

.CardFront .BlockBottom
{
	position:absolute;
	left:0px;
	bottom:5px;
	background-color:#000000;
	width:50px;
	height:13px;
	font-size:1px;
}

.CardFront .BlockLeftBottom
{
	position:absolute;
	left:0px;
	bottom:10px;
	background-color:#000000;
	width:45px;
	height:8px;
	font-size:1px;
}

.CardFront .BlockLeft
{
	position:absolute;
	left:0px;
	bottom:0px;
	background-color:#000000;
	width:8px;
	height:100%;
	font-size:1px;
}

.CardFront .BlockTop
{
	position:absolute;
	left:0px;
	top:0px;
	background-color:#FFFFFF;
	width:50px;
	height:50px;
	font-size:1px;
	background:url(../images/cardcorner.gif);
}

.Stats
{
	width:100%;
	padding:10px;
}

.Stats .StatsTitle td
{
	border-bottom:1px solid #000000;
}

.Stats .StatsTotal td
{
	border-top:1px solid #000000;
}

/*************************************************
*** Overrides from default
*************************************************/