a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.errorStyle {
	font-style: italic;
	color: red;
	font-size: 12px;
}

.promptClass {
	font-style: italic;
}

.leftMenuHeader {
	font-size: 13px;
}

.leftMenuLink {
	font-size: 12px;
}

.leftAlignedColumn {
	text-align: left;
}

.topAlignedColumn {
	vertical-align: top;
}

.centeredColumn {
	text-align: center;
}

.rightAlignedColumn {
	text-align: right;
}

.wholeWidthColumn {
	width: 100%;
}

.halfWidthColumn {
	width: 50%;
}

.oneForthWidthColumn  {
	width: 25%;
}

.fieldsetHeadingClass {
	font-size: 17px;
	color: #660000;
}

.headingClass {
	font-size: 15px;
	font-weight: bold;
}

.labelClass {
	font-size: 15px;
}

.labelColumn {
	padding-right: 5px;
	height: 20px;
}

.inputClass {
	width: 200px;
	height: 17px;
	border: solid 1px #A5ACB2;
	padding-top: 2px;
	padding-left: 3px;
}

.inputDisabled {
	background-color: #ffffcc;
}

.gradeInputClass {
	width: 50px;
	height: 17px;
	border: solid 1px #A5ACB2;
	padding-top: 2px;
	padding-left: 3px;
}

.inputColumn {
	padding-left: 5px;
	height: 20px;
}

.inputText {
	width: 205px;
}

.dropDownClass {
	width: 205px;
	height: 20px;
	border: solid 1px #A5ACB2;
}

.tuitionFeeDropDownClass {
	width: 205px;
	height: 20px;
	border: solid 1px #A5ACB2;
}

.buttonClass {
	background: white none repeat scroll 0%;
	border: 2px groove #A5ACB2;
	padding: 2px;
}

.listTableClass {
	background-color: white;
	border: 1px solid #A5ACB2;
}

.listColumnLeftAligned {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.listColumnCenterAligned {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.listColumnRightAligned {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.applicationExceptionError {
	color: red;
	font-weight: bold;
}

.degreesMultipleSelect {
	width: 960px;
}

.adminSearchTableHeader {
	padding: 0px 15px;
	text-align: left;
}

.adminSearchTableColumn {
	padding: 0px 15px;
}

.nowrap {
	white-space: nowrap;
}

table.reportTable {
	padding: 0 5px 0 5px;
	border: 1px solid black;
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px; 
}