html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
body {
	overflow: auto;
	font-size: 10px;
	font-family: verdana;
}
form {
	marin: 0;
	padding: 0;
}

.ie table {
	font-size: 100%;
}

p {
	margin-top: 0;
}

.container { height: 100%; }

#ctlViews {
	position: absolute;
	top: 60px;
	right: 12px;
	padding: 0.5px;
	z-index: 100;
}

#loadingMessageContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 30%;
}
#loadingMessage {
	font-size: 130%;
	font-weight: bold;
	color: #999;
}
#loadingMessage img {
	vertical-align: text-top;
}
#appHeader {
	position: relative;
	background-color: #80c31c; /*#8CC63F; #0A3351;*/
	height: 100px;
	z-index: 1;
}
#appHeader .appHeaderLogo {
	position: absolute;
	top: 2px;
	left: 0;
	height: 80px;
	width: 316px;
	background-color: #FA0026;
	background-image: url(media/logo.jpg);
	background-repeat: no-repeat;
	z-index: 4;
}
#appHeader .appHeaderRed {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 137px;
	background-color: #FA0026;
	z-index: 2;
}
#appHeader .appHeaderText {
	text-align: right;
	color: #FFFFFF;
	font-size: 280%;
	padding: 15px 15px 8px 8px;
}
.textContainer {
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.textBackground {
	background:#FFF url(media/textBackground.gif) repeat-x scroll center bottom;
}
/* fixes */
.gecko .textContainer {
	-moz-box-sizing: border-box;
}
.webkit .textContainer {
	-khtml-box-sizing: border-box;
}

/*  Layout 8 specific */
#frame {
	text-align: center;
}

#appContainer {
	text-align: left;
	width: 1000px;
	margin: 0pt auto;
	position: relative;
}

.column {
	position: absolute;
}

#column1 {
	left: 0%;
	width: 40%;
}

#column2 {
	left: 40%;
	width: 30%;
}

#column3 {
	left: 70%;
	width: 30%;
}

.link {
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}

.hidden {
	display: none !important;
}


fieldset {
	position: relative;
	padding: 0;
	border: 0;
}

fieldset .row {
	padding-left: 100px; 
	padding-top: 2px;
}

fieldset .row label {
	position: absolute;
	left:0px;
	padding-top: 3px;
}


