﻿.cardImage /* The images on the CardValueControl.ascx */
{
	float:left;
	border:none;
}

.cardValue, .cardValue:visited /* The pre-defined value for a Card */
{
	width: 100px;
	height: 50px;
	float: left;	
	border: 2px solid #b3aba1;
	line-height: 46px;
	font-size: 24px;
	font-weight: normal;
	color: #b3aba1;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 20px;
	padding: 0px;
	text-decoration: none;
}

.cardValueSelected, .cardValueSelected:visited
{
	width: 100px;
	height: 50px;
	float: left;	
	border: 2px solid #b3aba1;
	line-height: 46px;
	font-size: 24px;
	font-weight: normal;
	color: #0d4b8b;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #dfd9d1;
	text-decoration: none;
	
}

.cardValueLabel /* The pre-defined value for a Card */
{
	width:7em;
	border:2px solid #b3aba1;
	text-align:left;
	margin-right:0.5em;
	margin-bottom:0.5em;
}

.cardValueText
{
	width:7em;
}

.vt_cell
{
	width: 50px;
	height: 50px;
	float: left;	
	border: 2px solid #b3aba1;
	line-height: 46px;
	font-size: 24px;
	font-weight: normal;
	color: #b3aba1;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 20px;
	padding: 0px;	
}	
