/*

Combines menu, site, footer, scoreboard and lightbox Stylesheet

*/

/* menu.css */

body { behavior: url("/style/csshover.htc"); }

/*____menu flyout___*/

	#nav {
		z-index:99;
	}

	#nav ul { /* all lists */
		padding: 0px;
		margin: 0px;
		list-style: none !important;
		margin-left: 0px;
		margin-bottom: 0px;
		background: transparent;
		z-index:99;
		
	}
	
	#nav li { /* all list items */
		position : relative;
		height: 20px;
		float : left;
		line-height : 20px;
		margin-top : 0px;
		list-style: none !important;
		text-align: center;
		z-index:99;
	}
	
	#nav li li{ /* sub list items */
	   
		position : relative;
		height: 20px !important;
		float : left;
		line-height : 20px;
		margin: 0px;
		padding: 0px;
		width: 140px;	
		text-align: left;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left: 10px !important;
		margin-left: 10px;
		width: 170px;
		top: 39px !important;
		top: 39px;
		background: url("/image/menu_oben_neu.gif") top left no-repeat;
		padding-top: 1px;
		color:green;
	}
	
	#nav li ul ul {
	margin-top : -39px;
	margin-left: 170px !important;
	bottom: 0px !important;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	    height: 39px;
		display : block;
		color : #000;
		font-weight : bold;
		text-decoration : none;
		padding : 0 0 0 0px;
		background: transparent;
		font-size: 11px;
		font-weight: bold;
	}
	
	#nav li li a {
	height: 20px !important;
	line-height: 20px;
	padding : 0 5px 0 10px;
	background: url("/image/back_menu_neu.gif") repeat-y;
	font-weight: bold;
	display: block;
	width: 155px;
	text-decoration : none;
	border: 0;
	}
	
	#nav li li.last a {
	background: url("/image/back_menu_last_neu.gif") top left no-repeat;
	height: 25px !important;
	}
	
	#nav li li.last li a {
	background: url("/image/back_menu_neu.gif") repeat-y;
	height: 20px !important;
	}
	
	#nav li li li.last a {
	background: url("/image/back_menu_last_neu.gif") top left no-repeat;
	height: 25px !important;
	}
	
	#nav li span.show_arrow a {
	background: url("/image/back_menu_neu_sub.gif") top left no-repeat;
	}
	
	#nav li li.last .show_arrow a {
	background: url("/image/back_menu_last_neu_sub.gif") top left no-repeat;
	height: 25px !important;
	}
	
	#nav li a:hover {
	
	}
	
	#nav li li a:hover {
    background-position: 0px -20px;
	text-decoration: none;
	border: 0;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	}
	
	#nav li li.last a:hover {
    background-position: 0px -25px;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#nav li li:hover ul {
	
	}


/* site.css */

* {
    margin: 0;
    padding: 0;
}

html {
height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: left;
    color: #333;
    background: #151515 url("/image/back_all.jpg") repeat-y;
    height: 100%;
	line-height:125%;
}

a:hover {color:#660000}

body.home { background: #151515 url("/image/back_all_home_new.jpg") repeat-y; }

#drumrum { position: relative; min-height: 100%; width: 100%; }

* html #drumrum { height: 100%; }

div, p, img, td, ul, ol {
    font-size: 12px; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}

ol li {
    margin-left: 1em;
    padding: 0 0 .5em .3em;
   
}

.box {
	border:1px solid #cdcdcd;
	padding:10px;
	background: #eee url("/image/bg_float_gray_01.jpg") top left repeat-x;
	margin-bottom:20px;
}

.box ol li {
	font-weight:bold;
}


h1, h2, h3, h4 {
	margin: .25em 0;
	color: #990000;
}

h2, h3, h4 {
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
}

h1 {
font-family: Arial, Helvetica, Sans-serif;
font-size: 24px;

/*font-weight: normal; 
font-family: Georgia, Times News Roman, Serif; 
font-size:26px;*/
line-height:29px;
letter-spacing: -1px;
}

h1 a, h2 a , h3 a{
text-decoration: none;
color: #990000;
}

h2 { 
font-size: 14px; 
margin:2px 2px 5px 0;
padding: 0px;
}

h3 { 
font-size: 12px;
margin: 0;
padding: 0;
}

h4 { font-size: 100%; color: black; }

p { padding: 0 0 1em; }

/*a img, img {
    border: none;
}*/



.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0 0;
    font-size: 1px;
	line-height:normal;
}

.bold {font-weight:bold;} 
.klein {
font-size: 10px;
}

.kursiv {
font-style: italic;
}

.grau {
color: #666;
}

a {
color: #990000;
}

/*____layout_____*/

#page{
width: 100%;
}

