.unselectable {
	user-select: none; 
  -o-user-select: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none;
}

.defaultText {
	border: none;
	background: transparent;
	font-family: arial;
	font-size: 12;
}

.resourceThumbnail {
	width: 30px;
	height: 30px;
}

.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
}

.tradeTable {
	position: absolute;
	font-size: 12;
	text-align: center;
	width: 200px;
	table-layout: fixed;
}

/* places at bottom not middle in firefox */
.inlineTable {
	display: inline-table;
	vertical-align: 50%;
	table-layout: fixed;
	font-size: 12;
	text-align: center;
	width: 200px;
}

.inline {
	display: inline;
}

input.trade {
	text-align: center;
	width: 50px;
}

div.trade {
	overflow: auto;
	word-wrap: break-word;
}

span.buy {
	color: blue;
}

span.sell {
	color: red;
}

span.resourceName {
	color: #ffa500;
}

a.navigate{
	color: #FFA500;
}
/*
a:link {color:#FFFF00;}
a:visited {color:#00FF00;}
a:hover {color:#FF00FF;}
a:active {color:#0000FF;}
*/
