body
{
	background-color:#fff;	
	background-position:center;
	color:#000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a:link
{
	color:#069;
}
a:visited
{
	color:#069;	
}
.footer
{
	background-color:#003333;
	color:#00FF33;
	overflow:auto;
}
.main_div {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.main_title_div {
	margin-left: auto;
	margin-right: auto;
	font-size:34px;
	font-weight:bold;
	text-align:left;
	margin-left:15px;
	margin-top:5px;
	color:#FFFFFF;
	text-shadow:#000 2px 2px 2px;
	width:400px;
	position:relative;
	top: 5px;
}
#main_content{
	text-align:left;
	height:540px;
	width:940px;
	margin-left: auto;
	margin-right: auto;
}

#skill_definition_popup{
	color:#000;
	position:absolute;
	top: 100px;
	left: 50%;
	padding: 0.2em;
	width: 600px;
	height: auto;
	overflow: hidden;
	margin-left: -300px;
	background-color:#ccc;
	border-radius:10px;
	padding:20px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 3px 3px 5px 0px rgb(0,0,0);
	z-index: 101;
}
.gps_font{
	font-family:Verdana, Geneva, sans-serif;
}

#menu_main{
	background-color:#CCC;
	height:40px;
}
#menu_main_left{
	left:0px;
	width:50%;
	float:left;
	height:40px;
}

#menu_main_left li{
	display:inline;
	float:left;
	padding-right:10px;
}

#menu_main_right{
	right:0px;
	width:50%;
	float:right;
	height:40px;
}

#menu_main_right li{
	display:inline;
	float:right;
	padding-left:10px;
}

#section_title{
	font-size:26px;
	background-color:#666666;
}
.section_div
{
	background-image:url(../images/back_section.jpg);
	width:940px;
	height:540px;
	border-radius: 10px;
}

.console
{	
	background:#003300;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	overflow:scroll;
}

.data_console
{	
	background:#003300;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	overflow:scroll;
	width:350px;
}
.console_normal
{
	color:#0F0;
}

.console_warning
{	
	color:#FF0;
}
.console_error
{
	color:#F00;
}

.mockup_div{
	border-radius: 10px;
	background-color:#666;
	padding:10px;
	text-shadow:#000 1px 1px 1px;
}
.map{
	background-image:url(../images/gps_frame.png);
	background-repeat:no-repeat;
	width:940px;
	height:520px;
	padding-top: 20px;
	text-align:center;
	border-radius: 5px;
}

.map_eq{
	background-image: url(../images/gps_frame_eq_1.png));
	background-repeat:no-repeat;
	width:940px;
	height:520px;
	padding-top: 20px;
	text-align:center;
	border-radius: 5px;
}
.search_div
{
	width:180px;
	background-color:#FFF;
	font-weight:bold;
	border-radius: 5px;
	border: rgb(102,102,102) 2px solid;
	position:absolute;/*
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: inset 0px 0px 1px #000;*/
	padding: 3px;
	left: 130px;
	top: 406px;
	font-size: 12px;
}
.activity_header_label
{
	font-size:12px;
}
.activity_header_title
{
	font-size:18px;
	font-weight:bold;
}
.activity_gps_link
{
	color:#FFFFFF;
	font-size:10px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	width:auto;
	background-color:#CCC;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
	margin-top:3px;
	text-shadow:rgb(0,0,0) 1px 1px 2px;
	box-shadow:rgb(0,0,0) 1px 1px 2px;
}

.activity_gps_link:hover
{
	background-color:#CCC;	
	border-radius: 5px;
	cursor:pointer;cursor:hand;
	color:#FFFFFF;
	width:auto; /* Fallback for web browsers that doesn't support RGBa */
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
}

.history_activity
{
	color:#FFFFFF;
	font-size:10px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	width:auto;
	background-color:#CCC;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	margin-top:3px;
	text-shadow:rgb(0,0,0) 1px 1px 2px;
	box-shadow:rgb(0,0,0) 1px 1px 2px;
	cursor:default;
}

.history_panel
{
	color:#000000;
	font-size:14px;
	padding:5px;
	width:auto;
	background-color:#CCC;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1.0);
	margin-top:3px;
	/* [disabled]text-shadow:1px 1px 1px rgb(0,0,0); */
	box-shadow:rgb(0,0,0) 1px 1px 2px;
}

.popup_panel
{
	border: solid 1px black;
	border-radius: 5px;
	background-color: white;
	color:#000000;
	z-index: 4001;
	width:200px;
	height:40px;
	text-align:center;
	position: fixed;
	top: 25%;
	left: 50%;
	margin-top: -25px;
	-moz-box-shadow: 4px 4px 10px #000;
	-webkit-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
	margin-left: -100px;	
	font-family:Verdana, Geneva, sans-serif;
}
.shader
{
	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	background-color: #666666; /* dark gray */
	opacity: .8; filter: alpha(opacity=80); /* opacity: partly transparent */
	z-index: 4000;
}
.main_menu_btn
{
	height:40px;
	width: 100px;
}
.coming_soon_txt
{
	color:#FFFF00;
	font-size:24px;
	font-weight:bold;
}

