
#preload, .footer, .msg_schCont, .socialBox, #loading, .phoneOnly, header > a, .iButton, .debugToolbar, .dataBox .drawer, .ui-collapsible-collapsed, .errorPane, .ui-collapsible-heading-status, .dataBoxAdder, #navDrawer, #page_map, #page_settings, .ui-loader, .ui-popup-container, .dataBox .infoButton, .bubble
{
	display: none;
}
html > body {
	background: white;
	font-family: "Calibri", "Droid Sans", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
	font-size: 9pt;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.inlineIcon24 > img {
	height: 1em;
}
#page_workspace {
	margin-top: 0px !important;
	padding-top: 0px !important;
 	min-height: none !important;
	height: auto !important; 
}
#page_workspace > header {
	display: none;
}
h1, h2, h3, h4, h5, h6 { margin: 0; }
h1 > a { text-decoration: none; color: black; }
.questionBar { padding-bottom: 1ex; border-bottom: 1px solid #777; }
.questionBar > h2 { display: inline; }
.dataBoxes{
	padding-top: 1px;
}
.dataBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1em 0 0 0;
	display: block;
	float: none; 
	 width: 300px; 
	padding: 1ex 1.6ex;
	border: 1px solid #999;
	page-break-after: always;
}
.dataBox header, .infoBox header { 
	background: #eee; 
	margin: -1ex -1.6ex 0 -1.6ex; 
	padding: 1ex 1.6ex; 
	border-bottom: 1px solid #999; 
}
.dataBox header .title, .infoBox header .title { font-size: 120%; font-weight: bold; }
.dataBox header .summary, .infoBox header .summary { display: inline; }
.dataBox > .content {
	
	
	
}
.dataBox .pane, .infoBox .pane {
	margin: 1ex 0 4ex;
	overflow: hidden;
}
.myBox{
	page-break-inside: avoid;
}
.dataBox h4, .infoBox h4 { margin: 0 0 2ex 0; border-bottom: 1px solid #999; }
.dataBox h4 > a, .infoBox h4 > a { color: black; text-decoration: none; font-weight: bold;  }
footer {
	padding: 1ex 0;
	margin-top: 4ex;
	border-top: 1px solid #999;
}
.dataBox .templateView table tr {
	border-bottom: 2px solid #eee;
}
.dataBox .templateView table tbody > tr:last-child {
	border-bottom: none;
}
.chartHolder {
	text-align: center !important;
}
.chartHolder svg {
	display: inline-block;
}
.highcharts-button {
	display: none;
}
.highcharts-container{
	width: 300px;
}
.templateView {
	overflow: auto;
	margin: 20px 0;
}
.templateView:first-child, .debugToolbar + .templateView {
	margin-top: 0;
}
.templateView:last-child {
	margin-bottom: 0;
}
.templateView table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
.templateView td, .templateView th {
	
	text-align: right;
	vertical-align: top;
	padding: 2px 0.5em;
}
.templateView td, .templateView th {
	
	width: 1%;
}
.templateView .thirtyWide {
	
	width: 30%;
}
.templateView .sixtyWide {
	
	width: 50%;
}
.templateView td.indented, .templateView th.indented {
	padding-left: 2em;
}
.oldIE .templateView td, .oldIE .templateView th {
	width: 50%; 
}
.templateView thead th {
	vertical-align: bottom;
	padding-top: 4px;
	padding-bottom: 4px;
}
.templateView th:first-child, .templateView td:first-child {
	text-align: left;
}
.templateView { font-size: 90%; }
.templateView tbody th { font-weight: normal; }
.templateView tbody th:first-of-type {
	font-weight: bold;
	
	text-align: left;
}
.templateView table .left, .templateView table .left { text-align: left; }
.templateView table .right, .templateView table .right { text-align: right; }
.templateView .big { font-size: 110%; }
.templateView .dividerBelow { border-bottom: 2px solid #eee; }
.templateView .dividerAbove { border-top: 2px solid #eee; }
.templateView .dividerOnRight { border-right: 2px solid #eee; }
.templateView .dividerOnLeft { border-left: 2px solid #eee; }
.templateView tbody .dividerBelow:last-child { border-bottom: none; }
.templateView tbody .dividerAbove:first-child { border-top: none; }
.templateView .dividerBelowEvenRows tr:nth-child(even) {
	border-bottom: 2px solid #eee;
}
.templateView .dividerBelowEvenRows tr:last-child { border-bottom: none; }
.templateView .dividerBelowEvenRows tr:first-child { border-top: none; }
.templateView table tr:nth-child(even) .hiddenInEvenRows {
	visibility: hidden;
}
.templateView table tr:nth-child(odd) .hiddenInOddRows {
	visibility: hidden;
}
.templateView thead tr:first-child th {
	background: rgb(229,229,229); 
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); 
}
.templateView .dividerBelow { border-bottom: 2px solid #eee; }
.templateView .dividerOnRight { border-right: 2px solid #eee; }
.templateView .dividerOnLeft { border-left: 2px solid #eee; }
.templateView tbody .dividerBelow:last-child { border-bottom: none; }
.myBox {
	
	width: 300px;
	float: left;
	margin: 10px 40px 5px 3px;
	padding: 2px;
}
h5 {
	font-size: 110%;
	border-bottom: 1px solid rgb(200, 200, 200);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
table.mySchTable{
    width: 100%;
}
.myBox thead tr:first-child th {
	background: #f0f0ef;
}
.myBox th:first-child, .myBox td:first-child {
	text-align: left;
}
.myBox thead th {
    color: #003865;
        vertical-align: bottom;
        padding-top: 4px;
        padding-bottom: 4px;
}
.myBox td, .myBox th {
	text-align: right;
	vertical-align: top;
	padding: 2px 0.5em;
}
.myBox table {
	border-collapse: collapse;
}