﻿.bodyBorder
{
	border: 1px solid #000000;
	margin: 0px;
	padding-bottom: 0px;
}
.pagetitle
{
	font-size: 20px;
	font-weight: bold;
	color: #000000; /*line-height: 100%;*/
	text-decoration: none;
}

.pageTitleSmall
{
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	color: #3366ff;
}

.pageTitleLightSmall
{
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	color: #3366ff;
}

.pageTitleLarge
{
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	color: #000066;
}

.pageTitleLargePale
{
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	color: #3366ff;
}

.homePageTitleLarge
{
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	color: #000066;
}

.homePageTitleLargePale
{
	font-size: 28px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	color: #3366ff;
}

.pagetitle:active
{
	color: #0b6967;
	text-decoration: none;
}
.pagetitle:hover
{
	color: #0b6967;
	text-decoration: none;
}
.pagetitle:visited
{
	color: #0b6967;
	text-decoration: none;
}
A.menu:active
{
	color: White;
	text-decoration: none;
}
A.menu:hover
{
	color: Red;
	text-decoration: none;
}
A.menu:visited
{
	color: white;
	text-decoration: none;
}

A.menu {color:white;
	text-decoration:none;
}

.menu 
{
	color:White;
	text-decoration:none;
}


.bodytext
{
	font-size: small;
}
.bodytextsmall
{
	font-size: smaller;
}
.bodytitle
{
	font-size: small;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.headertable
{
	background-color: #f0fff0;
	border-bottom: #0b6967 1px inset;
}
.selecteddate
{
	background-color: #FFC0C0;
}
.button
{
	padding: 2px;
	margin: 5px 0 0;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	/*filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffff' ,EndColorStr= '#00B25A' );*/
}
.buttonhover
{
	border-top-color: #c63;
	border-left-color: #c63;
	border-right-color: #930;
	border-bottom-color: #930;
}
.progress
{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 5px 0px;
	width: 100px;
	text-align: center;
	float: left;
}
.data
{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 5px 0px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	float: left;
}

.imageBorder
{
	border-bottom-color: Red;
	border-left-color:Red;
	border-top-color:Red;
	border-right-color:Red;
	
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-style:solid;
	border-right-style:solid;
	
	border-bottom-width:3px;
	border-left-width:3px;
	border-top-width:3px;
	border-right-width:3px;
}

.blueText
{
	font-family:Arial;
	font-size:x-small;
	color: #3366ff;
}

.radItem
{
    background: #3366ff;
    z-index: -100;
}

.smallerText
{
    font-size:smaller;
}

.noBorder, .noBorder TD, .noBorder TH, .noBorder TR
{
    border: none 0px white;
    border-width: 0px;
    border-collapse: collapse;
    border-style: none;
}

.greenBox
{
	/*background-color: #00ff00;*/
	background-color: #99FFCC;
	color: #000000;
	font-weight: bold;
}	

.amberBox
{
	/*background-color: #00ff00;*/
	background-color: #FFCC66;
	color: #000000;
	font-weight: bold;
}	

.redBox
{
	/*background-color: #00ff00;*/
	background-color: #F75D59;
	color: #000000;
	font-weight: bold;
}	