/* General HTML class defs */

.exh {
	border-bottom: 1px solid black;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
}
.exhvid {
	font-size: 10px;
	text-align: center;
	padding-right: 3px;
	text-align: center;
	vertical-align: top;
}
.exhvidmore {
	margin-top: 0px;
	margin-bottom: 0px;
}
.exhsectiontitle {
	font-size: 16px;
	font-weight: bold;
}

.vselvideotext {
	color: #008bcd;
	font-weight: bold;
}

.vselcaption {
	color: white;
	font-size: 11px;
}

.vselvideotext a:link {
color: #008bcd;
text-decoration: underline;
}

.vselvideotext a:visited {
color: #008bcd;
text-decoration: underline;
}

.vselvideotext a:active {
color: #008bcd;
text-decoration: underline;
}

.vselvideotext a:hover {
color: #008bcd;
text-decoration: none;
}

.vselbox {
	width: 50%;
	padding-left: 10px;
}

.rightbarheader {
color: #00649d;
font-weight: bold;
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 3px;
text-align: left;
}

.rightbartext {
color: #00649d;
font-size: 12px;
line-height: 16px;
margin-top: 8px;
padding-right: 10px;
text-align: left;
}

.rightbartext a:link {
color: #00649d;
text-decoration: underline;
}

.rightbartext a:visited {
color: #00649d;
text-decoration: underline;
}

.rightbartext a:active {
color: #00649d;
text-decoration: underline;
}

.rightbartext a:hover {
color: #00649d;
text-decoration: none;
}

.leftnavchoice a:link {
color: white;
text-decoration: none;
}

.leftnavchoice a:visited {
color: white;
text-decoration: none;
}

.leftnavchoice a:active {
color: white;
text-decoration: none;
}

.leftnavchoice a:hover {
color: #FEE494;
text-decoration: none;
}

.leftnavchoicesel a:link {
color: black;
text-decoration: none;
}

.leftnavchoicesel a:visited {
color: black;
text-decoration: none;
}

.leftnavchoicesel a:active {
color: black;
text-decoration: none;
}

.leftnavchoicesel a:hover {
color: #FEE494;
text-decoration: none;
}

.newsstory {
padding-left: 15px;
margin-top: 0px;
margin-bottom: 8.5px;
font-weight: bold;
color: white;
}

.newsstory a:link {
color: white;
text-decoration: none;
}

.newsstory a:hover {
color: yellow;
text-decoration: none;
}

.newsstory a:active {
color: white;
text-decoration: none;
}

.newsstory a:visited {
color: white;
text-decoration: none;
}

.homelayout {
vertical-align: top;
padding: 0px;
margin: 0px;
text-align: left;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 11px;
margin-bottom: 11px;
}

div {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 11px;
margin-bottom: 11px;
}

table {
border-collapse: collapse;
}

tr {

}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

form {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

ol {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* Form element class defs */

input {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

select {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* Text class defs */

.pagetitle {
color: black;
font-weight: bold;
font-size:18px;
margin-top: 10px;
margin-bottom: 10px;
}

.sectiontitle {
font-weight: bold;
border-style: solid;
border-width: 0px 0px 1px 0px;
}

.sectiontitleprint {
font-weight: bold;
text-align: center;
}

.pagesubtitle {
color: BLACK;
font-weight: bold;
font-size: 18px;
}

.smalltext {
font-size: 12px;
}

/* Hyperlink defs */

a:link {
color: #000099;
text-decoration: underline;
}

a:hover {
color: #000099;
text-decoration: none;
}

a:active {
color: #00CCFF;
text-decoration: none;
}

a:visited {
color: #000099;
}

/* SU table classes */

.tableheaderprint {
	color: #FFFFFF;
	font-weight: bold;
	background-color: black;
}

.tableheader {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000099;
}

.tableheader a:link {
color: white;
text-decoration: underline;
}

.tableheader a:hover {
color: white;
text-decoration: none;
}

.tableheader a:active {
color: #00CCFF;
text-decoration: none;
}

.tableheader a:visited {
color: white;
}

table.dd {
border: 2px #000099 solid;
border-spacing: 0px;
border-collapse: collapse;
}

td.dd {
border: 2px #000099 solid;
padding: 4px;
}

td.dd-nb {
border: 1px #000099 solid;
padding: 3px;
}

table.ddprint {
border: 2px black solid;
border-spacing: 0px;
border-collapse: collapse;
}

td.ddprint {
border: 2px black solid;
padding: 2px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

td.ddprint-nb {
border: 1px black solid;
padding: 2px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

tr.centered {
text-align: center;
}

td.centered {
text-align: center;
}

.tablealternaterow {
background-color: #C5E3ED;
}

.tablealternaterowprint {
background-color: #CCCCCC;
}

/* SU system classes */

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

.failuremsgthin {
color: red;
}

.successmsg {
color: green;
font-weight: bold;
}

.successmsgthin {
color: green;
}

.warningmsg {
color: black;
}

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

.breakhere {
page-break-before: always;
}

