﻿/* Main Chat Form Styles */
#chat {
	background-color: #C0C0C0;
	padding: 0px 20px;
	border: 1px #676363 dotted;
}
/* Header Style */
#chat_form_header {
	color: #676363;
	font: 161.5% Tahoma;
}
/* Form Style */
#chat_form {
	margin: 5px 0px;
	padding: 0px;
	font: 11px Tahoma;
	display: none;
}
/* Login Panel Style */
#chat_login_header {
	color: #676363;
	font: 130% Tahoma;
}
#chat_inputs{
	padding: 0 5% 0 5%;
	margin: 11px 0px;
}
#chat_inputs .label{
	width: 100%;
	float: left;
	text-align: right;
	vertical-align:middle;
}
#chat_inputs input{
	width: 70%;
	/*float: right;*/
	display: inline;
	padding: 0px;
	margin: 0px;
}
/* Connecting Splash Screen Styles */
#chat_splash_panel{
	height: 170px;
	text-align: center;
	vertical-align: bottom;
	color: #676363;
	font: 161.5% Tahoma;

}
#chat_splash_text{
	position:relative;
	top: 30%;
}

/* Menu Panel Styles */
#chat_menu_panel{
	color: #676363;
}
#chat_menu_header {
	color: #676363;
	font: 130% Tahoma;
}
#chat_menu_panel #chat_inputs {
	padding: 5px 0px 10px 0px;
	margin: 0px;
}
#chat_menu_panel #chat_inputs .label{
	width: 100%;
	padding: 3px 0px;
	text-align: left;
	vertical-align: top;
}
#chat_menu_panel #chat_inputs input[type="text"]{
	width: auto;
}
#chat_menu_panel #chat_inputs input[type="button"]{
	width: auto;
}

/* Groupcchat Panel Style */
#chat_field {
	font: 10px Tahoma;
	position: relative;
	margin: 2px 0px;
	width: 100%;
	*width: auto;
}
#chat_message_field {
	position: relative;
	margin: 2px 0px;
	width: 100%;
	*width: auto;
}
/* Buttons FieldSet */
#chat_buttons {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	width: 100%;
	display: inline-block;
	font: 11px Tahoma;
}
#chat_buttons input {
	padding: 0px 3px;
	font: 11px Tahoma;
}
.chat_button {
	float: left;
	width: 50%;
}
.chat_button_center {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.chat_button_lonely {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}
.chat_button_left {
	float: left;
	text-align: right;
	width: 50%;
	padding: 0px;
}
/* Tip Fields */
#chat_tips {
	color: #676363;
	font: 10px Tahoma;
	padding: 2px 0px 0px 0px;
}

#chat_error {
	color: #FF6600;
	font: 10px Tahoma;
	padding: 2px 0px 0px 0px;
}
/* History Panel Style */
#chat_history_panel{
	color: #676363;
	overflow:visible;
}
#chat_history_header {
	color: #676363;
	font: 130% Tahoma;
}
#chat_history_field {
	font: 10px Tahoma;
	/*position: relative;*/
	margin: 2px 0px;
	width: 100%;
}
#chat_history_buttons{
	padding: 0px 4px;
	*padding: 0px
	/*overflow:visible;*/
}
#chat_history_buttons .button{
	display: inline;
	margin:0px;
	padding:0px;
	text-align:center;
}
#chat_history_buttons .button input{
	*width: 33%;
	margin: 0px;
	padding:0px 5px;
	font: 11px Tahoma;
	width: 28%;
}
#chat_history_panel #chat_history_buttons .button input{
	width: 33%;
}