/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*     BELOW ARE THE STANDARD CLASSES AND STYLES FOR 270net's CALENDAR     */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* STANDARD FORMAT FOR TABLES AND TEXT INSIDE */
	.table270A {
		font-family: Verdana, Tahoma, Arial;
		font-size: 10pt;
		color: #000000;
	}

/* STANDARD LINK COLOR FOR HYPERLINKS CHOICE 1 (must add class attribute to 'a href' tags) */
	A.link270A:link {color: 000080; }
	A.link270A:visited {color: 000080; }
	A.link270A:active {color: 808000; }
	A.link270A:hover {color: 808000; }


/* STANDARD LINK COLORS FOR HYPERLINKS CHOICE 2 (same rules apply as above) */
	A.link270B:link {color: 800000; }
	A.link270B:visited {color: 800000; }
	A.link270B:active {color: 808000; }
	A.link270B:hover {color: 808000; }


/* COLOR CHOICE 1 FOR CUSTOM TEXT LIKE TITLES, ETC	*/
	.color270A {
		color: #000080;
	}

/* COLOR CHOICE 2 FOR CUSTOM TEXT LIKE TITLES, ETC */
	.color270B {
		color: #800000;
	}

/* COLOR CHOICE FOR HORIZONTAL RULES IN PAGE IF ANY - WIDTH, HEIGHT, ETC ARE NOT CONFIGURABLE*/
	.hr270A {
		color: #000080;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* THE FOLLOWING IS FOR THE CALENDAR DISPLAY PAGES, MONTHLY AND LIST VIEW  */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.dayRow270 {
		font-family: Arial, Verdana, Tahoma;
		font-weight: normal;
		font-size: 8pt;
		color: #FFFFFF;
		background-color: #a9CFD8;
	}
	.monthRow270 {
		font-family: Arial, Verdana, Tahoma;
		font-weight: bold;
		font-size: 12pt;
		color: #FFFFFF;
		background-color: #64A8BB;
	}
	.dayNoDay {
		background-color: #C0C0C0;
	}
	.dayNormal {
		background-color: #FFFFFF;
		font-family: Arial, Verdana, Tahoma;
		font-weight: normal;
		font-size: 8pt;
	}
	.dayToday {
		color: #800000;
		font-weight: bold;
		font-size: 12pt;
	}
	.dayOther {
		color: #000000;
		font-weight: bold;
		font-size: 12pt;
	}

	/* LINK STYLE FOR MONTLY LIST AT THE TOP OF THE CALENDAR */
	A.monthList:link {color: 026F8E; font-size: 8pt; font-family: Arial, Tahoma, Verdana;}
	A.monthList:visited {color: 026F8E; font-size: 8pt; font-family: Arial, Tahoma, Verdana;}
	A.monthList:active {color: 026F8E; font-size: 8pt; font-family: Arial, Tahoma, Verdana;}
	A.monthList:hover {color: 000000; font-size: 8pt; font-family: Arial, Tahoma, Verdana;}
		
	/* LINK STYLE FOR EVENT TITLES AT THE TOP OF THE CALENDAR */
	A.eventTitle:link {color: 026F8E; font-size: 8pt; font-family: Arial, Verdana, Tahoma;}
	A.eventTitle:visited {color: 026F8E; font-size: 8pt; font-family: Arial, Verdana, Tahoma;}
	A.eventTitle:active {color: 026F8E; font-size: 8pt; font-family: Arial, Verdana, Tahoma;}
	A.eventTitle:hover {color: 000000; font-size: 8pt; font-family: Arial, Verdana, Tahoma;}
	
	/* LINK STYLE FOR NEXT & PREVIOUS BUTTONS */
	A.nextPrev:link {color: FFFFff; font-size: 10pt; font-family: Arial, Verdana, Tahoma;}
	A.nextPrev:visited {color: FFFFff; font-size: 10pt; font-family: Arial, Verdana, Tahoma;}
	A.nextPrev:active {color: FFFFff; font-size: 10pt; font-family: Arial, Verdana, Tahoma;}
	A.nextPrev:hover {color: 026F8E; font-size: 10pt; font-family: Arial, Verdana, Tahoma;}