/* Space Ruckus v2.1 by Gridline Games
CSS/HTML coding by Mike Haley */

/* Main */

hr
{
	background-color: #324383;
	border: solid #324383;
	border-width: 1px;
}

.bg
{
	background-image: url(./content/bg.png);
	background-repeat: repeat;
}

.body
{
	background-color: #000000;
	background-image: url(./content/starmap.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

.body_chat
{
	background-color: #213272;
}

/* Tables */

table
{
	border-collapse: collapse;
}

td
{
	margin: 0px;
	padding: 0px;
}

.chat
{
	border: solid #1a2654;
	border-width: 1px;
}

.chatdirect
{
	position: fixed;
	top: 50%;
}

.container
{
	margin: auto;
	width: 980px;
}

.news
{
	width: 95px;
}

.top
{
	vertical-align: top;
}

.width_full
{
	width: 100%;
}

.width_half
{
	width: 50%;
}

.width_quarter
{
	width: 25%;
}

/* Texts */

a, a:visited
{
	color: #aaacee;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.center
{
	text-align: center;
}

.fixed
{
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
}

.footer
{
	color: #aaaaaa;
	font-family: sans-serif;
	font-size: 11px;
}

.highlight
{
	color: #aaacee;
}

.indented
{
	padding-left: 25pt;
	padding-right: 25pt;
}

.wii
{
	color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
}

/* Backgrounds */

.logo
{
	background: url(./content/td_logo.jpg);
	background-position: center;
	padding-left: 50pt;
	padding-right: 112pt;
	height: 160px;
	width: 980px;
}

.tl
{
	background: url(./content/corner_tl.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 7px;
}

.tr
{
	background: url(./content/corner_tr.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 15px;
	width: 7px;
}

.bl
{
	background: url(./content/corner_bl.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 15px;
	width: 7px;
}

.br
{
	background: url(./content/corner_br.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 15px;
	width: 7px;
}

/* What are you looking at? */