/* Fonts */
@font-face
{
	font-family: "Captureit";
	src: url("/resources/css/Captureit.ttf") format("truetype");
}
@font-face
{
	font-family: "Unispace";
	src: url("/resources/css/unispace.ttf") format("truetype");
}
/* global reset */
:focus { outline: 0; }
img { border:0; }
select, input, li img { vertical-align:middle; }
ul, li, ol { list-style-type : none; }

div.submenu
{
	margin: 0px;
}

div.menu > div > a,
div.submenu > div > a,
div.submenu > h2
{
	position: relative;
	display: block;
	font-family: Captureit;
	font-size: 16px;
	color: rgba(218,207,194,0.7);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	text-decoration: none;
	margin-left: 15px;
	margin-top: 3px;
}

div.menu > div > a,
div.submenu > div > a
{
	padding: 5px;
	border-radius: 3px;
	border: 1px solid rgba(218,207,194,0.7);
	background-color: rgba(0,0,0,0.7);
	width: 200px;
}

div.submenu > h2
{
	border-bottom: 1px dotted rgba(218,207,194,0.7);
	padding-bottom: 2px;
	width: 210px;
}

div.menu > div > a:hover,
div.submenu > div > a:hover,
div.submenu > h2:hover
{
	text-shadow:1px 1px 0px rgba(0,0,0,0.5), 0px 0px 3px rgba(218,207,194,0.7);
	box-shadow: inset 0 0 8px rgba(255,255,255,0.6);
}

div.menu > div > a:hover,
div.submenu > div > a:hover
{
	background-color: rgba(32,32,32,0.25);
}

.up>h2, .down>h2 {
  cursor: pointer;
 }

.up>h2:before{
  content: '\25BA';
 }

.down>h2:before{
  content: '\25BC';
 }

.up>h2:before, .down>h2:before {
  display: inline-block;
  float: right;
}

.up>div {
 height: 0px;
 overflow: hidden;
 }

.down>div {
 }
/* Old Body */
/*body
{
position: relative;
top: 0px;
left: 0px;
font-size:100%;
font-family:verdana,arial,'sans serif';
background-color:Black;
color:#000080;
margin:10px;
}
*/
.tooltip {
	display:none;
	background:transparent url(/tools/img/tooltip/black_arrow.png);
	font-size:12px;
	right:200px;
	width:160px;
	padding:25px;
	color:#fff;	
}
h1
{
font-size:200%;
}
h2, #whoroom > a
{
	color: inherit;
	font-size: inherit;
	font-weight: normal;
	text-decoration: underline overline;
}
h3
{
font-size:110%;
}
#combatmessage
{
position:relative;
min-height:0px;
}
#desc
{
left:0px;
width:500px;
position:relative;
float:right;
}
#icon
{
position:absolute;
bottom:0px;
float:left;
}
#Uppericon
{
position:absolute;
bottom:32px;
float:left;
}
#icon2
{
position:absolute;
bottom:0px;
left:32px;
float:left;
}
#icon3
{
position:absolute;
bottom:0px;
left:64px;
float:left;
}
#icon4
{
position:absolute;
bottom:0px;
left:96px;
float:left;
}
#specialview
{
position:absolute;
background-color:Beige;
top: 220px;
left:600px;
}
#quickspecialview
{
position:absolute;
background-color:Beige;
top: 120px;
left:0px;
}
table.sheet
{
font-size:75%;
}
ul
{
list-style:circle;
}

ol
{
list-style:upper-roman;
}
table.stupidtable
{
overflow:hidden;
}
a:visited
{
color:#000080;
}
#healthbar
{
position:relative;
width:100px;
}
#shipslots
{
position:relative;
width:300px;
float:left;
overflow:hidden;
}
#Gearslots
{
position:relative;
width:30%;
float:left;
overflow:hidden;
}
#shipinv
{
position:relative;
width:300px;
float:right;
}
#Gearinv
{
position:relative;
float:right;
width:55%;
height:450px;
overflow:auto;
}
a:link
{
color:orange;
}
#inventorybox
{
position:relative;
margin-bottom: 3px;
width:90%;
height:1em;
overflow:hidden;
border: 1px solid #e7be5b;
padding: 5px;
border-radius: 3px;
}

