/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.topTable
{
	background-image: url(../images/b_top.png);
	width: 185px;
	height: 10px;
	border: 1px solid;
}

.bottomTable 
{
	background-image: url(../images/b_bottom.png);
	background-position: center;
	width: 185px;
	height: 60px;
	border: 1px solid;
}

.daysRow
{
	font-family: "Comic Sans MS", Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	width: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.day
{
	font-family: "Comic Sans MS", Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.month
{
	background-color: #CCCCCC;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
 	text-align: center;
}

.year
{
	background-color: #CCCCCC;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 35px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
 	text-align: center;
}

.button
{
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	color: #FF6600;
	background-color: #000000;
	vertical-align: middle;
 	text-align: center;
}

.reset
{
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;"
}
