body
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	background-color: white;
	color: #000000;
	margin: 15px 15px 0px;
	padding: 0;
}

TD
{
	vertical-align: top;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

a
{
	color: #2F78AE;
	text-decoration: none;
}

img
{
	border: 0px;
}

/* used for faded autotext on input boxes */
.faded
{
	color: #aaaaaa;
}

.content
{
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.ctitle, .ctitle a
{
	background-image: url(http://static.chatspike.net/images/headershine.png);
	border-bottom: 1px solid #000000;
	background-color: #2F78AE;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}

.ccontent
{
	padding: 2px;
}

/* TABS! */
.container 
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#tabs 
{
	margin: 0px 0px 0px -1px;
	padding: 0px 0px 20px 0px;
}

#tabs li 
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabs a:link,
#tabs a:visited 
{
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 10px 0px 10px;
	margin: 0 1px 0 1px;
	padding-bottom: 2px;
	text-decoration: none;
	border-style: solid;
	border-color: #2F78AE;
	border-width: 1px 1px 3px 1px;
	color: #2F78AE;
}

#tabs a.active:link,
#tabs a.active:visited,
#tabs a:hover 
{
	border-style: solid;
	border-color: #B9D1E3;
	border-width: 1px 1px 3px 1px;
	padding-bottom: 2px;
	background: #FFFFFF;
	color: #B9D1E3;
}

.tabactive
{
	background-image: url(http://static.chatspike.net/images/headershine.png);
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 1px 0 1px;
	padding: 0 10px 0px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	border-style: solid;
	border-color: #2F78AE;
	background-color: #2F78AE;
	border-width: 1px 1px 3px 1px;
	color: #FFFFFF;
	display:inline;
}

.tabtable
{
	border-style: solid;
	border-color: #000000;
    border-width: 0px 1px 1px 1px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
	
/* END TABS! */

.iframe
{
	width: 200px;
	height: 100%;
}

/* Header CSS */
.headbg
{
  background-image: url(http://static.chatspike.net/images/head-back.gif);
}

.title
{
 height: 1px;
}

.hreftop
{
c
	background-image: url(http://static.chatspike.net/images/hreftop.gif);
}

.hrefbot
{
	background-image: url(http://static.chatspike.net/images/main-top.gif);
}

/* Main Page CSS */
.maintable
{
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
	margin: 0;
    border: 0px;
}

.main
{
	vertical-align: top;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
}

/* Logon Box CSS */
.logon
{
 position: absolute;
 top: 20px;
 right: 40px;
 /* Used Cause Moz doesnt know how big 65 is.. */
 /* IE is handled in the HTML (thanks kujoe) */
 height: 59px;
 background-color: #FFFFFF;
 border-style: solid;
 border-width: 1px;
 border-color: #333333;
 font-family: Verdana, sans-serif;
 font-size: 8pt;
 padding: 2px 2px 2px 2px;
 text-align: center;
}



.logon a
{
	font-weight: bold;
	color: #DC5035;
}

/* Quick Navigation */
.quicknav
{
	margin: 0px 2px 2px 2px;
	color: #2F78AE;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

.quicknav a
{
	color: #DC5035;
	font-weight: bold;
}

/* Headers and Titles... */
h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #2F78AE;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	color: #3078B0;
	display: inline;
	padding: 0px;
	margin: 0px;
}

/* Quotes */
.quotes
{
	font-size: 8pt;
	padding: 2px;
}

.quotes a
{
	color: #2F78AE;
	text-decoration: none;
}

/* Mirc Style Text */
.irctxt
{
	font-family: "Courier New", courier;
	font-size: 9pt;
	padding: 2px;
}

/* Forms */
form { display: inline; }
.forminput { font-size: 8pt; font-family: Verdana, sans-serif; vertical-align: middle }
.quickselect { font-size: 8pt; background-color: #B5CBE3; font-size: 12px; font-weight: bold; }
textarea { font-size: 12pt; font-family: Courier New, verdana, helvetica, sans-serif; vertical-align: middle }
select { font-size: 10pt; }
input { font-size: 10pt; font-family: verdana, helvetica, sans-serif; vertical-align: middle }
input, textarea { border-color: #D7D7D7; border-width: 1px; border-style: solid; }

.tooltip {
	position: absolute;
	visibility: hidden;
}

.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
}