#header {
width: 786px;
height: 180px;
background: url("/image/header_back_dk2010.jpg") top left no-repeat;
}

#header a.home{
width: 200px;
height: 150px;
display: block;
text-decoration: none;
}

#banner{
float:right;
margin-top:5px;
}

#nav {
height: 39px;
width: 786px;
border-bottom: 15px solid #151515;
z-index:99;
}


.content {
background: #151515;
width: 480px;
margin-left: 3px;
margin-bottom: -1px;
font-size: 11px;
float: left;
display: inline;
/*margin-bottom: 66px;*/
}


.schwarz {
width: 476px;
border-right: 4px solid #151515;
overflow: hidden;
height:100%;
}

* html .schwarz  { height:800px; }

.innen {
background: #fff;
padding: 10px;
width: 759px;
min-height:610px;
}


.white {
background: #fff;
}

/*.content.innen img {
    border: 1px solid black;
}*/


div.topnews {
background: #fff;
padding: 1px;
margin-bottom: 5px;
}

div.subnews {
background: #eee url("/image/bg_fade_gray_02.jpg") bottom left repeat-x;
padding: 1px;
/*margin-bottom: 5px;*/
overflow: hidden !important;
overflow: visible;
/*position: relative;*/
left: 0px;
top: 0px;
height: auto !important;
height: 100%;
/*min-height:300px;*/
}

/** html div.subnews { height:375px;}*/

div.topnews div, div.subnews div{
padding: 2px 5px 5px 5px;
}

div.topnews .articledate {
	float:left;
	font-style:oblique;
	margin:0; 
	padding:2 0 0 0;
	height:1px;
}

div.subnews img{
float:left;
}

div.subnews div{
margin-left: 170px;
}

div.subhead {
margin-bottom: 8px;
padding: 8px 0;
font-weight: bold;
font-size: 12px;
}

div.subhead div{
font-size: 10px;
margin-bottom: 8px;
padding: 8px 0;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
font-weight: bold !important;
height:20px;
}

div.subhead div span.article_date { float:left; }
div.subhead div span.article_translate { float:right; text-align:right; }

div.allnews h3{
margin-left: 70px;
}

div.allnews{
overflow: hidden !important;
overflow: visible;
height: auto !important;
margin-top: 2px;
padding-bottom: 3px;
height: 20px;
}

div.allnews h3 a, div.more_news h3 a{
color: #000;
font-size: 12px;
font-weight: normal;
}

div.link {
background: yellow;
}

div.archiv{
border:1px solid white;
margin-bottom: 5px;
background: #fff url("/image/bg_float_gray_01.jpg") top left repeat-x;
height:100%;
}

div.more_news {
	padding:5px;
}


div.artikel{
width: 520px;
font-size:12px;
line-height:18px;
}

div.artikel_wide{
width: 755px;
font-size:12px;
line-height:18px;
}

div.artikel ul { padding-left:25px;}
div.artikel ul li { padding-bottom:5px;}

div.artikelwide { width:755px; }

#content-rechts {
/*position:absolute;
left:482px;*/
width: 301px;
float: left;
display: inline;
/*margin-left: 5px;*/
background: #151515;
/*min-height:690px;*/
overflow: hidden;
}

.spalte-rechts {
float: right;
display: inline;
margin-left: 5px;
width:200px !important;

}

div.leftdatum {
width: 65px;
font-size: 12px;
color: #990000;
float: left;
padding: 0px 10px 5px 4px;
font-weight: bold;
}

div.reddatum {
font-size: 11px;
color: #990000;
font-weight: bold;
}

div.box_head {
height: 20px;
background: #990000;
line-height: 15px;
text-indent: 5px;
color: #FFF;
font-size: 11px;
border: 1px solid #FFF;
border-bottom: 0px;
font-weight: bold;
padding-top:2px;
}

