body {
	color:#000;
	background:#fff;	
	padding:0;
	margin:0;
}

body,div,p {
	font-family:arial, sans-serif;
	font-size:small;
}

table, tr, th, td {
	font-family:arial, sans-serif;
	font-size:small;
}	
	
input, select, button {
	font-family:arial, sans-serif;
	font-size:small;
}

h1, h2, h3 {
	margin-top:0;	
}

label.required {
	font-weight:bold;
}

a img { border: none; }

.asterisk {
	color:#fc6060;
	font-weight:bold;
}
td.asterisk {
	width:10px;
}

.error-box {
	border:1px dashed #f00;
	background:#ffecec;
	margin:1em 0;
	padding:1em;
}

.error-list {
	padding:0;
	margin:1em;
}
.error-list-item {
	list-style-position:inside;
	color:#FF0000;
}
.error {
	color:#FF0000;
}

.message-box {
	border:1px dashed #0f0;
	background:#dfd;
	margin:1em 0;
	padding:1em;
	
}

.actionbar {
	background:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:2px 5px;
	height:24px;
}

hr.separator {
	color:#fff;
	border:1px none;
	border-bottom:1px dashed #cfcfcf;
	margin-top:20px;
}

#header {
	height:70px;
	background:#fff;
	color:#ccc;
}
#header h1 {
	font:bold large Arial, sans-serif;
	color:#666;
	text-transform:uppercase;
	margin:0;
	padding:15px 10px 0px 10px;
	width:200px;
}
#header h2 {
	font:bold small Arial,sans-serif;
	color:#666;
	text-transform:uppercase;
	margin:0 300px 0 0;
	padding:0px 10px 10px 10px;
	width:200px;
}

#nav {
	position:absolute;
	top:14px;
	right:10px;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;	
}

#nav li {
	float:left;
	margin:0;
	padding:0;	
}

#nav li a {
	display:block;
	padding:10px;	
	font:bold small/30px Arial, sans-serif;
	color:#666;
	text-transform:uppercase;
	text-decoration:none;
	border-top:5px solid #fff;
	border-bottom:1px solid #fff;
}
#nav li a.selected {
	background-color:#ccc;
	border-top-color:#999;
	border-bottom-color:#ccc;
}
#nav li a:hover {
	color:#666;
	background-color:#eee;
	border-top-color:#999;
	border-bottom-color:#fff;
}

#wrapper {
	clear:both;
	background:#ccc;
      min-width:780px;
}

#innerWrapper {
      width:auto;
      _width:1010px;
      min-width:770px;
      max-width:1010px;
	margin:0 auto;
	padding:10px 5px;
}

#sidebar {
	float:right;
	width:220px;
	background:#fff;
	color:#000;
}

#main {
      width:auto;
      _width:780px;
      min-width:100px;
      max-width:780px;
	background:#fff;
	color:#000;
	margin-right:225px;
}

#game-main {
	/* width:950px; */
    height:575px;
	background:#fff;
	color:#000;
}

#footer {
	clear:both;
	height:30px;
	background:#fff;
	padding:10px;
	text-align:center;
}

.heading-green {
	color:#fff;
	text-transform:uppercase;
	margin:-8px -8px 10px -8px;
	background:url(../images/green-header.png) no-repeat top left;
}
.heading-green div {
	background:url(../images/green-header.png) no-repeat scroll -1000px 0px;
	background-position:100% 0;
	margin-left:10px;
	line-height:35px;
	height:35px;
}

.heading-red {
	color:#fff;
	text-transform:uppercase;
	margin:-10px -10px 10px -10px;
	background:url(../images/red-header-left.png) no-repeat top left;
}
.heading-red div {
	background:url(../images/red-header.png) no-repeat scroll -1000px 0px;
	background-position:100% 0;
	margin-left:10px;
	line-height:35px;
	height:35px;
}

.heading-blue {
	color:#fff;
	text-transform:uppercase;
	margin:-10px -10px 10px -10px;
	background:url(../images/blue-header-left.png) no-repeat top left;
}
.heading-blue div {
	background:url(../images/blue-header.png) no-repeat scroll -1000px 0px;
	background-position:100% 0;
	margin-left:10px;
	line-height:35px;
	height:35px;
}

.heading-gray {
	color:#fff;
	margin:-8px -8px 5px -8px;
	background:url(../images/gray-header.png) no-repeat top left;
}

.heading-gray div {
	background:url(../images/gray-header.png) no-repeat scroll -1000px 0px;
	background-position:100% 0;
	height:35px;
	margin-left:10px;
	text-transform:uppercase;
	line-height:35px;
}

.t {background:url(../images/dot.png) 0 0 repeat-x;}
.b {background:url(../images/dot.png) 0 100% repeat-x;}
.l {background:url(../images/dot.png) 0 0 repeat-y;}
.r {background:url(../images/dot.png) 100% 0 repeat-y;}
.bl {background:url(../images/bl.png) 0 100% no-repeat;}
.br {background:url(../images/br.png) 100% 100% no-repeat;}
.tl {background:url(../images/tl.png) 0 0 no-repeat;}
.tr {background:url(../images/tr.png) 100% 0 no-repeat; padding:10px;} 

.st {background:url(../images/sdot.png) 0 0 repeat-x; }
.sb {background:url(../images/sdot.png) 0 100% repeat-x;}
.sl {background:url(../images/sdot.png) 0 0 repeat-y;}
.sr {background:url(../images/sdot.png) 100% 0 repeat-y;}
.sbl {background:url(../images/sbl.png) 0 100% no-repeat;}
.sbr {background:url(../images/sbr.png) 100% 100% no-repeat;}
.stl {background:url(../images/stl.png) 0 0 no-repeat;}
.str {background:url(../images/str.png) 100% 0 no-repeat; padding:10px;}
