/* Caldendar Style For Graphic View Start*/
.calendar_container { border: 1px solid gray}
.calendar_maintable{COLOR:#000066; FONT-FAMILY:verdana; FONT-SIZE: 8pt; width: 100%; background-color: #C0C0C0;}
.calendar_heading{ padding: 0px; background-color: #FFFFFF;COLOR: #000099; FONT-FAMILY: Tahoma, Arial, Helvetica; FONT-SIZE: 13pt; FONT-WEIGHT: bold; }
.calendar_heading .calendar_listbox{ FONT-FAMILY: Arial; FONT-SIZE: 9pt; }
.calendar_heading b { FONT-FAMILY: Tahoma, Arial, Helvetica; FONT-SIZE: 8pt; FONT-WEIGHT: bold; }
.calendar_daytitlebar{ background-color:#FFFFFF;background-repeat:repeat; text-align:center; font-family:Arial,helvetica; font-size:10pt; font-weight:bold;height: 20;}
.calendar_cell{	background-color: #FFFFFF; color:#000000; height: 70; text-align: left; vertical-align: top; /*width: 14%;*/ padding: 5px 2px 5px 2px;}
.calendar_cellToday{background-color: #FFDDDD; color:#000000; height: 70px; text-align: left; vertical-align: top; /*width: 14%;*/ padding: 5px 2px 5px 2px; }
.sunday { background-color: #EFFEFF; color:#000000; height: 70; text-align: left; vertical-align: top; /*width: 14%;*/ padding: 5px 2px 5px 2px; }

	/*-- Link/Anchor style in Calendar Cell - start	--*/
.calendar_cell a { color:#003399; text-decoration: none; }
.calendar_cell a:active { color:#003399; text-decoration: none; }
.calendar_cell a:link {color:#003399; text-decoration: none;}
.calendar_cell a:visited {color:#003399; text-decoration: none;}
.calendar_cell a:hover {text-decoration: underline; color: #003399;}
	/*-- Link/Anchor style in Calendar Cell - end	--*/
	
	/*-- Link/Anchor style in Sunday & Saturday Calendar Cell - start	--*/
.sunday a { color:#003399; text-decoration: none; }
.sunday a:active { color:#003399; text-decoration: none; }
.sunday a:link {color:#003399; text-decoration: none;}
.sunday a:visited {color:#003399; text-decoration: none;}
.sunday a:hover {text-decoration: underline; color: #003399;}
	/*-- Link/Anchor style in Sunday & Saturday Calendar Cell - end	--*/
	
	/*-- Event details style start--*/
.calendar_cell .title {clear: both;  FONT-SIZE: 8pt; FONT-WEIGHT: bold; padding: 5px 0px 5px 0px; }
.calendar_cell .info_container {clear: both; padding-bottom: 15px;}
.calendar_cell .event_description { text-align: justify; line-height:12pt; }
	/*-- Event details style end--*/

/* Caldendar Style - Graphic View End*/