div.box_head a{
text-align: right;
font-weight: bold;
color: #FFF;
font-size: 11px;
padding-left: 185px;
text-decoration: none;
}

div.head_innen a {
padding-left: 155px;
}

div.suche {
border: 1px solid #FFF;
border-top: 0px;
background: #bb0000;
padding: 5px;
color: #FFF;
height: 60px;
}

div.suche a{
color: #FFF;
}

/*__menu allgemein__*/

#nav ul {
margin: 0;
padding: 0;
}

#nav li{
float: left;
display: inline;
margin: 0;
padding: 0;
}

#nav li a {
display: block;
height: 39px;
width: 50px;
}

#nav li span{
display: none;
}

#nav li li span{
display: block;
}

#nav li a#home{
display: none;
}

#nav li a#news{
width: 73px;
background: url("/image/menu_01_neu.png") top left no-repeat;
}

#nav li a#saison{
width: 81px;
background: url("/image/menu_02_neu.png") top left no-repeat;
}

#nav li a#tickets{
width: 87px;
background: url("/image/menu_03_neu.png") top left no-repeat;
}

#nav li a#shop{
width: 67px;
background: url("/image/menu_05_neu.png") top left no-repeat;
}

#nav li a#partner{
width: 93px;
background: url("/image/menu_06_neu.png") top left no-repeat;
}

#nav li a#fans{
width: 64px;
background: url("/image/menu_07_neu.png") top left no-repeat;
}

#nav li a#kec{
width: 235px;
background: url("/image/menu_08_neu.png") top left no-repeat;
}

#nav li a#arena{
width: 86px;
background: url("/image/menu_09_neu.png") top left no-repeat;
}

/* such(ergebniss)e */

.FSF_highlight1 {
background: #FFFF00;
}

.FSF_highlight2 {
background: #FFCC66;
}

.FSF_highlight3 {
background: #66FF00;
}

.FSF_result {
margin-top: 15px;
}

/* news-archiv */

.archiv_einzeln {
margin-bottom: 10px;
}

.archiv_seiten a, .archiv_seiten span{
padding-right: 5px;
}

/* added by dirk */

/*  Floating Box zum Einsatz innerhalb von Texten */
.floaty_right {
	text-align:center;
	width:160px;
	margin:5px 0 5px 5px;
	padding:5px;
	float:right;
	border:1px solid #565656;
	background: url("/image/bg_fade_gray_01.jpg") top left repeat-x;
}

/*  Bereich ganz rechts unter dem Spieler fï¿½r weiterne Content (Partner, Banner) */
#content-ganz-rechts {
width: 200px;
float: left;
display: inline;
position:absolute;
left:780px;
margin-top: 175px;
margin-left: 10px;
}

/* Betandwin Box für Startseite Spalte ganz rechts */
#content-ganz-rechts .betandwin {
	margin-left:25px;
	margin-bottom:15px;
}

/* Interwetten Link Footer */
#footer div.interwetten_link, #footerHome div.interwetten_link {
position:relative;
top:-35px;
width:110px; 
height:32px;
margin-left:630px;
}

/* DEL.org Link in Footer */
#footer div.del_link, #footerHome div.del_link {
position:relative;
top:-70px;
width:30px; 
height:35px;
margin-left:750px;
}


.tabelle {
	width:100%;
	border: 1px solid #ababab;
}

.tabelle tr.row1{
	background:#cdcdcd;
}

.tabelle tr.row2{
	background:#efefef;
}

/* Table header */
.tabelle tr.row3{
	color:white;
	background: url("/image/gradient_red_20.jpg") top left repeat-x;
}

.tabelle td,th{	
	padding:3px;
}

.page_trail {
	width:100%;
	height:25px;
	line-height:25px;
	text-indent:5px;
	border:1px solid #ababab;
}

/**/

.partner_element {
	margin:5px;
	border:1px solid #565656;
	padding:4px;
	width:130px;
	float:left;
	height:75px;
	text-align:center;
	vertical-align:middle;
}
			
.partner_row{
	clear:both;
}

/* Image Box in articles */

.image_box {
	float:left;
	border:1px solid #cdcdcd;
	background-color:#efefef;
	padding:10px;
}

.image_box img {
	border:1px solid #454545;
}

.image_box .caption {
	color:#454545;
	font-size:10px;
	line-height:normal;
	font-weight:bold;
}

