html,body {
	min-height:100%;
	height:100%;
}
body {
	font-family:Tahoma;
	font-size:12pt;
	margin:0 0 0 0;
	min-height:100%;
}
img {
	border:none;
}

h1,h2,h3 {
	margin:0;
	margin-top:5px;
	margin-bottom:3px;
	
}

a {
	color:#000;
	text-decoration:underline;
}

a:visited {
	color:#838488;
}

#backgroundImage {
	background:#FFF;
	top:0px;
	left:0px;
	width:100%;
	
	position:absolute;
	z-index:0;
	overflow:hidden;
	min-height:100%;
	height:100%;
	top:0px;
}
#backgroundImageElement {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	right:0;
}
#backgroundMask {
	width:100%;
	height:768px;
	right:0;
	left:0;
	bottom:0;
	position:absolute;
}


#aboveBackground {
	z-index:1;
	position:absolute;
	width:100%;
	min-height:100%;
	height:100% !important;
	top:0;
	left:0;
	overflow:visible;
	
}

#headers {
	position:absolute;
	
	top:0;
	left:2.5%;
	width:95%;
	z-index:3;
}

#cwsfLogoContainer, #fairLogoContainer {
	
	margin-top:-4px;
	padding-top:20px;
	background-color:#FFF;/*handle IE*/
	/*background-color:rgba(255,255,255,0.75);*/
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	
	border-top:none;
	
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	
	
}

#cwsfLogoContainer {
	
	position:absolute;
	left:0px;
	top:0px;
	
	
	
}

#fairLogoContainer {
	
	position:absolute;
	right:0px;
	top:0px;
	height:159px;
	line-height:135px;/*not to be confused with a magic number*/
	vertical-align:middle;
}

#fairLogo {
	max-height:156px;
	margin-top:4px;
	vertical-align:middle;
}

#contentBoxWrapper {
	
	

	min-height:100%;
	position:relative;
	width:100%;
	
	
}

#contentBoxPadding {
	height:208px;
	position:relative;
	
}
#contentBoxPaddingBottom {
	height:40px;
	position:relative;
	
}

#contentBox {
	position:relative;
	width:80%;
	left:10%;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border: 2px solid #B3B4B8;
	
	display:block;
	
	
		
	
	
}
#contentBg {
	/*background-color:#FFF;*/
	/*opacity:0.83;
	filter:alpha(opacity=83);*/
	background-image:url("../images/alphaBody.png");
	

}
#contentHolder {
	margin-left:3px;
	margin-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	opacity:1;
	filter:alpha(opacity=100);
}
#contentHeader {
	height:45px;
	background-color:#FFF;
	width:100%;
	border-bottom:1px solid #B3B4B8;
	border-spacing:0;
	opacity:1;
	position:relative;
}
#contentHeaderTable{
	width:100%;
	border-collapse: collapse;
}
#menuTable {
	width:100%;
	border-collapse: collapse;
}

#contentHeaderTable td, #contentHeaderTable tr,#contentHeaderTable tbody ,#menuTable tr, #menuTable tr, #menuTable tbody{
	border-spacing:0;
	margin:0;
	padding:0;
	white-space:nowrap;
	height:45px;
}
#contentHeaderTitle{
	margin-left:12px;
	bottom:3px;
	position:relative;
		font-weight:bold;
	font-size:18pt;
}

#contentHeaderBreadcrumb{
	margin-left:8px;
	top:1px;
	position:relative;
	font-size:10pt;
}
#contentHeaderBreadcrumb a:visited {
	color:#000;
}


#menuBar {
	font-size:12pt;
	font-weight:normal;
	position:absolute;
	top:0px;
	right:0px;
	float:right;
	height:45px;
	background-color:#FFF;
}
#menuBar ul {
	list-style-type: none;
	height: 45px;
	white-space:nowrap;
	margin: auto;
	padding-left:0;
}
#menuBar li {
	float:left;
}
#menuBar a {
	padding:0px 6px 0px 6px;
	border-left:1px solid #B3B4B8;
	height:45px;
	line-height:45px;
	display:block;
	text-decoration:none;
}

#menuBar a:hover {
	text-decoration:underline;
}
#menuBar a:visited {
	color:#000;
}


#errorsHolder {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin:0 auto;
	margin-bottom:5px;
	padding:3px;
	border:1px solid #D30000;
	background-color: rgba(255,0,0,0.5);
	width:75%;
	font-size:109%;
}

#notesHolder {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin:0 auto;
	margin-bottom:5px;
	padding:3px;
	border:1px solid #0000D3;
	background-color: rgba(0,0,255,0.5);
	width:75%;
	font-size:109%;
}

.adminOptsBlock {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin:0 auto;
	margin-bottom:5px;
	margin-top:5px;
	padding:3px;
	border:1px solid #ff8809;
	background-color: rgba(255,255,0,0.5);
	width:75%;
	font-size:109%;
}
#footerHolder {
	position:absolute;
	bottom:0px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
	display:block;
}
#footerText {
	
	
	font-family:Arial;/*why not*/
	font-size:8pt;
	color:#737478;
	display:inline;
	
	background-color:transparent;
	background-color:rgba(255,255,255,0.7);
	padding: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.centerText {
	text-align:center;
	width:100%
}
.center {
	margin:0 auto;
}
.lightBorder {
	border:1px solid #D3D4D8;
	
}
.cornerRound {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.listSpacing {
	margin-bottom:4px;
}
.noLkState a:visited{
	color:#000;
}
.linkCursor {
	cursor:pointer;
}
