﻿body 
{
	margin: 0px;
	padding: 0px;
	font-family: Microsoft Sans Serif, Verdana, Arial, Sans-Serif;
}
textarea
{
	font-family: Microsoft Sans Serif, Verdana, Arial, Sans-Serif;
	border: solid 1px #FBB117;
}
div.header
{
	position: absolute;
	background-color: black;
	background-image: url(Images/logo2.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	text-align: left;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.holder
{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
}
td.menuHolder
{
	width: 156px;
	vertical-align: top;
	background-color: #FBB117;
}
a.menuItem
{	
	width: 150px;
	display: block;
	color: Black;
	text-decoration: none;
	border-bottom: solid 1px white;
	font-size: 10pt;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;	
}
a.menuItem:hover
{
	color: purple;
}
.subMenuCell
{
	background-image: url("Images/subMenuAvail2.gif");
	background-position: left;
}
.subMenuCellOver
{
	background-image: url("Images/subMenuOver2.gif");
	background-position: left;
}
.subMenu
{
	vertical-align: top;
	background-color: #FBB117;
	visibility: hidden;
	border-top: solid 1px Black;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
}
a.subMenuItem
{	
	width: 150px;
	display: block;
	color: Black;
	text-decoration: none;
	border-bottom: solid 1px Black;
	font-size: 10pt;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
}
a.subMenuItem:hover
{
	color: Purple;
}
td.bodyHolder
{
	vertical-align: top;
	background-color: #CC66FF; /*#FFF380;*/
	padding: 5px;
	border-right: solid 2px purple;
	height: 600px;
}
h1
{
	text-align: left;
	color: Purple;
	font-size: 14pt; 
	font-weight:bold;
	margin-bottom:4px;	
}
h2
{
	background-color: #d8bfef;
	font-size: medium;
}
td
{
	font-size: small;
}
p
{
	margin-top: 3px;	
	font-size: small;
	margin-bottom: 10px;
}
li
{
	font-size: small;
}
img
{
	border: none;
}
input, select
{
	/*border: solid 1px purple;*/
	width: 150px;
}
.checkBox
{
	border: none;
	width: auto;
}
.button
{
	/*border: */
	width: auto;
}
.infoStrip
{
	width: 200px;
	margin-left: 10px;
}
table.infoStrip
{
	border: solid 1px Purple;
	background-color: White;
}
.infoStripItem
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top : 1px;
}
.infoStripHeader
{
	background-color: Purple;
	background-image: url("Images/calHeader.gif");
	/*border: solid 1px purple;*/
	color: White;
	font-size: 10pt;
/*	font-weight: bold;*/
}
.infoHeader
{
	background-color: #d8bfef;
	color: Purple;
	font-size: 10pt;
	border: solid 1px Purple;
	padding-left: 2px;
}
.infoHeaderInner
{
	font-size: 10pt;
}
.infoBody
{
	background-color: #ffffcc;
	color: Black;
	font-size: 10pt;
	padding: 2px;
	border-left: solid 1px purple;
	border-right: solid 1px purple;
	border-bottom: solid 1px purple;
}
a.info 
{
	color: Black;
	text-decoration: none;
}
a.info:hover
{
	color: Purple;
	text-decoration: none;
}
.infoFooter
{
	background-color: #ffefba;
	color: Black;
	font-size: 8pt;
	text-align: right;
	border-left: solid 1px purple;
	border-right: solid 1px purple;
	border-bottom: solid 1px purple;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.fileList
{
  display: block;
  font-size: small;
}
a.linkItemHeader
{
	display: block;
	background-color: #d8bfef;
	border: solid 1px purple;
	color: Purple;
	text-decoration: none;
	padding: 2px;
}
a.linkItemHeader:hover
{
	text-decoration: underline;
}
.linkItemImage
{
	display: block;
	border: solid 1px purple;
	padding: 5px;
}
.linkCell
{
	width: 33%;
	vertical-align: top;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 10px;
}
a.listItemHeader
{
	font-weight: bold;
	display: block;
}
.displayItem
{
	border: solid 1px purple;
	background-color: #d8bfef;
	width: 97%;
}
div.displayItem
{
	border: none;
	background-color: transparent;
	padding-top: 4px;
	text-align: right;
}
.displayItemLabel
{
	padding:3px;
	width: 80px;
}
.displayItemText
{
	padding:3px;
}
.label 
{
	padding-right: 3px;
	vertical-align: top;
}
.text
{
}
td.calMonthList
{
	width: 100px;
	padding-left: 10px;
	vertical-align: top;
}
.calHeader
{
	font-size: 10pt;
	width: 100px;
	background-image: url("Images/calHeader.gif");
	color: white;
	padding: 2px;
	text-align: center;
}
.calLeft
{
	border-left: solid 1px purple;
}
.calRight
{
}
td.calDay
{
	height: 100px;
	vertical-align: top;
	color: Purple;
	border-right: solid 1px purple;
	border-bottom: solid 1px purple;
	padding: 2px;
	background-color: #cc99cc;
}
a.calDay
{
	color: white;
	background-color: purple;
	text-decoration: none;
	width: 100px;
	display: block;
	padding: 1px;
	margin: 2px;
}
a.calDay:hover
{
	color: #cc99cc;	
}
.calToday
{
	font-weight: bold;
}
div.calMonthList
{
	background-color: white;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	width: 110px;
}
.calMonthList a
{
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: Purple;
}
.calMonthList a:hover
{
	text-decoration: underline;
}
.calActiveMonth
{
	font-weight: bold;
}
table.searchPanel
{
	padding-bottom: 4px;
	border-bottom: solid 2px #FBB117;
}
table.searchResults
{
	padding-top: 4px;
}
.searchLabel 
{
	padding-top: 5px;
}
div.searchLabel
{
	border-bottom: dotted 1px black;
}
.searchText
{
	padding-top: 3px;
}
.searchButtons
{
	vertical-align: top;
	text-align: right;
	width: 100px;
}
.listHeader
{
	padding-top: 4px;
	color: Purple;
	font-weight: bold;
}
.listIcon
{
	width: 99px;
	margin: 5px;
	vertical-align: top;
	background-color: #f1f1f1;
}
.listText
{
	vertical-align: top;
	padding-left: 5px;
}
.listText a
{
	display: block;
}
.listSep
{
	height: 5px;
}
.detailImage
{
	border: solid 1px #FBB117;
}
.detailDetails
{
	vertical-align: top;
	border-top: solid 1px #FBB117;
	border-right: solid 1px #FBB117;
	border-bottom: solid 1px #FBB117;
	padding: 5px;
}
.detailTitle
{
	font-weight: bold;
}
.detailText
{
}
div.cookie
{
	padding-bottom: 5px;
	color: Blue;
}
.cookie a
{
	text-decoration: none;
}
.cookie a:hover
{
	text-decoration: underline;
}
div.paging
{
	text-align: center;
}
td.paging
{
	padding-right: 5px;
}
td.paging a
{
	color: Purple;
}
td.paging a:hover
{
	text-decoration: underline;
}
td.footer
{
	background-color: black;
	color: White;
	font-size: 10pt;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
}
/* Legacy CSS */
td.regLabel {
	vertical-align: top;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
	white-space: nowrap;
	width: 190px;
}
.required {
	color: red;
	vertical-align: top;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 3px;
}
.readonly {
	background-color: silver;
}
.noFormat 
{
	border:0px; 
	width:auto; 
}