﻿.calCalendar
{
	background: url(../imgs/bg-transparent.png) repeat;
	width: 148px;
}

.calDay
{
	background: url(../imgs/bg-transparent.png) repeat;
	color: #ffffff;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	cursor: pointer;
}

.calDayHeader
{
	background-image: url(/imgs/bg-transparent-inputs.png);	
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	width: 20px;
}

.calDayHover
{
	background-color: #000000;	
	color: #ffffff;
	cursor: pointer;	
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

.calFooter
{
	background-image: url(/imgs/bg-transparent-inputs.png);	
	color: #ffffff;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.calSelectedDay
{
	background-image: url(/imgs/bg-transparent-inputs.png);	
	color: White;
}

.calTitle
{
	background-image: url(/imgs/bg-transparent-inputs.png);	
	color: #ffffff;
	font-weight: bold;
	height: 20px;
}

.divCalendar
{
	border: 1px solid #2273a4;
	margin-left: 5px;
}