/* standard elements */
html
{
  min-height: 100%;
}

*
{
	margin: 0;
	padding: 0;
}

a
{
  color: #004488;
}

a:hover
{
  color: #0066cc;
}

body
{
	background: #ffffff url('images/bg.png');
	color: #000000;
	font: normal 62.5% sans-serif;
	padding-top: 8px;
}

p, code, ul
{
  padding: 2px;
}

li
{
  list-style: none;
}

h1
{
  font: normal 1.8em sans-serif;
  padding-left: 8px;
}

h2
{
  font: bold 1.4em sans-serif;
}

h3
{
  font: bold 1em sans-serif;
}

form
{
  margin: 0;
  padding: 0;
  display: inline;
}

code
{
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-left: 6px solid #cccccc;
	color: #666;
	display: block;
	font: normal 1em sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote 
{
	background: url('images/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1, h2, h3
{
  color: #444444;
  margin-bottom: 4px;
  background-color: #f3f7f8;
  border-bottom: 1px solid #d4dcde;
  border-top: 1px solid #d4dcde;
}

/* misc */
.clearer 
{
  clear: both; 
  font-size: 0;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

/* structure */
.inner-container 
{
	border: 2px solid #d7d7d2;
  background: #f5f5f5;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 890px;
}

.outer-container 
{
	padding-bottom: 8px;
}

/* headere & title */
.header 
{
	background: #f7f7f7 url('images/logo.jpg') no-repeat center top;
	height: 121px;
	margin-bottom: 5px;
	margin-left: 4px;
	text-align: center;
}

.header .title a:hover 
{
  border-color: #ff6600;
}

.header .title .slogan 
{
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path
{
	background: #949494;
	color: #ffffff;
	font: normal 1.1em Verdana,sans-serif;
	padding: 2px 0 2px 0;
}

.path a 
{
	color: #fafafa;
	text-decoration: none;
}

.path a:hover 
{
	color: #ffffff;
	text-decoration: underline;
}

/* main */
.main 
{
	padding: 8px 0 8px 0;
}

/* content */
.content 
{
	float: right;
	width: 670px;
	background-color: #ffffff;
	margin-bottom: 8px;
}

.content_wrap
{
  padding: 8px;
  padding-top: 0px;
}

.content .descr
{
	color: #666666;
	font-size: 0.9em;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	padding-left: 8px;
}

.content li 
{
	margin-left: 18px;
}

.content p
{
  font-family: sans-serif;
}

.title_style
{
  background-color: #f0f0f0;
/*   width: 612px; */
}

/* navigation */
.navigation 
{
	float: left;
	width: 210px;
	background-color: #ffffff;
}

.navigation h2 
{
	color: #5a5a5a;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 4px;
}

.navigation ul 
{
	padding: 0;
	border-top: 1px solid #eaeada;
}

.navigation li 
{
  border-bottom: 1px solid #eaeada;
}

.navigation li a 
{
	font-size: 1.1em;
	color: #555555;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.navigation li a:hover 
{
	background: #f0f0f0;
	color: #666666;
}

/* footer */
.footer 
{
	background: #949494;
	color: #f7f7f7;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}

.footer a 
{
	color: #f7f7f7;
	text-decoration: none;
}

.footer a:hover 
{
  color: #ffffff;
}

/* e107 core style */
.indent 
{
  padding: 3px;
  margin: 5px;
  font: 9px verdana, arial, sans-serif;
  color: #000060;
  border: 1px solid;
  background-color: #f3f7f8;
  border-bottom: #004460 1px solid;
  border-left: #0079a8 1px solid;
  border-right: #004460 1px solid;
  border-top: #0079a8 1px solid;
}    

input
{
  background-image: url('images/tbox_bg.png');
  background-repeat: repeat-x;
  border: 1px solid #959595;
}

input[type="checkbox"], input[type="radio"]
{
  border: 0;
  background: none;
}

textarea, input[type="text"], input[type="password"], select
{
  border: 1px solid #959595;
  padding: 2px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus
{
  border: 2px solid #959595;
  padding: 1px;
}


textarea:hover, input[type="text"]:hover, input[type="password"]:hover, select:hover
{
  border: 2px solid #959595;
  padding: 1px;
}

input[type="submit"]
{
  background-image: none;
}

input[type="text"], input[type="password"], textarea
{
  margin: 2px;
  margin-top: 4px;
}

.tbox .chatbox
{
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.tbox, .helpbox
{
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Sans-Serif;
	margin: 0 0 2px 0;
	color: #494949;
	background-color: #ffffff;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #d4d2cf;
	border-right: 1px solid #d4d2cf;
}

#commentform .tbox, #commentform .helpbox
{
	width: 400px; 
	background-color:#ffffff;
}

.fborder, .border
{
	border-collapse: collapse;
	border-spacing: 0px;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar 
{
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #d4dcde;
	text-align: left;
}

.forumheader, .forumheader4, .finfobar 
{
	background-color: #f3f7f8;
}

.forumheader5 
{
	cursor: pointer;
}

.fcaption, .forumheader5 
{
	background-color: #ffffff;
}

table 
{
	margin-left: auto;
	margin-right: auto;
}

img 
{ 
  border: 0; 
}

.chatboxtext
{
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #5d6e75;
}

.menu-text
{
  padding-left: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.subserver
{
 padding-left: 2px;
 font-size: 10pt;
 border: 1px solid #e7e7e7;
 background-color: #f7f7f7;
}

.serverlist
{
 list-style-type: none; 
 margin: 0px;
 padding: 6px;
}

.mapshot
{
  float: right; 
  width: 160px;
  height: 120px;
  margin-right: 8px;
  margin-top: 8px;
  background-color: transparent;
  border: 1px solid #666666;
}

.serverinfo
{
 font-weight: bold;
 font-size: 10pt;
}

.playerinfo
{
 font-weight: bold;
 font-size: 8pt;
}

.menu-header
{
  background-color: #f3f7f8;
  margin-bottom: 2px;
}

.shadow
{
  background-color: #ffffff;
  background: url('images/shadow_br.gif') right bottom no-repeat;
  min-height: 1%;
}

.shadow_tl
{
  background: url('images/shadow_tl.gif') top left no-repeat;
  padding-left: 6px;
  padding-top: 6px;
}

.shadow_tr 
{
  background: url('images/shadow_tr.gif') top right no-repeat;
  padding-right: 6px;
}

.shadow_bl 
{
  background: url('images/shadow_bl.gif') bottom left no-repeat;
  padding-bottom: 6px;
}

.general
{
  padding: 8px;
}