.clsTicketLinksMain
	{
	color:#ffffff;
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	background-image:url(images/mainlink.jpg);
	cursor:pointer;
	cursor:hand;
	}

.clsTicketLinks
	{
	color:#000080;
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	background-image:url(images/otherlink.jpg);
	cursor:pointer;
	cursor:hand;
	}

.clsTextBox_Fixed
	{
	font-family:arial;
	font-size:10pt;
	color:magenta;
	width:100%;
	}

.clsCues
	{
	font-family:arial;
	font-size:15pt;
	color:orange;
	text-align:center;
	}

.clsTicketInfo
	{
	font-family:arial;
	font-size:11pt;
	color:maroon;
	}

.clsAgentTableHeaders
	{
	font-family:arial;
	font-size:9pt;
	color:maroon;
	font-weight:bold;
	background-color:#ffffff;
	}

.clsAgentTableData
	{
	font-family:arial;
	font-size:9pt;
	color:#000000;
	}

.clsTableBack
	{
	border-style:solid;
	border-color:cyan;
	border-top-width:1;
	border-bottom-width:1;
	border-left-width:1;
	border-right-width:1;
	background-color:f0f8ff;
	}

.clsClientLink
	{
	color:#666666;
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	text-align:center;

	cursor:pointer;
	cursor:hand;	
	border-style:solid;
	border-color:gray;
	border-top-width:0;
	border-bottom-width:3;
	border-left-width:0;
	border-right-width:3;
	background-color:#fafafa;
	}

.clsClientTableHeaders
	{
	font-family:arial;
	font-size:9pt;
	color:#000080;
	font-weight:bold;
	background-color:#ffffff;
	}

.clsClientTableData
	{
	font-family:arial;
	font-size:9pt;
	color:#000000;
	}