﻿/* CSS Document */
body{
	margin:0;
	padding:0;
}

#chat_area
{
	margin:10px 0 0 2px;
}

iframe{margin:5px 0 0 2px;}
/*#chat_area {
	background-image:url(../i/chat/chat_bg.gif);
	width:225px;
	height:236px;
}*/

#chat_area h1
{
	display:block;
	width:146px;
	height:27px;
	/*margin:15px 0 0 0;*/
	margin:2px 0 0 0;
	background-image:url(../i/txt/live-chat.jpg);
	background-repeat:no-repeat;
}

#chat_area h1 span
{display:none;}

#chat_controls {
	height:23px;
}

#chat_controls img {
	border:none;
}

#chat_output {
	/*background-image:url(../i/chat/chat_output.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: 10px 27px;
	width:226px;
	height:117px;
	margin:4px 0 0 11px;*/
	
	display:block;
	width:215px;
	height:140px;
	margin:15px 0 5px 0;
	border:1px solid #d6d6d6;
	
	background-color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#747474;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	padding: 5px 0 0 5px;
	text-align:left;
	overflow: auto;
}
 * html #chat_output {
	/*background-image:url(../i/chat/chat_output.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
	width:226px;
	height:117px;
	margin:4px 0 0 11px;*/
}
#chat_output .system {
	color:#73b223;
}
#chat_output .guest {
	color:Blue;
}
#chat_output .operator {
	color:Orange;
}

#chat_input {
	/*margin:6px 0 0 11px;
	background-image:url(../i/chat/chat_input.gif);
	width:236px;
	height:59px;*/
}

#chat_input textarea 
{
	border-color: #d6d6d6;
	border-style: solid;
	border-width: 1px;
	width:218px;

	/*margin:9px 0 0 0;
	background : transparent;
	padding:10px;
	width:215px;
	border:0px solid #fff;*/
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#747474;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}
/** html #chat_input textarea {
	margin: 9px 0 0 -10px;
	width:210px;
	height:13px;
}
*:first-child+html #chat_input textarea {
	margin: 9px 0 0 -10px;
	width:210px;
	height:13px;
} */

#chatBtn
{
	margin:0 0 0 60px;
}

.exit_off{margin-top:5px; cursor:pointer; background-image:url(../i/btn/exit-off.jpg)}
.exit_on{margin-top:5px; cursor:pointer; background-image:url(../i/btn/exit-on.jpg)}

.print_off{margin-top:5px; cursor:pointer; background-image:url(../i/btn/print-off.jpg)}
.print_on{margin-top:5px; cursor:pointer; background-image:url(../i/btn/print-on.jpg)}

.submit_off{margin-top:5px; cursor:pointer; background-image:url(../i/btn/submit-off.jpg)}
.submit_on{margin-top:5px; cursor:pointer; background-image:url(../i/btn/submit-on.jpg)}

/*a#send_message {
	background-image:url(../i/chat/btn_send.gif);
	width:44px;
	height:17px;
	margin:-13px 0 0 0;
	float:right;
}
*:first-child+html a#send_message {
	margin:-2px 0 0 0;
}
* html a#send_message {
	margin:-2px 0 0 0;
}

a#send_message:hover {
	background-position:0px -17px;
}

a#send_message span {
	display:none;
}*/



#print_area {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#747474;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}
#print_area .system {
	color:#73b223;
}
#print_area .guest {
	color:Blue;
}
#print_area .operator {
	color:Orange;
}
#print_area #title {
	color:#73b223;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}