body {
	font-family: Arial, tahoma, Verdana, sans-serif;	
	font-size: 12px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	color: #585858;
}

.blue_hov:hover
{
	display: inline-block;;
	border: 1px solid #00a0fe;
}

a.white
{
	font-size: 11px;
	color: white;
	text-decoration: underline;
}

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

.blue_hov
{
	display: inline-block;;
	border: 1px solid white;
}

.header
{
	font-family: Trebucher, tahoma;
	font-size: 21px;
	color: #2eb2ff;
	padding: 12px 0px 0px 25px;
}

.content
{
	padding: 15px 25px 25px 25px;	
}

.altrow
{
	background-color: #2eb2ff;
}

.input1
{
	background: #efefef;
	height: 20px;
	width: 103px;
	border: 0px;
	padding: 0px 3px;
}


.input2
{
	background: white;
	height: 20px;
	width: 103px;
	border: 1px solid #ebebeb;
	padding: 0px 3px;
}
.error-message
{
	color: red;
}

div.main_menu
{
	display: inline;
	margin: 0px 0px;
}


.zero 
{
	font-weight: normal;
	font-size: 0px;
	line-height: 0px;
}

td
{
	vertical-align: top;
}

.blue
{
	color: #00a0fe;
}

.orange
{
	color: #fe8b00;
}

a
{
	color: #585858;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

#SubMenu a
{
	color: white;
	font-size: 12px;
}

div.game1
{
	width: 116px;
	height: 116px;
	background-color: teal;
	cursor: pointer;
}

div.game1_img {
	width: 116px;
	height: 116px;
}

.message
{
	color: #ff0000;
	font-size: 12px;
}

img.mid
{
	border: 1px solid #9e9245;
}

textarea
{
	font-family: Arial, tahoma, Verdana, sans-serif ;	
	font-size: 11px;
	color: #585858;
	overflow: auto;
}

p, img, form
{
	margin: 0; 
	padding: 0; 
	border: none;
}

/*paging*/
div.paging
{
	text-align: center;
}

div.paging a
{
	display: inline-block;
	font-weight: bold;
	width: 22px;
	height: 18px;
	padding-top: 2px;
	margin-left: 2px;
	text-align: center;
	color: #00a0fe;
	text-decoration: none;
	background: url("/img/paging/bg.gif");
}

div.paging span.current
{
	display: inline-block;
	font-weight: bold;
	width: 22px;
	height: 18px;
	padding-top: 2px;
	margin-left: 2px;
	text-align: center;
	color: #585858;
	text-decoration: none;
	background: url("/img/paging/bg.gif");
}


div.paging a.next
{
	display: inline-block;
	font-weight: bold;
	width: 22px;
	height: 18px;
	padding-top: 2px;
	margin-left: 2px;
	text-align: center;
	color: #00a0fe;
	text-decoration: none;
	background: url("/img/paging/next.gif");
}


div.paging a.prev
{
	display: inline-block;
	font-weight: bold;
	width: 22px;
	height: 18px;
	padding-top: 2px;
	margin-right: 2px;
	text-align: center;
	color: #00a0fe;
	text-decoration: none;
	background: url("/img/paging/prev.gif");
}

span.paging
{
	position: relative; 
	top: 5px;
}