<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bbcg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

body, p, div, input, textarea, select, td, th, a {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

h1 {
	margin-bottom: 36px;
}

h2 {
	color: #000000;
	background-color: #CBD200;
	font-size: 13px;
	margin-bottom: 1em;
	padding: 0px 0px 0px 10px;
}

h3 {
	color: #CBD200;
	margin-bottom: 1em;
	text-transform: uppercase;
}

ol {
	padding-left: 17px;
	//margin-bottom: 18px;
}

ul {
	padding-left: 21px;
	//margin-bottom: 20px;
	list-style-image: url(../img/green_dot.gif);
}

ul ul, ol ol {
	margin-top: 20px;
	//margin-bottom: -5px;
}

ul ul {
	list-style-image: url(../img/white_line.gif);
}

ul li, ol li {
	padding: 0px 0px 10px 17px;
}

ul ul li, ol ol li {
	margin-left: 10px;
	//margin-left: -6px;
}

p {
	margin-bottom: 20px;
}

select {
	background-color: #CBCBCB;
	width: 100%;
	//width: 99%;
	color: #000000;
	font-weight: bold;
}

input {
	background-color: #CBCBCB;
	width: 222px;
	border: none;
	padding: 6px;
	font-weight: bold;
	color: #000000;
}

/* LAYOUT */

div#content {
	width: 1000px;
}

div#menu {
	height: 21px;
	overflow: hidden;
	padding-left: 15px;
	border-bottom: 1px solid #808080;
}

/*
div#menuline {
	clear: both;
	height: 1px;
	line-height: 1px;
	background-color: #808080;
}
*/

div#primary-menu, div#secondary-menu {
	float: left;
	height: 19px;
	padding: 2px 0px 0px 0px;
}

div#primary-menu {
	width: 558px;
}

div#primary-menu span {
	color: #FFFFFF;
}

div#primary-menu a {
	color: #CBD200;
}

div#primary-menu a:hover {
	color: #808080;
}

div#secondary-menu {
	width: 427px;
	font-size: 10px;
}
div#secondary-menu * {
	font-size: 10px;
}

div#secondary-menu span {
	color: #CBD200;
}

div#secondary-menu a {
	color: #FFFFFF;
}

div#secondary-menu a:hover {
	color: #808080;
}

div#left-column {
	float: left;
	width: 382px;
}

div#delevopers-tour-logo {
	width: 382px;
	height: 174px;
	background-image: url(../img/developers_cup.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#main-image {
	width: 382px;
	height: 344px;
	background-image: url(../img/main.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#event-host {
	padding: 24px 0px 24px 34px;
	line-height: 2em;
}

div#gng {
	width: 241px;
	height: 309px;
	background-image: url(../img/gng.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#copyright {
	position: fixed;
	bottom: 0px;
	font-size: 9px;
	color: #898989;
	padding: 10px;
}

div#right-column {
	float: left;
	width: 618px;
	line-height: 2em;
}

div#right-column a {
	color: #CBD200;
}

div.content {
	padding: 111px 60px 0px 60px
}

div.partners {
	padding: 111px 41px 0px 60px
}

div.content-bottom {
	padding: 20px 60px 0px 60px
}

/* MENU */

div#primary-menu div, div#primary-menu a { float: left; }

a.menu-item {
	display: block;
	height: 20px;
}

div.submenu-tab {
	display: none;
	width: 200px;
	position: absolute;
	top: 0%;
	left: 0%;
	padding: 15px 0px 15px 0px;
	background-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
}

a.submenu-item {
	text-transform: uppercase;
	display: block;
	//height: 10px;
	font-size: 10px;
	color: #CBD200;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
}

a.submenu-item:hover {
	color: #808080;
}

/* GENERAL */

div.image, div.last-image {
	float: left;
	width: 152px;
}

div.image {
	margin-right: 21px;
}

div.image img, div.last-image img {
	border: solid 1px #808080;
	cursor: pointer;
}

.mail {
	color: #CBD200;
}

