body
{
	min-width: 500px;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #c3cfe5;
	font-family: 'Myriad Pro', 'Tahoma', sans-serif;
	font-size: 10pt;
	background-image: url(/images/Ocean/Fade.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a img
{
	border: none;
}

a:link,
a:visited,
.link {
	color: #0066CC;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
.link:hover {
	color: #3399FF;
	text-decoration: underline !important;
}

a:active,
.link:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.active
{
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	color: #808080;
	margin: .25em 0 .25em 0;
	font-weight: bold;
}

h1
{
	font-size: 1.8em;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.4em;
}

h4
{
	font-size: 1.2em;
}

h5
{
	font-size: 1em;
}

h6
{
	font-size: 1em;
}

p
{
	padding: 0;
	margin: .25em 0 .75em 0;
}

pre
{
	white-space: pre-wrap !important;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
div#SiteHeaderBackground
{
	background-color: #586D9C;
	background-image: url(/images/Ocean/Curtain.jpg);
}
div#SiteHeader
{
	padding: 1em 1em 1em 250px;
	background-image: url(https://www.research.olemiss.edu/DataGeneral/images/OleMissCrest-distorted.png);
	background-repeat: no-repeat;
	background-position: -30px 65%;
	text-shadow: 1px 1px 1px #2f436e;
}
div#SiteHeader h1
{
	margin: .5em 0 0 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.75em;
}
div#SiteHeader h2
{
	margin: 0;
	padding: 0;
	color: #E8E8E8;
	font-size: 1.25em;
}
div#SectionBar
{
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
}
div#SectionBar ul
{
	margin: 0;
	padding: 0;
}
div#SectionBar ul li
{
	display: inline;
	margin: 0 1.5em 0 0;
	padding: 0;
}
div#SectionBar ul li a
{
	color: #FFFFFF;
}

/*
	Menubar
*/
#MenuBarContainer
{
	height: 24px;
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
	font-family: 'Tahoma', 'Verdana', sans-serif;
	font-size: 1.125em;
}

/*
	Page
*/
div#Page
{
	margin: 1em;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px #A1B8E5 solid;
	box-shadow: 0px 1px 3px #586D9C;
	-webkit-box-shadow: 0px 1px 3px #586D9C;
	-moz-box-shadow: 0px 1px 3px #586D9C;
}
div#PageContent
{
	margin: 0;
	padding: .75em;
}
div#PageConsole
{
	margin: 1em 0 0 0;
	padding: 1.25em;
	background-color: #F0F0F0;
	font-size: .75em;
}
div#PageFooter
{
	margin: 0;
	padding: .5em;
	text-align: center;
	font-size: .75em;
	color: #808080;
}

div#SiteFooter
{
	clear: both;
	width: 90%;
	min-width: 700px;
	max-width: 1200px;
	margin: auto;
	padding: 1em;
	font-size: .75em;
}

div#SiteFooter *
{
	margin: 0;
	padding: 0;
}

fieldset
{
	display: block;
	margin: 1em 0;
	padding: 1em;
	border: 1px #C3CFE5 solid;
	background: #FFFFFF;
}

fieldset legend
{
	display: block;
	font-weight: bold;
	font-size: 1.125em;
	color: #586D9C;
}
form div.help
{
	color: #606060;
}

form label
{
	display: block;
	font-weight: bold;
	font-size: 1.125em;
	color: #404040;
}

form div.field
{
	clear: both;
	margin: 0 0 .5em 0;
	padding: 0 0 0 25%;
}
form div.field div.label,
form div.field label
{
	width: 24%;
	float: left;
	margin: 0 0 0 -25%;
	text-align: right;
	font-weight: bold;
	line-height: 1.75em;
}
form div.field div.input
{
	padding-top: .5em;
}
form div.field div.description
{
	clear: both;
	padding: .25em;
	font-size: .75em;
	color: #606060;
}
form div.controls
{
	clear: both;
	margin: 0 0 .5em 25%;
	padding: 0;
}
form table
{
	width: 100%;
}
form table caption
{
	font-size: 1.6em;
}
form table thead
{
	font-size: 1.2em;
}
form div.input label
{
	width: auto;
	margin: 0;
	font-weight: normal;
	text-align: left;
}
/* ========================= */
/* ! Standard Table Styles   */
/* ========================= */
th {
	text-align: center;
}
tbody th {
	text-align: left;
}

/* ================== */
/* ! Generic Styles   */
/* ================== */
.right
{
	text-align: right;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.nowrap
{
	white-space: nowrap;
}

/* ========================= */
/* ! Specific Table Styles   */
/* ========================= */
table.report.agency.summary tbody td:nth-child(3),
table.report.agency.summary tbody td:nth-child(4),
table.report.agency.summary tbody th:nth-child(3),
table.report.agency.summary tbody th:nth-child(4) {
	text-align: right;
}
