body{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(http://mapduel.com/images/001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		
}

body, td{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #656565;
}

#main{
  width:1010px;
  text-align:left;
}

#footer{
  font-size: 11px;
  color: silver;
  margin-top: 15px;
}

#login{
  text-align:right; 
  width:400px;
  float:right;
  margin-right:20px;
}

#logo{
	width:250px;
  text-align:left;
}

hr{
	border: none;
	border-top:silver solid 1px;
  	height: 0px;  
}

form{
	margin: 0;
	padding: 0;	
}

input, textarea,select {
	font-size: 11px; 
	font-family: Arial; 
	border-style: solid; 
	border-width: 1px;
	border-color: Silver;
	background-color: white;
}

.error{
  color: red;
  font-size: 11px; 
}

h2{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.group_hide{
  display:none; 
}

.group_show{
  display:block; 
}

.list{
 border: 1px solid silver;
}

.list td{
  border-top: 1px solid silver;
  background-color: #f2f2f9;
}

.list2 td{
  border-bottom: 1px solid gray;
}

.list th{
	font-size: 13px; 
	font-family: Arial; 
	text-align:left;
}

.score{ 
	background-color: #f2f2f2;
	padding: 5px;
}

.box{
  width:220px;
  margin: 3px;
  height: 258px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  float:left;
  background-color: #e5e5e5;
  font-size: 11px;
}

.box h3{
  margin-top: 8px;
}

.box em{
	font-style : normal;
	color: #21c1fe;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.box em div{
	padding-bottom: 10px;
}

.box a{
	font-size:12px;
	color: #0299d2;
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.box h3, h3{
	color: #0299d2;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style : italic;
}

#game{
  width:400px;
}

.clear{
  clear:both;
}

#wrapper {}

/* tabs */
ul.tabs {
	height: 25px;
	line-height: 25px;
	margin: 0 0 3px;
	padding-left: 0px;
	list-style: none;
}
* html ul.tabs 
{
	margin-bottom: 0;
}
ul.tabs li {
	float: left;
	margin-right: 1px;
}
ul.tabs li a {
	display: block;
	padding: 0 5px 1px;
	margin-bottom: -1px;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #EFEFEF;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
	font-weight: lighter;
	font-size: 11px;
}
* html ul.tabs li a {float: left}
*+html ul.tabs li a {float: left}
ul.tabs li a:hover {
	color: #21C1FE;
	padding: 0 5px;
	background: #EFEFEF;
	border: 1px solid #21C1FE;
}
ul.tabs li.tab-current a {
	color: #444;
	background: #EFEFEF;
	padding: 0px 5px 2px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #EFEFEF;
}
div.t2,
div.t3,
div.t4 {
	display: none;
}
div.t1,
div.t2,
div.t3,
div.t4 {
	border: 1px solid #DDD;
	background: #EFEFEF;
	padding: 0 0px;
}

.links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#21C1FE;
	font-weight:bold;
	text-decoration:none;
	padding-right: 13px;
	padding-top: 10px;
}

.links2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#21C1FE;
	font-weight:bold;
	text-decoration:none;
	padding-right: 13px;
	padding-top: 10px;
	font-style : italic;
}

#menus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#menus a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#21C1FE;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}

a.links:hover{
	color:#01A6E4;
}

.text, #text{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 11px;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0299d2;
	text-decoration:none;
}