/*
{ GojIRC }

Version: 1.1
File: style.css
Description: Controls chat look.
Author: WillyPS
Web: http://www.gojirc.cjb.net
Date: 2001 - 2002

=======================================
*/

/*
General <body> formating

BODY {
	background-color: #F1F3F5;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;
}
*/

/*
General <td> formating. Here this selector
is specified to apply the same format as BODY
selector for compatibility reasons.

TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color : transparent;
	text-align: left;
	vertical-align : top;
}
*/

/*
Changes the look for the chat's table.
*/
TABLE.chatbox {
	border: 1px #515563 solid;
 	border-collapse : collapse;
	width: 740px;
; color: #FFFFFF; background-color: #999999
}

/*
Sets the look for the top section of the chat's table.
*/
TD.chatboxtop {
	background-color: #999999;
	border-bottom : 1px solid Black;
; color: #000000
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-style: normal; font-weight: normal
}

/*
Sets the look for the inside body of the chat's table.
*/
TD.chatboxbody {
	background-color: #999999;
; color: #CCCCCC
}

/*
Sets the formating for the title text of the chat's table.
*/
P.title {
	font : bold normal 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #2F3341;
	background-color : #FF9900;
	text-align: center;
; margin-top: 10px; margin-bottom: 10px
}

/*
Sets the look for the dropdown menus on top
of the chat.
*/
SELECT.toolbar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background-color: #000000;
; color: #00FF00
}