<!--
body{
	/*background-image:url(/livehelp/images/fd_liveHelp.jpg);*/
	
}

body,
div, p, td {
	font-size: 9pt;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:transparent;
	/*background-image:url(https://www.gamersloot.net/catalog/images/gamersloot/images/Fond.jpg);*/
}

a, a.normlink:link, a.normlink:visited, a.normlink:active {
/*	color: <?php echo($font_link_color); ?>; */
/*	text-decoration: none;*/
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	color:#009148;
	text-decoration: none;
	font-weight:bold;
}
a.normlink:hover {
/*	color: <?php echo($font_link_color); ?>;
	border-bottom-color: <?php echo($font_link_color); ?>;*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.headingusers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.smallusers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CBCBCB;
}
.message {
	font-size: 9pt;
/*	background-color:#eeffee;*/
	color:#333333;
	font-family: "Lucida Console", "Courier New", Courier, mono;
}
body.background{
	background-color:#333333;
	background-image:url(/livehelp/images/fd_liveHelp.jpg);
	background-repeat: repeat;
}


a.message:link, a.message:visited, a.message:active {
	/*color: <?php echo($font_link_color); ?>;
	font-family: <?php echo($chat_font_type); ?>;
	font-size: <?php echo($guest_chat_font_size); ?>;*/
	
	text-decoration: none;
	border-bottom-width: 0.05em;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.message:hover {
	/*color: <?php echo($font_link_color); ?>;
	font-family: <?php echo($chat_font_type); ?>;
	font-size: <?php echo($guest_chat_font_size); ?>;
	border-bottom-color: <?php echo($font_link_color); ?>;*/
	text-decoration: none;
	
	border-bottom-width: 0.05em;
	border-bottom-style: solid;

}
a.tooltip {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 100;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 0.05em;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a.tooltip:hover {
	z-index: 150;
	background-color: #FFFFFF;
}
a.tooltip span {
	display: none
}
a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 15px;
	left: -100px;
	width: 175px;
	padding: 5px;
	margin: 10px;
    border: 1px dashed #339;
    background-color: #E8EAFC;
	color: #000000;
    text-align: center
}
#timer
{
 /* font-size: <?php echo($font_size); ?>;
  background-color:<?php echo($background_color); ?>; 
  border-color:<?php echo($background_color); ?>; 
  color:<?php echo($font_color); ?>;*/
  
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  border-style:none;
  color:#000000;
  font-weight:bold;
  background-color:transparent;

  }
  
.msgTable
{
  background-color: #eeeeff;
  border:4px solid green;
}

#chatbox{
background-color:#ffffff;
}

#displayFrame{
	border:10px solid red;
}