@charset "UTF-8";
/* CSS Document */

.TdWhite
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-stretch:expanded;
	color:#FFFFFF;
	text-align:center;
}

.Title1, .Title1C
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-stretch:expanded;
	color:#FF3300;
}

.Title1C
{
	text-align:center;
}

.Title2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.Title3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	height:25px;
}

.TxtIdent
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-stretch:expanded;
	color:#FFFFFF;
	background-color:black;
	border: 1px solid #666666;
	margin-left:8px;
	width:140px;
}

.TxtAnonymous
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-stretch:expanded;
	color:#FFFFFF;
	background-color:black;
	border: 1px solid #666666;
	width:100px;
}

.InputAccount
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-stretch:expanded;
	color:white;
	background-color:#666666;
	border: 1px solid #000000;
	margin-left:8px;
	width:90%;
}

.RedArrow
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-stretch:expanded;
	color:#FF0000;
	font-weight:bold;
}

.InfoGrey
{
	font-size:11px;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:9px;
	font-style:italic;
}

.InfoBlack
{
	font-size:11px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:9px;
	font-style:italic;
}

.PlayerList
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	border-bottom:1px solid black;
}

.PlayerListHeader
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight:bold;
	background-color:#FF3333;
	height:20px;
	text-align:center;
}

.DivState
{
	font-size:1px;
	width:14px;
	height:14px;
	border:1px solid black;
}

.GreyBorder
{
	border-right:1px solid #9e9e9e;
	border-left:1px solid #9e9e9e;
}

.Div_Chat_Zone
{
	width : 97%; 
	height : 80px;
	overflow-Y : auto; 
	background-Color : #272727;
	color : #33CC33; 
	margin-Left : 8px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.UserHistory
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	background-color:#9e9e9e;
}

.UserHistoryCell
{
	background-color:#FFFFCC;
	text-align:center;
	vertical-align:middle;
}