div#icon, div#icon2, div#icon3, div#icon4, div#icon5, div#icon6, div#icon7
{
	max-width: 32px;
	max-height: 32px;
	position: absolute;
	display: inline-block;
	margin-top: 90px;
	left: 0;
	overflow:hidden;
}

div#icon3
{
	left: 32px;
}

div#icon4
{
	left: 96px;
}

div#icon5
{
	left: 128px;
}

div#icon6
{
	left: 160px;
}

div#icon
{
	left: 64px;
}

#inventorybox > div > div, #inventorybox > div
{
	display: inline-block;
}

#inventorybox > div > div
{
	text-align: center;
	width: 120px;
	position: absolute;
	right: 32px;
	top: 5px;
}

#inventorybox > div > div > table
{
	display: inline-block;
}

#workshopbox
{
position:relative;
width:198px;
height:300px;
float:left;
overflow:hidden;
border-style:dashed;
border-width:1px;
max-height:300px;
max-width:198px;
}
#patrolbar
{
position:relative;
width:200px;
height:10px;
overflow:hidden;
}
#patrol
{
position:relative;
height:32px;
overflow:hidden;
}
#logo
{
position: relative;
top: 0px;
left: 25%;
background-image:url("/resources/img/sc_hos.jpg");
width:400px;
height:115px;
}
#leftnav
{
position: absolute;
top: 240px;
width: 100px;
height: 230px;
left: 0px;
padding: 0px;
border-style:outset;
border-color:brown;
background-color:Beige;
}
#mailgap
{
width: 100%;
height: 33px;
}
#login
{
background-color:Beige;
position: absolute;
top: 200px;
left: 20px;
width: 80%;
padding: 0px;
text-align:center;
border-style:outset;
border-color:brown;
}

#menuchoice
{
position: relative;
width:60px;
height:40px;
background-image:url("/resources/img/button.png");
background-repeat: no-repeat;
font-size: 80%;
float:left;
text-align:center;
}

#footer > a
{
	color:white;
}

#footer
{
	color:white;
	bottom:0px;
	position:absolute;
}

