﻿/* 
pale blue: #69f
font: #000080
*/

html, body, form {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: normal 85%/1.2em Arial, Calibri, Verdana, Geneva, Lucida, Helvetica, sans-serif;
	text-align: justify;
	color: #000080;
	background-color: #eee;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
p, li {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: justify;
	color: #000080;
}
a {
	color: #000080;
}
/* ------  structural layout ----------- */
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	background-color: #fff;
}
html>body #container {
	height: auto;
}
#content {
	padding: 0 0 68px 0;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: solid 1px #69f;
}
/* ------  content ----------- */
#pageContent {
	padding-left: 180px;
	padding-right: 20px;
}
/* ------  header  ----------- */
#header {
	background: url(../images/header.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	height: 80px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#header h1 {
	color: #fff;
	padding-top: 19px;
	font-size: xx-large;
}

/* ------  sidebar ----------- */
#sidebar {
	margin: 10px 10px 0 0;
	position: absolute;
	background-color: #69f;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	text-indent: 5px;
	width: 145px;
}
#sidebar2 {
	float: right;
	width: 250px;
	padding: 0 20px;
}

/* ------ navigation ----------- */
.nav ul {
	margin-left: 5px;
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}
.nav a {
	background-image: url(../images/navbackground.jpg);
	background-repeat: no-repeat;
	width: 144px;
	height: 30px;
	text-indent: 35px;
	color: #fff;
	margin:10px 0pt;
	padding-top: 2px;
}
.nav a.sel {
	background-image: url(../images/navbackground_sel.jpg);
}
.nav a:link, .nav a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.nav a:hover {
	text-decoration: none;
	color: #ff0;
}
#sidebar2 img {
	width: 250px;
	border: none;
	overflow: hidden;
	margin: 20px 0;
}

#subnav {
	border-left: solid 1px #000080;
	padding-left: 10px;
}
#sidebar2 .nav a {
	background-image: url(../images/navbackgroundw.jpg);
}
#sidebar2 .nav a.sel {
	background-image: url(../images/navbackgroundw_sel.jpg);
}

/* ------  forms  ----------- */
input[type="text"], input[type="password"], select {
	background-color: #f1f1f1;
	border-style: solid;
	border-width: 1px;
	border-top-color: #9C9C9C;
	border-left-color: #9C9C9C;
	border-bottom-color: #D2D2D2;
	border-right-color: #D2D2D2;
	color: #005488;
	font-weight: bold;
	margin-top: 6px;
}

.form {
	color: #0272ac;
}

.column {
	float: left;
	margin-right: 20px;
}
.fifty {
	width: 50%;
}
.info {
	width: 20%; 
	padding-left: 20px; 
	font-size: smaller;
}
.column > span > label {
	display: block;
	padding-top: 25px;
	line-height: 90%;
	color: #000080;
}
.column > span > div {
	display: inline;
}
.form.readonly > .column > span > span {
	display: block;
	padding-top: 25px;
	line-height: 90%;
	color: #000080;
}
.form.readonly > .column > span > span + span {
	display: block;
	background-color: #f1f1f1;
	color: #000080;
	font-weight: bold;
	margin-top: 6px;
	padding: 3px;

}
input[type="submit"] {
	border: solid 1px #000080;
	background-color: #69f;
	color: #fff;
	cursor: hand;
}
.ftbContent {
	clear: both;
	padding-top: 20px;
}
.ftbContent > table {
	margin-top: 6px;
}
.buttons {
	margin-top: 20px;
}
.validationSummary {
	border: dashed 1px #f00;
	color: #f00;
	margin-top: 10px;
	padding: 5px;
}
.validationSummary li {
	color: #f00;
}
.popup {
    background-color: #69f; 
    padding: 3px; 
    width: 50%; 
    text-align: center; 
}
.popup h2 
{
	color: #fff;
}
.popup input
{
    text-align: center; 
	display: block !important;
	margin: 10px;
}
.popupBackground {
	background-color: #eee;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.dashed {
	border: dashed 1px #69f;
	padding: 5px;
}
.editGrid input[type="text"] {
	margin: 0;
}
/* ------  footer ----------- */
#footer p {
	text-align: center;
	font-size: smaller;
	margin: 10px 0;
}
/* ------  misc ----------- */
address {
	margin-top: 20px;
	font-style: normal;
}

#loginStatus {
	margin: 10px;
	padding-left: 20px;
}
#loginStatus > a {
	font-weight: bold;
	color: #fff;
}
.boxed {
	border: solid 1px #69f;
	padding: 10px;
	text-align: center;
}
#nextMeeting > span {
	margin: 5px 0;
	font-size: larger;
	font-weight: bold;
	display: block;
}

.right {
	float: right;
}

#approved {
	font-size: smaller;
	text-align: right;
}

#termDates > h3 {
	border-bottom: solid 1px #69f;
	margin-bottom: 5px;
	width: 60%;
}
#termDates > table {
	width: 60%;
}
#termDates > table tr td + td {
	width: 70%;
}
#governors {
	border-collapse: collapse;
}
#governors td {
	vertical-align: top;
	border: solid 1px #69f;
	padding: 5px;
}
#governors ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}

.editGrid {
}
.editGrid tr {
}
.editGrid td {
	padding: 3px 8px;
	border: none;
	vertical-align: top;
}
.row {
	background-color: #EDF3FF
}
.alternatingRow {
	background-color: #DBE7FF
}
.editGrid ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}
.editGrid li
{
	display: inline;
}
.governorName
{
	white-space: nowrap;
}
.roleGroups {
	float:left;
	padding-left: 15px;
	list-style-type: none !important;
}

#imageList > div
{
	width: 250px;
	float: left;
	margin: 5px;
}
#imageList > div > img
{
	width: 250px;
}
#imageList > div > span
{
	display: block;
	text-align: center;
}