﻿html, body {
	background-color: olive;
	color: #000;
	font: normal 90%/1.8em 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	height: 100%;
}
h1
{
    font-size: 2.5em;
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0em;
    color: #fdea12;
    font-style: italic;
    font-family: 'Copperplate Gothic Bold' , 'Lucida Console' , Verdana, Arial;
}
h2 {
	font-size: 1.6em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: #fdea12;
}
h3 {
	font-size: 1.2em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: #fdea12;
}
p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 1.1em 0em 1.1em 0em;
	text-align: left;
}
ul 
{
    font-size: 1.1em;
}
a:link, a:visited {
	color: #cc3300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #ff9900;
	text-decoration: underline;
}
title {
    color: #fdea12;
}
@media all
{
	.page-break	{ display:none; }
}

@media print
{
	.page-break	{ display:block; page-break-before:always; }
}  
#header {
	height: 100px;
	padding: 0 10px 0 10px;
	color: #fdea12;
	background-color: Olive;
	/*background: url(images/bg_1.gif) repeat top left;*/
	border-bottom: 2px solid #fdea12;
}
#header h1 {
	padding: 10px 0 0 0;
	margin: 0 0 0 200px;
	color: #fdea12;
	margin-left: 200px;
}
#logo {
	background-color: Olive;
	/*background: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	height: 100px;
	width: 175px;
	float: left;
}
#content {
	margin-left: 210px; 
	padding: 0 20px 1.8em 10px;
	background-color: #fff;
}

#content_wide {
	padding: 0 20px 1.8em 10px;
	background-color: #fff;
}

.code {
	color: #fdea12;
	background-color: #fdea12;
    font: 0.9em/1.4em verdana, arial, helvetica, sans-serif;
    float: right;
    border: solid 1px #fdea12;
    padding: 10px;
}
.code a:link, #breadcrumbs a:visited,
.code a:hover, #breadcrumbs a:active {
	color: #fdea12;
}
#breadcrumbs {
	color: #fdea12;
	background-color: #fdea12;
	padding: 10px;
	float: right;
	clear: left;
	margin-bottom: 1.8em;
}
#breadcrumbs a:link, #breadcrumbs a:visited,
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #fdea12;
}
#sidebar {
	float:left;
	padding: 0 10px 10px 10px;
	background-color: olive;
	/*background-image: url(images/bg_2.gif);
	background-repeat: repeat-y;
	background-position: top left;*/
	border:2px solid #fdeal2;
	width: 175px;  /* ds */
}
html>body #sidebar {
	width: 180px;
}
#sidebar h3 {
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #fdea12;
  color: #fdea12;
}
#nav {
}
#nav li {
	display: inline; /* for IE5 and IE6 */
}
#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	display: block;
	/*width: 99.99%; */
	color: #fdea12;
	text-decoration: none;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
	color: #fdea12;
	background-color: Olive;	
}
.dynamicMenu {
    background-color: Olive;
    border-color: #fdea12;
    border-style: solid;
    border-width: 1px;
}
.dynamicMenuItem
{
    background-color: Olive;
    border-color: #fdea12;
    border-style: solid;
    border-width: 1px;
}

.Menu
{
    color:#fdea12;
}

.login {
	color: #fdea12;
	background-color:White;
	padding: 10px;
	margin-top: 10px;
	font: normal 1.1em/1.1em verdana, arial, helvetica, sans-serif;
}
.login td {
	color:#fdea12;
	background-color: Olive;
	font: bold 0.8em/0.8em verdana, arial, helvetica, sans-serif;
}
.pb { page-break-after : always;
   }
.login td.title {
	color: #fdea12;
	font: bold 1.0em/1.0em verdana, arial, helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}
.loggedinout {
    color: #fdea12;
    background-color: Olive;
    padding: 10px;
    font: 0.9em/1.4em verdana, arial, helvetica, sans-serif;
}
.title {
    color: #fdea12;
    font: bold 1.0em/1.0em verdana, arial, helvetica, sans-serif;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: #fdea12 thin solid;
    margin-bottom: 5px;
}
#footer {
	margin-left: 210px; 
	padding: 0 20px 1.8em 10px;
	border-top: 1px solid #fdea12;
	clear: both;
}
#footer_wide {
	border-top: 1px solid #fdea12;
	clear: both;
}
#footer p {
	font: normal 0.8em/0.9em verdana, arial, helvetica, sans-serif;
    color: #fdea12;
}
#footer p.left {
	float: left;
	clear: left;
}
#footer p.right {
	float: right;
	clear: right;
}
#footer_wide p {
	font: normal 0.8em/0.9em verdana, arial, helvetica, sans-serif;
    color: #fdea12;
}
#footer_wide p.left {
	float: left;
	clear: left;
}
#footer_wide p.right {
	float: right;
	clear: right;
}
.spacer {
	clear: both;
}
dd, dt {
	font-size: 0.95em;
}
#mainTitle {
	font-size: 2.0em;
	font-weight: bold;
	visibility: hidden;
}
.pageTitle {
	font-size: 1.5em;
	font-weight: bold;
}
.itemTitle {
	border-bottom: 1px solid #fdea12;
	font-size: 1.5em;
}
.itemContent {
	padding-bottom: 1.8em;
	min-height:450px;
}
.box {
    border: solid 1px #fdea12;
}
.boxFloat {
    /* border: solid 1px #fdea12; */
    float: left;
}
.boxFloatRight {
    border: solid 1px #fdea12;
    float: right;
}
.floatRight {
    /* border: solid 1px #fdea12; */
    float: right;
}

