body {
	color:#AAAAAA;
	background-color:#000000;
}


A:link, A:visited, A:active  {
	color:#AAAAAA;
}

#viewAllshipsDiv {
 display:none;
	width:0px;
}


.css1{
position:absolute;top:0px;left:0px;
width:16px;height:16px;
font-family:Arial,sans-serif;
font-size:16px;
text-align:center;
font-weight:bold;
}
 .buttons {
	background-image: none;
	background-color: #555555;
	color: #CCCCCC;
	border: thin outset #444444;
	}
	.textbox {
	color: #AAAAAA;
	background-color: #111111;
    }

   A.marked_class:link, A.marked_class:visited, A.marked_class:active    
			{
				text-decoration: none; 
				color: #FFFFFF			}
   A.marked_class:hover   
			{
			 text-decoration: underline; 
				color: #AAAAAA			}
   
   A.hoover_class:link, A.hoover_class:visited, A.hoover_class:active   
			{
			 text-decoration: none; 
			 color: #AAAAAA			}
   A.hoover_class:hover   
			{
			 text-decoration: underline; 
				color: #AAAAAA			}
			
			A.menu:link, A.menu:visited, A.menu:active  
			{
				margin-left:10px;
				padding:5px;
				background-color:#333333;
				text-decoration: none; 
				color: #AAAAAA			}
			
			A.menu:hover   
			{
				margin-left:10px;
				padding:5px;
				background-color:#666666;
				text-decoration: underline; 
				color: #AAAAAA			}

img
{
 border:0;
}
.spacer img
{
 height:1px;
}
	.simpleShipInfo {
	font-size:12px;
	}

.grey {
	background-color: #000000;
	border: none;
	color: #AAAAAA;
}


/*chat stuff*/

.chatform {
	background-color:#999999;
	color:#FFFFFF;
	list-style:none;
	padding-left:12px;
}

#chatWin{
	background-color:#999999;
	position:absolute;
	left: 112px;
	top: 70px;
}

#resizeWindow{
	background-image:url('/chat/resizeImg.gif');
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	cursor:se-resize;
	float:right;
}

#chatheader{
 cursor:default; 
 text-align:center; 
 color:#FFFFFF;
	height:25px;
	background-color:#666666;
}

#chatxout{
 width:40px;
	float:right;
}

#chatxout a{
 color:#FFFFFF;
}

#chatxout a:link{
 text-decoration:none;
}

#chatxout a:hover{
	text-decoration:underline;
}

#chattitle{
	float:left;
	text-align:center;
}

#chatpane 
{
 margin-top:10px;
	text-align:left;
	height:150px;
 padding:0px;
	float:left;
	color:Black;
	overflow:auto;
	border:solid 3px #eef;
	background:white;
}

#chatbuffer
{
 	width:210px;
}

#chatpane ul{
	list-style:none;
}
.servermsg, .actionmsg, .usermsg
{
	margin:0px;
	padding:0px;
	font-size:12pt;
}

.servermsg 
{
	color:Red;
}

.actionmsg
{
	color:Blue;
}

#chattext 
{
	width:100%;
	margin-right:10px;
	margin-top:7px;
	background: white;
	margin-bottom:2px;
	font-family: "Franklin Gothic Medium", verdana, sans-serif;
}

.chatclear 
{
	clear:left;
}

#chatfooter{
 float:left;
	height:20px;
	background-color:#999999;
	color:#FFFFFF;
	padding-left:15px;
}

.chattime{
 font-size:8pt;
}