@charset "utf-8";
/* CSS Document */
a { color: #FFFFCC; }
a:visited { color: #FFFFCC; }
a:hover { color: #FFFFFF; }

.fontBody { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
	
#tblPlayerList {
	width: 100%;
	border: 1px dotted #CC9900;
}

#cellNameTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
	background: #441111;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 20px;
}

#cellLoginTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
	background: #441111;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	height: 20px;
}

#cellStatusTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
	background: #441111;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	height: 20px;
}

#cellName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 1px dotted #222222;
}

#cellLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
	border-bottom: 1px dotted #222222;
}

#cellStatus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px dotted #222222;
	text-transform: uppercase;
}

#cellNameOnline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #927C56;
	background: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 1px dotted #222222;
}

#cellLoginOnline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #927C56;
	background: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
	border-bottom: 1px dotted #222222;
}

#cellStatusOnline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #66CC66;
	background: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px dotted #222222;
	text-transform: uppercase;
}

#cellNobody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	background: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
	border-bottom: 1px dotted #222222;
	text-transform: uppercase;
}

.style1 {color: #541801}
.txtDate {
	color: #752626;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.txtUsername {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #DDC584; text-transform: capitalize; padding-bottom: 3px }
.txtSubject {color: #ffffff; font-size: 18px; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }
.test {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #221D1A;
	font-weight:300;
}

.imgGallery {
	border: 1px solid #645A46;
}

.imgGallery:hover {
	border: 1px solid #FFFFFF;
}

.newsExtraDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFCC00;
	font-weight:Bold;
}

.newsExtraText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFCC;
	font-weight:300;
}
