html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


div#chat-room { clear: both; height:350px; width: 580px; border: 10px Solid #acadfa; background-color: #acadfa; }
ul#chat-rooms li { float: left; font-family: verdana, sans-serif; display: none; }
div#chat-area { background-color: #fff; width: 100%; height: 348px;}
div#console { clear: both; }
#chat-traffic { border:1px inset; clear:both; float:left; height:294px; width:450px;}
#chat-users { float:left; height:278px; margin-left:8px; width:120px; }
#chat-users ul li { margin: 3px; text-transform: uppercase; font-family: sans-serif; font-size: 11px; height: 20px;}
#chat-users ul li img { width: 20px; height: 20px; background: transparent url('img/icon.gif') no-repeat scroll 0 0; cursor: pointer; margin: 0px 3px; float: left; }
#chat-users ul li.ignored img { background-position: 0 -20px; }
#chat-users ul li.ignored { color: #acacac; }
#chat-message { height: 50px; width: 400px; float: left; }
#ButtonSend { width: 80px; height: 30px; float: left; margin: 0 10px;}
.gettingUpdated { background: transparent url('img/ajax-loading-smal.gif') no-repeat scroll center center; }

