@charset "utf-8";
/* CSS Document */

<style type="text/css">

#some-element {
  border: 1px solid #ccc;
  display: none;
  font-size: 12px;
  font-family:Verdana, Geneva, sans-serif;
  margin-top: 10px;
  padding: 5px;
  text-transform: uppercase;
}
#some-div:hover #some-element {
  display: block;
}

.Button4D {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #094478), color-stop(1, #296dad) );
	background:-moz-linear-gradient( center top, #094478 5%, #296dad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#094478', endColorstr='#296dad');
	background-color:#094478;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	height:22px;
	line-height:22px;
	width:100px;
	text-decoration:none;
	text-align:center;
	margin-top: 5px;
	
}
.Button4D:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #296dad), color-stop(1, #094478) );
	background:-moz-linear-gradient( center top, #296dad 5%, #094478 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#296dad', endColorstr='#094478');
	background-color:#296dad;
}.Button4D:active {
	position:relative;
	top:1px;
}
a.Button4D:link {
	color:#FFF;
	text-decoration: none;
}
a.Button4D:visited {
	color: #FFF;
	text-decoration: none;
}
a.Button4D:hover {
	text-decoration: underline;
	color:#FF0
}
a.Button4D:active {
	text-decoration: none;
}
.ButtonOff1 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #094478), color-stop(1, #296dad) );
	background:-moz-linear-gradient( center top, #094478 5%, #296dad 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#094478', endColorstr='#296dad');
	background-color:#094478;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:100px;
	text-decoration:none;
	text-align:left;
	margin-top: 5px;
	padding: 0px 0px 0px 5px;
	
}
.ButtonOff1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #296dad), color-stop(1, #094478) );
	background:-moz-linear-gradient( center top, #296dad 5%, #094478 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#296dad', endColorstr='#094478');
	background-color:#296dad;
}.ButtonOff1:active {
	position:relative;
	top:0px;
}
a.ButtonOff1:link {
	color:#FFF;
	text-decoration: none;
}
a.ButtonOff1:visited {
	color: #FFF;
	text-decoration: none;
}
a.ButtonOff1:hover {
	text-decoration: none;
	color:#FFF
}
a.ButtonOff1:active {
	text-decoration: none;
}

#instructions	{
	position:relative;
	left: 300px;
	border: solid;		
	border: 5px #00FF00;	
	background-color:#094478;
	padding: 5px;
	width: 130px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-style:italic;		
}

a.planelink:link	{
	color: #C5D4ED;
	text-decoration: none;
}
a.planelink:visted	{
	color: #C5D4ED;
	text-decoration: none;
}
a.planelink:hover	{
	color: #FF0;
	text-decoration: none;
}
a.planelink:active	{
	color: #C5D4ED;
	text-decoration: none;
}