/*
This code is Copyright (c) 2003 by Productivity Enhancement, Inc.  
All Rights Reserved.

Use of this software is persuant to the terms of the End User License Agreement
at http://www.productivityenhancement.com/plum/SoftwareLicenseAgreement.cfm

Development Team: 
Adam Churvis (adam@productivityenhancement.com)
David Churvis (david@productivityenhancement.com)
*/

/* Elements */
body, td, th, input, select, button {
	font-family: Verdana, Geneva, sans-serif;
}

body, td, th {
	text-align: left;
	vertical-align: top;
}

td {
	padding-bottom: 2px;
	padding-top: 2px;
}

body {
	background-color: #F0F7FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

th {
	text-align: left;
	background-color: #D2E2FF;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-bottom: 1px solid #0040B2;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}
	
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
	
a {
	color: #0040B2;
	text-decoration: none;
}
	
a:link {
	color:#0040B2; 
}

a:visited {
	color:#0040B2; 
}

a:hover {
	color: #FF8600;
}

h1 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
	
h2 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
	
h3 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

h4 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* IDs */
#headerbar {
	background-color : White;
}

#topnavbar {
	color: #0040B2;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
    border: 1px solid #0040B2;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
    background-color: #D2E2FF;
	text-align: center;
}

#bottomnavbar {
	color: #0040B2;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 5px;
	text-align: center;
}
	
#leftnavbar {
	position: absolute;
	width: 150px;
	left: 10px;
	top: 102px;
	background-color: #D2E2FF;
    border: 1px solid #0040B2;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
	color: #0040B2;
}
	
#content {
	position: relative;
	top: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color:#FFFFFF;
	border: 1px solid  #0040B2;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
	
#footnote {
	border:1px solid #0040B2;
    background-color: #F9F9FF;
	text-align: center;
	color: #0040B2;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
#announcement {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	border: 3px solid red;
	background-color: #FFEEEE;
	margin-bottom: 10px;
}

#announcement h1 {
	text-align: center;
	color: red;
}

#announcement p {
	color: red;
	font-weight: bold;
	margin-bottom: 0px;
}


/* Classes */	
.formlabel {
	text-align: left;
	background-color: #D2E2FF;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-bottom: 1px solid #0040B2;
	font-size:18px;
	font-weight:bold;
}

.listlabelcontainer {
	text-align: left;
	background-color: #D2E2FF;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-bottom: 1px solid #0040B2;
}

.listlabel {
	text-align: left;
	background-color: #D2E2FF;
	font-size:18px;
	font-weight:bold;
}

.sortmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

.important {
	font-weight: bold;
	color: red;
}

.fineprint {
	font-style: italic;
}

.navtitle {
	font-weight : bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
		
.navmajor {
	font-weight : bold;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
		
.navminor {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
		
.navbarboxheading {
	font-weight : bold;
	color: #0040B2;
}
		
.navbarbox {
	background-color: #F0F7FF;
    border: 1px solid black; 
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	color: #0040B2;
}

.navbarbox p {
	margin-bottom: 4px;
}
	
.callout {
	font-family: "Lucida Console", monospace;
	background-color: #F9F9FF;
    border: 1px solid black; 
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: black;
	}

.leftalign {
	text-align: left;
}

.centeralign {
	text-align: center;
}

.rightalign {
	text-align: right;
}

.even td {
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-bottom: 1px solid #0040B2;
}

.odd td {
	background-color: #F0F7FF;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-bottom: 1px solid #0040B2;
}

.cmsphototd {
	padding-right: 20px;
	padding-left: 20px;
}

.fieldlabel {
	padding-right: 6px;
}

.required {
	font-weight: bold;
	vertical-align: top;
}

.welcome {
	font-weight: bold;
	text-align: center;
}

.hiddenform {
	display: none;
}

.fieldsection {
	border: 1px solid #0040B2;
}