#character
{
position: absolute;
top: 80px;
left: 20px;
height: 70px;
overflow:hidden;
padding: 0px;
text-align:center;
}
#battlecharacter
{
float:right;
height: 70px;
overflow:hidden;
padding: 0px;
text-align:center;
}
#battlewindow
{
float:right;
height: 90px;
width:136px;
overflow:hidden;
padding: 0px;
Font-Size:1em;
text-align:center;
}
.fulljustify {
  text-align: justify;
}
.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
#dressingroom
{
background-color:black;
position: relative;
float:left;
width: 150px;
height: auto;
padding: 0px;
text-align:center;
z-index:999;
}
#healthbox
{
position:relative;
width:90%;
display: block;
}
#herobox
{
overflow:hidden;
position:relative;
width:90%;
height:auto;
display: block;
border-style:solid;
border-width:5px;
}
#worth
{
float:right;
width: 100px;
position:relative;
}
#locale
{
float:right;
width: 100px;
position:relative;
}
#whoroom
{
overflow:hidden;
position: relative;
z-index:999;
float:left;
width: 100%;
height: 120px;
padding: 0px;
text-align:center;
}
#message
{
/*text-wrap, while being CSS3, is not supported by anyone >_>
text-wrap:normal;*/
word-wrap:normal;
background-color:black;
overflow:auto;
}
#charbase
{
position: absolute;
top: 0px;
left: 0px;
}
#chareyes
{
position: absolute;
top: 0px;
left: 0px;
}
#charhair
{
position: absolute;
top: 0px;
left: 0px;
}
#welcome
{
float:right;
position: relative;
text-align:right;
left: 0px;
z-index:9999;
}
#menuchoice.clothes
{
position: relative;
z-index:22;
}
#menuchoice.mako
{
position: relative;
z-index:22;
}
#menuchoice.workshop
{
position: relative;
z-index:22;
}
#menuchoice.land
{
position: relative;
z-index:22;
}
#menuchoice.parts
{
position: relative;
z-index:22;
}
#menuchoice.merits
{
position: relative;
z-index:22;
}
#menuchoice.talents
{
position: relative;
z-index:22;
}
#menuchoice.mission
{
position: relative;
z-index:22;
}
#menuchoice.testbattle
{
position: relative;
z-index:22;
}
#menuchoice.warp
{
position: relative;
z-index:22;
}
#menuchoice.who
{
position: relative;
z-index:22;
}
#menuchoice.ship
{
position: relative;
z-index:22;
}
#menuchoice.sheet
{
position: relative;
z-index:22;
}
#menuchoice.mail
{
position: relative;
float:right;
z-index:22;
}
#menuchoice.pref
{
position: relative;
float:right;
z-index:22;
}
#facebook
{
position: absolute;
left: 0px;
top: 0px;
}
#theme
{
position: absolute;
left: 0px;
text-align:right;
width: 100%;
top: 30px;
}
#charexpression
{
position: absolute;
top: 0px;
left: 0px;
height: auto;
}
#meritheader
{
position: relative;
left:25%;
top: 0;
height:20px;
width: 70%;
border-bottom: 1px solid #e7be5b;
font-size: 16px;
}
#merits
{
position: relative;
top:20px;
clear:both;
}
#merit
{
overflow: auto;
position: relative;
width: 200px;
height: 200px;
float:left;
}
#race
{
overflow: auto;
position: relative;
width: 200px;
height: 200px;
float:left;
}
#nofloat
{
clear:both;
}
#smaller
{
font-size:75%;
}
#talentext
{
float:left;
font-size:75%;
}
#racepic
{
overflow: hidden;
position: relative;
top: 10px;
float:right;
width: 180px;
height: 177px;
}
#talentpic
{
overflow: hidden;
position: relative;
top: 10px;
float:left;
width: 40px;
height: 40px;
}
#ad
{
position: absolute;
top: 840px;
left: 600px;
height:600px;
width:160px;
background-color:Beige;
}
#header
{
clear:both;
text-align:center;
}
#error
{
	color:red;
	position: absolute;
	top: 0px;
	left: 600px;
	width: 0px;
	height: 240px;
	padding: 0px;
	text-align:center;
	z-index:-20;
}
#result
{
position: relative;
width:600px;

}
#message
{
width:100%;
overflow:hidden;
} 

.header {
	/*background-image: url(/resources/img/fslogo.png);*/
	background-image: url("/resources/img/banner.png");
	position: absolute;
	left: 250px;
	top: 0px;
	width: 512px;
	height: 128px;
	z-index: -100;
}
.contentarea {
	background-color: #000000;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
#content {
	width: 95%;
	min-height: 300px;
	/*max-height: 30000px;*/
}

.navbutton {
	float: left;
	height: 50px;
	width: 100px;
}
.navbuttonspecial {
	float: left;
	height: 50px;
	width: 200px;
}
.navbuttonright {
	float: right;
	height: 50px;
	width: 100px;
}
/* Overhaul Start */
body
{
	background-image: url("/resources/img/bg_tile2.jpg");
}
div.menu
{
	font-family: Captureit;
	font-size: 16px;
	color: rgba(218,207,194,0.7);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	position: absolute;
	left: 0px;
	/*height: 500px;*/
	top: 150px;
	width: 235px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
	padding: 3px;
}
div.menu > div
{
	margin-top: 15px;
	display: block;
}
div.menu > form
{
	border: 1px solid rgba(218,207,194,0.7);
	font-family: Captureit;
	font-size: 12px;
	background-color: rgba(0,0,0,0.7);
	padding: 2px;
	color: rgba(218,207,194,0.7);
	border-radius: 3px;
	margin: 4px;
	width: auto;
	top: -20px;
	right: 5%;
}
div.menu > div > a
{
	position: relative;
	display: block;
	font-family: Captureit;
	color: rgba(218,207,194,0.7);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	margin-left: 15px;
	margin-top: 3px;
	border-radius: 3px;
	border: 1px solid rgba(218,207,194,0.7);
	width: 200px;
	background-color: rgba(0,0,0,0.7);
}
div.menu > div > a:hover
{
	text-shadow:1px 1px 0px rgba(0,0,0,0.5), 0px 0px 3px rgba(218,207,194,0.7);
	background-color: rgba(32,32,32,0.25);
	box-shadow: inset 0 0 8px rgba(255,255,255,0.6);
}