.newsItem 
{
	padding-top: 1.0em;
	border-bottom: 1px solid #fdea12;
    }
.newsTitle 
{
	font-size: 110%;
    /*
	float: left;
    */
}
.newsDate {
    font: normal 0.9em/0.9em 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	float: right;
	/* clear: right; */
	color: #666666;
}
.newsContent {
	text-align: left;
}
.rowSelected {
    background-color: #FEF268;
}

input.buttonLink
{
    text-decoration: underline;
    border: 0px;
    background-color: Transparent;
}

.grid {
    margin-bottom: 10px;
}
.grid TR TD {
    padding: 1px 5px 1px 5px;
}

.details, .details TR, .details TD{
    border-style: none;
    border-width: 0;
    padding-left: 20px;
}
.detailsHeader 
{
    background-color: #FEF268;
    border: solid 1px green;
}
#loginDiv
{
    margin:0 0 0 115px;
}
#GridViewDiv
{
    margin:0 0 0 25px;
}

#AllNoteDiv
{
    margin:0 0 0 25px;
}

#GridViewDiv_Float
{
    float: left;
}

#GridViewDiv_Wide
{
    margin:0 0 0 5px;
}

.GridViewCheckBox
{
    margin: 15px;
}

.TableCaption
{
    font-weight: bold;
    font-size: 1.2em;
    color: Olive;
    font-family: 'Copperplate Gothic Bold' , 'Lucida Console' , Verdana, Arial;
    vertical-align: middle;
}

.TableCaption_Notes
{
	text-align:center; 
	width:800px; 
	font-weight:bold
}

.EmptyDataTable
{
    color:Black;
    background-color:Olive;
    border-color:Goldenrod;
    border-width:2px;
    border-style:Solid;
    border-collapse:collapse;
}
.EmptyDataTable_Row
{
    color:White;
    background-color:Silver;
    font-weight:bold;
}

.EmptyDataTable_Caption
{
    color:White;
    background-color:Olive;
    border-color:Goldenrod;
    border-width:2px;
    border-style:Solid;
}
.CalendarCurrentMonth
{
    font-weight: bold;
    font-size: 2.2em;
    color: Olive;
    font-family: 'Copperplate Gothic Bold' , 'Lucida Console' , Verdana, Arial;
    vertical-align: Bottom;
    text-align: center;
    width: 50%;
}
.CalendarPreviousMonth
{
    font-weight: bold;
    font-size: 1.0em;
    color: Olive;
    font-family: 'Copperplate Gothic Bold' , 'Lucida Console' , Verdana, Arial;
    vertical-align: Bottom;
    text-align: left;
    width: 25%;
}
.CalendarNextMonth
{
    font-weight: bold;
    font-size: 1.0em;
    color: Olive;
    font-family: 'Copperplate Gothic Bold' , 'Lucida Console' , Verdana, Arial;
    vertical-align: Bottom;
    text-align: right;
    width: 25%;
}

#lnkHome
{
    color:#fdea12;
    padding-top:65px;
}

#DivAtMiddle
{
    margin: 0 0 0 700px;
}

#EndFloat
{
    float: none;
}

.RegularRow
{
    background-color:White;
    color: Black;
}

.AlternatingRow
{
    background-color:DarkKhaki;
    color: Black;
}

.tableHeader
{
    background-color:Olive;
    font-weight: bold;
    color: White;
    text-align:center;
}

#SpacerDiv
{
	float:left;
	width:50%;
	margin: 0 0 0 100;
}


#WhiteDiv
{
	background-color:White;
	font-family:Times New Roman;
	color:Black;
}

#ReportTitleDiv
{
	text-align:center;
	width:800px;
	font-weight:bold;
	font-size:medium;
}
#LogSheetTitleDiv
{
	text-align:center;
	width:inherit;
	font-weight:bold;
	font-size:medium;
}
#ReportSourceDiv
{
	text-align:left;
	font-weight:bold;
	font-size:medium;
}
#ReportBreakDiv
{
	text-align:left;
	font-weight:bold;
	font-size:medium;
	page-break-after:always;
	
}
#ReportBreakBeforeDiv
{
	text-align:left;
	font-weight:bold;
	font-size:medium;
	page-break-before:always;
	
}
