﻿body { margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; width:auto; height:auto; background-color:Gray; text-align:center; font-family:Calibri; font-size: 10pt; color:Navy; }
.MainBody { width: 800px; height: auto; background-color: #FFFFFF; text-align: left; border: solid 2px Black; }
.LargeLine { height: 5px; width: 800px; background-color: #663300 }
.SmallLine { height: 3px; width: 800px; background-color: #FFFF99 }

.LargeFloatPanel { width:600px; height:auto; float:left; }
.SmallFloatPanel { width:200px; height:auto; float:left; }

.Footer { color: #FFFF00; background-color: #663300; padding: 10px; text-align: center; }
.FooterHyperLink { text-decoration: underline; font-family: calibri; font-size: 10pt; color: #FFFF00; }

.Menu { width: 800px; padding: 0px 0px 0px 20px; font-family: Calibri; color: #000000; font-size: 10pt; background-image: url('../Images/MenuBar.png'); 
        background-repeat: no-repeat; font-weight: bold; height: 50px; }
.MenuItem { font-size: 11pt; font-family: Calibri; color: #663300; font-weight: bold; text-align: center; text-decoration: underline; width: 1px; }
.MenuDynamic { border: 2px solid #000000; }
.MenuDynamicFCCPSA {
	border: 2px solid #000000;
	width: 300px;
	z-index: 1;
}
.MenuDynamicItem {
	font-family: Calibri;
	font-size: 10pt;
	color: #402000;
	background-color: #FFFF80;
	height: 20px;
	width: 300px;
}
.MenuDynamicHover {
	background-color: #FFCC00;
	border: 2px outset #CC3300;
	width: 300px;
	height: 20px;
}

.blankSpace { width:800px; height:5px; }
.ClearBoth { clear:both; height:1px; width:auto; }


.UpdateProgress {
	background-color: #333333;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	text-align: center;
}
.UpdatePanel {
	padding: 30px 15px 15px 30px;
	border: 2px solid #663300;
	font-family: Calibri;
	font-size: 12pt;
	color: #663300;
	font-weight: bold;
	width: 350px;
	height: 50px;
	background-color: #FFFFFF;
}
.LoginCSS {
	width: 300px;
	height: 155px;
	border: 2px solid #000000;
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;
}