div.navbar2 > form
{
	padding: 5px;
	border: 1px solid rgba(218,207,194,0.7);
	border-radius: 3px;
	margin-top: 5px;
	text-align: center;
}

div.menu > div > form > input, div.menu > form > input
{
	border: 1px solid rgba(218,207,194,0.7);
	font-family: Captureit;
	font-size: 12px;
	background-color: rgba(0,0,0,0.7);
	padding: 2px;
	color: rgba(218,207,194,0.7);
	border-radius: 3px;
	margin: 4px;
}
div.menu > div > form > input:-webkit-autofill, div.menu > form > input:-webkit-autofill
{
	background-color: rgba(0,0,0,0.7) !important;
	color: rgba(218,207,194,0.7) !important;
}
div.menu > div > form > input[type=submit], div.menu > form > input[type=submit]
{
	display: inline-block;
	border: 1px solid rgba(218,207,194,0.7);
	font-family: Captureit;
	font-size: 10px;
	background-color: rgba(0,0,0,0.7);
	padding: 4px;
	color: rgba(218,207,194,0.7);
	cursor: pointer;
	border-radius: 3px;
	margin-top: 0;
	margin-bottom: 0;
}
div.menu > div > form > input[type=submit]:hover, div.menu > form > input[type=submit]:hover
{
	text-shadow: 0px 0px 3px rgba(160,143,122,0.7);
}
form > input[type=submit], div.menu > form > input[type=submit]
{
	display: inline-block;
	border: 1px solid rgba(218,207,194,0.7);
	font-family: Captureit;
	font-size: 18px;
	background-color: rgba(0,0,0,0.7);
	padding: 4px;
	color: rgba(218,207,194,0.7);
	cursor: pointer;
	border-radius: 3px;
	margin-top: 0;
	margin-bottom: 0;
}
form > input[type=submit]:hover, div.menu > form > input[type=submit]:hover
{
	text-shadow: 0px 0px 3px rgba(160,143,122,0.7);
}
div.screen-wrapper
{
	position: absolute;
	min-width: 400px;
	width: 65%;
	max-width: 760px;
	top: 125px;
	left: 240px;
}
div#notices
{
	position: absolute;
	width: 770px;
	left: 256px;
}
div#chat
{
	display: none;
}
div#groupchat
{
	display: none;
	overflow-y: scroll;
	max-height: 512px;
}
div#chat-main, div.chat-object
{
	border: 1px solid #e7be5b;
	border-radius: 2px;
	padding: 5px;
	overflow-y: scroll;
	max-height: 512px;
}
div.chat-object
{
	margin-top: 5px;
	overflow-y: hidden;
}
div.screen-tab
{
	display: inline-block;
	border: 1px solid #B8ABA0;
	background-color: black;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: Unispace;
	color: #66c438;
	font-weight: normal;
	font-size: 14px;
	padding: 3px;
	position: relative;
	top: 3px;
	left: 10px;
	cursor: pointer;
}
div.screen
{
	font-family: Unispace;
	color: #66c438;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	border-radius: 10px;
	border: 2px solid #B8ABA0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	background-color: black;
	padding: 10px;
	min-height: 200px;
	overflow:auto;
}
div.shaded
{
	font-family: Captureit;
	color: rgba(218,207,194,0.7);
	font-weight: normal;
	font-size: 16px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
	padding: 3px;
}

div#stats
{
	position: absolute;	
	left: 985px;
	top: 150px;
	width: 244px;
}

