﻿body 
{
	margin: 0px;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	background-color: #f5f5f5;
}

.fieldLabel
{
	text-align: right;	
}

.requiredFieldLabel
{
	text-align: right;	
	font-weight: bold;
}

.messageLabel
{
	text-align: center;
	font-weight: bold;
}

.chatBody 
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.topLeft
{
	background-repeat: no-repeat;
	background-image: url('../../images/default/top_left.gif');
	width: 16px;	
	height: 39px;
}
.topCenter
{
	text-align: right;
	background-image: url('../../images/default/top_center.gif');
	height: 39px;	
}
.topRight
{
	background-repeat: no-repeat;
	background-image: url('../../images/default/top_right.gif');
	width: 16px;
	height: 39px;	
}

.chatTopLeft
{
	background-repeat: no-repeat;
	background-image: url('../../images/default/chat_top_left.gif');
	width: 16px;	
	height: 16px;
}
.chatTopCenter
{
	background-image: url('../../images/default/chat_center.gif');
}
.chatTopRight
{
	background-repeat: no-repeat;
	background-image: url('../../images/default/chat_top_right.gif');
	width: 16px;
}

.chatBottomLeft
{
	background-repeat: no-repeat;
	background-image: url('../../images/default/chat_bottom_left.gif');
	width: 16px;	
	height: 39px;
}
.chatBottomCenter
{
	background-image: url('../../images/default/chat_center.gif');
	text-align: right;
}
.chatBottomRight
{
	background-repeat: no-repeat;
	background-image: url('../../images/default/chat_bottom_right.gif');
	width: 16px;
}

.chatMiddleLeft
{
	background-image: url('../../images/default/chat_center.gif');
	width: 16px;	
	height: 340px;
}
.chatMiddleCenter
{
	background-image: url('../../images/default/chat_center.gif');	
}
.chatMiddleRight
{
	background-image: url('../../images/default/chat_center.gif');
	width: 16px;
}

.chatDisplay
{
	margin: 0;
}


.chatSend
{
	margin: 0;
	background-image: url('../../images/default/chat_center.gif');		
}

.messageReceived
{
	color: #00008b;
}

.messageSent
{
	color: #000000;	
}

.systemMessage
{
	color: #ff0000;
}

.queuePosition
{
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

.tableWidth
{
	width: 100%;
}

.button
{
	border-top: 1px solid #636531;
	border-left: 1px solid #636531;
	font-size: 10px;
	width: 80px;
	height: 18px;
	background-color: #90a2a3; /*#9aaaa3*/
}

.textBox
{	
	border-right: 1px solid #636531;
	border-top: 1px solid #636531;
	border-left: 1px solid #636531;
	border-bottom: 1px solid #636531;
	height: 18px;
	background-color: #f5f5f5;
}

.gv
{
	border: solid 1px #000000;
}
.gvHeaderStyle
{
	background-color: #c5c5c5;
}

.gvAlternatingRowStyle
{
	background-color: #dcdcdc;
}

.gvRowStyle
{	
	background-color: #ffffff;	
}
