﻿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/ebs/top_left.gif');
	width: 16px;	
	height: 39px;
}
.topCenter
{
	text-align: right;
	background-image: url('../../images/ebs/top_center.gif');
	height: 39px;	
}
.topRight
{
	background-repeat: no-repeat;
	background-image: url('../../images/ebs/top_right.gif');
	width: 16px;
	height: 39px;	
}

.chatTopLeft
{
	background-repeat: no-repeat;
	background-image: url('../../images/ebs/chat_top_left.gif');
	width: 16px;	
	height: 16px;
}
.chatTopCenter
{
	background-image: url('../../images/ebs/chat_center.gif');
}
.chatTopRight
{
	background-repeat: no-repeat;
	background-image: url('../../images/ebs/chat_top_right.gif');
	width: 16px;
}
.chatBottomLeft
{
	background-repeat: no-repeat;
	background-image: url('../../images/ebs/chat_bottom_left.gif');
	width: 16px;	
	height: 39px;
}
.chatBottomCenter
{
	background-image: url('../../images/ebs/chat_center.gif');
}
.chatBottomRight
{
	background-repeat: no-repeat;
	background-image: url('../../images/ebs/chat_bottom_right.gif');
	width: 16px;
}

.chatMiddleLeft
{
	background-image: url('../../images/ebs/chat_center.gif');
	width: 16px;	
	height: 340px;
}
.chatMiddleCenter
{
	background-image: url('../../images/ebs/chat_center.gif');	
}
.chatMiddleRight
{
	background-image: url('../../images/ebs/chat_center.gif');
	width: 16px;
}

.tabledisplay
{
    width:100%;
    padding:2;
    border:solid 1px #d5d5d5;
}

.chatDisplay
{
	margin: 0;
	background-color: #ffffff;
}

.display
{
	margin: 0;
	border:solid 1px #d5d5d5;
	background-color: #ffffff;
}


.chatSend
{
	margin: 0;
	background-image: url('../../images/ebs/chat_center.gif');		
}

.messageReceived
{
	color: #8b0000;
}

.messageSent
{
	color: #000000;	
}

.systemMessage
{
	color: #ff0000;
}

.queuePosition
{
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

.tableWidth
{
	width: 100%;
}

.button
{
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	font-size: 10px;
	width: 80px;
	height: 18px;
	background-color: #cccccc; /*#9aaaa3*/
}

.textBox
{	
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	height: 18px;
	background-color: #ffffff;
	
}

.gv
{
	border: solid 1px #000000;
}
.gvHeaderStyle
{
	background-color: #c5c5c5;
}

.gvAlternatingRowStyle
{
	background-color: #f5f5f5;
}

.gvRowStyle
{	
	background-color: #ffffff;	
}

.version
{
	font-family: @Arial Unicode MS;
	font-size: 8pt;
}

/* ------ SURVEY ------ */

div.survey 
{
	padding-bottom: 15px;
}

h1.survey 
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

p.survey 
{
	text-align: center;
	line-height: 1.5em;
}

div.survey-item {
	padding: 5px;
	marging: 5px;
	text-align: center;
}

div.survey-item div.question {
	line-height: 2.5em;
}

div.survey-item div.group {

}
