body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif; 
	font-size: 11px;
	overflow: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto 5px;
	color: #03134a;
	text-shadow: #4F5CFB 2px 2px 1px;
}
a:link, a:active, a:visited, a:hover {
/*     color : #000000;   */
	text-decoration: none;
	border: none;
}
img {
	border: none;
}
.footer {
    font-family: Arial, Verdana, Geneva, helvetica, sans-serif; 
    font-size: 10px;  
    margin: 0 auto;
    position: absolute;
    color: #939499;
    min-width: 100%;
    text-align:center;
    /*bottom: 2px;*/
    display: inline;
}
#foot {
    position: absolute;
    z-index: 1;
    /*padding-top: 10px;
    margin-left: 10px;
    margin-right: -10px;*/
    bottom: 0;
    width: 99%;
    /*text-align: center;*/
    height: 30px;
    clear: both;
}
#refLink {
	position: absolute;
	bottom: 2px;
	right: 20px;
}
.bug {
    font-family: Arial, Verdana, Geneva, helvetica, sans-serif; 
    font-size: 9px; 
    left: 10px; 
    color: red;
    /*text-align: right;*/
    bottom: 2px;
    position: absolute;
    display: inline;
}
.tools span {
  padding: 0 10px 3px 10px;
  background: #51717c;
  color: white;
  font-weight: bold;
  border-radius: 0 0 8px 8px;
}

/*
@page {
    margin: 0.5in;
    
}*/
@media print {    
    .top, #head, #foot, .noteMarker, .noPrint, .tools {
        display: none;
    }
    .printHead {
        display: inline;
        text-align: center;
        min-width: 100%;
    }
	.printArea {
		min-width: 100%;
	}
    #notes {
        font-size: 0.7em;
        margin-left: 50px;
    }
	.tbl:not(.head) {
		border-top: 1px solid #03134a;
	}
	.head {
		font-weight: bold;
		font-size: 1.1em;
	}
	form, select {
		background-color: #fff;
	}
}
@media screen {
    #head {
        min-height: 100px;
        min-width: 100%;
        text-align: center;
        background-image: url('../images/nldcEMSlogo.png');
        background-repeat: no-repeat;
        background-position: center top;
    }
    .printHead, .printArea {
        display: none;
    }
	
    #notes {
        display: none;
    }
	#main {
		padding-bottom: 25px;
		overflow: auto;
		max-height: 700px;
	/* 	margin-bottom: 20px; */
	}
	form, .denied {
		background-color: #cdcdcd;
		padding: 25px 0;
	}
	:required, .req {
		border: 1px solid red;
	}
}
select, input[type="checkbox"] {
	background-color: #fff;
}
#userInfo {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
}
#nav {
	position: absolute;
	bottom: 0;
	right: 5px;
}
#filter {
	position: absolute;
	bottom: 0;
	left: 5px;
}
#topLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100px;
}
#topRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100px;
}

input[type="radio"] {
    border: none;  /* Needed for ie */
}
fieldset {
    border: 1px solid #03134a;
}
fieldset.note {
    width: 90%;
	min-width: 90%;
/* 	max-width: 500px; */
	word-wrap: normal;
    margin: 0 20px;
	padding: 5px;
	white-space: pre-wrap;
}


.tbl {
	display: table;  
	min-width: 100%;
	width: 100%;
/* 	margin: 0 auto; */
	white-space: nowrap;
	max-height: 40%;
	overflow: auto;
}
.tbl a {
	display: table-row;
	min-width: 99%;color: green;
}
.tbl a span, .tbl span {
	display: inline-block;
	white-space: pre-wrap;
	/*padding:  2px;  this line not really needed */
}
.even {
	background-color: #d0d0ed;
}
#10003 {
	font-weight: bold;
}
a.arrow:hover {
	text-decoration: none;
	background: none;
	border: none;
}
.tbl A:link, .tbl A:visited {
	text-decoration: none;
	color: #03134a;
}
.tbl A:hover, A:hover {
	text-decoration: none;
	color: #eaffff;
	background-color: #333333;  
}
.tbl A:active {
	text-decoration: none;
	color: #03134a;
}
.tbl span.head, .head {
	color: #909696;
	background-color: #03134a;
}
.tbl_cell {
	min-width: 100px;
}
.tbl_cell_exsm {
	min-width: 25px;
}
.tbl_cell_sm {
	min-width: 50px;
}
.tbl_cell_med {
	min-width: 75px;
}
.tbl_cell_lg {
	min-width: 150px;
}
.tbl_cell_desc {
	min-width: 200px;
}
.tbl_cell_l {
	/*min-width: 45%;*/
	float: left;
	overflow: hidden;
}
.tbl_cell_r {
	/* min-width: 10%; */
	float: right;
	overflow: hidden;
}
.tbl_cell_center {
	width: 100%;
	text-align: center;
}
.tbl_cell_lg_max {
	min-width: 150px;
	max-width: 150px;
	white-space: normal;
	vertical-align: top;
	padding-right: 3px;
}
.tbl_cell_desc_max {
	min-width: 200px;
	max-width: 200px;
	white-space: normal;
	vertical-align: top;
	padding-right: 3px;
}
.oos a span {
	color: red;
}
form span {
	padding: 5px 10px 0;
}
.tbl_cell_chk {
	min-width: 37px;
 	margin-left: -2px;
	text-align: left;
/* 	text-align: center; */
	font-weight: bolder;
}
.verticalText {		/* http://davidwalsh.name/css-vertical-text */
	/* Generally speaking, the average width of a character is 0.4x it's height. Ex: a 10px char is 4px wide */
	width: 150px; /* 50 char @ 11px x 0.4 = 5px wide. 5x50 = 250 so we'll cut it in half for asthetics */
 	margin-right: -113px; 
	transform: rotate(-60deg);
	transform-origin: left bottom 0;
}
