* {
	font-family:"Trebuchet MS","sans-serif";
}

/* Rules for CTPS "branding" */
#banner{
	position:relative;
	height:100%;
	left:2%;
	top:-43px;
	z-index:15;
	border: none;
}
.pagetitle{
    font-size: 17px;
}
.ctpsHeader{
	height:59px;
	background-color:white
}
.lightBlue{
	height:27px;
	width:100%;
	background-color:#7DA1C4;
	z-index:10;
}
.darkBlue{
	height:16px;
	width:100%;
	background-color:rgb(13,72,127);
	z-index:10;
}
/* End of rules for CTPS "branding" */

#map_controls {
    margin-bottom: 20px;
}


/* Rules for OpenLayers map */
.map {
    height: 700px;
    width: 100%;  
}

/* Hide OpenLayers Attribution on map */
.ol-attribution {
	display: none;
}

/* In case we use jQueryUI, the following overrides jQueryUI ui-widget class size of "1.2em" */
.ui-widget {
	font-size: 12px;
}


/*CSS Table for Station Data*/
.station {
	display:table;
	width: 100%;
	height: 100%;
	font-size: 16px; /*12 pt font*/
	font-weight: normal;
}
#output_div{
	font-size: 16px;
	font-weight: bold;
}
.box {
	display: table-cell;
	text-align: left;
	vertical-align:top;
	line-height: 15px;
}
.colClass {
    text-align: center;
}
.capClass {
	font-size: medium;
	font-weight: bold;
	text-align: left;
}
#table_1_head{
	font-size: 16px; /*12 pt font*/
}
#table_1_body{
	font-size: 16px; /*12 pt font*/
}