div.mainheadline {
	width: 465px;
	height: 150px;
	background-image: url(/images/SH_Training_Bar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

div.tertnavbox + div.tertnavbox {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #83A5C3;
	padding-top: 1em;
}

div.tertnavbox h3 {
	margin-bottom: .5em;
	text-indent: -1em;
}

div.quatnavbox {
	margin-left: 1em;
}

h1.mainheadline {
	width: 430px;
	height: 150px;
	text-align: right;
	font-family: helvetica, sans-serif;
	font-size: 24pt;
	color: #FFFFFF;
	padding-top: 16px;
	font-weight: normal;
	margin: 0;
	text-shadow: #074B88 0 0 6px;
	/* color, left, down, blur */
}

h2 {
	text-transform: capitalize;
	background-color: #83a5c3;
	color: white;
	padding-top: .1em;
	padding-left: .1em;
}

div#content th {
	background-color: #83a5c3;
	color: white;
	font-weight: bold;
}

h2 + table {
	margin-top: 1em;
}

table + h2 {
	margin-top: 1em;
}

div.steps h2 {
	display: list-item;
	list-style-type: decimal;
	list-style-position: outside;
}

/*
div.steps h2:before {
	content: "Step " counter(mycounter, decimal) ": ";
	counter-increment: mycounter;
}
*/

h3 {
	border-style: solid;
	border-width: .1em;
	border-color: #83a5c3;
	border-left-style: none;
	border-right-style: none;
	margin-top: .25em;
}

table + h3 {
	margin-top: .5em;
}

ul.horizontallist li {
	display: inline;
}

p.currentnav {
	margin-top: 0;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #779cbd;
	text-decoration: none;
	line-height: 1.0;
}

table.contentarea {
	width: 98%;
}

table.verticalmenu th {
	text-align: right;
	white-space: nowrap;
}

div#content table.verticalmenu th {
	background-color: white;
	color: black;
}

table.verticalmenu th:after {
	content: ":";
}
table.automenu th:after {
	content: "";
}

table.verticalmenu td.size {
	text-align: ".";
}

table.verticalmenu td.date {
	text-align: right;
}
table.verticalmenu tr.top th + th {
	text-align: center;
}

table.verticalmenu tr.top th:after {
	content: "";
}

div.main tr {
	vertical-align: top;
}

.notice, .errorlist {
	border-style: dashed;
	border-width: 1px;
	border-color: black;
	background-color: #FFDDDD;
	width: 90%;
	margin: auto;
	margin-bottom: 1em;
	padding: .1em;
	padding-left: .4em;
	font-size: 110%;
}

ul.errorlist li, ul.errorlist {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
}

