html {
	height: 			100%; 
}
body {
	padding:			0px;
	margin:				0px;
	height: 			100%; 
	font-family:		Arial,helvetica,sans-serif;
	font-size:			11px;
	font-weight:		normal;
	background-color:	#353F5B;
	color:				#ffffff;
}
form {
	font-family:		Arial,helvetica,sans-serif;
	font-size:			11px;
	font-weight:		normal;
	padding:			0px;
	margin:				0px;
}
select, option {
	font-family:		Arial,helvetica,sans-serif;
	font-size:			11px;
	font-weight:		normal;
}
#data {
	width: 				990px;
	margin:				auto;
	padding:			0px;
	text-align: 		left;
	background-color:	#577ebe;
	border:		 		solid 0px red;
}
#head {
	width: 				990px;
	height:				120px;
	margin:				auto;
	text-align: 		center;
	vertical-align: 	middle;
	border-bottom:		solid 1px #ffffff;
	background-color: 	#435273;
}
#cleft {
	float:				left;
	width: 				202px;
	text-align: 		center;
	padding: 			0px;
	margin:				auto;
	background-color:	#577ebe;
	border: 			solid 0px red;
}
#ccenter {
	float:				left;
	width: 				606px;
	padding: 			0px;
	margin:				auto;
	font-size:			11px;
	text-align: 		left;
	border: 			solid 0px green;

}
#ccenterdata {
	margin : 			4px;
	margin-top :		14px;
	padding : 			6px;
	height:				100%;
	width: 				600px;
	background-color: 	#424e72;
	clear: 				both;
	border: 			solid 1px #ffffff;
	border-radius: 		6px 6px; 
	-moz-border-radius: 6px; 
}
#cright {
	float:				right;
	width: 				138px;
	margin:				auto;
	padding: 			0px;
	text-align: 		center;
	background-color:	#577ebe;
	border: 			solid 1px #577ebe;
	border: 			solid 0px yellow;
}
#foot {
	width: 				990px;
	height: 			26px;
	margin:				0px;
	padding-top:		4px;
	padding-bottom:		2px;
	text-align: 		center;
	background-color :	#353F5B;
	border-top: 		solid 1px #ffffff;
	border-bottom: 		solid 1px #ffffff;
	overflow: hidden;
}
#copyright {
	width: 				990px;
	height: 			26px;
	margin:				0px;
	padding-top:		4px;
	padding-bottom:		2px;
	text-align: 		center;
	background-color :	#353F5B;
	overflow: hidden;
}
#login {
	background-color: 	#424e72;
	margin-bottom:		5px;
	height:				22px;
	text-align: 		left;
	vertical-align: 	middle;
	margin: 			auto;
	padding:			2px;
	border-bottom: 		solid 1px #ffffff;
}
.toolbar {
	background-color: 	#424e72;
	margin-bottom:		5px;
	text-align: 		left;
	width:				168px;
	margin: 			auto;
	padding:			2px;
	border: 			solid 1px #ffffff;
	border-radius: 		6px 6px; 
	-moz-border-radius: 6px; 
}
#game {
	margin: 			auto;
	text-align: 		center;
	border: 			solid 1px #ffffff;
	width:				120px;
	background-color: 	#424e72;
	border-radius: 		6px 6px; 
	-moz-border-radius: 6px; 
}
.error {
	font-family:		Arial,helvetica,sans-serif;
	font-size:			12px;
	font-weight:		bold;
	text-decoration: 	none;
	color:				yellow;
}
.link {
	font-family:		Arial,helvetica,sans-serif;
	font-size:			12px;
	font-weight:		bold;
	text-decoration: 	none;
	color:				#f6ce30;
}
.link:hover {
	font-family:		Arial,helvetica,sans-serif;
	font-size:			12px;
	font-weight:		bold;
	text-decoration: 	underline;
	color:				#ffffff;
}
.slink {
	font-family:		Arial,helvetica,sans-serif;
	font-size:		11px;
	font-weight:		bold;
	text-decoration: 	none;
	color:				#f6ce30;
}
.slink:hover {
	font-family:		Arial,helvetica,sans-serif;
	font-size:		11px;
	font-weight:		bold;
	text-decoration: 	underline;
	color:				#ffffff;
}
.strfield {
	width: 				200px;
	font-family:		Arial,helvetica,sans-serif;
	font-size:			11px;
	font-weight:		normal;
	text-decoration:	none;
	color:				#000066;
	border: 			solid 1px #000066;
}
.numfield {
	width: 				60px;
	font-family:		Arial,helvetica,sans-serif;
	font-size:			11px;
	font-weight:		normal;
	text-decoration:	none;
	color:				#000066;
	border: 			solid 1px #000066;
}
.smallfield {
	width: 				120px;
	font-family:		Arial,helvetica,sans-serif;
	font-size:			11px;
	font-weight:		normal;
	text-decoration:	none;
	color:				#000066;
	border: 			solid 1px #000066;
}
.sfield {
	width: 				80px;
	font-family:		Arial,helvetica,sans-serif;
	font-size:			11px;
	font-weight:		normal;
	text-decoration:	none;
	color:				#000066;
	border: 			solid 1px #000066;
}
.thead {
	font-family: 		Verdana,Helvetica,sans-serif;
	color:				#414d71;
	font-size:			12px;
	font-weight:		bold;
	text-align: 		center;
	background-color: 	#f6ce30;
}
.tdata {
	font-family: 		Verdana,Helvetica,sans-serif;
	color:				#ffffff;
	font-size:			11px;
	font-weight:		normal;
	background-color: 	#577ebe;
}
.txtb {
	font-family: 		Verdana,Helvetica,sans-serif;
	color:				#ffffff;
	font-size:			11px;
	font-weight:		normal;
}
.spacer {
	clear:				both;
}
.up {
	padding-left: 		8px;
}
.title {
	font-size:			12px;
	font-weight: 		bold;
}
.txt {
	font-size:			12px;
	font-weight: 		normal;
}
#sa, .button {
	background-color:	#424e72;
	color: 				white;
	border: 			solid 1px #577ebe;
}
