/********************************************************
* 							*
* Copyright ZIOMM 2006 - all rights reserved		*
* 							*
* -----------------------------------------------------	*
* 							*
* Le code ci-dessous est la propiété d'Akeroz SARL	*
* détenteur de la marque ZIOMM. Vous ne pouvez copier	*
* ou modifier ce code sans l'autorisation d'AKEROZ.	*
* Toutes tentatives fera l'objet de poursuites.		*
* 							*
* -----------------------------------------------------	*
* 							*
* All source code is property of Akeroz SARL owner	*
* of ZIOMM Trademark. You can't copy of modify sources	*
* without autorisation from AKEROZ. AKeroz will make	*
* pursuit to anyone who no respect this user licence. 	*
* 							*
********************************************************/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	height: 98%;
	background: #fff;
}

form
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #0066cc;
}

#ts-login
{
	display: none;
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 20;
	border: 1px solid #333;

	background: #fff;
	font-weight: bold;
	padding: 4px;
}

#ts-login table, #ts-login td
{
	font-size: 12px;
	text-align: center;
}

#ts-stats
{
	position: relative;
	display: block;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #333;
}

#ts-stats img
{
	margin-right: 5px;
	padding: 0px;
}

#ts-stats span, #ts-stats i
{
	font-weight: normal;
	font-size: 10px;
	margin-left: 5px;
	font-style: normal;
	background: #fff;
}

#ts-stats b
{
	display: block;
	font-weight: normal;
	font-size: 9px;
	padding-top: 5px;
	margin-left: 5px;
	font-style: normal;
	background: #fff;
	color: #888;
}

#ts-stats b a
{
	display: inline;
}

#ts-stats div
{
	display: block;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 1px dashed #888;
}

#ts-stats a
{
	display: block;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
}

#ts-stats a span
{
	color: #333;
	font-size: 10px;
	margin-left: 4px;
	text-decoration: none;
}

#serverAddr
{
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
}

#ts-stats p span
{
	display: none;
}

#ts-stats p:hover span
{
	display: inline; 
	position: absolute;
	left: 75px;
	top: 20px;
	z-index: 20; 
	background: #fff; 
	color: #333; 
	border: 1px solid #000;
	font-size: 10px;
	text-align: center;
	padding: 2px;
}

a.lienPromo
{
	color: #c20000;
	font-size: 10px;
}

a.lienPromo font
{
	font-weight: bolder;
	font-size: 11px;
}