.b {
	font-weight: bold;
}

.h {
	display: none;
}

div.center {
	text-align: center;
}

/* SITES */

div.lhalf {
	width: 234px;
	float: left;
	margin-bottom: 1em;
}

div.rhalf {
	width: 234px;
	float: left;
	padding-left: 30px;
	margin-bottom: 1em;
}

div.formtitle {
	font-weight: bold;
}

div.hr {
	height: 1px;
	line-height: 1px;
	background-color: #CBD200;
	margin: 1em 0em 1em 0em;
	clear: both;
}

div.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;	
	clear: both;
}

div.clearl05 {
	height: 1px;
	line-height: 1px;
	clear: both;
	margin-bottom: 0.5em;
}

div.clearl1 {
	height: 1px;
	line-height: 1px;
	clear: both;
	margin-bottom: 1em;
}

div.clearl2 {
	height: 1px;
	line-height: 1px;
	margin-bottom: 2em;
	clear: both;
}

div.clearl3 {
	height: 1px;
	line-height: 1px;
	margin-bottom: 3em;
	clear: both;
}

input.chbox {
	border: 0px;
	width: auto;
	padding: 0px;
	background-color: transparent;
}

div.hptile {
	padding-bottom: 25px;
}

div#hpspace {
	height: 63px;
}

input.submit, input.submit-dark {
	background-color: #CBD200;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	width: 110px;
	text-align: center;
}

input.submit-dark {
	background-color: #505409;
	margin-left: 15px;
}

.fright {
	float: right;
}

.uc {
	text-transform: uppercase;
}

span.player-name {
	color: #CBD200;
}

/* NEWS */

div.new {
	margin-bottom: 20px;
}

div.new-name {
	font-weight: bold;
}

div.new-date {
	float: right;
}

div.new-perex {
	padding-top: 20px;
}

div.new-image {
	padding-top: 20px;
	padding-left: 20px;
	float: right;
}

div.new-image a, div.new-image img, div.new-gallery img {
	/*border: 1px solid #FFFFFF;*/
}

div.new-gallery {
	float: left;
	padding-top: 20px;
}

div.news-text {
	width: 157px;
	cursor: default;
}

div.active, div.new-gallery {
	cursor: pointer;
}

div.gal-pad {
	padding-right: 10px;
}

div.clear-news {
	height: 19px;
	clear: both;
	border-bottom: 1px solid #CBD200;
}

div.new-perex a {
	color: #CBD200;
}

div.new-perex a:hover {
	color: #808080;
}

div.new-back {
	text-align: center;
	padding-top: 20px;
}

/* PARTNERS */

div.partner-tab-body {
	background-color: #FFFFFF;
	width: 517px;
}

div.partner-tab-top, div.partner-tab-bottom {
	width: 517px;
	clear: both;
	background-image: url("../img/partners_top.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

div.partner-tab-top {
	padding-top: 40px;
}

div.partner-tab-bottom {
	background-image: url("../img/partners_bottom.gif");
	background-position: bottom left;
}

div.partner-middle, div.partner-left, div.partner-right {
	width: 179px;
	margin-bottom: 40px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

div.partner-middle {
	margin-left: 164px;
}

div.partner-left {
	margin-left: 37px;
	//margin-left: 19px;
	float: left;
}

div.partner-right {
	margin-left: 77px;
	float: left;
}

div.partner-title {
	width: 179px;
	line-height: 24px;
	padding-bottom: 20px;
	background-image: url("../img/partner_title.gif");
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

div.partner-section-title {
	line-height: 24px;
	padding-bottom: 20px;
	background-image: url("../img/partner_title.gif");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
	
/* PHOTOGAL */

div.gallery {
	width: 159px;
	float: left;
	cursor: pointer;
}

div.gallery a img, div.gallery img {
	border: 1px solid #FFFFFF !important;
}

div.gallery a {
	font-weight: bold;
}

div.galmar {
	margin-right: 10px;
}



</pre></body></html>