/* RESET */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after,blockquote:before, blockquote:after {
	content: "";
}

ol, ul {
	list-style: none;
}

body {
	font-family: Helvetica, Arial, sans-serif;;
	font-size: 12px;
	background-color: #575757;
}

a {
	text-decoration: none;
}

td {
	vertical-align: top;
	padding-right: 5px;
}

.float_left {float: left;}
.float_right {float: right;}
/*
 * This is the CSS file for the various colours used throughout the Fnatic website.
 * 
 * These are separated so they can be adjusted and/or reviewed quickly,
 * without the need to dig through tons of layout definitions.
 * 
 * Also included are some icons.
 */

/* Default text colour */
body { color: #444; font-family: Helvetica, Arial, sans-serif;}

/* Links */
a { color: #367DC4; font-weight: bold !important; } /* Default - don't make the default the fnatic colour, as that doesn't fit well everywhere */
a:hover { text-decoration: underline; }
a.light { font-weight: normal; }
#userbar-container a { color: #FFFFFF; } /* User bar default */

/* All text */
.text-black { color: #000000 !important; }
.text-lightgrey { color: #A5A5A5 !important; }
.text-blue { color: #367DC4 !important; }
.text-fnatic { color: #E07A01 !important; }
.text-white { color: #FFFFFF !important; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.text-align-left { text-align: left !important; }
.text-align-center { text-align: center !important; }
.text-align-right { text-align: right !important; }
.text-va-top { vertical-align: top; }
.text-va-middle { vertical-align: middle; }
.small-font { font-size: 90%; color: #c9c9c9; }

h2 {
	font-size: 17px;
	background: url('/public/img/design/heading-left.gif') repeat-x;
	color:#656666;
	text-indent: 10px;
	position:relative
}
	h2 .right {
	    position: absolute;
	    top: 0;
	    right: 0;
	    display: block;
	    width: 5px !important;
	    height: 35px !important;
	    background: url('/public/img/design/heading-right.gif') no-repeat right top;
	}

h3 {font-size: 16px; color: #E07A01;}

h4 {}

p {
	font-size: 12px;
	line-height: 18px; 	
}
.content-box p {
	margin: 10px 0;
	clear: both;
	text-align: justify
}

#news-overview .content-box p {
	clear: none;
	
}

.icon {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	padding-top: 16px;
	height: 0px !important;
}
	.icon.add { background: url('/public/img/icons/add.gif') no-repeat; }
	.icon.delete { background: url('/public/img/icons/delete.gif') no-repeat; }
	.icon.edit { background: url('/public/img/icons/edit.gif') no-repeat; }
	.icon.publish { background: url('/public/img/icons/publish.gif') no-repeat;}
	.icon.schedule { background: url('/public/img/icons/schedule.gif') no-repeat;}
	.icon.ugame { background: url('/public/img/icons/ugame.gif') no-repeat;}
	.icon.info { background: url('/public/img/icons/info.gif') no-repeat;}


/* Buttons */
.tournie_buttons {/*padding: 5px 0px 5px 5px; */overflow:hidden; margin-bottom: 10px; padding: 0 5px 0 10px;}

.big_button { font-size: 14px; background: url('/public/img/buttons/big_button_left.png') left no-repeat; height: 40px; line-height: 40px; position:relative; margin-right: 25px; text-align: center; padding-left: 20px; color: #555}
.big_button .tr { background: url('/public/img/buttons/big_button_right.png') right no-repeat; height: 40px; width: 20px; position:absolute; right: -20px; top: 0; }

.medium_button { font-size: 12px; background: url('/public/img/buttons/medium_button_left.png') left no-repeat; height: 31px; line-height: 31px; position:relative; margin-right: 25px; text-align: center; padding-left: 20px; color: #fff}
.medium_button .tr { background: url('/public/img/buttons/medium_button_right.png') right no-repeat; height: 31px; width: 20px; position:absolute; right: -20px; top: 0; }

.medium_button_w { font-size: 12px; background: url('/public/img/buttons/medium_button_left_w.png') left no-repeat; height: 31px; line-height: 31px; position:relative; margin-right: 25px; text-align: center; padding-left: 20px; color: #E07A01}
.medium_button_w .tr { background: url('/public/img/buttons/medium_button_right_w.png') right no-repeat; height: 31px; width: 20px; position:absolute; right: -20px; top: 0; }
/* CLEAR FIX */
.clear-fix:after { 
	display: block;
	clear: both;
	content: " ";
	height: 0;
	overflow: hidden;
}
.clear-fix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear-fix { height: 1%; }
.clear-fix { display: block; }
/* End hide from IE-mac */
	
/* GLOBAL TOOLS */
.lir {
	display: block;
	height: 0 !important;
	overflow: hidden;
}
.hide { display: none; }
.block { display: block; }		
.header-link {
	display: block; 
	font-weight: bold;
	padding-top: 4px; 
	width: auto; 
	float: left;
}

.header-small-link {
	display: block; 
	float: left; 
	width: auto; 
	margin-left: 5px; 
	padding-top: 2px; 
	font-weight: normal; 
	text-transform: none; 
	color: #888;
}

.relative { position: relative; }
.absolute { position: absolute; top: 0; }
.float-left { float: left;}
.float-right { float: right !important; }
.clear-left { clear:left;float: left; }
.clear-right { clear:right;float: right; }
.image-file { padding: 1px;border: 2px solid #E1E1E1; }
.last-link {
	border-right: 0 !important;
	background: url() no-repeat 0 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.last-item {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}
/* USERBAR - This part falls outside of the container*/
#userbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 33px;
	background: url('/public/img/layout/userbar-bg-sprite.gif') 0 0 repeat-x;
	z-index: 50;
}
	#userbar-container {
		position: relative;
		margin: auto;
		clear: right;
		width: 970px;
		height: 33px;
	}
		/* Adding this rule for IE5.5/6 because they don't interpret line-height with vertical align properly */
		* html span.button a { float:left; margin-top: 3px; }

		#userbar-container span.button a { font-weight: bold; }
	
		#userbar-container div.buttons-left {
			height: 33px;
			background: url('/public/img/layout/userbar-border-sprite.gif') 0 0 no-repeat;
			padding-left: 2px;
			position: absolute;
			top: 0;
			left: 0;
		}
			#userbar-container span.button {
				display: -moz-inline-stack;
				display: inline-block;
				height: 33px;
				line-height: 26px;
				padding: 0 8px 0 5px;
				background: url('/public/img/layout/userbar-bg-sprite.gif') right -33px no-repeat;
			}
			#userbar-container div.buttons-left span.button * { line-height: 26px; vertical-align: middle; }
			#userbar-container div.buttons-left span.button img { margin-bottom: 3px; }
			
		#userbar-container div.buttons-right {
			height: 33px;
			background: url('/public/img/layout/userbar-border-sprite.gif') 0 0 no-repeat;
			padding-left: 2px;
			position: absolute;
			top: 0;
			right: 0;
		}
			#userbar-container div.buttons-right span.button * { line-height: 26px; vertical-align: middle; }
			#userbar-container div.buttons-right span.button img { margin-bottom: 3px; }

	/* USER OPTIONS CONFIG */
	#userbar-container .user-options {
		display: inline;
		position: absolute;
		right: 100px;
	}
	
	.user-option {
		display: inline;
		position: relative;
		float: left;
		margin: 4px 10px 0 0;
	}
	
		.user-option a.user-option-link {
			display: block;
			padding: 4px 17px 0 3px;
			color: #000000;
		}
		.user-option .list-open a.user-option-link { z-index: 80; }
		
		.user-option .user-button-border { display: none; }
		
		.user-option.list-open .user-button-border { display: none; }
		
		/* IE7 Hack */
		html>body .user-option.list-open .user-button-border {
			position: absolute;
			top: 0;
			left: 0;
			display: inline;
			padding-top: 27px;
			width: 100%;
			margin: -3px 0 0 -5px;
			background-color: #505151;
			padding-right: 6px;
			border-width: 1px 1px 0;
			border-style: solid;
			border-color: #000000;
			border-bottom: 1px solid #505151;
			color: #FFFFFF;
			z-index: 80;
		}
		
			.user-option .user-button-border span {display: none;}
			.user-option.list-open .user-button-border a {
				position: absolute;
				display: block;
				top: 2px;
				left: 4px;
				z-index: 90;
			}
		
		.user-options .user-option a.user-option-arrow {
			position: absolute;
			top: 3px;
			right: 0;
			display: inline;
			padding: 0;
			margin: 0;
			border: 0;
			bottom: 0;
			padding-top: 15px;
			width: 15px;
			background: url('/public/img/layout/user-options-arrow.gif') no-repeat 0 0;
			z-index: 85;
		}
		.user-options .user-option a.user-option-arrow:hover,
		.user-options .user-option.list-open a.user-option-arrow {
			background: url('/public/img/layout/user-options-arrow.gif') no-repeat 0 0;
		}
		
		.user-options li .newmessages {font-weight: bold;}
		
		.list-open .user-sub-options {
			position: absolute;
			top: 25px;
			left: -5px;
			width: 105px;
			padding: 5px 10px 10px;
			background-color: #505151;
			border: 1px solid #000000;
			z-index: 75;
		}
		
			.list-open .user-sub-options li {
				padding: 5px 0;
				border-bottom: 1px solid #000000;
			}
			.list-open .user-sub-options li.last-item {
				padding-bottom: 0;
				border-bottom: 0;
			}
			.list-open .user-sub-options li.last-item.sub {
				margin-bottom: 15px !important;
			}
			
			.user-option .user-sub-options li.user-sub-next-section {
				display: block;
				margin: 0;
				padding: 0;
				border: 0;
			}
			
			html>body .user-option .user-sub-options li.user-sub-next-section {
				margin: 10px 0 5px;
			}
			
				.list-open .user-sub-options li a {
					display: block;
					color: #FFFFFF;
				}
				html>body .list-open .user-sub-options li a:hover { font-weight: bold; } 
				
				
/** NOT LOGGED IN STUFF **/
#userbar-content {
	padding-top: 7px;
	float: left;
}

/* LOGIN CONFIG */
/* Warning: ie6 and ie7 fixes ahead! Code may appear weird :P */

#login {
	position: absolute;
	top: 3px;
	right: 90px;
}

	#login input {
		position: relative;
		float: left;
		color: #000;
		width: auto;
		border-color: #888;
		margin-right: 12px;
		height: 15px;
	}
	
	#login form {
		float: left;
	}

		#login a {
			float: left;
			margin-top: 4px;
			font-size: 10px;
			font-weight: normal;
		}

#content #content-left, #content #content-middle, #content #content-right { float: left;}
#content #content-left { width: 380px; margin: 10px 0 0 10px}
#content #content-middle { width: 248px; margin: 10px 0 0 10px}
#content-right { width: 300px; margin: 10px 0 0 10px}

/* First, stuff that gets reused loads */

/* Stripes */	
.stripes-rl {
	position: absolute;
	top: 21px;
	height: 8px;
	width: 2px;
}

.stripes {
	font-size: 6px;
	float: left;
	height: 8px;
	width: 100%;
	margin-top: -1px;
}
	.stripes .left { left: -1px; }
	.stripes .right { right: -1px; }

	.stripes.black { background: url('/public/img/design/stripe-sprite-black.gif') repeat-x 0 -8px; }
		.stripes.black .left { background: url('/public/img/design/stripe-sprite-black.gif') no-repeat 0 0; }
		.stripes.black .right { background: url('/public/img/design/stripe-sprite-black.gif') no-repeat 0 -16px; }
		
	.stripes.blue { background: url('/public/img/design/stripe-sprite-blue.gif') repeat-x 0 -8px; }
		.stripes.blue .left { background: url('/public/img/design/stripe-sprite-blue.gif') no-repeat 0 0; }
		.stripes.blue .right { background: url('/public/img/design/stripe-sprite-blue.gif') no-repeat 0 -16px; }

	.stripes.orange { background: url('/public/img/design/stripe-sprite-orange.gif') repeat-x 0 -8px; }
		.stripes.orange .left { background: url('/public/img/design/stripe-sprite-orange.gif') no-repeat 0 0; }
		.stripes.orange .right { background: url('/public/img/design/stripe-sprite-orange.gif') no-repeat 0 -16px; }

	.stripes.purple { background: url('/public/img/design/stripe-sprite-purple.gif') repeat-x 0 -8px; }
		.stripes.purple .left { background: url('/public/img/design/stripe-sprite-purple.gif') no-repeat 0 0; }
		.stripes.purple .right { background: url('/public/img/design/stripe-sprite-purple.gif') no-repeat 0 -16px; }			

	.stripes.grey { background: url('/public/img/design/stripe-sprite-grey.gif') repeat-x 0 -8px; }
		.stripes.grey .left { background: url('/public/img/design/stripe-sprite-grey.gif') no-repeat 0 0; }
		.stripes.grey .right { background: url('/public/img/design/stripe-sprite-grey.gif') no-repeat 0 -16px; }				

	.content-left {
		position: relative;
	}
	
/* Header - Small */
.content-header .left, .content-header .right {
	position: absolute;
	height: 22px;
	width: 2px;
}

.content-header {
	position: relative;
	float: left;
	width: 100%;
	height: 22px;
	background: url('/public/img/design/content-header-bg-sprite.gif') repeat-x 0 -22px;
}
	.content-header .left { left: 0; background: url('/public/img/design/content-header-bg-sprite.gif') no-repeat 0 0; }
	.content-header .title {
		position: absolute;
		left: 0;
		font-weight: bold;
		line-height: 22px;
		padding-left: 3px;
	}
	.content-header .right { right: 0; background: url('/public/img/design/content-header-bg-sprite.gif') no-repeat 0 -44px; }

/* Header - Large */
.content-header-big .left, .content-header-big .right {
	position: absolute;
	height: 30px;
	width: 2px;
}

.content-header-big {
	position: relative;
	height: 35px;
	line-height: 35px;
	letter-spacing: -1px;
	color: #E07A01;
}
	.content-header-big .title {
		position: absolute;
		left: 0;
		font-weight: bold;
		line-height: 30px;
		padding-left: 10px;
	}
	.content-header-big .left { left: 0; }
	.content-header-big .right { right: 0;}


.block-wrapper {
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #ddd;
	border-top: 0;
	position: relative;
	background: url('/public/img/design/grey-grad-base.gif') repeat-x bottom;
	overflow:hidden;
}

	.block-item {
		padding: 5px;
	}

/*
 * Header - options
 */
ul.block-header-options {
	position: absolute;
	top: 5px;
	right: 0;
	float: right;
}
	ul.block-header-options li {
		float: left;
		margin-right: 5px;
	}

/* Content title - as used in news */
.content-title {}
	.content-title h2, .content-title h3, .content-title h4 {

	}
		.content-title h2, .content-title h2 * {
			font-weight: bold;
			padding-bottom: 4px;
		}
		.content-title h3, .content-title h3 * {
			font-weight: bold;
		}
		.content-title h4, .content-title h4 * {
			font-weight: normal;
		}
	
	.content-title span {
		font-size: 11px;
		display: -moz-inline-stack;
		display: inline-block;
		padding-bottom: 7px;
	}

.news .synopsis {font-weight: bold;}

/* Boxes */
.content-box { padding: 0; line-height: 18px;}
	.content-box.border { border: 1px solid #E1E1E1; border-top: none; }
	
/* Footer; default is the one used at news */
.content-footer {
	position: relative;
	margin: 0;
	height: 36px;
	line-height: 36px;
}
	.content-footer .left, .content-footer .right {
		position: absolute;
		height: 15px;
		width: 0px;
		
	}
.content-footer a {text-decoration: none;}
.content-footer a:hover {text-decoration: underline;}

	.content-footer .left { left: 0; }
	.content-footer .right { right: 0; }

	.content-footer .content {font-weight: bold; float: right;}
	.content-footer ul {float: right;}
		.content-footer ul li {float: left; margin-left: 7px; }
		
		
		
/* 
 * Subnavigation 
 */
.subnavigation {
	border: 2px solid #EEEEEE;
	padding: 5px;
}
	
	.subnavigation ul {
	}

		.subnavigation ul li {
			padding: 6px 0 0 4px;
			height: 20px;
			border-bottom: 1px dashed #DDDDDD;
		}
		
			.subnavigation ul li:hover {
				background-color: #fafafa;
			}
		
			.subnavigation ul li a {
				display: block;
				color: #E07A01;
				font-weight: bold;
				text-decoration: none;
				font-size: 12px;
			}

			
/* 
 * LISTBOX 
 */
ul.listbox {
	position: relative;
}

	ul.listbox li {
		position: relative;
		border-bottom: 1px dashed #eee;
		line-height: 24px;
		padding-left: 5px;
	}
	
		ul.listbox li.last {
			margin-bottom: 10px;
		}

	ul.listbox li.selected {background-color: #e5e5f0;}	
	ul.listbox li:hover {background-color: #f5f5f5;}
	
	ul.listbox li span {
		position: absolute;
		left: 50%;
		font-style: italic;
	}
	
	ul.listbox li a.edit {
		position: absolute;
		right: 35px;
		top: 4px;
	}
	
	ul.listbox li a.delete {
		position: absolute;
		right: 10px;
		top: 4px;
	}

/* 
 * PAGING 
 */
.paging-item {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}

	.paging-item .page-showing {margin-top: 5px;color: #565656;}
	.paging-item .page-showing.move-right {float: right;margin: 5px 10px 0 0;}

	.paging-item ul {
		position: relative;
		float: left;
	}
	
		.paging-item ul li {float: left;border-right: 1px solid #e1e1e1;}
			
			.page {padding: 0 4px;}
			.page:hover {color: #6b6b6b;}
			.page.active {font-weight: bold;}	
			
	.navigator {
		position: relative;
		float: right;
		margin-top: 5px;
	}
		.navigator ul,
		.navigator div {
			float: left;
		}
		
		.navigator .navigate-previous,
		.navigator .navigate-next {
			height: 15px;
			color: #6b6b6b;
			font-weight: normal;
			background: url(/public/img/multi-navigator-sprite.gif) no-repeat;
		}
		
		.navigator .navigate-previous {
			width: 55px;
			background-position: left -26px;
			padding-left: 10px;
		}
		
		.navigator .navigate-next {
			width: 30px;
			padding-right: 10px;
			background-position: right -70px;
		}
		
		.navigator .navigate-previous:hover,
		.navigator .navigate-next:hover {color: #1689c0;}
		
		.navigator .navigate-previous:hover {background: url(/public/img/multi-navigator-sprite.gif) no-repeat left -4px;}
		.navigator .navigate-next:hover {background: url(/public/img/multi-navigator-sprite.gif) no-repeat right -48px;}
		
.paging-simple {
	color: #555;
	font-size: 10px;
	font-weight: normal;	
}
.dump {
	color: #444;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: white;
	padding: 5px;
	width: 90%;
}

/* Black block at the top + Line through subnav */
#top-bg {
	position: absolute;
	left: 0;
	top: 33px;
	height: 160px;
	width: 100%;
	background: #2b2b2b url('/public/img/design/header.jpg') center no-repeat;
	z-index: -2;
}
	.bg-line {
		border: 0;
		position: absolute;
		top: 160px;
		left: 0;
		width: 100%;
		padding-top: 6px;
		background: url('/public/img/layout/subnav-line-bg.gif') 0 0 repeat-x;
	}

/* Contains the website */
#container {
	position: relative;
	width: 970px;
	margin: auto;
	background-color: #FFFFFF;
	top: 33px;
	clear: right;
}
	/* HEADER */
	#header {
		height: 160px;
		width: 970px;
		float: left;
		/*background: url('/public/img/layout/heade/r-sprite.gif') 0 -160px repeat-x;*/
	}
		#header #header-left, #header #header-right {
			position: relative;
			height: 160px;
		}
		
		#header #header-left {
			float: left;
			width: 2px;
			/*background: url('/public/img/layout/he/ader-sprite.gif') no-repeat 0 0;*/
		}
		
		#header-left-logos {
			float: left;
			width: 570px;
			height: 100%;
		}
		
		span#header-fnatic { float: left; margin: 12px 0 0 0; }
			span#header-fnatic a { float: left; width: 245px; padding-top: 75px; }
		
		span#header-play { float: left; margin: 0 0 0 100px; }
			span#header-play a { float: left; width: 200px; padding-top: 90px; }
		
		span#header-msi { float: left; margin: 15px 0 0 10px; }
			span#header-msi { float: left; width: 80px; padding-top: 40px; }
		
		span#header-ugame { float: left; margin: 15px 0 0 25px; }
			span#header-ugame { float: left; width: 125px; padding-top: 40px; z-index: 700; }
		
		span#header-cmstorm { float: left; margin: 0 0 0 40px; }
			span#header-cmstorm { float: left; width: 70px; padding-top: 60px; }
		
		span#header-steel { float: left; margin: 15px 0 0 40px; }
			span#header-steel { float: left; width: 150px; padding-top: 35px; }
		
		span#header-doubleup { float: right; margin: 29px 15px 0 0; }
			span#header-doubleup a { float: right; width: 295px; height: 105px; padding-top: 105px; }

		#header #advertisement {
			float: left;
			height: 120px;
			width: 728px;
		}
			#header #advertisement div {
				float: left;
				margin-top: 15px;
				right: 10px;
				width: 728px;
				height: 90px;
				background-color: #7F7F7F;
			}
						
		#header #header-menu {
			position: absolute;
			top: 139px;
			left: 2px;
			height: 22px;
			background: url('/public/img/layout/header-menu-bg-sprite.gif') repeat-x 0 -22px;
		}
			#header-menu #menu-left, #header-menu #menu-right, #header-menu #menu-center { float: left; }
			#header-menu #menu-left { background: url('/public/img/layout/header-menu-bg-sprite.gif') no-repeat 0 0;	}
			#header-menu #menu-right { background: url('/public/img/layout/header-menu-bg-sprite.gif') no-repeat 0 -44px; }

			#header-menu #menu-left, #header-menu #menu-right {
				width: 28px;
				height: 22px;
			}
			
			#header-menu #menu-center {
			}
			
				#header-menu #menu-center li {
					float: left;
					margin: 0 8px;
				}
				
					#header-menu #menu-center li a {
						color: #f5f5f5;
						display: block;
						padding-top: 3px;
						height: 19px;
						font-weight: bold;
						font-size: 10px;
						text-transform: uppercase;
					}
					
						#header-menu #menu-center li a:hover {
							color: #499FF4;
						}
						
						#header-menu #menu-center li a.active {
							color: #499FF4;
						}

		#header #header-right {
			float: right;
			width: 2px;
			background: url('/public/img/layout/header-/sprite.gif') no-repeat 0 -322px;
		}
	
	/* SUB NAVIGATION */
	#subnav {
		position: relative;
		float: left;
		width: 970px;
		height: 40px;
		background: url('/public/img/layout/subnav-bg-sprite.gif') repeat-x 0 -43px;
	}
		#subnav #subnav-left-end,#subnav #subnav-right-end {
			position: absolute;
			top: 0;
			width: 24px;
			height: 43px;
		}
		
		#subnav #subnav-left-end {
			left: -24px;
			/*display: none;*/
			background: url('/public/img/layout/subnav-lr.png') no-repeat 0 0;
		}
					
		#subnav #subnav-right-end {
			right: -24px;
			/*display: none;*/
			background: url('/public/img/layout/subnav-lr.png') no-repeat -24px 0;
		}
			.subnav-left-border {
				position: absolute;
				top: 0;
				width: 2px;
				height: 43px;
				left: 0;
				background: url('/public/img/layout/subnav-bg-sprite.gif') no-repeat 0 0;
			}

			.subnav-group {
				margin-left: 0px;
				padding-right: 0px;
				position: relative;
				
			}
			
			.subnav-right-border {
				position: absolute;
				top: 0;
				width: 1px;
				height: 43px;						
				right: 0;
				background: url('/public/img/layout/subnav-bg-sprite.gif') no-repeat 0 -86px;
			}
			
			.subnav-separator {
				position: absolute;
				top: 0;
				width: 0px;
				height: 43px;
				right: 0;
				background: url('/public/img/layout/subnav-separator.gif') no-repeat 0 0;
			}
			
			#subnav ul { margin-top: 0px; line-height: 40px; }
			#subnav ul li { float: left; }
			
			#subnav ul ul {clear: both;}
			
			#subnav-menu ul li {
				float: left;
				margin: 0;
				border-right: solid 1px #ec6a01;
				border-left: solid 1px #fecc00;
			}
				#subnav-menu ul li.list-open {border-right: solid 1px #000; border-left: solid 1px #000; max-width: 250px;}
			
				#subnav-menu ul li a {
					color: #fff;
					font-weight: bold;
					padding: 0 10px;
					
					float: left;
				}
				
					#subnav-menu ul li a:hover {
						color: #fff;
						background: #ec6a01;
					}
					#subnav-menu ul li.list-open a:hover {
						
						background: none;
					}
					
			#subnav-list-admin {float: right; margin-top: 0 !important}
	
	/* CONTENT */
	#content {
		position: relative;
		float: left;
		width: 968px;
		background-color: #fff;
		border-left: 1px solid #dedede;
		border-right:  1px solid #dedede;
		padding-bottom: 10px;
	}
	
	/* FOOTER */					
	#container #footer {
		position: relative;
		float: left;
		height: 40px;
		width: 970px;
		background: url('/public/img/layout/footer-bg-sprite.gif') 0 -43px;
		overflow: hidden;
	}		
					
		#footer #footer-left,#footer #footer-right {
			position: absolute;
			top: 0;
			width: 23px;
			height: 40px;
		}
		
		#footer #footer-left {
			left: -23px;
			background: url('/public/img/layout/footer-lr.gif') no-repeat 0 0;
		}
		
		#footer #footer-border-left,#footer #footer-border-right {
			width: 2px;
			height: 40px;
			position: absolute;
			top: 0;
		}
		
		#footer #footer-border-left {
			left: 0;
			background: url('/public/img/layout/footer-bg-sprite.gif') no-repeat 0 0;
		}
		#footer #footer-border-right {
			right: 0;
			background: url('/public/img/layout/footer-bg-sprite.gif') no-repeat 0 -86px;
		}
		
		#footer #footer-right {
			right: -23px;
			background: url('/public/img/layout/footer-lr.gif') no-repeat -23px 0;
		}
		
		.footer-list {
			margin-left: 15px;
			margin-top: 13px;
		}
		
			.footer-list li {
				float: left;
			}
				.footer-list li a {
					text-decoration: none;
					color: #fff;
				}
				
				.list-splitter-right {
					padding-right: 5px;
					border-right: 1px solid #ffa300;
				}
				
				.list-splitter-left {
					padding-left: 5px;
					border-left: 1px solid #ffa300;
				}
				
				.copyright {
					float: right;
					margin-right: 10px;
					text-decoration: none;
					color: #fff;
				}
		
		.footer-background {
			width: 100%;
			position: relative;
			float: left;
			height: 8px;
			background: url('/public/img/layout/footer-line-bg.gif') 0 0;
			margin-top: -6px;
			top: 33px;
			z-index: -2;
		}
		
		