.rightborder {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

table.noverticalpadding tr {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
table.noverticalpadding td {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* global page styles */

div.globalpage {
	margin: 1em;
}

div.globalpage h1 {
	font-size: 200%;
	text-align: center;
}

div.globalpage h2 {
	margin-top: 1em;
	text-align: center;
	font-size: 150%;
}

.wide {
	/* clear: both; */
	margin: auto;
}

table.wide {
	width: auto;
}

table.dense {
	border-width: .1em;
	border-color: black;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
}

table.dense td {
	border-color: black;
	border-width: .1em .1em 0 0;
	border-style: solid;
	margin: 0;
	padding: .1em;
	background-color: white;
}

table.schedule {
	border-width: .1em;
	border-color: black;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	width: 90%;
}

table.schedule td {
	border-color: black;
	border-width: .1em .1em 0 0;
	border-style: solid;
	background-color: white;
	padding-left: .1em;
}

table.schedule td+td+td+td+td+td {
	text-align: center;
}


p.wide {
	text-align: center;
}

div.breadcrumb {
	padding: 5px;
	margin-bottom: 10px;
	font-size: x-small;
}

div.globalpage div.breadcrumb {
	text-align: center;
	margin: auto;
}

table.imagefile td {
	text-align: center;
}


table.statistics {
	border-width: .1em;
	border-style: solid;
	margin-top: .4em;
	margin-bottom: .4em;
}

table.statistics td, table.statistics th {
	text-align: right;
}

table.statistics td.text {
	text-align: left;
}


table.filedownloads th {
	text-align: right;
	white-space: nowrap;
}
table.filedownloads th:after {
	content: ":";
}
table.filedownloads td.size {
	text-align: ".";
}
table.filedownloads td.date {
	text-align: right;
}
table.filedownloads th.downloadcategory {
	text-align: left;
	text-transform: capitalize;
	background-color: #83a5c3;
	color: white;
	padding-top: .1em;
	padding-left: .1em;
}

table.filedownloads td.Pages {
	text-align: right;
}

p.code {
	margin-left: 2em;
	line-height: 100%;
	background-color: #EEEEFF;
	border-width: .2em;
	border-style: inset;
	border-color: #4444FF;
	padding: .2em;
	overflow: auto;
	width: 94%;
	white-space: pre;
	min-height: 2em;
}

div.warning {
	border-width: .2em;
	border-style: inset;
	border-color: red;
	padding: .2em;
	padding-bottom: 0;
}

p.warning {
	font-weight: bold;
}

div.warning p.moreinfo {
	padding: 0;
	margin: 0;
	margin-top: .4em;
	text-align: right;
	font-size: 92%;
}

p.moreinfo a {
	background-color: #FF4444;
	color: white;
	border-color: #83A5C3;
	border-width: .1em;
	border-style: solid;
	padding: .5em;
}

div.warning p {
	margin-bottom: 0;
	margin-top: .4em;
}

div.warning div.warnposter {
	display: inline;
}
div.warning div.warnposter:before {
	content: "--";
}

h3.warntitle {
	background-color: #FF4444;
}

p + h3.warntitle {
	margin-top: 1em;
}

td.dagger {
	text-align: right;
	font-weight: bold;
}

table.time {
	margin-left: 0;
}
th.time, td.time {
	text-align: right;
}


/* div#content p { */
/*	text-align: justify; */
/*}*/

/* testing new CSS */

div.headline {
	width: 758px;
	height: 50px;
	background-color: #83A5C3;
	margin: auto;
}

div.headline h1 {
	width: 450px;
	height: 50px;

	margin-left: 213px;
	padding-right: 15px;
	/* padding-top: 23px; */
	padding-top: 18px;

	text-align: right;

	border-color: white;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
}

div.page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 732px;
}

div.main {
	position: relative;
	top: -5px;
	left: 201px;
	width: 465px;
}

div.subnav {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	width: 159px;
}

div.subnav ul {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
}

div.subnav ul ul {
	padding-left: 1em;
	margin-top: 10px;
}

div.subnav li {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #779cbd;
	text-decoration: none;
	line-height: 1.0;
	padding-bottom: 4px;
}

div.subnav ul a {
	font-weight: bold;
	color: #074b88
}

div.subnav li.currentnav {
	font-weight: bold;
}

div.globaltopics {
	position: static;
	float: left;
	border-style: solid;
	border-color: #779cbd;
	border-width: .2em;
	background-color: white;
	margin-right: .4em;
	padding: .35em;
	padding-left: 1.2em;
}

div.globaltopics li {
	margin-bottom: 0.2em;
}

div.globaltopics p.tertnav {
	margin-bottom: 0.5em;
}

div.globaltopics p.currentnav {
	margin-bottom: 0.2em;
}

div.centerbox {
	width: 66%;
	margin: auto;
	border-style: inset;
	border-width: .1em;
	border-color: #074b88;
}

div.centerbox p {
	margin-left: .2em;
	margin-right: .2em;
}

div.centerbox h2 {
	font-size: 100%;
}

body.simplewide div.main {
	width: 531px;
}

div.buttons {
	margin-top: 1em;
	text-align: center;
}

div.buttons p {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

img.right {
	float: right;
}

img.left {
	float: left;
}

div.notes {
	border: 1px solid #83A5C3;
}
div.note {
	width: 100%;
}
div.notes h2 {
	margin-top: .5em;
}

div.notes p {
	padding-left: .5em;
	padding-right: .5em;
	margin-top: .5em;
	font-weight: bold;
}

form.localsearch {
	border-top: .1em solid #83A5C3;
	margin-top: 1em;
	padding-top: 1em;
}

ul.highlight {
	list-style: none;
	text-align: center;
	font-size: 150%;
	margin-top: 2em;
	margin-bottom: 2em;
}
ul.highlight li {
	margin-bottom: 1em;
}

div#content table.mceLayout {
	margin: auto;
	width: 90% !important;
}
span.unpublic {
	text-decoration: underline;
}

div.searches {
	position: relative;
	height: 7.5em;
	margin-top: 1em;
}
div.searches div.searchpanel {
	width:  45%;
	padding-left: 1em;
	position: absolute;
	border-right: solid 1px;
}

div.searches div.searchpanel.department {
	left: 50%;
	border: none;
}

