/* CSS Document */

body {
	background-color		: #000;
	background-image		: url('http://eve.cylynex.com/images/starbg.jpg');
}

/* -------------------- Top Header ------------------- */

#top {
	border					: 2px solid #3C3C3C;
	width					: 1025px;
	margin					: 0 auto;
	margin-top				: 50px;
	padding					: 3px;
	background				: #000;
}

#topinner1 {
	border					: 1px solid #4c4c4c;
	background-color		: #3c3c3c;
	height					: 10px;
}

#topinner2 {
	border					: 1px solid #4c4c4c;
	background-color		: #000;
	background-image		: url('http://eve.cylynex.com/banners/b6_tgm.jpg');
	height					: 100px;
}

#topfloatcan {
	background-color		: #f00;
	width					: 1025px;
	position				: relative;
}

#topfloat1 {
	width					: 150px;
	height					: 150px;
	background-color		: #fee;
}

.liners {
	color					: #F4F70C;
	font-weight				: bold;
	text-align				: center;
	font-family				: Trebuchet MS;
}

.liners a { 
	text-decoration			: none;
	color					: #E2E3E3;
}

.liners:hover a {
	color					: #fff;
	color					: #000;
}

#box {
	background-color		: #fee;
	width					: 100%;
	height					: 100%;
	display					: block;
	background-image		: url('http://eve.cylynex.com/images/menus/btnblkup.jpg');
}

#box:hover {
	background-color		: #000;
	//background-image		: url('http://eve.cylynex.com/images/menus/btnblkdn.jpg');
	background-image		: url('http://eve.cylynex.com/images/menus/btngrnup.jpg');
	width					: 100%;
	height					: 100%;
	display					: block;
}

.topgrey {
	color					: #717171;
	text-align				: center;
	font-family				: Trebuchet MS;
}

/* --------------------- CENTER ----------------------- */

#mainbox {
	border					: 1px solid #4c4c4c;
	background-color		: #000;
	min-height				: 500px;
	height					: auto;
	background-image		: url('http://eve.cylynex.com/images/planet2.jpg');
	background-position		: top;
	background-repeat		: no-repeat;
}

/* hide \*/
* html #mainbox {
	height:500px;
}
/**/

.main {
	color					: #fff;
	font-family				: Trebuchet MS;
}

/* --------------------- Footer ----------------------- */

#bottominner {
	border					: 1px solid #4c4c4c;
	background-color		: #000;
	background-image		: url('http://eve.cylynex.com/banners/b1_tgm.jpg');
	background-repeat		: no-repeat; 
	height					: 150px;
}

/* ----------------------- ROSTER ------------------------ */

.tableheaders {
	font-weight				: bold;
	color					: #fff;
}

.underline {
	border-bottom			: 1px solid #fff;
}