/* Error, using system defaults. */
/* Browser type  is unsupported */
body{
	background:		#003000;
	font-family:	"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font:		Icon;
	font-size:		12px;
	color:			#90FF90;
	margin:			0px;
	/*font:			Message-Box;	*/
}

A:link {text-decoration:none; color:#60FF60;}
A:visited {text-decoration:none; color:#60FF60;}
A:hover {text-decoration:underline; color:#A0F0A0;}

PRE{
	font-family:	"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:		12px;
	color:			#90FF90;
	margin:			0px;
	white-space: pre-wrap; /* CSS2.1 compliant */
	/* white-space: -moz-pre-wrap;  Mozilla-based browsers */
	/* white-space: o-pre-wrap; Opera 7+ */
}

IMG{
	border:	none;
}

P{
	display:	inline;
}
H2{
	display:	inline;
}
H3{
	font-size:	14px;
	display:	inline;
}
H4{
	display:	inline;
}

.HUD{
	/*background-color:	#408040;  */
	/*border-color:		#408040;	*/
	/*color:				#B0FFB0;		*/
	/*background:			rgba(255, 255, 255, 0.80);
	border:				0px;
	padding:			0px;
	border:				0px;
	/*filter:alpha(opacity=90);		*/
	/*opacity:			0.90;		*/
	/*-moz-opacity:		0.90;		*/
	z-index:			10;
}
.chat
{
	font:		Icon;
	font-size:	9px;
}
.DYN_S{	/* format style */
	font-family:	"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:		12px;
	font-style:			normal;
	text-align:			center;
	border-width:		2px ;
	background-color:	#408040; 
	border-color:		#408040; 
	color:				#B0FFB0;
}
.DYN_D{	/* format style */
	font-family:	"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:		12px;
	font-style:			normal;
	text-align:			center;
	border-width:		2px ;
	background-color:	#408040; 
	border-color:		#408040; 
	color:				#006000;
}
.DYN_L{	/* format style */
	font-family:	"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:		12px;
	font-style:			normal;
	text-align:			left;
	border-width:		2px ;
	background-color:	#408040; 
	border-color:		#408040; 
	color:				#B0FFB0;
}

.DYN_R{	/* format style */
	font-family:	"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:		12px;
	font-style:			normal;
	text-align:			right;
	border-width:		2px ;
	background-color:	#408040; 
	border-color:		#408040; 
	color:				#B0FFB0;
}

.mission {
	color:			#FFFFFF; /* rgb(204,204,153); */
	cursor:			pointer;			
}

.planet_menu {
	background:			#FFFFFF;
	background:			rgba(255, 255, 255, 0.80);
	background-color:	#003000; 
	border:				0px;
	padding:			0px;
	border:				0px;
	opacity:			0.80;
	/*filter:alpha(opacity=80);		*/
	/*-moz-opacity:		0.80;		*/	
}

.help {
	background:	#000000;
	color:		#FF0000;
	border:		4px Solid #FF0000;
}
.help thead {
	background:	#404040;
	color:		#FF0000;
}
table{
	font-family:	"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size:		12px;
}

.tin{	/* Data tables style */
	font:		Icon;
	border:		2px Solid #306030;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background:	#204020;
	color:		#90FF90;
}

.tin thead {
	background:	#006000;
	color:		#60FF60;
}

.tin hr {
	width:		100%;
	height:		1px;
	border:		0px;
	background-color: #60FF60;
}

.tan {
	background-color: #183018;
}

.tcr {
	background-color: #408040;
	background-size: 100% 100%;
	background-repeat: repeat;
}

.tcn {
	background-color: #408040;
}

.tcra {
	border-top: 0px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 24px solid #408040;
}

.tc {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image: url(/img/gui/tg_1px.png);
	background-color: #408040;
	background-size: 100% 100%;
	background-repeat: repeat;
}


.tin::-moz-selection{
	background: #60F060;
}
.nm {	/* Nav Map style */
	font:		Icon;
	background-position:	center center;
	background-repeat:		no-repeat;
	text-align:	center; 
	overflow:hidden;
	padding:	0px;
	margin:	0px;
	border:		2px Solid #306030;
	width: 64px; 
	height: 64px;
/*	border:	1px Solid  ThreeDShadow; */
}


.nmm{	/* Default Map background style */
	cursor:	pointer;
	border-top:	0px dashed #006000;
	border-left:	0px dashed #006000;
	background:		#003000;
}


.nmd{	/* Default Cell style */
	cursor:	pointer;
	border-top:	0px dashed #006000;
	border-left:	0px dashed #006000;
}

.nmdb{	/* Default Cell style */
	border-top:	0px dashed #006000;
	border-left:	0px dashed #006000;
}

.nmr{	/* Right of center Cell style */
	cursor:	pointer;
	border-top:	0px dashed #006000;
	border-left:	0px dashed #500000;
}

.nmb{	/* Below center Cell style */
	cursor:	pointer;
	border-top:	0px dashed #500000;
	border-left:	0px dashed #006000;
}

.nmc{	/* Center Cell style */
	cursor:	pointer;
	border-top:	0px dashed #500000;
	border-left:	0px dashed #500000;
}

.nmcc{	/* Dyn Map Center Cell style */
	cursor:	pointer;
	border:	0px dashed #500000;
}

.nmx{	/* Blocked Cell style */
	border-top:	0px dashed #006000;
	border-left:	0px dashed #006000;
}

.img{
	border:	none;
}

.img_cl{
	border:	none;
	opacity:			0.60;
	/*filter:alpha(opacity=60);		*/
	/*-moz-opacity:		0.60;		*/	
}

.a_top{
	margin:		0px;
	padding:	0px;
	font-size:	16px;
}

.grid{	/* Center Cell style */
	cursor:	pointer;
}


/* T:0.00115s A: 0.00000s */
