/*--------text apparence----------*/
BODY {
	color:				#e0e0e0;
	font-family:		arial;
    font-size:			12pt;
	background-color:	#2b4140;
}
/*--------------------------------*/
a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 90%;
}
a:hover {
  	text-decoration: none;
	color: yellow;
}
a img {
  	border: none;/*remove border for linked images*/
}
/*--------------------------------*/
.vgrhead {
	background-color:	#686669;
	border-width:		1px;
	border-style:		solid;
	border-color:		#00a7ff;
	border-radius:		10px;
	margin-top:			15px;
	float:				right;
	text-align:			right;
    width:				500px;
}
.vgrhead_firstline {
	font-weight:		bold;
}
/*--------------------------------*/
#menu {
	background-color:	#686669;
	border-width:		1px;
	border-style:		solid;
	border-color:		#00a7ff;
	border-radius:		10px;
	margin-top:			15px;
	margin-right:		auto;
	margin-left:		auto;
}
#menu .div-table-title {
	border-bottom-style:dotted;
	border-width:		2px;
	border-radius:		10px;
	margin-top:			5px;
	margin-bottom:		5px;
	padding-left:		10px;
	padding-right:		10px;
	text-align:			center;
	font-weight:		bold;
	color:				#00a7ff;
}
#menu .div-table-cell {
	border-bottom-style:hidden;
	padding-left:		50px;
	text-align:			left;
	font-weight:		normal;
	color:				#00a7ff;
}
/*--------------------------------*/
#submenu {
	background-color:	#686669;
	border-width:		1px;
	border-style:		solid;
	border-color:		#00a7ff;
	border-radius:		10px;
	margin-top:			15px;
	width:				90%;
}
#submenu .div-table-title {
	border-bottom-style:solid;
	border-top-color: 	#686669;
	border-left-color: 	#686669;
	border-right-color: #686669;
	border-width:		0px;
	border-radius:		10px;
	margin-top:			5px;
	margin-bottom:		5px;
	text-align:			left;
	font-weight:		normal;
	color:				#00a7ff;
}
#submenu .div-table-cell {
	border-bottom-style:hidden;
	width:				100%;
	padding-left:		50px;
	text-align:			left;
	font-weight:		normal;
	color:				#04aa9b;
}
/*--------------------------------*/
#vgrcoords {
	background-color:	#686669;
	border-width:		1px;
	border-style:		solid;
	border-color:		#00a7ff;
	border-radius:		10px;
	width:				70%;
	margin:				auto;
	text-align:			center;
	margin-top:			200px;
}
#vgrcoords .div-table-title {
	font-weight:		bold;
}
#vgrcoords .div-table-cell {
}
/*--------------------------------*/
#explain {
	background-color:	#686669;
	border-width:		2px;
	border-style:		dashed;
	border-color:		#00a7ff;
	border-radius:		10px;
	width:				90%;
	margin-top:			15px;
}
#explain .div-table-firstcol {
	border-style:		hidden;
	padding-top:		5px;
	padding-bottom:		5px;
	font-weight:		bold;
	color:				#00a7ff;
	padding-left:		20px;
}
#explain .div-table-cell {
	color: #CCCCFF;
}
/*--------------------------------*/
#zone_time {
	border-width:		2px;
    border-style:		solid;
    border-color:       #04aa9b;
    border-radius:		8px;
    width:				300px;
	float:				right;
    text-align:         right;
    font-size:			80%;
    color:				white;
}
/*--------------------------------*/

