
body {
text-align:center;
background-color:#DEDFE4;
font-family:Tahoma;
}

.list {
border-right:1px solid gray;
border-bottom:1px solid gray;
}

.list td, .list th {
font-size:10pt;
border-left:1px solid gray;
border-top:1px solid gray;
padding:3px;
white-space:nowrap;
}

.list th {
font-weight:bold;
}

a {
color:#0F8F08;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#main {
border:3px solid #0F8F08;
width:740px;
margin:0px auto;
padding:10px;
background-color:#FFFFFF;
text-align:left;
}

h1, h2, h3, h4, h5 {
margin:0px;
padding:0px;
}

h1, h2 {
text-align:center;
}

h1 {
color:#0F8F08;
font-variant:small-caps;
}

h2 {
color:#FFFFFF;
}

h3 {
color:#0F8F08;
}

h4 {
margin-top:15px;
margin-bottom:10px;
color:#0F8F08;
}

h5 {
font-variant:small-caps;
}

p {
margin-top:15px;
margin-bottom:15px;
}

#send {
text-align:center;
}

.message {
color:#0F8F08;
font-weight:bold;
padding-top:15px;
padding-bottom:15px;
margin-bottom:5px;
width:600px;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
border:3px solid #0F8F08;
}

.inputtext, .textarea {
	font-family:Tahoma;
	border:1px solid #DCDCDC;
   	padding:1px;
}

.inputtext:focus, .textarea:focus {
	border:1px solid #0F8F08;
}

.applicationError {
	border:1px solid red;
}

label.applicationError {
	border:0px;
	padding-left:5px;
}

.logo {
	float:right;
	width:250px;
	margin-right:-50px;
	margin-top:-70px;
	z-index:5;
}

table.calendar, table.calendar th, table.calendar td {
	text-align:center;
	background-color:#FFFFFF}

table.calendar, table.calendar td, table.calendar th {
	border:1px solid #0F8F08;
}

table.calendar th {
	font-weight:bold;
	background-color:#C2FFBF}

.calendar {

}

.footer {
margin-top:5px;
margin-bottom:5px;
font-size:0.8em;
}

blockquote {
	background-color:#E1EFE0;
	padding:3px;
}

.applications-table {
border-right:1px solid black;
border-bottom:1px solid black;
}

.applications-table th, .applications-table td {
padding:5px;
border-left:1px solid black;
border-top:1px solid black;
}

.applications-table th {
font-weight:bold;
}

.applications-table td {
text-align:left;
}

.applications-table td a {
font-weight:bold;
}

.applications-table-status {
text-align:center;
}

.poll-table {
border-right:1px solid black;
border-bottom:1px solid black;
}

.poll-table th, .poll-table td {
padding:5px;
border-left:1px solid black;
border-top:1px solid black;
}

.poll-view-results {
font-size:8pt;
}

.highlighted {
	background-color:#C2FFBF;
	width:50%;
	text-align:center;
	padding:5px;
	border:2px solid #0F8F08;
	margin-left:100px;
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: center; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 12px tahoma, verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #0F8F08; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav a:hover { /* settings for hover effect */
background: #C2FFBF; /* set desired hover color */
}

li.tabunselected { /* do not change */
display: inline;
}

li.tabunselected a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #0F8F08; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #FFFFFF; /* set unselected tab background color as desired */
color: #000000; /* set unselected tab link color as desired */
margin-right: 10px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

li.tabselected { /* settings for selected tab */
border-bottom: 1px solid #FFFFFF; /* set border color to page background color */
background-color: #FFFFFF; /* set background color to match above border color */
}

li.tabselected a { /* settings for selected tab link */
background-color: #C2FFBF; /* set selected tab background color as desired */
color: #000000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

/* end css tabs */

