#container
{
/*	background: #0ff; */
}

#goal
{
	width: 200px;
	height: 227px;
	margin-left: 75px;
/*	background: #f0f; */
}

#stat_div
{
	float: right;
	width: 300px;
/*	background: #eee; */
}

#my_click_counter
{
	text-align: center;
	height: 27px;
	font-size: 24px;
}
#my_click_counter img
{
}

#click_button
{

	font-size: 3em;
/*	padding: 2em; */
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

#send_div
{
	clear: left;
	margin-left: 100px;
/*	background: #f00; */
}

#ad_div
{
/*	display: none; */
	position: absolute;
	background: #fff;
	border: 1px solid #aaa;
	margin-left: -100px;
}
#ad_div iframe
{
	border: 1px solid #fff;
	margin: 10px 0;
}

#click_for
{
/*	background: #ff0; */
}

#send_button,
#send_button.allowed
{
/*	display: block; */
}
#send_button.hidden
{
	display: none;
/*	visibility: hidden; */
}
#send_button.forced
{
/*	display: block; */
	color: #f00;
}
.unlocked
{
	color: #000;
	cursor: crosshair;
}
.locked
{
	color: #bbb;
	cursor: wait;
	opacity: 0.25;
}
* html .locked
{
	filter: alpha(opacity=25);
}
#network_id_select
{
	width: 220px;
}
#captcha_div
{
/*	position: absolute; */
}
#captcha_img

table.stat
{
/*	width: 300px; */
	border: 1px solid #000;
}
table.stat tbody
{
	border-collapse: collapse;
}
table.stat th,
table.stat td
{
/*	white-space: nowrap; */
	border: 1px solid #000;
	padding: 0 3px;
	height: 31px;
	overflow: hidden;
/*	max-width: 120px; */
}
table.stat td
{
	text-align: right;
}
tr.header,
tr.header a
{
	color: #fff;
}
tr.header
{
	background: #3b5998;
}
tr.pointer th,
tr.pointer td
{
	cursor: pointer;
}
tr.myclicks
{
	background: #afa;
}
tr.mynetwork
{
	background: #cfc;
}
tr.watch
{
	background: #ddd;
}
tr.fight
{
	background: #ddd;
}
tr.selected
{
	background: #7f0;
}
tr.enemy
{
	background: #fdd;
}

th
{
	text-align: left;
}

th a
{
	background: transparent url(http://neswork.com/facebook/clickwar/img/sort_none.png) no-repeat right center;
	color: #3b5998;
	text-decoration: none;
	padding-right: 16px;
}

th a:hover
{
	text-decoration: underline;
}

th a.ASC,
th a.asc:hover
{
	background-image: url(http://neswork.com/facebook/clickwar/img/sort_asc.png);
}
th a.ASC:hover
{
	background-image: url(http://neswork.com/facebook/clickwar/img/sort_desc.png);
}
th a.DESC,
th a.desc:hover
{
	background-image: url(http://neswork.com/facebook/clickwar/img/sort_desc.png);
}
th a.DESC:hover
{
	background-image: url(http://neswork.com/facebook/clickwar/img/sort_asc.png);
}

.stat img
{
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.stat td.left
{
	text-align: left;
}
