﻿body {
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	background-image:url("images/bg.gif");
	margin: 0px 0px 0px 0px;
	height:100%;
}

td 
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}

.normal 
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}

.pos 
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}

.testimonial 
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#C02E8A;
	text-decoration:none;
	font-style:italic;
}

.bodylink {
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#C02E8A;
	text-decoration:none;
}

.bodylink:hover {
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FF5ABD;
	text-decoration:underline;
}

.bodylink2 {
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#C02E8A;
	text-decoration:none;
}

.bodylink2:hover {
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#FF5ABD;
	text-decoration:underline;
}

.darkgray {
	background-color:#808080;
}

.gray 
{
	background-color:#C0C0C0;
}

.lightgray 
{
	background-color:#E3E1E1;
}

.spacer 
{
	height:10px;
	width:10px;
}

.altrow 
{
	background-color:#F3F3F3;
}

.blank 
{
}

.star
{
	color:#FF52B5;
}

.textbox {
	font-family:Verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	height:17;
}

.title {
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

.header {
	font-family:Verdana,helvetica,sans-serif;
	font-size:17px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

.label {
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:2pt;
	padding-left:2pt;
}

.comment {
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#808080;
	text-decoration:none;
}

.footer {
	font-family:Verdana,helvetica,sans-serif;
	font-size:9px;
	font-weight: normal;
	color:#C0C0C0;
	text-decoration:none;
	text-transform:uppercase;
}

.red {
	font-family:Verdana,helvetica,sans-serif;
	font-weight: normal;
	color:#FF0000;
	text-decoration:none;
}

.redlink {
	font-family:Verdana,helvetica,sans-serif;
	font-weight: normal;
	color:#FF0000;
	text-decoration: underline;
}

.redlink:hover {
	font-family:Verdana,helvetica,sans-serif;
	font-weight: normal;
	color:#FF0000;
	text-decoration:none;
}

.error {
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
	text-transform:uppercase;
}

.greentitle {
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#008000;
	text-decoration:none;
	text-transform:uppercase;
}

.blacktitle {
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
}

/* Javascript Calendar Styles Start */

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #FF52B5;
  border-right: 1px solid #FF52B5;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #FF52B5;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FED4EC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #FF52B5;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  padding: 1px;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #FF52B5;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1em;
  font-weight:bold;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #F4F4F2;
  border: 1px solid #FFF;
}

/* Javascript Calendar Styles End */

.imageover 
{
	cursor:pointer;
}

.elist 
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}

.elisttitle 
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

.elistlink {
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#C02E8A;
	text-decoration:none;
}

.elistlink:hover {
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#FF5ABD;
	text-decoration:underline;
}

.elisttitlelink {
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#C02E8A;
	text-decoration:none;
}

.elisttitlelink:hover {
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#FF5ABD;
	text-decoration:underline;
}

.reconhead {
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

.reconlist
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}

.reconlistlink
{
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#C02E8A;
	text-decoration:none;
}

.reconlistlink:hover {
	font-family:Verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#FF5ABD;
	text-decoration:underline;
}

.formlabel
{
	width: 120px;
	float: left;
	text-align: right;
}
	
