﻿.CalendarSearchResultRow
{
	margin-top: 20px;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#739fcc;
}

.CalendarSearchResultRowLink
{
	display: inline;
	font-weight: bold;
	padding: 2px;
}

.CalendarSearchResultRowDesc
{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 20px;
}

.Calendar_Container{
	background-color: #ffffff;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right:auto;
	/*border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;*/
	border-collapse: collapse;
font-size: 8px;
}

.Calendar_SelectedDayStyle{
	background-color: #f78b5c;
}

.Calendar_SelectorStyle{
	background-color: #f8e1c1;
}

.Calendar_DayStyle{
	border-bottom: 1px dotted #a3a3a3;
	font-size: 10px;
	line-height: 20px;
}

.Calendar_DayHeaderStyle{
	font-weight: bold;
font-size: 10px;
	border-bottom: 1px dotted #a3a3a3;
}

.Calendar_TitleStyle{
	background-color: #407db3;
	font-weight:  bold;
	color: #FFF;     	
}
.Calendar_TitleStyle a:link{
	text-decoration: none;
	color: #FFF;	

}
.Calendar_TitleStyle a:visited{
	text-decoration: none;	
	color: #FFF;

}
.Calendar_TitleStyle a:hover{
	text-decoration: none;
	color: #000;

}
.Calendar_TitleStyle a:active{
	text-decoration: none;
	color: #FFF;	

}