/* Agent Specific Styles */
div.agents
{
	background-color:#E1DFDE;
	border:none;	
}
div.agents h2
{
	text-indent: -9999px;
	display: block;
	height: 27px;
	margin-left: 1px;
	background-image: url(../html/GSW/img/availableAgents.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
div.agents p
{
	margin: 0px;
	padding: 0px 0px 12px 12px;
}
div.agents p.messageLink
{
	padding: 0px 0px 6px 12px;
}

div.agent
{
	background-color: #FFFFFF;
	border: 1px solid #d0d0cf;
	margin: 5px;
	padding: 8px;
}
div.agent a:link, a:visited, a:active
{
	color: #616161;
	font-weight: bold;
	text-decoration: underline;
}
div.agent a:hover
{
	color: #616161;
	font-weight: bold;
	text-decoration: none;
}
div.agent img
{
	margin-top: 5px;
}
p.messageLink a:link, a:visited, a:active
{
	color: #de7528;
	font-weight: normal;
	text-decoration: underline;
}
p.messageLink a:hover
{
	color: #de7528;
	font-weight: normal;
	text-decoration: none;
}
div.status_online
{
	float: left;
	margin-right: 10px;
	font-size: 10px;
	color: #318942;
	text-align: center;
}
div.status_busy
{
	float: left;
	margin-right: 10px;
	font-size: 10px;
	color: #CC3C00;
	text-align: center;
}

div.status_offline
{
	float: left;
	margin-right: 10px;
	font-size: 10px;
	color: #565656;
	text-align: center;
}
.statusImage
{
	margin-top: -14px;
	position: relative;
	left: -22px;
}