.lefty {
	margin:0 10px 10px 0;
	float:left;
}

.big {
	margin:0 10px 10px 0;
	float:left;
}

.righty {
	margin:0 0 10px 10px;
	float:right;
}

.theBigImage{
	height:250px;
	overflow:hidden;
	/*padding:-5px;*/
	margin:0 -5px;
}
.theBigImage .container { border:0; margin:-25px 0 0 0; padding:0; width:100%;}
.theBigImage .image_caption { left:0px; position:absolute; text-align:right; top:470px; z-index:10; width:465px; color:#efefef; font-weight:bold; font-size:10px;}
.theBigImage .image_caption_shadow { left:0px;  position:absolute; text-align:right; top:471px; z-index:9; width:466px; color:black; font-weight:bold; font-size:10px;}

/* Title Graphics */

#title_image {
	width:100%;
	text-align:right;
}

#title_image .arena {
	background:#fff url("/image/title/title.arena.jpg") top left;
	height:25px;
	padding:0;
	margin:0;
}

#title_image .zentrum {
	background:#fff url("/image/title/title.zentrum.jpg") top left;
	height:25px;
	padding:0;
	margin:0;
}

#title_image .fans {
	background:#fff url("/image/title/title.fans.jpg") top left;
	height:25px;
	padding:0;
	margin:0;
}

#title_image .partner {
	background:#fff url("/image/title/title.partner.jpg") top left;
	height:25px;
	padding:0;
	margin:0;
}

#title_image .shop {
	background:#fff url("/image/title/title.shop.jpg") top left;
	height:25px;
	padding:0;
	margin:0;
}

#title_image .history {
	background:#fff url("/image/title/title.history.jpg") top left;
	height:25px;
	padding:0;
	margin:0;
}

#title_image .saison {
	background:#fff url("/image/title/title.saison.jpg") top left;
	height:25px;
	padding:0;
	margin:0;
}

#title_image .news {
	background:#fff url("/image/title/title.news.jpg") top left;
	height:25px;
	padding:0;
	margin:0;
}

#title_image .tickets {
	background:#fff url("/image/title/title.tickets.jpg") top left;
	height:25px;
	padding:0;
	margin:0;
}

#title_image .container {
	padding-top:70px;
}

#title_image .transbar {
	background:#fff;
	height:30px;
	width:100%;
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75; opacity:0.75;
	text-align:right;
}

#title_image h1{
	text-transform: lowercase;
	color:black;
	font-weight:bold;
	font-family: Arial, Helvetica, Sans-serif;
	font-size:26px;
	letter-spacing: -1px;
	padding:2px 2px 0 0;
	margin:0;	
}

#title_image .spacer{
padding-bottom:15px;
}

.redbar {
	margin-top:1px;
	height:5px;
	background-color:#232323;
}

.graybar  {	
	margin-top:1px;	
	height:3px;
	background-color:#bb0000;
}


/* image box in content w/o color */

.pic_box {
	float:left;
	border:1px solid #cdcdcd;
	padding:10px;

}

.noborder { border:0; }

.lefty {
	margin:0 10px 10px 0;
	float:left;
}

.righty {
	margin:0 0 10px 10px;
	float:right;
}

/*  Floating Box zum Einsatz innerhalb von Texten */

.floaty_right {
	text-align:center;
	width:160px;
	margin:5px 0 5px 15px;
	padding:5px;
	float:right;
	border:1px solid #565656;
	background: url("/image/bg_float_gray_01.jpg") top left repeat-x;
}

.floaty_left {
	text-align:center;
	width:160px;
	margin:5px 15px 5px 0;
	padding:5px;
	float:left;
	border:1px solid #565656;
	background: url("/image/bg_float_gray_01.jpg") top left repeat-x;
}

/* Termine */

#termine {}

.termin {
	border:1px solid green;
}

#termine ul {
	padding-left:25px;
}
#termine ul li {
}

/* Banner & Werbung */

.banner {
	padding:5px;
	text-align:center;
}

#buttons_home {
	padding-top:1px;
}

#buttons_home .button_row {
	float:left;
}

#buttons_home .button{
	padding-top:3px;
}

#buttons_home .left{
padding-right:1px;
}

.skyscraper {}

