html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

select {
	font-family: sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}


A:link {
	color: #3C8DBC;
	text-decoration: none;
}
A:visited {
	color: #3C8DBC;
	text-decoration: none;
}
A:hover {
	color: #3C8DBC;
	text-decoration: underline;
}
A:active  {
	color: #3C8DBC;
	text-decoration: none;
}

A.dataTableLink:link {
	color: #3C8DBC;
	text-decoration: none;
}
A.dataTableLink:visited {
	color: #3C8DBC;
	text-decoration: none;
}
A.dataTableLink:hover {
	color: #3C8DBC;
	text-decoration: underline;
}
A.dataTableLink:active  {
	color: #3C8DBC;
	text-decoration: none;
}


.wrapper {
	width: 100%;
	height: 92%;
	border-spacing: 0px;
}
.topLayer {
	width: 100%;
	height: 8%;
	border-spacing: 0px;
}
.leftSide {
	width: 15%;
}
.rightSide {
	width: 85%;
}



.topTitleLayer {
	height: 100%;
	background-color: #367FA9;
	text-align: center;
	color: white;
	font-weight: bold;
  	line-height: 50px;
  	font-size: 125%;
	padding: 0px;
	vertical-align: middle;
}
.topMenuLayer {
	height: 100%;
	background-color: #3C8DBC;
	padding: 0px;
}



.menuLayer {
	background-color: #000000;
	vertical-align: top;
}
.menuWrapper {
	width: 100%;
	border-spacing: 0px;
}
.uLogin {
	width: 100%;
	height: 25px;
	text-align: center;
	color: white;
	padding-top: 20px;
}
.uLoginForm {
	width: 100%;
	color: white;
}
.myInfo {
	width: 100%;
	text-align: center;
	font-size: 75%;
	color: white;
}
#CreateNewReport {
	width: 95%;
	background-color: #49505a;
	color: #FFFFFF;
}

.classRel {
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 2%;
	position: fixed;
	left: 0px;
	z-index: 10;
}

.classRelTop {
	top: 0px;
}

.classRelBottom {
	bottom: 0px;
}



.contentSection {
	background-color: #ECF0F5;
	height: 100%;
	vertical-align: top;
}
.contentLayer {
	width: 100%;
	height: 100%;
}
.contentTitle {
	width: 100%;
	border-spacing: 10px;
}
.contentTitleBig {
  	font-size: 150%;
  	font-weight: bold;
}
.contentTitleSmall {
	color: #367FA9;
  	font-size: 100%;
}
.contentTable {
	width: 100%;
	border-spacing: 10px;
}
.contentTableReport {
	width: 100%;
	padding-top: 20px;
}
.contentTableClone {
	width: 100%;
}
.resultTable {
	width: 100%;
	border-spacing: 4px;
	background-color: #FFFFFF;
}
.resultTableTitle {
  	font-size: 115%;
}
.resultMap {
	width: 100%;
	border-spacing: 4px;
}
.fRedClass {
	color: red;
}
.loginFormWrapper {
	width: 100%;
	border-bottom: 1px solid #32373e;
	border-left: 5px solid #367FA9;
}
.loginForm {
	width: 90%;
	border-spacing: 2px;
	padding: 20px;
}
td.clonearea { 
	padding:0px 0px 0px 10px;
	width: 100%;
}
td.cloneareatop { 
	padding:20px 0px 0px 10px;
	width: 100%;
}
.fieldLabel {
	padding: 3px 5px 3px 5px; 
	font-weight:bold;
}
.helpbox {
	background-color:#f7f7f7;
	border: solid 1px #CC99FF;
	padding: 5px 5px 5px 5px;
	color:#42453E;
}
.helptd {
	padding: 5px 0px 5px 0px;
}

/**************************************************
Left side menu
**************************************************/
#cssmenu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-family: sans-serif;
	color: #ffffff;
}
.menuSection {
	font-family: sans-serif;
	color: #ffffff;
	padding: 20px 20px;
	font-weight: bold;
	text-decoration: none;
	border-left: 5px solid #1E282C;
	border-top: 1px solid #1E282C;
	border-right: 1px solid #1E282C;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	background: #000000;
	font-size: 110%;
}
#menuItem {
	cursor: pointer;
	border-bottom: 1px solid #32373e;
	border-left: 5px solid #367FA9;
	border-right: 1px solid #32373e;
	padding: 10px 20px;
	z-index: 1;
	text-decoration: none;
	font-size: 100%;
	color: #ffffff;
	background: #49505a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#menuItem:hover {
	background: #424852;
}



.column {
	width: 50%;
	float: left;
	padding-bottom: 50px;
}
.columnFull {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
.portlet {
	margin: 0 1em 1em 0;
	padding: 0.3em;
}
.portlet-header {
	padding: 0.2em 0.3em;
	margin-bottom: 0.5em;
	position: relative;
}
.portlet-toggle {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}
.portlet-content {
	padding: 0.4em;
}
.portlet-placeholder {
	border: 1px dotted black;
	margin: 0 1em 1em 0;
	height: 50px;
}