/* CSS Document */

body {
	background-color:#F0F0F0;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 100%;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1.25em;
	font-style: italic;
}

p {
    font-size: 1em;
}

.youtubelogo {
	height=57px;
	width=92px;	
}

.disp_none {
	display:none;	
}

.centered {
	text-align:center;
}

.txt {
	background-color:#FF6;
	text-align:left;
}

.num {
	background-color:#FF6;
	text-align:right;
}

input {
	background-color:#FC0;
}

#vu_video {
	background-color:#CC3333;
	width:420px;
	height:315px;
}

#eo_lat, #eo_lng, #eo_elev {
	width:150px;
}

#de_map {
	height:300px;
	width:400px;
	float:left;
}

#ws_w, #ws_h, #ws_alt, #ws_azi {
	width:150px;
}

#cam_make, #cam_model, #cam_len, #cam_h, #cam_w, #cam_res, #cam_alt, #cam_azi, #cam_focus, #cam_ev  {
	width:150px;
}

#we_c1_azi, #we_c1_spd, #we_c1_tmpF {
	width:50px;
}

#we_c3_azi, #we_c3_spd, #we_c3_tmpF {
	width:50px;
}

#messenger_code {
	height:300px;
	width:300px;
}

#sbde_submit {
	font-size:xx-large;
	background-color:lightgreen;	
}

#eo_elev_me {
	visibility:hidden;
}
