/* The master stylesheet imports supporting stylesheets into the document =====*/
@import url("structure.css");
@import url("buttons.css");
@import url("nav.css");
@import url("text.css");
@import url("forms.css");
@import url("datatables.css");

/* Default style Sets =====*/
body {
	background: #030 url(../img/bg.gif) repeat-x;
	margin: 0;
	font-family: "Lucida Sans Unicode", lucida grande, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 1.4em;
}

img {
	border: 0;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#logobtv {
	position: absolute;
	top: 0;
	left: 223px;
	z-index: 2;
	width: 336px;
	height: 127px;
}

	#logobtv a {
		display: block;
		background: url(../img/logo.jpg) no-repeat;
		width: 336px;
		height: 127px;
		text-decoration:none;
	}
	
		#logobtv a span {
			display: none;
		}

#coinsleft {
	position: absolute;
	top: 10px;
	left: 34px;
	z-index: 3;
	background: url(../img/coins_left.jpg) no-repeat;
	width: 148px;
	height: 132px;
}

#coinsright {
	position: absolute;
	top: 74px;
	right: 99px;
	z-index: 4;
	background: url(../img/coins_right.jpg) no-repeat;
	width: 75px;
	height: 57px;
}

#starsleft {
	position: absolute;
	top: -52px;
	left: -25px;
	z-index: 5;
	background: url(../img/starsleft.png) no-repeat;
	width: 80px;
	height: 75px;
}

#starsright {
	position: absolute;
	top: -52px;
	right: -25px;
	z-index: 5;
	background: url(../img/starsright.png) no-repeat;
	width: 80px;
	height: 75px;
}

#welcomeuser {
	position: absolute;
	top: 36px;
	right: 25px;
	z-index: 5;
	font-size: 10px;
	color: #FFF;
	text-align: right;
}

	#welcomeuser a {
		color: #FFFF8C;
		text-decoration: underline;
	}
	
	#welcomeuser a:hover {
		color: #FFFF8C;
		text-decoration: none;
	}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.iconleft {
	float: left;
	margin: 0 5px 5px 0;
}

.iconright {
	float: right;
	margin: 0 0 5px 5px;
}