@charset "utf-8";
/* CSS Document */

html, body { padding:0; }
body { background-color:#1E1E1E; }
img { border:0; }

.event_box { background-color:#000; padding-bottom:5px; height:22px; overflow:hidden; }
.form_select { float:left; font:11px Arial; padding:2px 5px; }
.form_select select { width:100px; font:11px Arial; background-color:#000; color:#FFF; border:1px solid #5D5D5D; }
* html .form_select { padding:1px 5px; }

.event_days { float:left; padding:0px; }
.date_inactive { background:url(../style/mediabox/kalender_inaktiv.gif); text-align:center; padding-top:3px; background-repeat:no-repeat; float:left; font:11px Arial; color:#FFFFFF; width:21px; height:21px; }
.date_event { background:url(../style/mediabox/kalender_event.gif); text-align:center; padding-top:3px; background-repeat:no-repeat; float:left; font:11px Arial; color:#FFFFFF; width:21px; height:21px; }
.date_active { background:url(../style/mediabox/kalender_aktiv.gif); text-align:center; padding-top:3px; background-repeat:no-repeat; float:left; font:11px Arial; color:#FFFFFF; width:21px; height:21px; }

.round { float:left; margin:1px 2px 0 0; }
.round a { text-align:center; height:14px; padding:3px 0; display:block; font:11px Arial; color:#FFF; text-decoration:none; }
.round1-6 { width:20px; background:url(../style/mediabox/kalender_inaktiv.gif); }
.round7 { width:28px; background:url(../style/mediabox/scores_p12.gif); }
.round7_active { width:28px; background:url(../style/mediabox/scores_p12_active.gif); }
.round7_event { width:28px; background:url(../style/mediabox/scores_p12_event.gif); }
.round8 { width:24px; background:url(../style/mediabox/scores_p6.gif); }
.round8_active { width:24px; background:url(../style/mediabox/scores_p6_active.gif); }
.round8_event { width:24px; background:url(../style/mediabox/scores_p6_event.gif); }
.round9 { width:38px; background:url(../style/mediabox/scores_final4.gif); }
.round9_active { width:38px; background:url(../style/mediabox/scores_final4_active.gif); }
.round9_event { width:38px; background:url(../style/mediabox/scores_final4_event.gif); }

.mediabox 		  { width:800px; height:400px; padding-left:47px; }
.mediabox_header  { height:30px; background:url(../style/mediabox/mediabox_bg_header.gif); padding-left:3px;  }
.mediabox_content { height:345px; border:1px solid #4a4b50; border-top:0; }

.mediabox_trenner { background:url(../style/mediabox/mediabox_trenner.gif) no-repeat; height:1px; overflow:hidden; }
.mediabox_inhalt { overflow:auto; height:317px; background:#131313;}
.mediabox_inhalt .even { background:#1A1A1A; padding:20px 10px; }
.mediabox_inhalt .odd { background:#131313; padding:20px 10px; }
.mediabox_inhalt h3 { margin:0; padding:0; font:bold 12px Arial; color:#FFF; }
.mediabox_inhalt table tr td { font:normal 12px Arial; color:#FFF; }
.mediabox_inhalt table tr th { font:bold 12px Arial; color:#FFF; }
.tdscores-0 { width:70px; align:left; }
.tdlive-1, .tdlive-2, .tdscores-1 { width:70px; align:left; }
.tdlive-3, .tdscores-2 { width:170px; text-align:right; align:left; }
.tdlive-4, .tdscores-3 { width:20px; text-align:right; align:center; }
.tdlive-5, .tdscores-4 { width:5px; text-align:center; align:center; }
.tdlive-6, .tdscores-5, .tdstandings-2 { width:20px; align:center; }
.tdlive-7, .tdscores-6, .tdstandings-3 { width:170px; text-align:left; align:center; }
.tdscores-7 { width:40px; align:center; }
.tdscores-8 { width:70px; align:center; }
.tdscores-9 { width:50px; align:right; }
.tdscores-10 { width:90px; align:right; }
.tdstandings-1 { width:30px; text-align:left; }
.tdstandings-4, .tdstandings-5, .tdstandings-6 { width:70px; text-align:center; }


/* Scrollbars */
a.jScrollArrowUp { background: url(../style/mediabox/basic_arrow_up2.gif) repeat-x 0 0; }
a.jScrollArrowUp:hover { background-position: 0 -20px; }
a.jScrollArrowDown { background: url(../style/mediabox/basic_arrow_down2.gif) repeat-x 0 0; }
a.jScrollArrowDown:hover { background-position: 0 -20px; }
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover { background-position: 0 -40px; }

.jScrollPaneContainer { position: relative; overflow: hidden; z-index: 1; }
.jScrollPaneTrack { position: absolute; cursor: pointer; right: 0; top: 0; height: 100%; background: #000; }
.jScrollPaneDrag { position: absolute; background: #333; cursor: pointer; overflow: hidden; }
.jScrollPaneDragTop { position: absolute; top: 0; left: 0; overflow: hidden; }
.jScrollPaneDragBottom { position: absolute; bottom: 0; left: 0; overflow: hidden; }
a.jScrollArrowUp { display: block; position: absolute; z-index: 1; top: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 14px; }
a.jScrollArrowDown { display: block; position: absolute; z-index: 1; bottom: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 14px; }

