@charset "utf-8";

/* BEGIN STYLESHEET RESET */
html, body, div, span, applet, object,
ifram, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, 
i, center, dl, dt, dd, ok, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, form{margin: 0;	padding: 0;	border: 0;	outline: 0;}
header, section, footer, aside, nav, article, figure {display: block;}
h1, h2, h3, h4, h5{}
h1{font-size: 1.4em;}
h2{font-size: 1.3em;}
h3{	font-size: 1.1em;}
h4, h5{font-size: 1.0em;}

body{
	background-color: #999;	
}

body, input{
	/*font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;	*/
	font-family: "Times New Roman", Times, serif;
}

button{
	color: #DCDCDC;
	border: 1px solid #DCDCDC;
	background-color: #30704D;
	border-radius: 4px;	
	font-size: 17px;
}
button:hover{
	background-color: #8BD788;
	color: #000;
	cursor: pointer;
}

#map_canvas{
	position: absolute;
	top: 39px;
	right: 0px;
	bottom: 80px;
	left: 210px;	
	z-index: 1;
}

#author{
	position: fixed;
	right: 325px;
	bottom: 0px;
	font-size: 12px;	
}

#filterWindow{
	
}

#header{
	color: #DCDCDC;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	height: 35px;	
	padding: 2px;
	overflow: hidden;
	background-color: #232C49;
}

#header button{
	float: right;	
	margin-left: 4px;
}

#leftside{
	position: absolute;
	top: 35px;
	left: 0px;
	bottom: 20px;
	width: 200px;
	font-size: 11px;
	padding: 4px;
	overflow: auto;
}

.noPlotButton{
	border: 1px solid #bbb;
	background-color: #aaa;	
	padding: 3px;
	margin-bottom: 2px;	
	border-radius: 5px;
	font-size: 14px;
	
}
.noPlotButton:hover{
	background-color: #999;
	cursor: pointer;	
}
.infoBox{
	display: none;
}

.airadoutput{
	margin-bottom: 3px;
	background-color: #eee;	
	border: 1px solid #333;	
	padding: 3px;
}

.airadoutput:hover{
	cursor: pointer;
	border: 1px solid #fff;
	background-color: #888;
	color: white;
}

.datepicker{
	font-size: 17px;
	right: 0px;
}

#coordsbackground{
	background-color: #bbb;
	position: absolute;
	opacity: 0.6;
	left: 210px;
	bottom: 100px;
	width: 300px;
	padding: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;	
	z-index: 2;
}

#updateTimer{
	position: absolute;
	bottom: 0px;
	left: 210px;	
	width: 200px;
	overflow: auto;
}

/*floatNote*/
#floatNote{
	color: white;
	font-weight: bold;
	background-color: #444;
	border: 1px solid #111;
	border-radius: 4px;
	position: absolute;
	left: 400px;
	top: 40px;
	padding: 5px;
	font-size: 18px;
	z-index: 20;
	display: none;
}

/******************/
/* Input bar data */
/******************/

input, select, textarea, button{
	
}

table, td, tr{
	/*border: 1px solid #111;*/
}


/*Classes*/
.input-input{
	font-size: 17px;
	right: 0px;
}

/* IDs */

#inputPopout{
	display: none;
	position: absolute;
	top: 39px;
	bottom: 60px;
	right: 0px;
	width: 500px;
	z-index: 10;
	background-color: #444;
	color: white;
	font-size: 18px;
	overflow: auto;
}

#entrytable{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
}

#entrytable td{
	height: 20px;
}

#entrytable td tr{
	width: 50px;
}

#entrytable input, select, {
	width: 300px;
}

#entryDiv{
	display: none;
}

#newPointMenu{
	margin: 5px;
}

#closeinput{
	position: right;
	left: 5px;
}
.coordbutton{
	background-color: #1670B9;
	border: 1px solid #111;
	color: white;
	padding: 3px;
	font-size: 14px;
	margin-bottom: 2px;
}

