@charset "utf-8";
/* CSS Document */

body {
	width: 1000px;
	
	background: #1b1b1b;	
	
	color: #3399FF;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div#main {
	border: 1px double #cccccc;
	background: #000000;
}


/* Define logo */
#header {
		background-image: url(../image/header.gif);
		height: 225px;
		border: 1px double #CCCCCC;
		margin-bottom: -1px;
}

.lavaLampNoImage {
	position: relative;
	height: 25px;
	background-color: #666666;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #cccccc;
	margin: -1px;

}
                
.lavaLampNoImage li {
	float: left;
    list-style: none;
}

.lavaLampNoImage li.back {
	border: 1px solid #cccccc;
	background-color: #000000;
	width: 9px;
	height: 25px;
	z-index: 8;
	position: absolute;
}

.lavaLampNoImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #cccccc;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 25px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
	border: none;
}

#footer {
	background: #666666;
	border: 1px double #CCCCCC;
	margin-top: -1px;
	color: #FFFFFF;
	font-size: 12px;
	text-align:center;
	height: 18px;
}

#footer img {
	float: right;
	position: relative;
	bottom: 16px;
	right: 2px;
	border: 0px;
	margin: 1px;
}

/* ******************************************************************* */
.newsitem {
	margin-left: 150px;
	margin-top: 30px;
	margin-right: 150px;
	margin-bottom: 20px;	
}

a {
	text-decoration: none;
	color: #99CC33;
}

h2 {
	font: 24px Arial, sans-serif;
	color: #99CC33;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 15px 0 15px 0;
}

h2.first {
	margin: 0 0 15px 0;
}

h2.race {
	font-size: 16px;
}

h2 a {
	color: #99CC33;
	text-decoration: none;
	border: none;
	padding: 0;
}

h2 a:hover {
	border: none;
	background: none;
}

p {
	line-height: 24px;
	margin: 25px 0 25px 0;
}

.postdata {
	font: 11px Verdana;
	margin: -6px 0 -15px 0;
	color: #777;
}

a:visited {
	color: #99CC33;
	text-decoration: none;
}

ul.class {
	list-style: none;
	margin-left: -20px;
	margin-top: -10px;
}

li.spec {
	margin: 0px 0;
	padding: 0 0 0 15px;
	background: url(../image/bp.gif) left no-repeat;
}

/* ********************* Xraid *********************** */
#login	{
	padding-left: 350px;
	padding-top: 25px;
	padding-right: 350px;
	padding-bottom: 15px;
	color: #CCCCCC;
}

#character {
	padding-left: 100px;
	padding-top: 25px;
	padding-right: 100px;
	padding-bottom: 15px;
	color: #CCCCCC;
}

#character table {
	border: 1px #FFFFFF solid;
}

#character td {
	padding-left: 2px;
}

#character img {
	border: 0px;
	padding-top: 3px;
}

.char_header {
	color: #99CC33;
}

.char_item1 {
	background: #666666;
}

.char_item2 {
	background: #333333;
}

/*---------- bubble tooltip -----------*/
a:hover { 
	text-decoration: none;
}

/*BG color is a must for IE6*/
a.tooltip span {
	display: none; 
	padding: 2px 3px; 
	margin-left: 8px; 
	width: 150px;
}

a.tooltip:hover span{
	display: inline; 
	position: absolute; 
	border: 1px solid #cccccc; 
	background: #ffffff; 
	color: #6c6c6c;
}
