/*
{ 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: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;
	margin-top: 0px;
	margin: 0px;
}

/*
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 solid Black;
 	border-collapse : collapse;
	width: 740px;
}

/*
Sets the look for the top section of the chat's table.
*/
TD.chatboxtop {
	background-color: #064383;
	border-bottom : 1px solid Black;
}

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

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

/*
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: #8DBCFF;
}