html {
	cursor: url("armory.cur"), auto;
	font-family:'Arial Unicode MS';
}

body
{
	background-color:Black;
	color:White;
	background-image: url("icons/lb_cashshop_bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
}
table
{
	text-align: center;
}
td
{
	color:White;
}
th
{
	color:White;
}
textarea
{
	background-color:Black;
	color:White;
	border-color:Gray;
	text-align:left;
}
input {
	cursor: url("armory.cur"), auto;
}

select
{
	background-color:Black;
	color:White;
	border-color:Gray;
	text-align:left;
	cursor: url("armory.cur"), auto;
}
a:link
{
	color:White;
}
a:visited
{
	color:Gray;
}
.ui-resizable {
	position:relative;
}
.ui-resizable-handle {
	display:block;
	font-size:0.1px;
	position:absolute;
	z-index:99999;
}

.ui-resizable-s { 
	border-top:1px solid #CCCCCC;
	bottom:-5px;
	cursor:s-resize;
	height:14px;
	left:0;width:100%; 
}
.strokeme
{
		text-shadow:
 0 1px 0 #000000,
 0 -1px 0 #000000,
 1px 0 0 #000000,
 -1px 0 0 #000000;
}

.TSpan
{
	background-image: url("icons/item_info.png");
	background-repeat: no-repeat;
	background-position: top;
	color: White;
	font-size: 13px;
	height: 285px;
	width: 280px;
	letter-spacing: 1px;
	line-height: 25px;
	position: relative;
	text-align: Left;
	display:none;
	padding-left: 15px;
	z-index:2147483647;
}
.ItemInfo
{
	float:right;
	position:relative;
}
.ItemInfo:hover span
{
	display:block;
}
.ItemIcon
{
	width: 36px;
	height: 36px;
	padding-left: 4px;
	padding-top: 4px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
.EmptyBox
{
	width:44px;
	height:44px;
	background-image:url("icons/empty_box.png");
	background-position:center;
	background-repeat: no-repeat;
}
#mousefollow div {
	text-align: center;
	margin: 0 auto;
	width: 44px;
	height: 44px;
}
.TitleBar {
	background-image: url("icons/title_bar.png");
	background-color:transparent; 
	background-repeat: no-repeat; 
	background-position: center; 
	width:286px; 
	height:25px;
}
.ItemDesc {
	Display:inline-block;
	white-space:normal;
	font-size:14px;
	width:280px;
}
