textarea, input{
	border:1px solid #A4CEFF;
}

table{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	border-bottom: 1px solid #599BFF;
	background:#1351B4;
	margin:0px;
	color:#B7CFFD;
	background-image:url(header_bg.gif);
	background-repeat:repeat-x;
}
hr{
	color: #D5D5D5;
	background-color: #7AA4FE;
	height: 1px;
	border:0px;
}
.main_border{
	background:#00409A;
	background-image:url(background.gif);
	height:400px;
	padding:10px;
}
.department_select_content{
	padding:15px;
	overflow: auto; 
	margin:0px;
	height:320px;
	background:#E7F2FF;
}
.department_select_row{
	background:#F4F9FF;
	border-bottom: 1px solid #CCCCCC;
}
.department_online_listing{
	color:#003300;
	background:#F4F9FF;
	border-bottom: 1px solid #CCCCCC;
}
.department_offline_listing{
	color:#999999;
	background:#F4F9FF;
	border-bottom: 1px solid #CCCCCC;
}
.operators_online{
	color:#999999;
	background:#F4F9FF;
	border-bottom: 1px solid #CCCCCC;
}

.bg_color{

	background:#E7F2FF;
}
.chat_posts{
	padding:5px; 
	height: 290px; 
	overflow: auto; 
	margin:0px;
	background:#E7F2FF;
}
.typing_indicator{
	font-size:10px;
	color:#999999;
}

.message_options{
	background: #F8F8F8;
	border:0px;
	border: 1px solid #cccccc;
	font-size:10px;
	padding:5px;
}

.submit_message_chat_select{
	width: 99%;
	height:52px;
	border: 1px solid #A4CEFF;
	border-left:0px;
	margin:0px;
	font-weight:bold;
	background:#D6E9FF;
	text-align:center;
	cursor:pointer;
	padding:0px;

}

.submit_message{
	width: 100%;
	height:52px;
	border-left:0px;
	margin:0px;
	font-weight:bold;
	background:#D6E9FF;
	text-align:center;
	cursor:pointer;
	padding:0px 

}

form{
	margin-bottom:0px;
}

.chat_options a, .chat_options a:visited{
	background:#FDFDFD;
	border: 1px solid #CCCCCC;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	color: #999999;
	margin-left:10px;
}
.chat_options a:hover{
	background:#ffffff;
	border: 1px solid #999999;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	color: #333333;
	margin-left:10px;
}
.department_select_pretext{
	background: #F6FAFF;
	padding:5px;
	border: 2px solid #ffffff;
	margin-bottom:10px;
}	
.powered_by a,.powered_by a:visited,.powered_by a:hover,.powered_by{
	font-size:10px;
	color:#BCD4F0;
	position:fixed;
	bottom:0px;
	left:10px;
	text-decoration:none;
}

