/* Calendar */
#calendarContainer{
	background: white;
	color: #123466;
	font-size: 12px;
	font-family: Verdana;
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
}
#calendarContainer *{
	margin: 0;
	padding: 0;
}
#calendarContainer h3.location{
	background-color: #FF0000;
	display: inline;
	padding: 3px 5px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: 800;
	font-style: normal;
	color: #FFFFFF;	
	margin-left: 4px;
}
#calendarContainer .calendarTable{
	border: 2px solid white;
	width: 750px;
	margin-top: 15px;
}
#calendarContainer .calendarTable thead tr th{
	background-color: #123466;
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 4px 0;
	width: 40px;
}
#calendarContainer.showMonths6 .calendarTable thead tr th{
	width: 60px;
}
#calendarContainer .calendarTable thead tr th.year{
	text-align: left;
	padding-left: 5px;
	width: auto;
}
#calendarContainer .calendarTable tbody tr td{
	padding: 3px 0;
	text-align: center;
}
#calendarContainer .calendarTable tbody tr.even{
	background-color: #c1d6e6;
}
#calendarContainer .calendarTable tbody tr.odd{
	background-color: #e0eaf3;
}
#calendarContainer .calendarTable tbody tr td.location{
	background-color: #6498c1; 
	padding-left: 20px;
	text-align: left;	
	font-weight: bold;
	color: white;
	background-image: url(../images/public_training/calendar_location_bg.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#calendarContainer .calendarTable tbody tr td.workshop{
	padding-left: 20px;
	text-align: left;	
}
#calendarContainer .calendarTable tbody tr td.pastWorkshopCell{
	color: #aaaaaa;
}

#calendarContainer .calendarTable a,
#calendarContainer .calendarTable a:link,
#calendarContainer .calendarTable a:hover,
#calendarContainer .calendarTable a:visited
{
	text-decoration: none;
	color: #123466;
}



#calendarContainer #explanations{
	background: white;
	background-color: white;
}
#calendarContainer .explanation .square{
	float: left;
	width: 70px;
	height: 20px;
}
#calendarContainer .explanation .legend{
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	display: inline;
}
#calendarContainer .pastWorkshop .square{
	background: #b3b3b3;
}


/*
*  popup overrides 
*/
#calendarContainer.popup{
	padding: 0;
	padding-top: 15px;
}
#calendarContainer.popup *{
	font-size: 12px;
}
#calendarContainer.popup h3.location{
	margin-left: 2px;
}
#calendarContainer.popup .calendarTable{
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-top: 20px
}
#calendarContainer.popup .scrollWrapper .calendarTable{
	margin-top: 0;
	margin-bottom: 25px;
}
#calendarContainer.popup .calendarTable tbody tr td{
	width: 40px;
}
#calendarContainer.popup .calendarTable tbody tr td.location,
#calendarContainer.popup .calendarTable tbody tr td.workshop{
	width: auto;
}




