/* This is a global style sheet */

	a {
		color : #990000;
		text-decoration : none;
	}

	a:hover {
		color : #ff0000;
		text-decoration : underline;
	}
	
	a.nav {color : #ffffff; text-decoration : none; }
	
	a.nav:hover {color : #ffffff; text-decoration : underline; }
	
	font.nav {color : #ffffff; }

	body, td, input, select, textarea, .defaultFont {
		font-family : Verdana, Arial;
		font-size : 11px;
	}
	
	body {
		margin : 0;
		background-color : #D69FDD;
	}
	
	input.inputField, textarea.inputField, select.inputField {
		background-color : #ffffff;
		border-top : 1px solid #666666;
		border-left : 1px solid #666666;
		border-right : 1px solid #666666;
		border-bottom : 1px solid #666666;
	}
	
	table.header {
		background-color : #000000;
	}
	
	table.notepadContent {
		padding-top : 0;
		padding-left : 10;
		padding-bottom : 0;
		padding-right : 10;
	}
	
	td.content {
		background-color : #ffffff;
	}
	
	td.clipNoteBorder {
		background-color : #cccccc;
	}
	
	td.clipNote {
		background-color : #ffffff;
	}
	
	font.error {
		color : #cc0000;
		font-weight : bold;
	}
	
	font.note {
		color : #999999;
	}
	
	font.subTitle {
		color : #990000;
		font-weight : bold;
	}
	
	font.title {
		font-size : 18px;
	}

/* Workshops */
	
	font.classHeader, font.classData {
		font-size : 10px;
		font-weight : bold;
	}
	font.classHeader {
		color : #990000;
	}
	
/* Small schedule table */

	.schedulet, .scheduletHeader, .scheduletLink {
		font-size : 10px;
	}

	.scheduletHeader {
		color : #003366;
		font-weight : bold;
	}
	
	.scheduletHeaderStVal {
		color : #D50000;
		font-weight : bold;
	}

	.scheduletLink {
		color : #000000;
		font-weight : bold;
	}

	img.scheduletMarker1, img.scheduletMarker2, img.scheduletMarker3, img.scheduletMarker4, img.scheduletMarkerFM, img.scheduletMarkerNPE {
		background-color : #97E405;
/*
		border-top : 1px solid #ffffff;
		border-left : 1px solid #ffffff;
		border-right : 1px solid #ffffff;
		border-bottom : 1px solid #ffffff;
*/
	}

	img.scheduletMarker2 {
		background-color : #ff9900;
	}
	
	img.scheduletMarker3 {
		background-color : #9966ff;
	}
	
	img.scheduletMarker4 {
		background-color : #ff0000;
	}
	
	img.scheduletMarker5 {
		background-color : #6699ff;
	}
		
	img.scheduletMarker6 {
		background-color : #3333ff;
	}
			
	img.scheduletMarker7 {
		background-color : #000000;
	
	}
	img.scheduletMarkerTT {
		background-color : #FFCC00;
	}
	
	img.scheduletMarkerGNO {
		background-color : #FF99CC;
	}
	
	img.scheduletMarkerNPE {
		background-color : #999999;
	}
	
	img.scheduletMarkeriP {
		background-color : #cccccc;
	}
	
	img.scheduletMarkerYIR {
		background-color : #3333FF;
	}
		
	img.scheduletMarkerFM {
		background-color : #97E405;
	}

	img.scheduletMarkerBS {
		background-color : #993333;
	}
	
	img.scheduletMarkerKP {
		background-color : #FF3300;
	}
	
	img.scheduletMarkerAR {
		background-color : #008000;
	}
		
	img.scheduletMarkerHS {
		background-color : #CC3300;
	}
			
	img.scheduletMarkerST {
		background-color : #3399FF;
	}
	img.scheduletMarkerIS {
	background-color : #3333CC;
	}
	img.scheduletMarkerSG {
	background-color : #fdf16a;
	}

	.hiddenPic {
		display : none;
	}