div.screen table
{
	empty-cells: show;
	/*Attempting to fix Who's Online offsets
	margin: 10px;*/
	border-spacing: 0;
	border: 1px solid rgb(102, 196, 56);
	box-shadow: 0px 0px 4px rgb(102, 196, 56);
	border-radius: 4px;
}
div.screen table tbody tr th
{
	font-weight: normal;
	border-spacing: 0;
	padding: 3px;
	border-left: 1px solid #e7be5b;
	background-color: rgb(102, 196, 56);
	color: black;
}
div.screen table tbody tr td
{
	position: relative;
	border-spacing: 0;
	padding: 3px;
	border-left: 1px solid rgb(102, 196, 56);
	border-top: 1px solid rgb(102, 196, 56);
}
div.shaded > table > tbody > tr > td
{
	border-spacing: 0;
	padding: 2px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
}
div.shaded > table > tbody :first-child > td
{
	border-top: none;
}
div.shaded > table > tbody > tr :first-child
{
}
div#bar_wrapper
{
	position: relative;
	left: 24px;
}
div.bar_sc
{
	font-size: 14px;
	margin: 3px;
	border: 1px solid #e7be5b;
	border-radius: 2px;
	background-color: black;
	box-shadow: 0px 0px 3px #66c438;
	width: 150px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}
div#bar_wrapper > div.bar_sc
{
	font-size: 16px;
	border: 1px solid #444;
	border-left: 1px solid #444 !important;
	border-radius: 3px;
	box-shadow: none;
	background-color: #333;
	width: 150px;
	height: 20px;
}
div.nub
{
	position: relative;
	height: 9px;
	width: 7px;
	display: inline-block;
	background-color: #444;
	border: 1px solid #444443;
	border-left: none;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	top: -9px;
	right: 3px;
}
div.bar_sc > div
{
	background-color: #66c438;
	position: relative;
	font-family: Unispace;
	text-indent: 2px;
	height: 100%;
	max-width: 100%;
	color: black;
	text-align: center;
	overflow: visible;
}
div.bar_sc > div.red
{
	background-color: #d42d2d;
}
div.bar_sc > div.yellow
{
	background-color: #f2b72a;
}
div.bar_sc > div.green
{
	background-color: #66c438;
}
div.screen > form > input, div.screen > table > tbody > tr > td > input, div.screen > div > form > table > tbody > tr > th > input, div.screen > div > form > table > tbody > tr  > td > textarea, div.screen > div > input
{
	background-color: black;
	font-family: Unispace;
	border: 1px solid rgb(102, 196, 56);
	padding: 3px;
	border-radius: 4px;
	color: #66c438;
	font-size: 16px;
	box-shadow: 0px 0px 3px #66c438;
	overflow-y: hidden;
}
div.screen > form > input[type=submit]
{
	padding: 3px 10px 3px 10px;
	box-shadow: 0px 0px 6px rgba(102,196,56,0.5), inset 0px 0px 6px rgba(102,196,56,0.5);
}
div.screen > form > input[type=submit]:hover
{
	text-shadow: 0px 0px 6px #e7be5b;
}
input.shaded
{
	background-color: rgba(0,0,0,0.5);
	font-family: Captureit;
	border: 1px solid rgba(218,207,194,0.7);
	padding: 3px;
	border-radius: 3px;
	color: rgba(218,207,194,0.7);
	overflow-y: hidden;
}
a.button_sh
{
	background-color: rgba(0,0,0,0.5);
	font-family: Captureit;
	border: 1px solid rgba(218,207,194,0.7);
	padding: 3px;
	border-radius: 3px;
	color: rgba(218,207,194,0.7);
	display: inline-block;
	width: auto;
	position: relative;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	border-radius: 4px;
	left: 0px;
	top: 2px;
	margin: 3px;
}
a.button_sh:hover
{
	text-shadow: 0px 0px 2px rgba(218,207,194,0.7);
}
input.screen, a.button_sc, div.screen > form > div > a, div.screen > div > input[type=submit], div.screen > div > form > input[type=submit], div.screen > table > tbody > tr > td > input[type=submit], div.screen > form > div#merits > input, div.screen > div > table > tbody > tr > td > a.get
{
	font-family: Unispace;
	font-size: 16px;
	background-color: black;
	display: inline-block;
	border: 1px solid rgb(102,196,56);
	width: auto;
	position: relative;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color:#6ac438;
	margin-right: 4px;
	margin-top: 4px;
	box-shadow: 0px 0px 6px rgba(102,196,56,0.5), inset 0px 0px 6px rgba(102,196,56,0.5);
	border-radius: 4px;
	left: 0px;
}
div.screen > table
{
	max-width: 95%;
}
div.screen > div > input[type=submit], div.screen > div > form > input[type=submit]
{
	padding: 0;
}
div.screen > table > tbody > tr > td > input[type=submit]
{
	margin: 3px;
}
div.screen > div > table > tbody > tr > td > a.get
{
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	padding: 3px !important;
	text-align: center;
}
input.screen:hover, a.button_sc:hover, div.screen > form > div > a:hover, div.screen > div > input[type=submit]:hover, div.screen > div > form > input[type=submit]:hover, div.screen > table > tbody > tr > td > input[type=submit]:hover
{
	text-shadow: 0px 0px 6px #66c438;
}
div.screen > form > div#merits > input:hover, div.screen > div > table > tbody > tr > td > a.get:hover
{
	text-shadow: 0px 0px 6px #d42d2d;
}
div.screen > form > div#merits
{
	position: relative;
	top: -60px;
	left: 200px;
}
div.screen > form > div#merits > input, div.screen > div > table > tbody > tr > td > a.get
{
	color: #d42d2d;
	border-color: #d42d2d;
	box-shadow: 0px 0px 6px rgba(212,45,45,0.5), inset 0px 0px 6px rgba(212,45,45,0.5);
	padding: 10px;
}
div.shaded > table
{
	border-collapse: collapse;
	font-family: Captureit;
	font-size: 16px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
	color: rgba(218,207,194,0.7);
	border: 1px solid rgba(218,207,194,0.7);
	margin: 5px;
}

