a {
	text-decoration: none;
	color: #ffffff;
}


.a:focus {
	outline: 0px none;
}

a:hover {
	text-decoration: underline;
}

a.nohover:hover {
	text-decoration: none;
}

img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #000000;
	font-size: 12px;
}

h1 {
	font-size: 30px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

h5 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

div.global_header {
	background-image: url(globalheader_bg.jpg);
	background-color: #000000;
	border-bottom: 1px solid #4D4B48;
	background-position: center top;
}

div.global_footer {
	background-color: #000000;
	border-top: 1px solid #4D4B48;
}

div.nickname {
	display: inline;
	font-size: 30px;
	font-weight: normal;
}

div.main {
	display:none;
	background-image: url(content_bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
}

td.gamecell {
	vertical-align: middle;
}

img.avatar {
	padding: 3px;
}

#backgroundpopover {  
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}  

#loadingmessage {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:408px;
	background:#4a4746;
	color: #cdc9c0;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.popover {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#FF0000;
	color:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.popover a {
	text-decoration: underline;
}

div.taglist {
   display: inline;
}

.controls {
	float: right;
}

.searchbox {
	background-image: url(store_header_search.png);
	color: #a6a5a2;
	width: 253px;
	height: 27px;
	position: relative;
	z-index: 250;
}

.searchbox input {
	border: none;
	background-color: #4a4746;
	color: #cdc9c0;
	margin-top: 5px;
	margin-left: 8px;
	width: 206px;
	outline: none;
}

.searchbox input.default {
	font-style: italic;
}


.tagedit {
	border: none;
	background-color: #4a4746;
	color: #cdc9c0;
	outline: none;
	margin-left: 5px;
}

.tutorial {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:35%;
	background:#4a4746;
	color: #cdc9c0;
	border:2px solid #cecece;
	z-index:500;
	padding:12px;
	font-size:13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