/* Two Rows /Tabellen Ersatz */

#tworows {
		width:98%;
}

#tworows .element {
	padding:5px 0;
	clear:left;
}

#tworows .left_row {
	float:left;
}


#tworows .small {
	width:150px;
	padding-right:10px;
}

#tworows .medium{
	width:200px;
	padding-right:10px;
}

#tworows .wide{
	width:250px;
	padding-right:10px;
}

#tworows .right_row {
	float:right;
}


/* Title Pane */

div.container {
	background-color: white;
	border: 2px solid black;
	width: 200px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.titlePaneLabel , .titlePaneContent {
	width: 300px;
}

.titlePaneLabel {
	background: grey;
	height: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.titlePaneContent {
	background: #eeeeee;
}
	
.spalte-rechts div.box {
	border:1px solid #cdcdcd;
	padding:5px;
	background: #eee url("/image/bg_float_gray_01.jpg") top left repeat-x;
	margin-bottom:20px; }
.spalte-rechts div.box input,select { font-size:95%; }

.archive_element {
	padding-bottom:15px;
}

.center { text-align:center; }

div#box{width: 18em;padding: 20px;margin:0 auto; background:#E6E6E6;color:#000}

#player {}
#player h1, #player h2  { display:inline;}
#player .player_info { float:right; width:325px; } 
#player .player_image { background-color:#cdcdcd; float:left; border:1px solid black; padding:3px; margin:2px;}
#player .player_image img {border:1px solid black;}
#player table { width:100%;} 
#player .selector { padding:4px 5px 0 0;}

#homelink { position:relative; top:110px; left:5px; width:25px; height:25px;}
#homelink_big { position:relative; top:10px; left:50px; width:150px; height:100px;  }
#languagelink { position:relative; top:70px; left:5px; width:30px; height:30px; }
#po_link { position:absolute; top:70px; left:270px; width:230px; height:95px;}

#partner table {width:100%; text-align:center;}
#partner td {padding:10px;}
#partner div.head { padding:15px 0;}

.multimedia {}
.multimedia div.element { padding-bottom:15px;}
.multimedia div.element a { color:black; text-decoration:none; }

#sitemap ul { 
		padding:0 0 15px 20px; 
		list-style:none;
}

#sitemap li { font-size: 14px; font-weight:bold; }
#sitemap li li { font-size: 11px; font-weight:normal; }
#sitemap li li ul { padding:0 0 0 20px; }

#agb ul { padding:5px 0 10px 20px;}
#imageloop ul { padding:5px 0 10px 20px;}

.printmenu { float:left; width:100%; margin:15px 0 0 0; border-top: 1px solid #cdcdcd; padding:5px 0 0 0;}
.printmenu div { display:inline; padding: 0 15px 0 0; }

.errorMsg { color:#aa0000; font-weight:bold;}

.backy {width:210px; height:375px; position:absolute; left: 790px; z-index:2; }

.quetschbueggel {
	color:#565656; font-weight:bold; padding:3px; margin-bottom:1px; 
}

#lan_layer {
	position:absolute; 
	font-size: 0.8em; 
	z-index:100; 
	left:25px; 
	top:100px; 
	width:200px; 
	height:100px; 
	background-color: white; 
	border:1px solid black; padding:5px;
}

/* Playoff */

.series { padding:5px 0 15px 35px;}
#team { float:left; height:25px; background: #eee url("/image/bg_fade_gray_02.jpg") top left repeat-x; padding:5px; border:1px solid #ccc; width:180px; }

#result { margin:0 2px 0 2px; float:left; height:25px; padding:5px; width:50px; border:1px solid #ccc; }
#result div { margin:5px 0 0 13px; font-weight:bold; }

.results { padding:2px 0 0 0; clear:left; width:450px; }
.results div { padding:5px; border:1px solid #ccc;}

#team .logo { float:left; width:40px; }
#team .teamname { margin:5px 0 0 10px; }

/* footer.css */

#footerHome, #footer {
width: 785px;
height: 100px;
background: #151515 url("/image/footer_alt_del_new.png") top left no-repeat;
position:relative; 
}


#footerHome .inhalt, #footer .inhalt { 
	padding:10px 0 0 25px;
	text-align:left;
	height:30px;
	color:white;
	font-size:0.75em;
	letter-spacing: 1px;
}

#footerHome .inhalt a, #footer .inhalt a { color:white; text-decoration:none; }


/* lightbox.css */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img { border:1px solid #343434; }
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background: #eee;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border:1px solid #343434;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("/image/lightbox/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("/image/lightbox/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("/image/lightbox/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #cdcdcd;
	border-left:1px solid #343434;
	border-right:1px solid #343434;
	border-bottom:1px solid #343434;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* scoreboard.css */

/**/

/* Games coming up Styles */

#coming_up{
border:1px solid white;
background: #fff url("/image/bg_float_gray_02.jpg") top left repeat-x;
}

.coming_up_head{
	font-size:9px;
	display:inline; /*float:right;*/
	padding: 2px 5px 0 0;
	font-weight:normal;
}

.coming_up_title{
padding: 2px 50px 0 0;
display:inline; 
}

.coming_up_head img{ padding:0 4px 0 0; }


#coming_up table {
	width:100%;
	padding:0;
	margin:0;
	font-size:10px;
	font-weight:bold;
}

