@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #332317;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

table {
	border:0;
	cellspacing:0;
	cellpading:0;
}

.player {
	background:url(/ui/player-hidden.png)
}

a {
	text-decoration: none;
	outline: none;	
}
img {
	border:0;
	margin:0;
	padding:0;
}

.newsbox {
	padding-top:5px;
}

.news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BCB173;
	border: 1px solid #000;
	background:#24140e;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration:none;
	padding: 15px;
}
.toolhead {
	color:#BCB173;
	background:#0E100f;
	border:none;
	z-index:15;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.toolbody {
	color:#0E100f;
	background:#BCB173;
	border:none;
	z-index:15;
	opacity: .8;
}
.toolhead, .toolbody {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	padding:4px;
	text-align:left;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.hscrollerbase {
/* hscrollerbase is the div that holds the scrollbar (parent of hscrollerbar) */
height: 10px;
}

.hscrollerbar {
	height: 10px;
	background-color: black;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

}

/* basic style ends here, this was actually all that is required to run fleXcroll,
albeit without images, my advice is to have this basic style and build the rest
on top of this. */


/* styles for scrollbar images start here */

.hscrollerbar {
/* Main body of horizontal scrollbar */
background: #7e5641;
}
.hscrollerbarbeg {
/* Left image holder for horizontal scrollbar */
height: 10px;
}

.hscrollerbarend {
height: 10px;
width: 15px;
}
#galbox {
	z-index: 0;
	width: 400px;
	height: 88px;
	overflow: auto;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
.fixedwidth {
	width: 705px;
	height:75px;
	z-index: 0;
}
.player1 {
	padding-top:0px;
}
.copy {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BCB173;
	padding:5px;
}
	