* {
	margin: 0px;
}
body {
/*	background: url(../img/body_bk.png) repeat-x #620000;*/
	background: url(../img/ver3/background.gif) center repeat-y #000;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	overflow-y: scroll;
}
#wrapper {
	margin: 0px auto;
	width:1024px;
	position: relative;
	color: #bcc8d9;
}



#header {
	height: 322px;
	overflow: hidden;
	position: relative;
	display: block;
}

#logo {
	text-align: right;
}
#news-wrapper {
	display: block;
	height:300px;
	background: url('../img/ver3/news.gif') no-repeat top;
	position: relative;
}
#where {
	font-size: large;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 17px;
}
#content {
	background: url('../img/ver3/footer.gif') no-repeat bottom;
	padding-bottom: 210px;
	display: block;
	position: relative;
}
#left {
	width: 224px;
	float: left;
}
#right {
	float: left;
	width: 800px;
}


#footer {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
}
#bubbly {
	position: absolute;
	bottom: 140px;
	left: 10px;
	width: 75px;
	height: 180px;
}
h1 a {
/*color: gray;*/
text-decoration: none;
font-size: large;
}
span.bubbles {
	display:block;
	height: 250px;
	overflow:hidden;
	width: 75px;
	position: relative;
}

span.bubbles .strip {
	height: 180px;
	width: 75px;
	background:url("../img/ver3/bubbles.png") repeat-y scroll center top;
	display:block;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}


.item {
	width: 33%;
	height: 366px;
	float: left;
	cursor: pointer;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}
.item_title a {
	font-size: 25px;
	letter-spacing: -2px;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}









#replybox {
	background: #fff6bf url(../img/deprecated.gif) no-repeat;
	border: 6px solid #ffd324; border-width: 2px 0;
	position: relative;
}

#notice, #notice2 {
	background: #ffdaca url(../img/notice.gif) no-repeat;
	text-align: left;
	border: 6px solid #ff7349; border-width: 6px 0;
	color: black;
	background-position: 15px 50%;
	padding: 0.6em 2em 0.6em 75px; margin: 1em 0;
	margin-bottom: 20px;
}
#notice2 {
	background: #fff6bf url(../img/deprecated.gif) no-repeat;
	border: 6px solid #ffd324; border-width: 6px 0;
	background-position: 15px 50%;
	margin-top: 50px;
	margin-bottom: 0px;
}


.bubble {
	background: url(../img/bubble.gif) no-repeat left top;
	min-height: 50px;
	padding-top: 30px;
	padding-left: 10px;
	color: gray;
}


ul#pagination {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#pagination li {
	float: left;
	border: solid 1px green;
	padding:3px;
	margin: 3px;
	cursor: pointer;
}
ul#pagination li.current {
	border: solid 1px black;
	font-weight: bold;
	font-size: large;
}
ul#pagination li.disabled {
	border: solid 1px gray;
	color: gray;
}
#loading {
	position: absolute;
	top: 10px;
	left: 50%;
}

label {
	display: block;
}
input, textarea, select {
	width: 400px;
	font-size: 15px;
	margin-bottom: 10px;
	font-family: verdana;
}
input {
	height: 18px;
}
input.button {
	width: 400px;
	height: 25px;
	margin-bottom: 0px;
}
select {
	height: 25px;
	width: 400px;
	margin-bottom: 10px;
}




.gallery_image_nearby_float {
	float: left;
	height: 120px;
	width: 171px;
	background: url('../img/ver3/image-wrapper.png') no-repeat;
	padding: 5px;
	margin: 8px;
}
.gallery_list_item {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 30%;
	height: 100px;
	cursor: pointer;
	position: relative;
}
.gallery_image_large {
	text-align: center;
}
.gallery_image_thumb {
	position: relative;
	width: 160px;
	margin: 5px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
.gallery_image_thumb .name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: white;
	opacity:0.7;
	width: 100%;
}
.gallery_image_wrap {
	display: block;
	height: 120px;
	width: 160px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
}
.gallery_image_comment {
	margin-top: 5px;
	margin-bottom: 0px;
}
.gallery_image_comment .top {
	background: url('../img/ver3/comment-top.gif') left top no-repeat;
	height: 20px;
	display: block;
	padding-left: 5px;
}
.gallery_image_comment .inner {
	background: url('../img/ver3/comment-inner.gif') left top repeat-y;
	padding-left: 5px;
}
.gallery_image_comment .bottom {
	background: url('../img/ver3/comment-bottom.gif') left bottom no-repeat;
	height: 20px;
	display: block;
}
.gallery_image_comment_reply .top {
	background: url('../img/ver3/reply_comment-top.gif') left top no-repeat;
	padding-left: 5px;
}
.gallery_image_comment_reply .inner {
	background: url('../img/ver3/reply_comment-inner.gif') left top repeat-y;
	padding-left: 5px;
	padding-right: 15px;
}
.gallery_image_comment_reply .bottom {
	background: url('../img/ver3/reply_comment-bottom.gif') left bottom no-repeat;
}
.gallery_image_comment_reply {
	margin-left:40px;
}

