/* Example Cascading Style Sheet */


body {
	font-family: Verdana;
	font-size: 9px;
	color: #000;
}

#preload {
	display: none;
}

#monitor {
	width: 160px;
	padding: 2px;
}

#monitor .server {
	line-height: 14px;
}

#monitor .server span {
	font-weight: bold;
	color: #000;
}
#monitor .server pub {
	font-weight: bold;
	color: #496c9f;
	margin: 5px auto 0 auto;
}

#monitor .server img {
	display: block;
	margin: 5px auto 0 auto;
}

#monitor p.players {
	text-align: top;
	font-size: 9px;
	padding-top: 5px;
	font-weight: bold;
}

#monitor table.players {
	width: 100%;
}

#monitor .players .kills, #monitor .players .deaths {
	width: 20px;
	padding-left: 9px;
}

#monitor .players .ct, #monitor .players .ts, #monitor .players .spec, #monitor .players .kills {
	font-weight: bold;
}

#monitor .players .ct, #monitor .players .ts, #monitor .players .spec {
	padding-top: 5px;
}

#monitor .players .ct {
	color: #003366;
}

#monitor .players .ts {
	color: #990000;
}

#monitor .players .spec {
	color: #000;
}

.clasp {
text-align:left;
}
.lunchbox {
display:none;
} 

.mkpagelinklast22 {
	background-color: #dfe6ef;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight:normal;
}

.style33 {color: #496c9f}