#log {
	float: left;
	background-color: white;
	margin-top: 35px;
	width: 100%;
}

	#log a {
		display: block;
		padding: 10px;
		font-size: 12px;
		color: red;
		font-weight: bold;
	}

	#log pre {
		display: none;
		padding: 10px;
	}

/* FORM CONTENT CONFIG */
.form-layout h1 {
	margin-bottom: 5px;
	padding-bottom: 1px;
	color: #2A6EBD;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #D3D3D3;
}

.form-layout h2 {
	margin-bottom: 5px;
	padding-bottom: 1px;
	color: #2A6EBD;
	font-size: 11px;
	font-weight: bold;
}

.form-layout label {color: #5c5c5c;}
		
/* TYPES OF FORM CONTENT */
.form-item {
	position: relative;
	margin-bottom: 5px;
	padding-left: 145px;
	padding-right: 21px;
}
 
	.form-item label {
		display: inline;
		position: absolute;
		top: 0;
		left: 0px;
		font-weight: bold;
		padding-top: 3px;
		color: #5c5c5c;
	}

	html>body .form-item label {left: 15px;}

	input {
		width: 100%;
		height: 17px;
		padding: 3px 3px 0;	
		background: url(/public/img/forms/input-text-bg.gif) repeat-x scroll 0pt;
		border: 1px solid #E07A01;	
	}
	
	input.normal-width {
		width: auto;
		float: left;
	}
	
	input.no-float { float: none; }
		
	.form-item textarea {
		width: 100%;
		padding: 3px;
		line-height: 150%;
		background: url(/public/img/forms/input-text-bg.gif) repeat-x scroll 0 0;
		border: 1px solid #E07A01;	
	}
	.ie6 .board .form-item textarea {width: 97%;}
	.ie7 .form-item textarea, .ie6 .form-item textarea {height: 5em;}

	.form-item select {
		height: 20px;
		background: url(/public/img/forms/input-text-bg.gif) repeat-x scroll 0pt;
		border: 1px solid #E07A01;
	}
	
		.form-item select option {
			padding-left: 4px;
			background-color: #fff;
		}

	.form-item.rows {padding: 20px 21px 0 15px;}
	.form-item.rows-no-label {padding: 0px 21px 0 15px;}
	.form-item.column {padding-right: 80px;}
	.form-item.single-field {padding: 15px 23px 0 15px;}
	.ie6 .form-item.single-field {width: 90%;}
	.form-item.tinyMCE {padding: 20px 15px 0 15px;}
	
.form-fields {position: relative;}

	.form-fields input.radio {
		width: auto;
		height: 18px;
		vertical-align: middle;
		background: none;
		border: 0;
	}
	
		.form-fields label {
			position: static;
			font-size: 12px;
			font-weight: normal;
			padding-top: 0;
			margin-right: 10px;
			vertical-align: middle;
		}
	
.form-fields input.checkbox {
	width: auto;
	height: 18px;
	vertical-align: middle;
	background: none;
	border: 0;
}

	.form-item.column span {
		position: absolute;
		right: 30px;
		top: 5px;
		font-weight: bold;
	}

	.form-item.column .form-fields input.checkbox {
		position: absolute;
		top: 3px;
		right: 11px;
	}
	


/* FORM ACTIONS */
.form-response {
	display: none;
	min-height: 24px;
	padding: 6px 0 6px 36px;
	margin: 0 0 10px;		
	background: #ffe47f;
	border: 1px solid #f8d00d;
	font-weight: bold;
	vertical-align: middle;
}
	.form-success {background: #ffe47f url(/public/img/forms/form-ok.gif) no-repeat 6px 6px;color: #2a6ebd;}
	.form-error {background: #ffe47f url(/public/img/forms/form-error.gif) no-repeat 6px 6px;color: #c10000;}

.form-saving {
	display: none;
	height: 20px;
	background: url(/public/img/indicator.gif) no-repeat;
	padding-left: 20px;
}

/* BUTTON CONFIG */	
.form-buttons {
	position: relative;
	padding: 3px 0;
	margin-bottom: 5px;
	height: 18px;
	height: auto !important;
	min-height: 18px;
}

	.form-buttons a.btn-right {
		position: absolute;
		right: 11px;
		top: 4px;
	}
	
	.ie6 .board .form-buttons a.btn-right {right: 28px;}
	.ie6 .teams .board .form-buttons a.btn-right {right: 35px;}
	.form-button {margin-left: 11px;}
	
/* BUTTONS: BIG and SMALL */
.big-button {
	display: block;
	float: left;
	clear: none;
	background: url(/public/img/forms/big-button-bg-sprite.gif) repeat-x 0 0;
	color: #fff;
	position: relative;
	line-height: normal;
	font-weight: normal;
}

.ie7 .big-button {cursor: hand;}
.ie6 .big-button {cursor: hand;}

	.big-button-left {
		display: block;
		float: left;
		height: 16px;
		background: url(/public/img/forms/big-button-left-sprite.gif) no-repeat 0 0;
		padding: 2px 8px 2px 10px;
	}
	
	.big-button-right {
		position: absolute;
		right: -1px;
		height: 20px;
		width: 3px;
		top: 0px;
		background: url(/public/img/forms/big-button-right-sprite.gif) no-repeat right top;
	}
	
	html>body .big-button-right {right: 0px;}
	
	.big-button:hover {background: url(/public/img/forms/big-button-bg-sprite.gif) repeat-x 0 -20px;}
	.big-button:hover .big-button-left {background: url(/public/img/forms/big-button-left-sprite.gif) no-repeat 0 -20px;}
	.big-button:hover .big-button-right {background: url(/public/img/forms/big-button-right-sprite.gif) no-repeat right -20px;}


.small-button {
	display: block;
	float: left;
	clear: none;
	height: 18px;
	background: url(/public/img/forms/small-button-bg-sprite.gif) repeat-x 0 0;
	color: #fff;
	line-height: normal;
}
.ie7 .small-button {cursor: hand;}

	.small-button-left,
	.small-button-right {
		display: block;
		float: left;
		width: 3px;
		height: 18px;
	}

	.small-button-left {
		width: 100%;
		height: 17px;
		background: url(/public/img/forms/small-button-left-sprite.gif) no-repeat 0 0;
		padding: 1px 0 0 10px;
	}
	
	.small-button-right {
		padding-left: 5px;
		background: url(/public/img/forms/small-button-right-sprite.gif) no-repeat right top;
	}
	
	.small-button:hover {background: url(/public/img/forms/small-button-bg-sprite.gif) repeat-x 0 -18px;}
	.small-button:hover .small-button-left {background: url(/public/img/forms/small-button-left-sprite.gif) no-repeat 0 -18px;}
	.small-button:hover .small-button-right {background: url(/public/img/forms/small-button-right-sprite.gif) no-repeat right -18px;}
/* Navigation */
a.navigation-option-arrow {
	position: relative;
	top: 13px;
	right: 0;
	display: inline;
	padding: 0 !important;
	margin: 0 5px 0 0;
	border: 0;
	bottom: 0;
	width: 15px;
	height: 15px !important;
	background: url('/public/img/layout/user-options-arrow.gif') no-repeat 0 0;
	z-index: 85;
}

a.navigation-option-arrow:hover {background: url('/public/img/layout/user-options-arrow.gif') no-repeat 0 0 !important}

#subnav-list-base {
	overflow:hidden; 
	height: 40px; 
	float: left; 
	line-height: 38px;
	}

.list-open .navigation-sub-options {
	position: relative;
	top: 0px;
	left: -1px;
	width: 100%;
	padding: 0;
	overflow:hidden;
	background-color: #505151;
	border: 1px solid #000000;
	border-top: 0;
	z-index: 75;
}
	.list-open {background: #505151;}

	.list-open .navigation-sub-options li {
		padding: 0;
		height: 25px; 
		line-height: 25px;
		clear: both;
		border-right: 0 !important;
		border-left: 0 !important;
		margin: 0 !important;	
		float: none !important;
		background: url('/public/img/design/sub_nav_back.gif') repeat-x 0 0; 
	}
	.list-open .navigation-sub-options li:hover {background: #666 url('/public/img/design/sub_nav_back_over.gif') repeat-x 0 0 }
	.list-open .navigation-sub-options li.last-item {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.list-open .navigation-sub-options li.last-item.sub {
		margin-bottom: 15px !important;
	}
	
	.navigation-option .navigation-sub-options li.navigation-sub-next-section {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	html>body .navigation-option .navigation-sub-options li.navigation-sub-next-section {
		margin: 10px 0 5px;
	}
	
		.list-open .navigation-sub-options li a {
			display: block;
			float: none !important;
			color: #FFFFFF;
			padding: 0;
			
		}
		html>body .list-open .navigation-sub-options li a:hover { text-decoration:none; background: none !important;}
/* brTip */
.tooltip-box {
	background-color: #FFF;
	padding: 1px;
	border: 1px solid #a4a4a4;
	display: none;
	position: absolute;
	
	z-index: 11;
}
.frontpage .tooltip-box,
.users .tooltip-box,
.teams .tooltip-box,
.groups .tooltip-box,
.galleries .tooltip-box,
.blogs .tooltip-box {}

	.tooltip-title {
		background: #6E92B6;
		color: #FFF;
		display: block;
		margin: 0;
		padding: 3px;
		text-align: center;
	}
	
	.tooltip-content {
		margin: 0;
		padding: 3px 5px 5px;
		background: #ebebeb url('/public/img/design/tooltip-bg.gif') repeat-x 0 0;
		color: #444;
		line-height: 150%;
	}
	
	.tooltip-spike {
		position: absolute;
		bottom: -15px;
		left: 20px;
		width: 16px;
		height: 16px;
		background: url('/public/img/design/tooltip-spike-sprite.gif') no-repeat 0 0;
	}
	.tooltip-box.left .tooltip-spike {
		bottom: -15px;
		left: 180px;
		background-position: -16px 0;
	}
	.tooltip-box.bottom .tooltip-spike {
		top: -15px;
		left: 20px;
		background-position: 0 -16px;
	}
	.tooltip-box.bottom.left .tooltip-spike {
		top: -15px;
		left: 180px;
		background-position: -16px -16px;
	}
.evisua-window {
	position: absolute;
	width: 200px;
	z-index: 99;
	top: 20px;
	left: 20px;
}
	.evisua-window .window-title {
		position: relative;
		height: 29px;
		background: url('/public/img/plugins/messagebox/mb-header-sprite.gif') repeat-x 0 -29px;
		margin: 0 1px;
	}
		.evisua-window .window-top-left, .evisua-window .window-top-right {
			width: 6px;
			height: 29px;
		}
		
		.evisua-window .window-top-left { left: -1px; background: url('/public/img/plugins/messagebox/mb-header-sprite.gif') repeat-x 0 0 }		
		.evisua-window .window-top-right { right: -1px; background: url('/public/img/plugins/messagebox/mb-header-sprite.gif') repeat-x 0 -58px; }
	
		.evisua-window .window-title .window-header-title {
			display: block;
			font-weight: bold;
			color: #FDDD47;
			padding: 5px 8px;
		}

	.evisua-window .window-middle-left {
		background: #FFFFFF url('/public/img/plugins/messagebox/mb-left.gif') repeat-y left;
		padding-left: 6px;
	}

	.evisua-window .window-middle-right {
		background: url('/public/img/plugins/messagebox/mb-right.gif') repeat-y right;
		padding-right: 6px; 
	}
		.evisua-window .window-body {
			position: relative;
			width: 92%;
		}
		
		html>body .evisua-window .window-body {
			width: auto;
		}		
		
		/* this is for the disappearing caret bug in input fields above overflow: elements */
		body.mozilla .evisua-window .window-body {
			overflow: auto;
		}
		/* +1 px to make up for the overflow: auto in ff */
		body.mozilla .evisua-window .window-middle-right {
			padding-right: 7px; 
		}

		.evisua-window .window-buttons {
			height: 29px;
			background-color: #e9e9e9;
		}
			.evisua-window .window-button {
				float: right;
				clear: none;
				margin: 6px 6px 0 0;
			}
			
			.evisua-window .window-button.left {
				float: left;
				clear: none;
				margin: 6px 0 0 6px;			
			}
			
			.evisua-window .align-left {float: left; margin-left: 6px;}
			.evisua-window .align-right {float: right;}
	
	.evisua-window .window-bottom {
		margin: 0 1px;
		position: relative;
		height: 8px;
		background: #e9e9e9 url('/public/img/plugins/messagebox/mb-bottom-sprite.gif') repeat-x 0 -16px;
	}
		.evisua-window .window-bottom-left, .evisua-window .window-bottom-right {
			width: 8px; 
			height: 8px;
		}
		
		.evisua-window .window-bottom-left {
			left: -1px; 
			background: url('/public/img/plugins/messagebox/mb-bottom-sprite.gif') no-repeat 0 0;
		}
		
		.evisua-window .window-bottom-right {
			right: -1px; 
			background: url('/public/img/plugins/messagebox/mb-bottom-sprite.gif') no-repeat 0 -8px;
		}
div.evisua-ac-container {
	background: white url(/public/img/evisua-text-bg.gif) repeat-x scroll 0 50%;
	border: 1px solid #9BB1C9;
	overflow-x: hidden;
	position: relative;
}

div.evisua-ac-container.ac-loading {
	background : url(/public/img/forms/indicator.gif) right center no-repeat;
}

input.evisua-ac-input {
	background: transparent;
	border-width: 0;
	height: 17px;
	padding: 3px 3px 0;
}

div.evisua-ac-trigger {
	position: absolute;
	right: 0;
	top: 1px;
	overflow: hidden;	
	cursor: pointer;
	height: 18px;
	width: 18px;
	background: url(/public/img/forms/autocomplete-trigger-sprite.gif) no-repeat 0 0;
}

div.evisua-ac-trigger.hover, div.evisua-ac-trigger.active {
	background: url(/public/img/forms/autocomplete-trigger-sprite.gif) no-repeat 0 -18px;
}

input.evisua-ac-input.empty {
	color: gray;
}

ul.evisua-ac-results {
    position: absolute;
    overflow-y: auto;
	overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #aaa;
    margin: 0px;
    padding: 0;
    list-style: none;
    color: #333;
	z-index: 2000000;
	font-size: 120%;
	cursor: pointer;
}

ul.evisua-ac-results li { 
  display: block;
  position: relative;
  padding: 5px; 
  overflow: hidden;
  border-bottom: 1px solid #E7E7E7;
}

ul.evisua-ac-results li.active { 
  background-color: #E7E7E7;
}

ul.evisua-ac-results li.evisua-ac-result-last {border-bottom: none;}

.evisua-mb .window-body {
	min-height: 48px;
	height: auto !important;
	height: 48px;
	padding: 10px;
}

.evisua-mb .mb-icon {
	position: absolute;
	border: 2px solid #e1e1e1;
	top: 10px;
	left: 10px;
	background-repeat: no-repeat;
}

.evisua-mb .mb-message {
	margin-left: 60px;
	color: #5e5e5e;
}
.evisua-wizard {}

	.evisua-wizard .wizard-screen {
		padding: 10px;
	}
	
		.evisua-wizard .screen-body {}
		
		.evisua-wizard .screen-buttons {
			height: 29px;
		}
		
		.evisua-wizard .wizard-loading-overlay {
			background: url(/public/img/indicator.gif) no-repeat center center;
		}
		
		.evisua-wizard .wizard-button {
			clear: none;
			float: right;
			margin : 6px 6px 0 0;
		}

.evisua-carousel {position: relative;}
		
	.evisua-carousel .carousel-wrap {margin: 0 auto;}
		.evisua-carousel .carousel-wrap .image-view-list {overflow: hidden;}

.carousel-button {
	position: absolute;
	top: 15px;
	width: 18px;
	padding-top: 26px;
	background: url(/public/img/carousel-prev-next-sprite.gif) no-repeat;
}
.carousel-button.carousel-left {left: 0;background-position: 0 0;}
.ie6 .carousel-button.carousel-left {left: -15px;}

.carousel-button.carousel-right {right: 0;background-position: -18px 0;}

.carousel-button.carousel-left:hover {background-position: 0 -26px;}
.carousel-button.carousel-right:hover {background-position: -18px -26px;}

/* Results */
.pastList { border-top: solid 1px #eee; border-bottom: solid 1px #eee; }
.pastList li.item:hover { background: #eee }
.pastList li.item li { height: 20px; line-height: 20px; }
.pastList li.item li.game { font-style: italic; }
.pastList li.item li.champion { font-weight: bold; }
.pastList li.item li.prize { font-weight: bold; vertical-align: top; }
.pastList li.item li.prize span.doubleup { font-weight: normal; font-style: italic; }
/* Results */
.mediaList { border-top: solid 1px #eee; border-bottom: solid 1px #eee; }
.mediaList li.item:hover { background: #eee }
.mediaList li.item { height: 20px; line-height: 20px; padding-left: 3px; }
.mediaList li.livestream { line-height: 35px; height: 35px;}
	.livestream, .livestream * { font-weight: bold; line-height: 30px; height: 30px; font-size: 110%; }

.mediaList .normal, .normal * { font-weight: normal; }
#about-play {
	font-size: 90%;
}

.tourney-info li {
		background: url('/public/img/design/tournie_back.jpg') repeat-x right top; 
		color: #fff; 
		overflow:hidden; 
		margin-bottom: 10px; 
		padding: 0px; 
		border: solid 1px #e07000;
		}
.tourney-info .label {
	font-weight: bold; 
	display: block; 
	width: 100px; 
	float: left; 
	color: #fff
	}

.tourney-info li h3 {
	color: #fff; 
	font-size: 20px; 
	border-bottom: solid 1px #e05a00; 
	padding: 10px
	}

.tourney-info li h4 {
	color: #fff; 
	font-size: 16px; 
	padding: 0 10px ;
	}

.tourney-info ul {margin: 0 0 10px 0; padding-top: 10px; border-top: solid 1px #e1a905}

.tourney-info ul li {
	line-height: 20px; 
	margin: 0; 
	border: 0; 
	padding: 0 ; 
	background: none; 
	padding: 0 10px;
	}

.prize-desc {
	float: left;
	width: 50%;
	text-align: left;
}
.prize-doubleup {
	float: right;
	width: 100px;
	text-align: left;
	font-style: italic;
	color: #FFFFFF;
}

.tourney-info li h4 .prize-doubleup {
	font-style: normal;
}
/* Results */
.results {border-top: solid 1px #eee;}
.results tr:hover {background: #eee}
.results tr td {height: 25px; line-height: 25px; font-weight: bold; border-bottom: solid 1px #eee;}
.results td.team {}
.results td.verses {font-weight: normal; color: #666; width: 15px}

.result-hover {}
.result-hover tr {}
.result-hover td {line-height: 25px; height: 25px; font-weight: bold;}

.result-win { color: #01bf01; padding: 0 10px; }
.result-draw { color: #FFFF00; padding: 0 10px; }
.result-loss { color: #FF0000; padding: 0 10px; }
.result-champion { font-style: italic; color: #0000FF; } /* Should place a cup behind this one really */

.result-tooltip-content * { display: none; }
