@charset "utf-8";

/* HYPERLINK STYLES*/
.subjectContent a:link {
	color: #00245d;
	text-decoration: underline;
}

.subjectContent a:visited {
	color: #4d668e;
}

.subjectContent a:hover {
	text-decoration: none;
}

/* NAV LIST STYLES*/
.subjectContent #pageTitle h1 {
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bolder;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 30px;
	margin-left: 11px;
}

.subjectContent h1.alpha {
	color: #000000;
	font-size: 160%;
	font-weight: normal;
	width: 80%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	margin-top: 30px;
}

.subjectContent h1 span {
	display: inline;
	margin: 5px 0;
	color: #000000;
	font-size: 80%;
	font-weight: normal;
	width: 125%;
	position: relative;
	left: -190px;
	top: -28px;
}

.subjectContent h4 {
	font-weight: normal;
	font-size: 150%;
	margin: 14px 0 10px 0;
	padding: 0 0 9px 0;
	background: url(images/separator.gif) left bottom repeat-x;
}

.subjectContent ul#alphabet {
	padding: 0;
	margin: 0;
	}

.subjectContent ul#alphabet li {
	padding: 0 1px 0 1px;
	display: inline;
	text-transform: uppercase;
	background: none;
	margin: 0;
	}
	
.subjectContent ul#alphabet li a {
	text-decoration: none;
	list-style-type: none;
	background: none;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subjectContent ul#alphabet li a:hover {
	text-decoration: underline;
}

/* PAGE LIST STYLES */
.subjectContent #subjA-Z p, .subjectContent #subjList p, .subjectContent #subjList h4, .subjectContent #QualDetails {
	font-weight: normal;
	left: 5%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
}

.subjectContent #subjA-Z ul, #subjList ul {
	padding: 0;
	margin: 10px 0;
	list-style-type: none;
	left: 5%;
	position: relative;
	width: 90%;	/*border: 1px solid red;*/
}

.subjectContent #subjA-Z ul li, #subjList ul li{
	margin: 0;
	list-style-type: none;
	line-height: 1.6em;
	background: none;
}

		
.subjectContent #subjA-Z ul li a, #subjList ul li a {
	background: url(images/blue_arrow.gif) left 0.5em no-repeat;
	padding: 2px 0 2px 15px;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
		
.subjectContent #subjA-Z ul li a:hover, #subjList ul li a:hover{
	text-decoration: underline;
	background: url(images/black_arrow.gif) left 0.5em no-repeat;
}


/* BREADCRUMB */
#breadcrumb {
	margin: 10px 15px 10px 15px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumb li {
	margin: 0;
	padding: 0 0.7em 0 0.7em;
	color: #3300CC;
	line-height: 1.6em;
	display: inline;
	background: url(images/brcrumb_arrow.gif) left no-repeat;
}

#breadcrumb li.home {
	margin: 0;
	padding: 0 0.4em 0 0;
	line-height: 1em;
	display: inline;
	background: none;
}

#breadcrumb img {
	vertical-align: text-bottom;
}

#breadcrumb li.last {
	margin: 0;
	padding: 0 0 0 0.7em;
	color: #3300CC;
	line-height: 1.6em;
	display: inline;
	background: url(images/brcrumb_arrow.gif) left no-repeat;
}

#breadcrumb li.oneItem {
	margin: 0;
	padding: 0;
	color: #3300CC;
	line-height: 1.6em;
	display: inline;
	background: none;
}

#breadcrumb li a {
	color: #363636;
	text-decoration: none;
}

#breadcrumb li a:hover {
	text-decoration: underline;
}
		
/* COMMON */
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font: 0.75em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

.error {
	color: #820000;
}

#pageTitle {
	background: #66CCFF;
	border: 0px solid #4d668e;
	height: 2.8em;
	margin: 0 0 1.5em 0;
	min-height: 2.8em;
	padding: 0 0 10px 0;
}

html>body #pageTitle {
	height: auto;
}


/* QUAL DETAILS */
#tblQualDetails {
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0px;
	width:100%;
	}
#tblQualDetails td{
	padding-bottom: 5px;
	padding-top: 5px;
	}
#tblQualDetails .label{
	width: 155px;
	font-weight: bold;
	color: #363636;
	vertical-align: top;
}
#tblQualDetails .altrow{
	background-color: #f0f9f7;
}
#tblQualDetails #nologin {
	color: #1d4139;
}
#tblQualDetails a {
	line-height: 18px;
	}
	
/* LOGIN */
#loginContent{
	margin: 20px;
}

#loginContent #errMsg{
	color: red;
	font-size: 1.2em;
}

#frmLogin{
	background-color: #f9f9f9;
	border: 1px solid black;
	padding: 20px;
}

#frmLogin table{
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing: 0px;
	width:100%;	
}

#frmLogin table td{
	padding-top: 5px;
	padding-bottom: 5px;
}

#frmLogin table input{
	border: 1px solid #363636;
	width: 190px;
}

#frmLogin table .label{
	font-weight: bold;
	color: #363636;
	width: 120px;
}

#frmLogin table .cmdButton{
	border: 1px dashed black;
	width: 100px;
	padding: 2px;
	margin-top: 10px;
}	