﻿.CloseElement {
	width: 16px;
	height: 16px;
	background: url('/images/ui-icons_ffffff_256x240.png') -32px -208px;
	cursor: pointer;
}
.CloseElement:hover {
	background: url('/images/ui-icons_ef8c08_256x240.png') -32px -208px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-clear {
	float: none;
	clear: both;
}
/* STATS------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#StatContainer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	border: 1px solid #333;
	background-color: #666;
	padding: 3px 10px;
	opacity: .89;
	font-size: 10px;
	color: white;
	z-index: 1;
	overflow: visible;
}

#StatContainer div {
	background-color: transparent;
}

.StatContainerCellText {
	display: none;
	float: left;
}

.StatContainerTableCol {
	background-color: transparent;
	padding: 4px 8px;
	float: left;
}

.StatContainerCell{
	height: 12px;
}

.StatBox {
	width: 8px;
	height: 8px;
	margin-left: 5px;
	margin-top: 2px;
	float: right;
}

.BadStatBox {
	border: 1px solid #311;
	background-color: #F00!important;
}

.GoodStatBox {
	border: 1px solid #131;
	background-color: #0f0!important;
}

.LoadingStatBox {
	width: 16px;
	background: url('/images/wcfloading.gif') no-repeat;
	/*background-size: 10px 10px;*/
}

.ExpandRightButton {
	width: 16px;
	height: 16px;
	background: url('/images/ui-icons_ffffff_256x240.png') -32px 0;
	cursor: pointer;
}
.ExpandRightButton:hover {
	background: url('/images/ui-icons_ef8c08_256x240.png') -32px 0;
}

.ExpandLeftButton{
	width: 16px;
	height: 16px;
	background: url('/images/ui-icons_ffffff_256x240.png') -96px 0;
	cursor: pointer;
}
.ExpandLeftButton:hover {
	background: url('/images/ui-icons_ef8c08_256x240.png') -96px 0;
}
