/* Set Frame style sheet */
.framebody
{
	/*background-color:#E6E6E6;*/
	background-color:#F0F0F8;
}

/*Set Links style (1,3,5...)*/
a,
a:link,
a:visited {color:#003399; text-decoration: none;}
a:hover {text-decoration: underline; color: #3366cc;}

/*Set Member Record style (1,3,5...)*/
.member_record {
	padding: 6px; 
	margin: 0px; 
	/*background-color:#E6E6E6;*/
	background-color:#D4E1F4;
}
/*Set other Member Record style (2,4,6...) */
.member_record_alt
{
	padding: 6px; 
	margin: 0px; 
	/*background-color:#D8D8D8;*/
	background-color:#F0F0F8;
}
/* Set other text style like "Category, Sort by etc..." */
.text{
/*font-size: 11px;*/
font-size: 12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
/* Set Listbox style sheet*/
.popup_menu {
/*font-size:11px;*/
font-size: 12px;
color:#003366;
}

/* First Column stylesheet for member record*/
.organisation_info{
	width: 265px;
	/*font-size: 11px;*/
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}

/* Second Column stylesheet for member record*/
.member_info{
	width: 257px;
	/*font-size: 11px;*/
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}
/* Third Column stylesheet for member record*/
.description{
	width: 257px;
	/*font-size: 11px;*/
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}
/* Organisation Name stylesheet for member record*/
.organisation
{
	font-size: 10pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* 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*/
