/*<![CDATA[*/
/*
body {
	font-family: "Verdana";
	font-size:10px;
	margin:0;
	color:black;
}
form{
	margin:0;
	padding:0;
}
a{
	color:black;
}
*/
/*.mainChatDiv input,*/.mainChatDiv select,.mainChatDiv textarea{
	font-family: "Verdana";
	font-size:10px;
	border: 1px solid gray;
	cursor:pointer;
	color:black;
}
/*
#wrapper{
	width:480px;
	padding:10px;
}
*/
/*
h2,h1{
	margin:0;padding:0;
}
*/
.mainChatDiv a:hover {
	text-decoration:underline;
}

#iResp{
	width: 300px;
	height: 150px;
	overflow: auto;
	border: 1px solid gray;
	padding: 4px;
	display:none;
}
#iRoster, #iRooms, #iRoomRoster{
	width: 170px;
	height: 216px;
	overflow: auto;
	/*border: 1px solid #97a5b0;*/
	padding:2px;
	text-align:left;
}
.chat_console_border {
	border: 1px solid #97a5b0;
	width: 174px;
	height: 220px;
	/*float:right;*/
}
/*#iRooms {
	overflow: auto;
}*/
#iRoster ul, #iRooms ul, #iRoomRoster ul{
	list-style:none;
	margin:0;
	padding:0;
}
#iRoster li, #iRooms li, #iRoomRoster li{
	padding:2px 2px 2px 20px
}
#iRoster li a, #iRooms li a, #iRoomRoster li a{
	display:block;
}
#iRoomRoster div{
	padding:2px 2px 2px 20px;
}
#msgArea {
	width:405px;
	/*height:30px;*/
	padding: 2px;
	margin-right:1px;
	border:1px solid gray;
}
.chat_input{
	width:150px;
	padding: 2px;
	margin-right:2px;
	border:1px solid gray;
}
#iContact{
	margin-top:5px;
	display:none;
}
#iContactReqs, #user_errors{
	display:none;
}
#sendmsg_pane{
	margin-left:0px;
	/*width:100%;*/
	display:none;
	/*background-color:#00CC33;*/
}
.spaced {
	margin-bottom: 4px;
}
/*
.error {
	font-weight: bold;
	color: red;
}
*/
.selected{
	background-color:#FFFF00;
	border:1px solid gray;
}
.mainChatDiv .close_butt{
	float:right;
}
.unavailable{
	/*background-color:gray;*/
	background: url('/chat/images/off.png') 0px no-repeat;
}
.available, .chat{
	/*background-color:green;*/
	background: url('/chat/images/on.png') 0px no-repeat;
}
.busy{
	/*background-color:red;*/
	background: url('/chat/images/away.png') 0px no-repeat;
}
.away{
	/*background-color:orange;*/
	background: url('/chat/images/away.png') 0px no-repeat;
}
.subscribe{
	/*background-color:purple;*/
	background: url('/chat/images/pen.png') 0px no-repeat;
}
.unsubscribe{
	/*background-color:black;*/
	background: url('/chat/images/off.png') 0px no-repeat;
}
#chat_console{
	display:none;
	margin-bottom:10px;
	/*float: left; */
	margin-right: 0px;
}
#chat_console_nav{
	margin-top:7px
}

.you,a.you{
	color: red;
}
.me,a.me{
	color:blue;
}
#chat_holder{
	width:600px;
	/*height:500px;*/
	background-color:white;
	margin-left:8px;
	padding:8px;
	text-align:left;
	color:black;
	border:10px solid #DDD;
	-moz-border-radius: 10px 10px 10px 10px;
	margin-bottom:8px;
}
#chat_holder div{
	color:black;
}
#chat_holder a{
	color:black;
}
#sendSubmit{
	margin-top:5px;
}
#chat-windows{
	width:410px;
	/*float:left;*/
}
.chat_button{
	background-color:#000;
	/*border:none;
	background-image:	url(/images/button.png);
	background-position:	0px;
	background-repeat:	no-repeat;
	font-family: "Verdana";
	font-size:10px;*/
	/*width:49px;
	height:20px;*/
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
}
#chat_pain{
	width:410px;
	/*height:280px;*/
}
.c_cursor{
	cursor:pointer;	
}
#close_tab{
	/*margin-top:-18px;*/
	font-size:12px;
	display:none;
	text-align:right;
}
/*]]>*/