.gallery_image_comment_form table {width: 400px;}
.gallery_image_comment_form textarea {width:100%; height: 100px; display: block;}

















































img {border: none;vertical-align: middle;}
a {
	color:#ffcc33;
	font-size: small;
	text-decoration: none;
	outline: none;
}
a.button {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 125px;
	height: 24px;
	line-height: 24px;
	background: url(../img/button.gif) no-repeat;
}
.gallery_image_thumb {
	position: relative;
	width: 150px;
}
.gallery_image_thumb .name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: black;
	opacity:0.7;
	width: 100%;
}
.gallery_image_thumb .zoom {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.gallery_image_comment_form table {width: 400px;}
.gallery_image_comment_form textarea {width:100%; height: 100px; display: block;}

.clear {clear:both;}

#replybox {
	background: #fff6bf url(../img/deprecated.gif) no-repeat;
	border: 6px solid #ffd324; border-width: 2px 0;
}
#notice {
	background: #ffdaca url(../img/notice.gif) no-repeat;
	text-align: left;
	border: 6px solid #ff7349; border-width: 6px 0;
}
#replybox, #notice {
	color: black;
	background-position: 15px 50%;
	padding: 0.6em 2em 0.6em 75px; margin: 1em 0;
}



.column {
	float: left;
	width:auto;
/*	background: #444; */
}
.row {
	vertical-align: middle;
	display: block;
	background: #555;
}
.level-0 .row {height: 20px;line-height: 20px;}
.level-1 .row {height: 40px;line-height: 40px;}
.level-2 .row {height: 80px;line-height: 80px;}
.level-3 .row {height: 160px;line-height: 160px;}
.level-4 .row {height: 320px;line-height: 316px;}
.level-5 .row {height: 640px;line-height: 638px;}
.level-6 .row {height: 1276px;line-height: 1276px;}
.level-7 .row {height: 2500px;line-height: 2500px;}
.row {background: url(../img/bracket.png) repeat-x right;}
.row a {background: #000;}
.winner a {font-weight: bold;}





#box1 .top {
	background: url('../img/ver3/box_left_top.gif') top no-repeat;
	height: 54px;
	z-index: 10;
}
#box1 .bottom {
	background: url('../img/ver3/box_left_bottom.gif') bottom no-repeat;
	width: 224px;
	min-height: 250px;
	position: relative;
	z-index: 10;
}
#box1 .bottom .text {
	padding: 0px 20px 20px 15px;
	z-index: 10;
    font-size: 10px;
}
#box1 .bottom .text a {
    font-size: 10px;
}
#box1 .bottom .sr {
	position: absolute;
	bottom: 68px;
	right: 0px;
	height: 168px;
	width: 19px;
	display: block;
	background: url('../img/ver3/box_left_slider.gif') no-repeat;
	text-indent: -9999px;
	z-index: 999;
}
















.close {
	width: 19px;
	height: 15px;
	display: block;
	background: url('../img/close.png') top;
	position: absolute;
	top:5px;
	right: 5px;
}
.close:hover {
	background-position: bottom;
}


.misc {
	float: right;
	width: 200px;
	font-family: courier, courier new;
	font-size: small;
}




