


/* Sets the style for links. */
a,  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #272773;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #272773;
	text-decoration: none;
}
.glossary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
	}
.glossary:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
	}
.glossary:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
	}
.glossary:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
	}







/* Grid display styles */
.moreinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272773;
	font-weight: bold
}

a.moreinfo:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272773;
	text-decoration: underline;
	font-weight: bold;
}
a.moreinfo:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-decoration: underline;
	font-weight: bold
}
a.moreinfo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	font-weight: bold
}

/* Search styles */

.homesearchtable {
	background-image: url(../graphics/searchpanel/search_bgd.jpg);
	background-repeat: repeat-x;
	background-color: #F7F7F7;
}


/* homepage styles */

.buttonstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	text-align: justify;
	background: #F7F7F7;
}

/* confirmation styles */
.confirmation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.confirmationtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
}



.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.bodyTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
.bodyTextItalicUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	font-style: italic;
}
.bodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bodyTextMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


.bodyTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}





.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #C7C8CA;
	background-color: #F7F7F7;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}


.formssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #C7C8CA;
	background-color: #F7F7F7;
}


.errors {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
}
.notificationlarge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;
}
.formcomment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #E9E8E2;
	background-color: #FFFFFF;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	height: 25px;
	width: 100px;
}
.formcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #E9E8E2;
	background-color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	height: 25px;
	width: 150px;
}
.formcell2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #E9E8E2;
	background-color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	height: 25px;
	width: 180px;
}
.formcell3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #E9E8E2;
	background-color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	height: 25px;
}
.formcell3nb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #E9E8E2;
	background-color: #FFFFFF;
	font-variant: normal;
	text-transform: none;
	height: 25px;
}

.formcellhp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #E9E8E2;
	background-color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	height: 10px;
	width: 120px;
}
.formcellhps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #E9E8E2;
	background-color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	height: 10px;
	width: 60px;
}
.formcell3hp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #E9E8E2;
	background-color: #FFFFFF;
	font-variant: normal;
	text-transform: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
}
.categorytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333399;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
}
.printtitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333399;
	font-weight: bold;
	line-height: normal;
}

.tableoutlines {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #FCE8C6;
	background-color: #FCE8C6;
	border: 1px solid #FCE8C6;
}
.tablePreview {
	background-color: #F7F7F7;
	width: 100%;
}

.CourseInfo {
    visibility:hidden;
	}
	.RadTreeViewWrapper img
{
    vertical-align: middle !important;
}

.ComboBoxInput_Vista,
.ComboBoxInputHover_Vista,
.ComboBoxImage_Vista
{
    vertical-align: top !important;
}
