body
{
	background-color: #fff;
	color: #000;
}

h2
{
	 color: #000;
}

.eventInfo a:link
{
	text-transform: none;
	font-size: inherit;
	display: inline;
	padding-left: 0;
	padding-right: 0;
	color: #C02530;
}

.eventInfo a:visited
{
	color: #C02530;
}

.saySlate
{
	display: block;
}

.watchesSlate
{
	color: #555;
	display: block;
}

.watchesSlate a:link
{
	text-transform: none;
	font-size: inherit;
	display: inline;
}

.newsSlate
{
	-webkit-transition: left 2s;
    transition: left 2s;
}

#mapId
{
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

.header
{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
}

#playersSlate, thead, tr, td
{
	color: #999;
	font-weight: 900;
}

.playerRow td
{
	color: #1ABF1D;
}

.playerName
{
	font-size: 25px;
}

.playerMap
{
	font-size: 22px;
}

.playerTimestamp
{
/*	display: none;*/
}

#playersSlate
{
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
}

#mapsSlate, a
{
	font-size: 20px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: 900;
	padding: 10px;
	display: inline-block;
}

.deletionTrollTable
{
	width: 1100px;
}

.deletionTrollTable, td
{
	padding: 10px;
	/*border: 1px solid black;*/
}

.spawnTrollTable
{
	width: 1100px;
}

.spawnTrollTable, td
{
	padding: 10px;
	/*border: 1px solid black;*/
}

.editTrollTable
{
	width: 1100px;
}

.editTrollTable, td
{
	padding: 10px;
	/*border: 1px solid black;*/
}

.hotTitle
{
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
	max-width: 250px;
	overflow: hidden;
	white-space:nowrap;
}

#objectPosElem
{
	font-size: 30px;
	font-weight: 900;
	position: relative;

	-webkit-transition: left 1s, top 1s;
    transition: left 1s, top 1s;
   text-shadow:
   -2px -2px 0 #00cc77,
    2px -2px 0 #00cc77,
    -2px 2px 0 #00cc77,
    2px 2px 0 #00cc77;
}

.playerMarkerContainer
{
	position: absolute;
}

.playerMarker
{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	-webkit-transition: left 1s, top 1s;
    transition: left 1s, top 1s;
   text-shadow:
   -1px -1px 0 #0077aa,
    1px -1px 0 #0077aa,
    -1px 1px 0 #0077aa,
    1px 1px 0 #0077aa;
}