div.fielditem {
	background: url('../img/ver3/fieldset.png') no-repeat bottom;
	margin: 0px;
	padding: 20px;
	margin-bottom: 20px;
}
div.title, div.title2, div.title3 {
	text-align: center;
	letter-spacing: -2px;
	color: #2a6da5;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
}
div.title {
	height: 56px;
	line-height: 70px;
	background: url('../img/ver3/legend.png') no-repeat bottom;
	z-index: 0;
}
div.title2 {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	background: url('../img/ver3/title2.gif') no-repeat bottom;
}
div.title3 {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	background: url('../img/ver3/title3.gif') no-repeat bottom;
}



a#bugs {
	width: 269px;
	height: 52px;
	display :block;
	background: url('../img/ver3/bugs.gif') top no-repeat;
	text-align: center;
	line-height: 13px;
	position: absolute;
	top: 365px;
	right: 50px;
	z-index:100;
}
a#bugs:hover {
	background-position: 0px -53px;
}
span#bug {
	display :block;
	background: url('../img/ver3/bug.png') top no-repeat;
	position: absolute;
	top: 315px;
	right: 99px;
	z-index:101;
	width: 64px;
	height: 65px;
}


label {
	display: block;
}




/*-----------------------------------------------------------------------------------------------*/
/*                                            TOOLTIP                                            */
/*-----------------------------------------------------------------------------------------------*/

.toolTip { /* This is the hook that the jQuery script will use */
	cursor: help; 
	position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
}

	.toolTipWrapper { /* The wrapper holds its insides together */
		width: 175px;
		position: absolute; /* Absolute will make the tooltip float above other content in the page */
		top: 20px;
		display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
		color: #FFF;
		font-weight: bold;
		font-size: 9pt; /* A font size is needed to maintain consistancy */
		z-index: 100;
	}
	
		.toolTipTop { /* Top section of the tooltip */
			width: 175px;
			height: 30px;
			background: transparent url(../img/bubbleTop.gif) no-repeat;
		}

		.toolTipMid { /* Middle section of the tooltip */

			text-align: center;
			background: #A1D40A url(../img/bubbleMid.gif) repeat-x top;
line-height: 15px;
		}
		
		.toolTipBtm { /* Bottom Section of the tooltip */
			height: 13px;
			background: transparent url(../img/bubbleBtm.gif) no-repeat;
		}

.replay {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}
.replay a.download, .replay a.more {
	position: absolute;
	top: 0px;
	width: 48px;
	height: 48px;
	text-align: center;
	color: white;
	line-height: 10px;
	vertical-align: bottom;
	display: block;
}
.replay a:hover.download, .replay a:hover.more {
	background-position: 0px -48px;
}
.replay a.download {
	right: 0px;
	background: url('../img/replay_download.png') no-repeat;
}
.replay a.more {
	right: 50px;
	background: url('../img/replay_more.png') no-repeat;
}
.replay .map_wrapper {
	float: left;
	height: 98px;
	width: 118px;
	display: block;
}
.replay .map {
	background: red;
	position: relative;
	height: 98px;
	display: block;
	background: url('../img/map_thumb.gif') no-repeat;
}
.replay .map .map_name {
	position: absolute;
	top: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 110px;
	margin-left: 3px;
	text-align: center;
	background: black;
	opacity:0.4;
	filter:alpha(opacity=40)
}
.replay .details {
	float: left;
	padding-left: 10px;
}





.quote
{
	background:none repeat scroll 0 0 #2D373F;
	border-color:-moz-use-text-color #727E86 #727E86;
	border-right:1px dotted #727E86;
	border-style:none dotted dotted solid;
	border-width:0 1px 1px 4px;
	color:#D0D5D8;
	margin:0 auto;
	padding:4px;
}
.quoteheader, .codeheader
{
	background:url("images/css_img_quote.gif") no-repeat scroll right center #020305;
	border-color:#727E86 #727E86 -moz-use-text-color;
	border-style:dotted dotted none solid;
	border-width:1px 1px 0 4px;
	color:#727E86;
	font-size:10px;
	font-weight:bold;
	margin:2px auto 0;
	padding:3px;
}





.news-wrapper {
	margin-bottom: 30px;
}
.news-wrapper h1 {
	border-bottom: solid 1px #ffcc33;
}
.news-wrapper h1 a {
	font-family: impact;
/*	font-style: italic;*/
	font-size: 30px;
	letter-spacing: -0.5px;
}
