﻿#chatbox
{
    width:200px;
    height:485px;
    background: #FFF;
}
#shouts
{
    height: 400px;
	overflow: auto;
	background: #FFF;
	position: relative;
}
#chatbox .header, #chatbox .label, #RoomName {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 1px;
}
#chatbox .label {
	text-decoration: none;
	font-size: 12px;
}
#chatbox .UserMessage, #chatbox .UserMessage2, #chatbox .admin, #chatbox .private, #chatbox .rocksStaff, #chatbox a.report:link, #chatbox a.report:visited {
	padding: 1px;
	margin: 2px 0px 2px 0px;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	font-family: arial;
	cursor: default;
	position:relative;
}
#chatbox .UserMessage, #chatbox .UserMessage2, #chatbox .private {
	background-color: #E6E7E9;
	color: #818286;
	padding: 1px 1px 1px 1px;
}
#chatbox .private {
	color: #8A8AC0;
}
#chatbox .Admin_Name, #chatbox .Name, #chatbox .Rocks_Name {
	font-weight: bold;
}
#chatbox a.report:link, #chatbox a.report:visited {
	border: 0px none;
	color: #555;
	float: right;
	text-decoration: none;
	padding: 0px;
	padding-left: 2px;
	margin: 0px;
	margin-right: 1px;
	cursor: Pointer;
}
#chatbox .admin {
	background-color: #C77EB5;
	color: #FFFFFF;
	border-color: #932A8E;
	border-width: 2px;
}
#chatbox .rocksStaff {
	background-color: #FFCCFF;
	color: #818286;
	border-color: #818286;
	border-width: 1px;
}
#chatbox .box {
	background-color: #E6E7E9;
	border-style: none;
	width: 197px;
	height: 25px;
	border: 1px solid #818286;
	padding: 0px;
}
#chatbox button {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color: #932a8e;
	border-top-color: #97478c;
	border-bottom-color: #97478c;
	border-left-color: #97478c;
	border-right-color: #97478c;
}
#chatbox .nochat {
	font-size: 9px;
	text-decoration: none;
	font-size: 12px;
	color: #818286;
	font-weight: normal;
	padding: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#chatbox .switch, #chatbox a.switch:hover, chatbox a.switch:visited {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF
}
#chatbox a.date:link, #chatbox a.date:visited, #chatbox a.date:hover {
	text-decoration: none;
	color: #818286;
	cursor: default;
}
#chatbox .transbox{
  background-color: #FFF;
  height: 450px;
  width: 199px;
  opacity:0.5;
  filter:alpha(opacity=50);
  position: relative;
  top: -418px;
  left: 0px;
  display:none;
}
#chatbox .welcome_message{
 background: #FFF;
 font-size: 20px;
 width: 175px;
 padding: 2px;
 border: 1px solid #000;
 position: relative;
 top: -840px;
 left: 0px;
 display:none;
}
#chatbox .welcome_message .label{
 line-height: 16px;
 background: #fff;
  color: #818286;
  font-size: 10px;
}
#chatbox .welcome_message .links{
  text-align: center;
}
#chatbox .welcome_message .links a, #chatbox div.welcome_message a{
  color: #818286;
    text-decoration: underline;
    font-weight: bold;
}
#RoomName
{
    float: left;
}
#nochat
{
    display:none;
}
.chat_delete
{
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
}
#chat_rules
{
    display:none;
}
#chat_rules .theterms
{
    text-align:justify;
}
#chat_rules .theterms p
{
    margin-bottom: 10px;
}
#chat_rules .theterms ul
{
    margin: 0px 40px 10px 40px;
}
#chatbox .switch_room
{
    float:right;
}
#chatbox .switch_room a,#chatbox .switch_room a:link,#chatbox .switch_room a:hover,#chatbox .switch_room a:visited,#chatbox .switch_room a:active
{
    color:#FFF;
}
#delete_chat
{
    display:none;
}
#post_message .label
{
    background: #000;
}