﻿/* This is the OLD stylesheet that was brought over to help style the dynamic content */
td {
    vertical-align: top;
}

#wrapper {
    width: 760px;
    padding: 0;
    margin: 10px auto 10px auto;
    font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

.main {
    vertical-align: top;
    padding: 5px 10px 10px 10px;
}
.main a, a:visited, a:active {
    text-decoration: underline;
}
.main a:hover {
    color: #900;
}

.sidebar {
    vertical-align: top;
    width:165px;
    height:100%;
    background: #ddf;
    border: 0px;
    padding:8px;
    font-size:8pt;
    margin: 0;
    border-bottom: 6px solid #fff;
}
.sidebar h2 {
    font-weight: bold;
    font-size: 8pt;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    background: #006;
    padding: 1px 3px 1px 3px;
    color: #ff0;
}

.sidebar a, .sidebar a:visited, .sidebar a:active {
    text-decoration: none;
}
.sidebar a img {
    display: block;
    margin: 2px 2px 5px 2px;
}
.sidebar a:hover img {
    border: 1px solid #bbe;
}
.sidebar ul, .sidebar p, .sidebar form {
    margin: 0 0 15px 0;
    padding: 0;
}

.sidebar p {
    line-height: 1.6em;
}

.sidebar li {
	display: block;
	list-style: none;
    padding: 3px 3px 4px 3px;
    margin:0;
 }

.sidebar li a {
	display: block;
}

.sidebar a:hover {
    background: #bbe;
    text-decoration: none;
}
.sidebar li:hover {
    background: #bbe;
}

.header {
    font-size: 8pt;
    position: relative;
    top: 0;
    height: 1.5em;
    width: 760px;
    padding: 0 5px 3px 5px;
    background: #F5DC0F;
    color: #660;
    border-bottom: 5px solid #fff;
}
#lefthead {
    float: left;
    text-align: left;
    font-weight: bold;
}
#righthead {
    float: right;
    text-align: right;
}
.header a, .header a:visited, .header a:active {
    text-decoration: none;
    font-weight: bold;
    color: #660;
}
.header a:hover {
    color: #000;
    background: #d3ba0d;
    text-decoration: none;
}

.footer {
  width: 760px;
  font-size: 8pt;
  border-top: 2px solid #bbe;
  padding-top: 6px;
}
#leftfoot {
    float: left;
}
#rightfoot {
    float: right;
    text-align: right;
}

.more {
    text-align: right;
    font-size: 7pt;
    margin: 2px 0 2px 0;
}
.grey {
    color: #666;
    font-size: 7pt;
}
.green {
    color: #090;
}
.red {
    color: #900;
}
.blue {
    color: #00c;
}
.shaded {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0;
}
.links {
  font-size: 8pt;
  padding: 0 0 0 15px;
  margin: 5px 0 0 0;
}
.links li {
  margin: 0 0 .5em 0;
  padding: 0 0 0 0;
  list-style: square;
}

.snapshot {
    margin: 0;
    padding: 0;
}
.snapshot td {
    font-size: 10pt;
    padding: 0 5px 0 0;
    margin: 0;
}

.prevnext {
    text-align: center;
}

.snapshot td {
vertical-align: top;
  font-size: 8pt;
}

.summary {
    font-size: 8pt;
    display: block;
    border-top: 2px solid #900;
    background: #ddd;
    height: 1.5em;
}
#leftie {
    float: left;
    text-align: left;
    padding: 2px;
}
#rightie {
    float: right;
    text-align: right;
    padding: 2px;
}

hr {
    border: none;
  border-bottom: 2px solid #900;
    margin: 10px 0 12px 0;
}

form {
    margin: 0;
}

input, textarea, select, label {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
input, textarea, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	margin: 1px;
	padding: 1px 1px 1px 2px;
}
.search {
    border: 2px solid #ccc;
    width: 100%;
    font: 12px
}
th {
    text-align: right;
    vertical-align: top;
}
.search th {
    background: #eee;
}
.search th, .search td {
    padding: 2px 2px 0 2px;
}
.search label:hover {
    background: #ddd;
}

.calendar {
    border: 2px solid #ccc;
    width: 100%;
}
.calendar td {
    width: 100px;
    height: 3em;
    font-size: 8pt;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 2px;
}
.calendar th {
    height: 1.5em;
    text-align: center;
    background: #00c;
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
}
.today {
    background: #ffd;
    border: 1px solid #cc3;
}
a.prevent, a.prevent:visited, a.prevent:active {
    color: #0c0;
}
a.prevent:hover {
    color: #900;
}

.noborder {
    border: 0;
    padding: 0;
    margin: 0;
}
.indented {
    padding-left: 2em;
}