body {
	background-color: #000;
	font-family: Courier New, Courier, monospace;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

.headtxt {
	font-size: 22px;
	margin-top: 7px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
	cursor: default;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.leetcake {
	margin: 0px auto -1px auto; 
	width: 756px;
	text-align: center;
}

.panel {
	border: 1px solid #666;
	text-align: left;
	background: #232323;
}

.content_top {
	width: 756px;
	background: #069;
	border: 1px solid #666;
	margin-bottom: 5px;
}

.panel_box_left {
	width: 100%;
	background: #069;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
}

.panel_box_right {
	width: 100%;
 	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 5px 5px 5px 15px;
}

.quote {
	width: 100%;
	background: #232323;
	text-align: center;
	font-style: italic;
	font-size: 14px;
}

.topbar {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background: #313131;
}

.input_button {
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: #6b6b6b;
	border-left-color: #6b6b6b;
	border-bottom-color: #363636;
	border-right-color: #363636;
	background-color: #222;
	color: #FFFFFF;
	font-size: 11px;
	padding: 1px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}


.input_text
{
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #222;
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}



.content {
	border: 1px solid #666;
	text-align: left;
	padding: 7px 12px 10px 12px;
	background: #232323;
}

.content_info {
	border: 1px solid #666;
	text-align: left;
	background: #1c3b38;
	width: 715px;
	margin-bottom: 10px;
	padding: 5px;
}


.loginbox {
	border: 1px solid #666;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0 auto;
}

.box_1 {
	background: #000;
	border: 1px solid #666;
	padding: 5px;
	width: 152px;
	float: left;
	margin-right: 10px;
}

.box_2 {
	background: #000;
	border: 1px solid #666;
	width: 370px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.table_top
	{
	background: #1e4b47;	
	}
	
.table
	{
	border: 1px solid #666;
	background: #191919;
	margin-bottom: 10px;
	}

input, textarea 	{ font-family: arial; color:white; background:#000; font-size: 14px; }
#content_chat 		{ width:100%; text-align:left; }

#chatwindow 		{ border:1px solid #aaaaaa; padding:4px; background:#232D2F; color:white;  width:100%; height:auto; font-family:courier new;}
#chatnick 		{ border: none; border-bottom:1px solid #aaaaaa; padding:4px; background:#000;}
#chatmsg 		{ border: none; border-bottom:1px solid #aaaaaa; padding:4px; background:#000; }

#info 			{ text-align:left; padding-left:0px; font-family:arial; }
#info td 		{ font-size:12px; padding-right:10px; color:#DFDFDF;  }
#info .small 		{ font-size:12px; padding-left:10px; padding-right:0px;}

#info a 		{ text-decoration:none; color:white; }
#info a:hover 		{ text-decoration:underline; color:#CF9700;}