/*
  A blue based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Colors: 
    Light Blue: bbccff 
    White: eeddee
    Turq: 003355
    Cream: ffffdd
*/

div#calendarcontain2    
	{
	margin-left: 0px;
	width: 158px;
	height: 175px;
	visibility: visible;	
	background-color: #819CB3;
	display: block;
	position: absolute;
	left: 19px;
	top: 195px;
}

div#calendarcontain    
	{
	margin-left: 0px;
	width: 158px;
	height: 175px;
	visibility: visible;	
	background-color: #819CB3;
	display: block;
	position: absolute;
	left: 19px;
	top: 317px;
    font-family: Arial,Helvetica,sans-serif;
}

.calendar {
	margin: 1px;
	background-color: #849eb5;
	/*border: 2px solid #63798c;*/
	font-family: Arial, Helvetica, sans-serif;
	width: 155px;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
}

.monthName {
	font-weight: normal;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 2px;
}

.dayName th {
	font-size: 8px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #94a6bd;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #63798c;
}

.otherMonth, .day, .specialDay {
	padding: 1px;
}

.otherMonth {
	color: #849EB5;
}

.day, .specialDay {
	text-align: center;
	background-color: #849EB5;
	border: 1px solid #63798c;
}
.specialDay {
	background-color: #324058;
	color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
	color: white;
	text-decoration: none;
	padding: 1px;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
	text-align: center;
	background-color: #849EB5;
	border: 1px solid #63798c;
}
.today{
	background-color: #94a6bd;
}

.hide{
    color: #849EB5;
    padding: 1px;
}
