/****************************************************************/
/******** This is the MAIN CSS file for the Client Pages ********/
/****************************************************************/

body{
	scrollbar-face-color:	#929292;
	scrollbar-base-color:	#9691af;
	scrollbar-arrow-color:	white;
	scrollbar-track-color:	#666666;
	scrollbar-shadow-color:	#241f3c;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#0000000;
	scrollbar-darkshadow-Color:#0000000;
	color:					#ffffff;
	background-image:		url("../client_images/bg_blue.jpg");
	background-repeat: 		no-repeat;
	background-position:	bottom;
	background-color:		#000019;
	font-family: 			Geneva, Arial, Helvetica, sans-serif; 
	font-size:				13px;
	overflow-x:				auto;
	overflow-y:				auto;
	}

a:link { 
	color: 			#ffffff;
	}

a:visited { 
	color: 			#ffffff;
	}

a:hover { 
	color: 			#33ff00;
	}

a:active { 
	color: 			#33ff00;
	}
	
h1 {
	font-size:		130%;
	font-weight:	bold;
	text-decoration:underline;
	}
	
h2 {
	font-size:		120%;
	font-weight:	bold;	
	}

h3 {
	font-size:		110%;
	font-weight:	bold;
	}
	
hr {
	padding:       	10px;
	}

p	{
	text-align:		justify;
	}

td {
	font-size:		13px;
	margin-left:	5px;
	}
	
.playnow {
  text-align:		center; 
  width:			100px;
  height:			30px;
  padding:			10px;
  margin-top:		10px;
  font-family:		Arial black, Helvetica, sans-serif;
  font-smooth: 		always;
  font-size:		12px;
  line-height:		140%;
  border:			ridge 1px #00CC33;
  background-image:	url(http://www.kumagames.com/client/css/green.png);
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
}

.playnow1 {
  text-align:		center; 
  font-family:		Arial black, Helvetica, sans-serif;
  font-smooth: 		always;
  font-size:		12px;
  line-height:		140%;
  border:			none;
}

.playnow1 img {
  width:			133px;
  height:			40px;
  padding:			0px;
  margin:			0px;
  border:			none;
}

.events_body {
	width:	95%;
}

.playnow_mpextra {
  text-align:		center; 
  width:			200px;
  height:			30px;
  padding:			10px;
  margin-top:		10px;
  margin-left:		190px;
  margin-right:		15px;
  font-family:		Arial black, Helvetica, sans-serif;
  font-smooth: 		always;
  font-size:		12px;
  line-height:		140%;
  border:			ridge 1px #00CC33;
  background-image:	url(http://www.kumagames.com/client/css/green.png);
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
}

#client_content {
	text-align:		justify;
	margin-left:	5px;
	}
	
#client_header {
	font-weight:	bold;
	color: 			#e31212; 
	font-size: 		18px;
	height:			36px;
	text-align:		left;
}

#client_header_big {
	font-weight:	bold;
	color: 			#e31212; 
	font-size: 		36px;
	height:			36px;
	text-align:		left;
}

#client_title{
	font-weight:	bolder;
}

#net_sm_img img {
	width:			150px;
	height:			75px;
	}

#server_setup img {
	margin:	5px;
}

#server_content h1, h2, h3, h4, li, p, a {
	margin:			5px;
}