#coming_up th { color:#660000; }
#coming_up th, td { text-align:left; }
#coming_up th, td { padding:0 3px; }
#coming_up .center{ text-align:center; }
#coming_up td.home_game { color:black; font-size:11px; }
#coming_up td.away_game { color:#454545; font-size:11px; }

/* Scoreboard / Results */

#scoreboard {
	background: #E09D00 url("/image/bg_scoreboard_fade.jpg") top left repeat-x;
	border: 1px solid white;
	border-top: 0;
	height: 89px;
	margin-bottom: 4px;
}

#scoreboard table 	{ width:100%; height:89px; }
#scoreboard th 		{ padding:0 3px; margin:0; font-size:10px; color:white; font-weight:bold;}
#scoreboard td		{ border-right:1px solid #E9B624; border-top:1px solid #E9B624; padding:0 3px; margin:0; font-size:12px; font-weight:bold; }
#scoreboard td.home	{ color:black; }
#scoreboard td.away	{ border-bottom:1px solid #E9B624; color:#522E0E;  }
#scoreboard thead th { height:21px; }
#scoreboard tbody td { height:24px; }
#scoreboard tbody td.teamname { width:160px; }
#scoreboard tfoot th { height:15px; }
#scoreboard span {padding:0; margin:0;}
#scoreboard th.netticker { text-align:right; }
#scoreboard th.netticker a { text-decoration:none; color:white;}

.strip_of_thumbnails { width:250px;}
 
#skyscraper-layer { position:absolute; width:160px; height:200px; left:1025px; top:80px;}

/* Gamer Form */

form.gamewornjersey fieldset {
  margin-bottom: 10px;
}
form.gamewornjersey legend {
  padding: 0 2px;
  font-weight: bold;
  color:#000;
}
form.gamewornjersey label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.gamewornjersey fieldset ol {
  margin: 0;
  padding: 0;
}
form.gamewornjersey fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.gamewornjersey fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.gamewornjersey fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.gamewornjersey fieldset fieldset label {
  display: block;
  width: auto;
}
form.gamewornjersey em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.gamewornjersey label {
  width: 175px; /* Width of labels */
}
form.gamewornjersey fieldset fieldset label {
  margin-left: 178px; /* Width plus 3 (html space) */
}

#tickets h2 {
	color:#fff;
	background-color:#000;
	padding:3px;
} 

/* User Edit Form */

form.userForm {margin:0; padding:0;}
form.userForm fieldset {margin:1em 0; border:none; border-top:1px solid #ccc;}
form.userForm legend {margin: 0; padding:1em; background:transparent; font-size:1.2em; font-weight:bold;}
form.userForm label {float:left; width:150px; padding:0 1em; text-align:right;}
form.userForm fieldset div {margin-bottom:.5em;padding:0;display:block;}
form.userForm fieldset div input,form.userForm fieldset div textarea{width:150px;border-top:1px solid #555;border-left:1px solid #555;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:1px;color:#333;}
form.userForm fieldset div select{padding:1px;}
form.userForm input:focus {background:#efefef;color:#000;}
form.userForm span.errorMsg {margin-left:1em;}

/* User Detail Confirmation page */

div#userDetail ul li {
	list-style-type:none;
}

