*{
	/*margin: 						0;
	padding: 					0;
	outline:						0;
	border:						0;*/
	font-size: 					100%;
	line-height: 				1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

*, 
*:before, 
*:after {
  -moz-box-sizing: 			border-box; 
  -webkit-box-sizing: 		border-box; 
  box-sizing: 					border-box;
}

html{
	/*min-height:					100%;*/
	/*margin: 						0;
	padding: 					0;
	overflow: 					hidden;*/
}

body{
	/*min-height:					100%;*/
	min-width: 					900px;
	font-size: 					100%;
	/*margin: 						0;
	padding: 					0;
	overflow: 					hidden;
	font-family: 				'Asap', "Lucida Grande", sans-serif;*/
	font-size: 					1em;
	overflow-x: 					hidden; /* intended for use when in sized iframe */
}
table{
		
}
table td{
		padding: 0.2em;
}
.masterContainer{
	min-width: 			900px;
	font-family: 			sans-serif;
	font-size: 				1em;
}
.masterTableContainer{
	width: 					70%;
	min-width: 			500px;
	display: 					inline-block;
	font-size: 				0.7em;
	position: 				absolute;
	top: 						0.5em;
	right: 					0.5em;
	bottom: 				0.5em;
}
.masterTable{
	table-layout: 			fixed;
	background: 			white;
}
.masterTable,
.masterTable td{
	border: 					1px solid black;
}
.subTable2{
	table-layout: 			fixed;
	width: 					400px;
}
.textSizeSmall{
	font-size: 			0.8em;
}
.textSizeMain{
	
}
.textSizeMid{
	
}
.textSizeLarge{
	font-size: 	2em;
}
.textBold{
	font-weight: bold;
}
.textCenter{
	text-align: center;
}
.textItalic{
	font-style: italic;
}
.innerTable_Container{
	padding: 0;
	border: 0;
}
.innerTable_HLines td{
	border-top: 			1px solid black;
	border-right: 			0;
	border-bottom: 		1px solid black;
	border-left: 			0;
}
.innerTable_HLines tr:first-child td{
	border-top: 			0;
}
.innerTable_HLines tr:last-child td{
	border-bottom: 			0;
}
.innerTable_VLines > td{
	border-top: 			0;
	border-right: 			1px solid black;
	border-bottom: 		0;
	border-left: 			1px solid black;
}
.innerTable_VLines > td:first-child{
	border-left: 			0;
}
.innerTable_VLines > td:last-child{
	border-right: 			0;
}
.selectSection{
	background: #e8aa89;
	cursor: pointer;
}
.selectSection:hover{
	background: #f49835;
}
.selectSectionViewed{
	background: #e1d7d2;
}
.selectSectionActive,
.selectSectionActive:hover{
	background: #5fb857;
}
.selectSectionInnerHilite{
}
.selectSectionInnerHiliteOn{
	background: rgba(217, 245, 38, 0.96);
}
.imageCell{
	
}
.imageCenter{
	text-align: center;
}
.noBorderTop{
	border-top: none !important;
}
.noBorderRight{
	border-right: none !important;
}
.noBorderBottom{
	border-bottom: none !important;
}
.noBorderLeft{
	border-left: none !important;
}

.cellBox{
	
}
.marginBumpDown05em{
	margin-bottom: 	0.5em;
}
.marginBumpDown1em{
	margin-bottom: 	1em;
}
.cellBoxH2x{
	height: 3em;
}
.cellBoxH3x{
	height: 4em;
}
.cellBoxH4x{
	height: 5em;
}
.cellBoxH5x{
	height: 6em;
}
.cellBoxH6x{
	height: 7em;
}
.cellBoxH7x{
	height: 8em;
}
.cellBoxH8x{
	height: 9em;
}
.cellBoxH10x{
	height: 10em;
}
.lineHeightSpaced1{
	line-height: 		1.3em;
}
.cellBoxLabel{
	margin-bottom: 1em;
	font-size: 			0.9em;
}
.cellBoxLabelStrong{
	font-size: 			1em;
	font-weight: 		bold;
}
.cellBoxContentStrong{
	font-size: 			1.4em;
	font-weight: 		bold;
}
.cellBoxDataFill{
	margin-bottom: 1em;
	font-size: 			1.3em;
	line-height: 		1.2em;
}
.cellBoxDataFill_Basic{
	
}

.detailBoxStackContainer{
	width: 					29%;
	min-width: 			200px;
	height: 					100%;
	position: 				fixed;
	top:						0;
	bottom: 				0;
	left: 0;
}
.detailBoxStack{
	position: 				absolute;
	top: 						0;
	bottom: 				0;
	right: 					0;
	left: 						0;
	
}
.detailBox{
	height: 					50%;
	overflow: 				hidden;
	font-size: 				0.9em;
	position: 				relative;
}
.detailBoxUpper{
	margin-bottom: 		5px;
}
.detailBoxLower{
	
}
.detailBoxHeader{
	padding: 				0.5em;
	/*height: 					10%;
	min-height: 			3em;*/
	height: 					2em;
}
.detailBoxUpper .detailBoxHeader{
	background: 			#5bb856;
}
.detailBoxLower .detailBoxHeader{
	background: 			#48a996;
}
.detailBoxContent{
	padding: 				0.4em;
	overflow: 				auto;
	position: 				absolute;
	top: 						2em;
	right: 					0;
	bottom: 				0;
	left: 						0;
}
.detailBoxUpper .detailBoxContent{
	background: 			#daebda;
}
.detailBoxLower .detailBoxContent{
	background: 			#dbebe9;
}
.detailBoxContent, 
.detailBoxContent *{
	line-height: 			1.2em;
}
.selectSection,
.selectSection *{
	-webkit-touch-callout: 					none;
	-webkit-user-select: 						none;
	-khtml-user-select: 						none;
	-moz-user-select: 							none;
	-ms-user-select: 							none;
	user-select: 									none;
}