/* General HTML class defs */

p {
font-family: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 14px;
margin-top: 11px;
margin-bottom: 11px;
}

div {
font-family: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 14px;
margin-top: 11px;
margin-bottom: 11px;
}

li {
padding-bottom: 12px;
}

table {
border-collapse: collapse;
}

tr {

}

h2 {
color: #00204F;
font-size: 22px;
}

h3 {
color: #00204F;
border-bottom: 2px #00204F solid;
font-size: 16px;
}

td {
font-family: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 14px;
text-align: left;

}

.wireframe {
padding: 0px;
vertical-align: top;
}

body {
margin-top: 0px;
background-color: #CFDBF3;
}

form {
font-family: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 14px;
}

ul {
font-family: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 14px;
}

ol {
font-family: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 14px;
}

/* Form element class defs */

input {
font-family: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 13px;
}

select {
font-family: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 13px;
}

/* Text class defs */

.pagetitle {
color: #00CCFF;
font-weight: bold;
font-size: 24px;
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;
}

.footertext {
color: white;
text-align: center;
font-size: 10px;
}

/* Hyperlink defs */

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

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

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

a:visited {
color: #00204F;
}

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

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

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

.whitelink a:visited {
color: white;
}

/* SU table classes */

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

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

.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 #00204F solid;
border-spacing: 0px;
border-collapse: collapse;
}

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

td.dd-nb {
border: 1px #00204F 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: Georgia, Times New Roman, Verdana, sans-serif;
font-size: 12px;
}

td.ddprint-nb {
border: 1px black solid;
padding: 2px;
font-family: Georgia, Times New Roman, Verdana, 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;
}
