﻿
.Button, .ButtonBold, .ButtonCalendarDay
{
	text-align			: center;
	vertical-align		: middle;
	cursor				: hand;
	font-size			: 8pt;
}
.ButtonBold 
{
	font-weight			: bold;
}
.ButtonCalendarDay
{
	background-image	: url(/App_Common/Images/icon_day.gif);
	background-repeat	: no-repeat;
	width				: 50px;
	height				: 25px;
}
.BtnBasic
{
	background-color	:	white;
	border-color		:	#BF2F37;
	border-style		:	solid;
	border-width		:	1px;
	font-size			:	inherit;
	color				:	#BF2F37;
	margin-right		:	5px;
	font-weight			:	bold;
	cursor				:	hand;
}