@charset "utf-8";
body {
  background-image: url(tunerback2.gif);
  background-attachment: fixed;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #000000;
}
.background1 { 
background-image: url(bar.gif); 
background-repeat: no-repeat; 
}
select {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px; 
  color: #fff;
  background-color: #333; 
}
.msg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#FFFFFF;
	background-color:#005FFF;
	height: auto;
	width: auto;
	border-style:solid;
	border-width:thin;
	border-color: #000000;
	padding: 3px;
}
.inputs {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px; 
  color: #fff;
  background-color: #333; 
}
.faded {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
opacity: 0.70;
}
.topbar {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #ffffff;
}
.msgbox {
  border:solid 1px #FF0000; 
  padding:1px; 
  background:#FF0000; 
  margin-bottom:5px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.styleb {
	color: #50BD00;
	font-weight: bold;
	font-size: 16px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #A700BB;
}
a:active {
	color: #FFF;
}.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div.photos {
	float:left; margin:5px;
}
.profilebox {
	border: 0px;
	width: 98%;
	padding: 3px;
	background-color: #2A2A2A;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
/*FORUM CSS*/
.maintable {border: 0px ; width: 100%; padding: 0px; background-color: #000000; filter: alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80;} /*main table for forum*/

.regrow {font-family: Verdana,Sans-serif; color: #000000; font-weight: bold; background-color: #FFFFFF;font-size: 12px;} /*registration row, mainly here for symetry*/

.headline {font-family: Verdana,Sans-serif;font-weight: bold;color: #FFFFFF;background-color:#50BD00;font-size: 11px; height:26px;} /*headline row, the first row that says forum name, topics, posts and such*/

.forumrow {font-family: Verdana,Sans-serif; color: #000000;background-color: #F2F2F2;font-size: 12px;} /*color of the forum rows GREY*/

.mainrow {font-family: Verdana,Sans-serif; color: #000000;background-color: #2A2A2A;margin-left: 2cm; font-size: 12px; text-decoration: none;} /*color of the forum rows*/

.maintables{background-color: #000000; width: 95%; padding: 0px; border: 0px solid; cellspacing: 4;} /*main table for forum*/

#mySlideshow
{
	width: 100%;
	height: 240px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 30px;
	background: #9800aa;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 90%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 90%;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('img/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }