html
{
	font-size: 9;
	font-family: arial;
	overflow-x: auto;
	background-color: #000;
	color: #FFF;
}
BODY 
{
	font-size: 12;
	font-family: arial;
	color: #FFF;
	background: #000;
}
a:link 
{ color: #0B0; text-decoration: underline; font-weight: bold;}
a:active 
{ color: #0B0; text-decoration: underline; font-weight: bold;}
a:visited 
{ color: #0A0; text-decoration: underline; font-weight: bold;}
 a:hover 
{ color: #33FF22; text-decoration: underline; background: #555555;}

#dhtmltooltip{
font-family: arial;
-moz-border-radius: 15px 0px 15px 0px;
font-size: 12;
font-weight: bold;
color: #00BB00;
position: absolute;
width: 150px;
border: 6px ridge #003300;
padding: 2px;
background-color: transparent;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmltooltip2{
font-family: arial;
-moz-border-radius: 3px 3px 12px 12px;
font-size: 12;
font-weight: bold;
color: #00CC00;
position: absolute;
width: 160px;

	border-bottom: 4px solid #005500;
	border-left: 1px solid #008800;
	border-right: 1px solid #008800;
	border-top: 4px solid #006600;

padding: 3px;
background-color: #000000;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=green,direction=135);
}

SPAN
{
	font-size: 12;
	font-family: arial;
}
TD
{
-moz-border-radius: 8px 8px 0px 0px;
border: 1px solid #006600;
padding: 0px;
}
#Chan
{
-moz-border-radius: 0px 0px 0px 0px;
border-bottom: 1px solid #006600;
border-left: 0px;
border-right: 0px;
border-top: 1px solid #006600;
padding: 0px;
}
#chanlist
{
border: 0px;
padding: 0px;
	background-color: #000000;
}
.chanlist
{
border: 0px;
padding: 0px;
	background-color: #000000;
}
#Contents
{
border: 0px;
padding: 0px;
	background-color: #000000;
}
#ChatContents
{
	background-color: #000000;
}
#rowMU
{
	background-color: #000000;
}
#rowMO
{
	background-color: #004400;
	cursor: pointer;
}
#U
{
	color: #00BB00;
	text-decoration: underline;
	font-weight: bold;
}
#Bnet
{
	color: #5555FF;
}
#AT
{
	color: cyan;
}
#AS
{
	color: yellow;
}
#AQ
{
	color: #CCCCCC;
}
#AY
{
	color: #FF0000;
}
#AR
{
	color: #00FF00;
}
#AW
{
	color: #FFFFFF;
}