body {
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	height:  110px;
	margin: 0;
	padding: 0;
	border-bottom: solid black 1px;
	line-height: 110px;
}

#nav {
	position: absolute;
	right: 20px;
	top: 0;
}

#nav a {
	text-decoration: none;
		color: grey;

}

#nav a:hover {
	color:  black;
}

#edit_nav {
	margin: 20px 0;
	color:  white;
	font-weight: bold;
	background-color: red;
	padding: 5px;

}

#edit_nav a {
	color: #eee;
	text-decoration: none;
}

#edit_nav a:hover {
	color: #fff;
	text-decoration: underline;

}

#main {
	margin: 0;
	padding: 20px;
	background: url(/images/igames/edgeShadow.gif) repeat-x;
}

#gamelist {
	list-style-type: none;
}

#gamelist li {
	float: left;
	margin: 10px;
	padding: 10px;
	text-align: center;
	background-color: white;
	height_x: 170px;
}

#flash {
	font-weight: bold;
	border:  solid 1px red;
	background-color: palegoldenrod;
	padding: 5px;
}

#subhead {
	color: blue;
	font-size: 24px;
	font-weight: bold;
}

.game_name {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.game_prize {
	color: #444;
	font-size: 10px;
	font-weight: bold;
	width:150px;
	
}

.coming_game_name{
	color: blue;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;

}

#clear_all {
	clear: both;
}

.admin {
	font-weight: bold;
	color:  red;
}

#detail_container {
	width: 750px;
	height: 470px;
	background-color: #eee;
	padding: 10px;
	
}

#detail_image {
	width: 450px;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

#detail_info {
	padding: 10px;
	width:290px;
	position:absolute;
	left:460px;
}

#detail_description {
	line-height: 17px;
	margin-top:20px;
	font-size:13px;
	font-weight: bold;
	text-align:justify;
}

#detail_prize {

	line-height: 15px;
	margin-top:2px;
		font-size:12px;
}

#detail_name {
	line-height: 15px;
	margin-top:2px;
	font-size:12px;
	font-weight:bold;
	color: #333333;
	border-bottom: solid 1px #333333;
}

#detail_title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	
}
label {
	font-weight: bold;
	padding-right: 5px;
}


#head_row {background: #3366ff;
	color: #ffffff; 
	font-weight:bold; 
	font-size:12px;}
   
#close_head table tr td {background:#0000FF; 
	color:#ffffff;
	font-weight: bold;
	font-size:10px;}
