body {
	margin: 0px auto auto auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	line-height: 1.5em;
	color: #666666;
}
body.nothome {
	background-image: url('/gfx/bodybg.gif');
	background-position: center top;
	background-repeat: repeat-y;
}

div#container {
	width: 900px;
	margin: auto;
	position: relative;
}

img {
	border: none;
}

a {
	color: #000000;
}
a:hover {
	background-color: #FFFF3C;
}

th {
	text-align: left;
}

/*header styles */
div#header {
	background-image: url('/gfx/headerbg.gif');
	background-position: 0px 120px;
	background-repeat: repeat-x;
	height: 320px;
	position: relative;
	background-color: #FFFFFF;
}
div#header img#renger {
	position: absolute;
	left: 469px;
	top: 12px;
}
div#header img#logo {
	position: absolute;
	left: 20px;
	top: 207px;
}
div#header img#poweredby {
	position: absolute;
	right: -1px;
	top: 88px;
}

div#header ul#mainnav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 86px;
	list-style-type: none;
}
div#header ul#mainnav li {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	float: left;
	position: relative;
}
ul#mainnav li ul {
	position: absolute;
	top: 40px;
	left: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#mainnav ul li {
	float: none;
	clear: both;
}
ul#mainnav ul a {
	color: #FFFF3C;
}
ul#mainnav ul a:hover {
	background-color: transparent;
	color: #CCCCCC;
}

div#language {
	position: absolute;
	right: 0px;
	top: 34px;
}

div#memberzonepostit {
	position: absolute;
	right: -12px;
	top: 140px;
	background-image: url('/gfx/memberzonepostit2.gif');
	background-repeat: no-repeat;
	width: 198px;
	height: 132px;
	padding: 40px 0px 0px 12px;
}

div#ticker {
	position: absolute;
	top: 25px;
	left: 2px;
	width: 585px;
	height: 50px;
	color: #AAAAAA;
}
div#ticker img {
	position: relative;
	top: 9px;
}

div.scrollerDiv {
  left:40px;
  padding:6px;
  font-size: 11px;
}

div.scrollerDiv span.scroller_title {
  font-weight: bold;
}

div.scrollerDiv a {
  color: #AAAAAA;
}
div.scrollerDiv a:hover {
  color: #000000;
}

/* left styles */
div#left {
	float: left;
	width: 150px;
	position: relative;
}
div#left div.section, div#right div.section {
	position: relative;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

/* content styles */
div.content {
	float: left;
	margin: 0px 11px 0px 8px;
	width: 492px;
	padding: 30px 20px 10px 19px;
	position: relative;
	background-image: url('/gfx/contentbg.png');
	background-position: left top;
	background-repeat: repeat-y;
}
* html div.content { /* fix for IE6.0 */
	background-image: none;
}
div.content h1 {
	line-height: 24px;
	color: #EEEEEE;
	background-color: #000000;
	font-size: 14px;
	padding: 0px 0px 2px 10px;
	background-image: url('/gfx/bg_h1.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	width: 509px;
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 6px;
}
div.content h1 span {
	display: block;
	background-image: url('/gfx/bg_h1_span.gif');
	background-position: right 6px;
	background-repeat: no-repeat;
}
div.content p.yellow {
	background-color: #FFFF3C;
	margin-left: -12px;
	margin-right: -12px;
	padding: 12px;
	color: #000000;
}
div.content h2 {
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding-top: 4px;
}
div.content h2 span {
	background-color: #FFFF3C;
	padding: 1px 4px 2px 4px;
}
div.content h2 span.small {
	background-color: transparent;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
}

div.content h1 a, div.content h2 a {
	text-decoration: none;
	color: inherit;
}

/* special styles */
ul.itemlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.itemlist li {
	font-size: 11px;
	color: #000000;
}
ul.itemlist div.left {
	float: left;
	width: 120px;
}

tr.self td {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

table.schema {
	width: 100%;
	border-collapse: collapse;
}
table.schema td {
	padding: 5px;
	color: #000000;
}
table.schema tr.odd td {
	background-color: #FFFF01;
}

table.results tr.even {
	background-color: #DDD;
}

/* right styles */
div#right {
	float: left;
	width: 200px;
	position: relative;
}

div#right h3 {
	height: 24px;
	line-height: 24px;
	color: #EEEEEE;
	background-color: #000000;
	font-size: 14px;
	padding: 0px 0px 2px 10px;
	background-image: url('/gfx/bg_h1.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin: 0px 0px 10px 0px;
}
div#right h3 span {
	display: block;
	background-image: url('/gfx/bg_h1_span.gif');
	background-position: right 6px;
	background-repeat: no-repeat;
}

/* footer styles */
div#footer {
	font-size: 10px;
	text-align: center;
	padding: 20px;
	background-color: #FFFFFF;
	clear: both;
}
div#footer a {
	text-decoration: none;
	font-size: #666666;
}

div.wrapper {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #FFFFFF;
}