img.si_map {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}

img.si_players {
	border-width:0px;
}

img.si_icon {
	border-width:0px;
}

table.si_small {
	background-color: rgb(255,255,255);
	width: 200;
}

table.si_medium {
	background-color: rgb(255,255,255);
	width: 200;
}

table.si_large {
	background-color: rgb(255,255,255);
	width: 400;
}

table.si_players {
	background-color: rgb(255,255,255);
	width: 400;
}

th.si_server_name {
	color: rgb(82,85,115);
	background-color: rgb(198,211,222);
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
}

th.si_player_total {
	color: rgb(82,85,115);
	background-color: rgb(198,211,222);
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
}

.si_server_keys {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
}

.si_server_values {
	color: rgb(0,0,0);
	font-size: 11px;
	text-align: center;
	font-family: Verdana;
}

.si_player_keys {
	color: #FFFFFF;
	background-color: rgb(140,174,189);
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
	font-weight: bold;
}

.si_player_names {
	color: rgb(0,0,0);
	font-size: 11px;
	text-align: left;
	font-family: Verdana;
}

.si_player_values {
	color: rgb(0,0,0);
	font-size: 11px;
	text-align: center;
	font-family: Verdana;
}

a.si_joinlink {
	text-decoration: none;
	color: rgb(0,128,255);
}

a.si_joinlink:hover {
	text-decoration: underline;
}

select.si_rules {
	font-family: Verdana;
}

#popup {
	BORDER: 1px dotted #000000;
	
	BACKGROUND-COLOR: #FFFFFF;
	FONT-SIZE: xx-small;
	
	DISPLAY: none;
	POSITION: absolute;
	Z-INDEX: 10;
	
	FILTER: alpha(opacity=90);
	opacity: .90
}