﻿.OuterBorder
{
	border: solid 1px #B28000; 
	padding:2px 2px 2px 2px;
	width:100%;
}
.CalendarContainer
{
	width:100%; 
	text-align:center; 
	background-color:#6B0504; 
	white-space:nowrap; 
	border: solid 2px #B28000;
}

.TitleContainer
{
	height:22px; 
	border-left:solid 1px #B28000;
}

.PreviousMonth
{
	/*width:5px;*/
	padding-left:1px;
}

.PreviousMonthLink
{
	border-width:0px;
}

.NextMonth
{
	/*width:5px;*/
	padding-right:1px;
}

.NextMonthLink
{
	border-width:0px;
}

.Title
{
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
	text-align:center;
}

.CalendarBody
{
	border-color:#B28000;
	border-width:2px;
	border-style:None;
	width:100%;
	border-collapse:collapse;	
}

.WeekDayHeader
{
	color:#B28000;
	background-color:#484848;
	border-color:#B28000;
	border-width:1px;
	border-style:Solid;
	font-size:11px;
	font-weight:normal;
}

.UnSelectableDay
{
	width:14%;
	text-decoration:none;
	height:17px;
	font-weight:bold;
	font-size:11px;
	color:#BBBBBB;
	border-width:1px;
	border-style:solid;
	border-color:#B28000;
	background-color:#333333;
}

.SelectableDay
{
	width:14%;
	text-decoration:underline;
	height:17px;
	font-weight:bold;
	font-size:11px;
	color:White;
	border-width:1px;
	border-style:solid;
	border-color:#B28000;
	background-color:#66572A;
}

.DayLink
{
	color:White;
	text-decoration:underline;
}

.TodayDay
{
	background-color:#4F1C1B;
	font-size:11px;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	border-color:#B28000;
	color:#BBBBBB;
	
}

.OtherMonthDay
{
	background-color:#333333;
	color:#333333;
	border-width:1px;
	border-style:solid;
	border-color:#B28000;
}

.NextButton
{
	color:Blue;
	font-size:13px;
}

.PrevButton
{
	color:#888888;
	font-size:15px;
}