div.shaded > div#time
{
	width: 17em;
	border-radius: 3px;
	height: 1.2em;
	font-family: Unispace;
	color: #d42d2d;
	font-size: 14px;
	padding: 5px;
	position: relative;
	background-color: black;
	border: 1px solid #333;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
b
{
	font-weight: normal;
}
div.circuit
{
	background-image: url("/resources/img/bg_circuit.jpg");
	background-repeat: no-repeat;
	width: 256px;
	height: 256px;
	position: absolute;
	left: 767px;
	top: -21px;
}
img.skill_icon
{
	display: block;
	position: relative;
	margin: 0 auto;
}
div.screen > div#whoroom
{
	font-weight: normal;
	border-radius: 6px;
	box-shadow: 0px 0px 6px rgba(102,196,56,0.5), inset 0px 0px 6px rgba(102,196,56,0.5);
	border: 1px solid #e7be5b;
	margin-bottom: 10px;
}
div.screen > div#whoroom > h3
{
	font-weight: normal;
	font-size: 16px;
}
div.screen > div#whoroom > div#charbase, div.screen > table > tbody > tr > td > div#whoroom > div#charbase
{
	border-right: 0px solid #e7be5b;
	border-radius: 30px;
	max-height: 100%;
}
div.screen > div > div#charbase
{
	margin: 10px;
	border: 0px solid #e7be5b;
	border-radius: 10px;
}
#whoroom > a.button_sc
{
	top: 50%;
	margin-top: -20px;
	display: inline-block;
	text-align: left;
	position: relative;
	left: 200px;
	padding: 15px;
}

input#chatBox
{
	display: inline-block;
	width: 90%;
	max-width: 640px;
	text-shadow: none;
}

div#wrapper
{
	min-width: 1000px;
	position: relative;
	margin: 0px auto;
}
input
{
	background-color: black;
	border: 1px solid #66c438;
	color:#66c438;
}
select
{
	font-family: Unispace;
	font-size: 14px;
	background-color: black;
	display: inline-block;
	border: 1px solid #66c438;
	width: auto;
	position: relative;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color:#66c438;
	box-shadow: 0px 0px 6px rgba(102,196,56,0.5), inset 0px 0px 6px rgba(102,196,56,0.5);
	border-radius: 4px;
	left: 0px;
}

textarea
{
	background-color: black;
	border: 1px solid #66c438;
	color:#66c438;
}

/*web mission layout stuff*/
#missionavatar
{
	height: 140px;
	width: 125px;
	float: left;
	position: relative;
	margin-right: 5px;
	margin-bottom: 10px;
}

#missionavatarstatic
{
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
