/* 
	Innisdale Secondary School Cascading Style Sheet
	Developed by Jordan Yee
	Created on Wednesday, April 9th, 2003
	Last Updated on Saturday, February 27, 2010 by Jacob Terry
*/

/* text & table styles */
body {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; background-color: #0D2E52; margin: 0;}
.tableTitle {
	background-image: url(http://www2.innisdale.ca/images/repeat.gif);
}
.tableTextLight {background-color: #D5E2EB; font-size: 9px;}
.tableTextDark {background-color: #C9D7E1; font-size: 9px;}
.tableSubTitle {font-size: 9px; font-weight: bold}
.formFieldBlue {
	background-color: #C8D9E6;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.formButtonBlue {
	background-color: #C8D9E6;
	font-size: 9px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#flash-header {
background-image: url(http://www2.innisdale.ca/images/extended.gif);
}
/* link styles */
A:link {text-decoration: none; color: #000099}
A:visited {text-decoration: none; color: #000099}
A:active {text-decoration: none; color: #000099}
A:hover {text-decoration: underline; color: blue}
/* launch link styles */
.launch A:link {
	text-decoration: none;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}
.launch A:visited {
	text-decoration: none;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}
.launch A:active {
	text-decoration: none;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}
.launch A:hover {
	text-decoration: underline; 
	color: blue;
	font-size: 12px;
	font-weight: bold;
}

.tableList {
	background-color: #D5E2EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	list-style-type: square;
	list-style-position: inside;
}
.printableLarge {
	font-size: 14px;
}
.printableSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.redText {
	color: #CC0000;
}

