/* CSS Document */

.tableRowBg1 {
	background-color:#FFFFCC;
}

table .courses{
	width: 100%;
}

table .courses tr td {
	background-color: #AADDFF;
}

table .courses tr td hr {
	color: #333333;
}

table .courses tr td, table .courses tr th {
	padding: 0 2px;
}

table .courses tr td.whiteBreak {
	background-color:#FFFFFF;
}

.bold {
	font-weight: bold;
}

.red {
	font-weight: normal;
	color: #FF0000;
}

.green {
	font-weight: normal;
	color: #00FF00;
}

.textVeryLarge {
	font-size: 150%;
}

.textLarge {
	font-size: 125%;
}

.textNormal {
	font-size: 100%;
}

.text90 {
	font-size: 90%;
}

.textSmall {
	font-size: 75%;
}

.textVerySmall {
	font-size: 50%;
}

.textLeft {
	text-align: left;
}

.textCentre {
	text-align: center;
}

.textRight {
	text-align: right;
}

.formText {
	text-align: left;
	font-weight: bold;
}

.formField {
	text-align: left;
}

.formButtons {
	text-align: center;
}

table.formErrorTable {
	margin: 0 auto;
	padding: 0;
	color: #FF0000;
	border: 1px #FF0000 solid;
}
table.formErrorTable tr td {
	color: #FF0000;
}
table.formErrorTable tr td ul {
	margin: 0 0 0 20px;
	padding: 0;
}

table.formErrorTable tr td ul li {
	background-image: none;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

.gksLBlue {
	color: #1AB7EA;
	background-color: #FFFFFF;
}

.gksDBlue {
	color: #012133;
	background-color: #FFFFFF;
}
