@charset "utf-8";

.EightPointCopy {
	font-size: 8pt;
	line-height: 14px;
}

body  {
	font: 10pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 10px;

}
a 
	{
	text-decoration: none;
	color:#660000;
	}

.mainContainer { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left:auto;
	margin-right: auto;
	width:800px;
	height:535px;
	z-index:1;
	background:url(Images/bgLevel1.gif); 
	/*border:solid 1px red;*/
	overflow: hidden;
} 


.leftContainer
{
	position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	margin-left: 15px;
	margin-top: 80px;
	margin-bottom: 50px;
	width:590px;
	height:430px;
	z-index:1;
	border:thin;
	border-color:#99FF33;	
}
.rightContainer
{
	position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: right;
	width:165px;
	height:510px;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	z-index:1;
	border:thin;
	border-color:#99FF33;	
}
.adminContainer
{
    text-align:left;
}

.pageHeaderBox
{
	margin-left: 30px;
}

.bodyScrollBox
{
	position: absolute;
	overflow: auto;
	height: 369px;
	width: 580px;
	left: 4px;
	top: 66px;
	scrollbar-face-color:cornsilk;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:A0522D;
	scrollbar-darkshadow-color:darkred;
	scrollbar-shadow-color:CD853F;
	scrollbar-arrow-color:808000;
	scrollbar-track-color:A0522D;
	z-index: 7;
}

.bodyScrollBoxPartial
{
	overflow: auto;
	scrollbar-face-color:cornsilk;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:A0522D;
	scrollbar-darkshadow-color:darkred;
	scrollbar-shadow-color:CD853F;
	scrollbar-arrow-color:808000;
	scrollbar-track-color:A0522D;
	z-index: 7;
	margin-left: 25px;
	width:540px; 
	padding-left:10px;
}

.levelOneCopy {
	color: #000000;
	margin-left: 35px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: 12px;
	line-height: 18px;
	z-index: 8;
}

.displayImage {
	position:absolute;
	float: left;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	width: 593px;
}


.mainContent {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 5px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.menuLinks {
	margin-left: 10px;
	font-size: 7pt;
	font-weight: bold;
	color: #663333; 
}

.menuBar, td.menuBar {
	padding-left: 10px;
	font-size: 7pt;
	font-weight: bold;
	color: #663333;
	background: url(/Images/bgMenubar.jpg);
	background-repeat:repeat-y;
	height: 22px;
}
td.sideBar {
	color: #663333;
	background: url(/Images/bgSideBarDown.jpg);
	background-repeat:repeat-x;
	height: 150px;
}

.copySubHead {
	font-size: 16pt;
	font-weight: normal;
	color: #663333;
	margin-left: 35px; /* the left and right margin should be given to every element that will be placed in the side columns */
	line-height: 18pt;
}

.copySubHeadCallout {
	font-size: 12pt;
	color: #663333; font-weight:500;
}

.pageHeading 
{
    font-size:xx-large;
    color:#660000;
}

.fieldLabel
{
	margin-top: 10px;
	vertical-align: middle;
	white-space: nowrap;
	color: #663333;
	background-color: #d3d3d3;
	text-indent: 3px;
}

.field
{
    margin-left:20px;
}

.recordHighlight
{
    font-weight:bold;
    text-transform:uppercase;
}

div.calendar 
{
    border: solid 3px #CC9900;
    background-color: #FFFFFF;
}

td.calendar 
{
    letter-spacing:normal;
    line-height:normal;
    font-family: Tahoma;
    font-size: 11px;
    color: #330033;
    background-color: #FFFFFF;
}

tr.calendar 
{
    font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #A6958D;
	text-decoration: none;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.txtShowing
{
    color:#006666;
}
.txtSoon
{
    color:#669933;
}
.txtExpired
{
    color:#cc6633;
}

.submitButton
{
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
	background-color: #006666;
	width: 90px;
	height: 20px;
}

.editButton
{
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
	background-color: #669933;
	width: 90px;
	height: 20px;
}

.cancelButton
{
	text-align: center;
	color: #666633;
	font-size: 8pt;
	text-decoration: none;
	background-color: #cccc99;
	width: 90px;
	height: 20px;
}

.deleteButton
{
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
	background-color: #cc6633;
	width: 90px;
	height: 20px;
}

h1
{
    font-family:Times New Roman;
    font-size:32pt;
	font-weight:normal;
	letter-spacing:2px;
	color: #663333;
	margin-bottom: 2px;
}

h3
{
	font-size: 16px;
	font-weight: 900;
	text-indent: 5px;
	border-bottom: #cccccc 1px solid;
	line-height: 18px;
	color: #663333;
	margin-bottom: 2px;
}
h4
{
	font-size: 14px;
	font-weight: 900;
	text-indent: 5px;
	border-bottom: #cccccc 1px solid;
	line-height: 16px;
	color: #663333;
	margin-bottom: 2px;
}
h5
{
	font-size: 12px;
	font-weight: 900;
	text-indent: 5px;
	border-bottom: #cccccc 1px solid;
	line-height: 14px;
	color: #663333;
	margin-bottom: 2px;
}
hr.divider
{
	color: #cccccc;
	height: 1px;
}

.smallText 
{
	font-size: 8pt;
}

/* ADMINISTRATION BOXES */

.titleBox
{
	padding-left: 10px;
	font-size: 7pt;
	font-weight: bold;
	color: #663333;
	background: url(/Images/bgMenubar.jpg);
	background-repeat:repeat-y;
	height: 22px;
}

.top {
	margin: 0px 5px 0px 5px;
	padding: 0px; 
	border-bottom: solid 1px silver;
	background: #fff;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 90px; clear:both; text-align: left;
	}
html>body .top {
	height: 90px; /* ie5win fudge ends */
	}

.left {
	position: absolute;
	top: 100px;
	left: 0px; bottom: 5px;
	margin: 0px; 
	margin-left:17px;
	padding: 2px;
	border: 0px;
	background: WHITE;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px; text-align: left;
	}
html>body .left {
	width: 200px; /* ie5win fudge ends */ 
	border:solid 1px #DDA80A;
	}

.middle { 
	position: inherit;
	text-align: left;
	padding: 2px;
	border: 0px;
	background: #ffffff;
	margin-right: 5px;
	margin-left: 230px;
	}


.right {
	position: absolute;
	top: 100px;
	right: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #666;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}
html>body .right {
	width: 130px; /* ie5win fudge ends */
	}


.smallCheck input
{
	border:0px;
	width:15px;
	height:15px;
	padding:0px;
	margin:0px; 
	vertical-align:middle;
}

.nowrap, .nowrap label, .nowrap tr td
{
	white-space: nowrap;
}