/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F5F5 url(../images/img01.gif) repeat-x;
	/** begin dfb style background: #F5F5F5 url(../images/img01_dfb.gif) repeat-x; end dfb style **/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474848;
}

img {
    border: none;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

blockquote {
	padding: 0 30px;
	background: url(../images/img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {
}

a {
	/*background: url(../images/img03.gif) repeat-x left bottom;*/
	text-decoration: none;
	color: #4D7034;
}

a:hover {
	background: none;
	color: #89BA57 /*#E43C15*/;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	background: url(../images/img08.gif) repeat-x left bottom;
}

/* Header */

#header {
	height: 101px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	padding: 20px 0 0 20px;
	font-size: 3.2em;
	font-weight: bold;
	color: #2B4E15;
    /** begin dfb style color: #fff; end dfb style **/
}

#logo p {
	margin: 0;
	padding: 42px 0 0 6px;
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
    /** begin dfb style color: #fff;  end dfb style **/
}

/** begin dfb style
#logo p a:link, #logo p a:visited {
    background: none;
    color: #000;
}

#logo p a:hover {
    background: none;
    color: #fff900;
}
end dfb style **/

/* Search */

#search {
	float: right;
	width: 200px;
	padding: 40px 20px 4px 0;
	background: url(../images/img05.gif) no-repeat left bottom;
	/** begin dfb style background: url(../images/img05_dfb.gif) no-repeat left bottom; end dfb style **/
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#s {
	float: left;
	width: 155px;
	margin: 0 0 0 10px;
	background: none;
	border: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #474848;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img06.gif);
}

#bgtop {
	height: 20px;
	background: url(../images/img07.gif);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(../images/img09.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
	background: url(../images/img11.gif) no-repeat left 9px;
}

/* Content */

#content {
	float: left;
	width: 430px;
	height: 800px;
	min-height: 800px;
	padding: 0 0 0 20px;
}

html>body #content {
	height: auto;
}

/* Post */

.post {
}

.post .bigpix {
	margin-bottom: 20px;
	background: #F0F0F0;
	position: relative;
}

.post .bigpix #slideshow_trigger {
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 430px;
    text-align: center;
    display: none;
    overflow: hidden;
    background: url(../images/slideshow_trigger.png) no-repeat top left;
    cursor: pointer;
}

.post .bigpix #slideshow_trigger p {
    margin-top:80px;
    font-size: 30px;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .entry a, .sidebar a, #shortnews a {
	text-decoration: underline;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(../images/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(../images/img14.gif) no-repeat left center;
}

.post .shortnews_article {
    display: none;
}

/* Sidebar Common Style */

.sidebar {
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 5px 15px 5px 25px;
	background: url(../images/img11.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #F0F0F0;
}

.sidebar a:link, .sidebar a:visited {
	background: none;
}

.sidebar a.selected:link, .sidebar a.selected:visited {
    font-weight: bold;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 250px;
	padding: 0 0 0 20px;
}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 180px;
	padding: 0 20px 0 0;
}

/* Calendar */

#calendar_wrap {
	padding: 0 10px 20px 10px;
}

#calendar_wrap table {
	width: 100%;
	text-align: center;
	background: #F6F6F6;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}

#calendar_wrap th, #calendar_wrap td {
	padding: 2px;
}

#calendar_wrap thead {
	background: #FFFFFF;
}

#calendar_wrap tbody {
	font-size: .8em;
	font-weight: bold;
}

#calendar_wrap tbody td {
	padding: 5px;
}

#calendar_wrap tbody a {
	font-size: 1.2em;
}

#calendar_wrap tfoot {
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

#calendar_wrap tfoot #prev {
	text-align: left;
}

#calendar_wrap tfoot #next {
	text-align: right;
}

/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 83px;
	margin: 0 auto;
	background: url(../images/img10.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

#navigationWrapper {
    width: 960px;
    margin: 0 auto;
}

/** Links **/
a.download:link, a.download:visited {
    background-image: url(../images/icons/silk/bullet_disk.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}

a.external:link, a.external:visited {
    background-image: url(../images/extlinkA.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 12px;
}

/* Ajax-Content */
#ajaxContentWrapper {
    display: none;
    position: absolute;
    width: 430px;
    height: 950px;
    background-color: #fff;
}

#ajaxContentWrapper .close {
    display: block;
    text-align: right;
}

#ajaxContentWrapper .close a:link, #ajaxContentWrapper .close a:visited {
    font-size: 11px;
    font-weight: bold;    
}

#steckbrief {
    display:  none;
    position: absolute;
    width: 430px;
    height: 950px;
    background-color: #fff;
}

/* Steckbrief */
#steckbriefTabelle {
    width: 100%;
}

#steckbriefTabelle th {
    text-align: right;
    width: 150px;
}

#steckbriefTabelle th, #steckbriefTabelle td {
    padding: 5px;
}

table.spielerStatistik {
    border: 1px solid #ABABAB;
    border-collapse: collapse;
    margin: 10px auto;
    width: 430px;
}

table.spielerStatistik td.tabletitle {
    background:#FFFFFF url(/v4/files/v5/images/tabs/tab_d.gif) repeat-x bottom;
    color:#FFFFFF;
    height:21px;
}

table.spielerStatistik th {
    /*width: 50px;*/
    background:#FFFFFF url(/v4/files/v5/images/tabs/tab_c.gif) repeat-x bottom;
    height:21px;
}

table.spielerStatistik td {
    text-align: center;
    padding: 2px 0;
}

table.spielerStatistik td.name {
    text-align: left;
    padding-left: 5px;
    width:  150px;
}

table.spielerStatistik .table-rank {
	text-align: right;
	padding-right: 15px;
}

table.spielerStatistik .table-teamname {
	text-align: left;
}

table.spielerStatistik .table-numeric {
	text-align: right;
	padding-right: 10px;
}

table.spielerStatistik tr.highlight td {
	font-weight: bold;
}

/*
table.spielerStatistik tr.even td {
    background-color: #efefef;
}
table.spielerStatistik tr.odd td {
    background-color: #fff;
}
*/

/* letztes Spiel */
p.match {
    text-align: center;
}

p.matchResult {
    letter-spacing: 1px;
	font-size: 2.2em;
	font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
    margin-top: -20px;
    text-align: center;
}

p.matchReport {
    margin-top: -20px;
    text-align: right;
}

/* Liga-Tabelle */
.ligaTabelle {
    width: 100%;
}

.ligaTabelle td {
    padding: 2px;
}

td.numeric {
    text-align: right;
}

.ligaTabelle tr.highlight td {
    font-weight: bold;
}

div.rightAlign {
    text-align: right;
}

/* Scrollbares DIV */
.scrollcontent {
    height: 600px;
    overflow: auto;
}

span.small {
    font-size: 9px; 
    color: #AAA;
    margin: 0;
    padding: 0;
}

/* Spielberichte Neuer Item */
.newItem {
    /** TODO: evtl. optische Hervohebung **/
    margin-right: 5px;
    font-size: 9px;
    color: #AAA;
}

.subline {
    font-size: 10px;
    color: #AAAAAA;
}

tr.odd td {
    background-color: #efefef;
}

#statsvfl1, #statsvfl2, #standingsvfl2 {
    display: none;
}

.statstabs {
	border-bottom: 1px solid #ababab;
	padding-bottom: 2px;
}

.statslink {
	background-color: #ccc;
	border: 1px solid #ababab;
	border-bottom: none;
	padding: 2px 5px;
	margin: 0 2px;
	letter-spacing:-1px;
}
.statslink:hover {
	background: #fff;
}
.statstabs .active {
	background-color: #fff;
	font-weight: bold;
}

.hidden {
	visibility: hidden;
}

/** News Teaser **/
ul#news_teaser {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul#news_teaser li {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

ul#news_teaser img {
    width:  250px;
}

ul#news_teaser div {
    margin-top: -3px;
    display: block;
    background: transparent url(../images/opacity60.png);
    color: #FFF !important;
    padding: 2px 5px;
}

ul#news_teaser span.teaser_prev, ul#news_teaser span.teaser_next {
    display: block;
    width: 19px;
    height: 100%;
    position: absolute;
    top: 0;
    background: red;
    background: transparent url(../images/teaser_arrows.png) no-repeat;
    cursor: pointer;
}

ul#news_teaser span.teaser_prev {
    left: 0;
    background-position: center left;
}

ul#news_teaser span.teaser_next {
    right: 0;
    background-position: center right;
}

ul#news_teaser li {
    display: none;
}

ul#news_teaser li.teaser_first {
    display: block;
}

div.info {
    border: 1px solid #FFF500; 
    padding: 5px; 
    margin-bottom: 5px; 
    background-color: #FFFFCC;
}.tabs {list-style:none; padding:15px 0 0 20px; margin:0px 10px 1px 0; height:23px;}
.tabs li {display:block; float:left; margin:0 -13px -1px 0; padding-left: 0; background: none !important;}
.tabs li a {display:block; text-decoration:none;}

.tabs li a em {float:left; padding:0 20px; height:22px; border-top:1px solid #fff; border-bottom:1px solid #C9C9C9; position:relative; z-index:100; font-style:normal; color:#fff; background:#5A8439 url(../images/tabs/tab_d.gif) repeat-x bottom left; font-size:11px; font-family:verdana; line-height:20px;}

.tabs li a b {font-size:0; line-height:0; position:relative; border-bottom:1px solid #C9C9C9; border-top:1px solid #fff; width:1px; display:block; float:left; z-index:300; background:#5A8439 url(../images/tabs/tab_d.gif) repeat-x bottom left;}

.tabs li b.p1 {height:19px; background:#fff; margin-top:4px; border-top:0; z-index:100;}
.tabs li b.p2 {height:19px; margin-top:2px; border-top:2px solid #fff; border-bottom:1px solid #C9C9C9; z-index:100;}
.tabs li b.p3 {width:2px; height:21px; margin-top:1px; z-index:100;}
.tabs li b.p5 {height:20px; margin-top:2px;}
.tabs li b.p6 {height:19px; margin-top:3px;}
.tabs li b.p7 {height:18px; margin-top:4px;}
.tabs li b.p8 {height:17px; margin-top:5px;}
.tabs li b.p9 {height:16px; margin-top:6px;}
.tabs li b.p10 {height:15px; margin-top:7px;}
.tabs li b.p11 {height:14px; margin-top:8px;}
.tabs li b.p12 {height:13px; margin-top:9px;}
.tabs li b.p13 {height:12px; margin-top:10px;}
.tabs li b.p14 {height:11px; margin-top:11px;}
.tabs li b.p15 {height:10px; margin-top:12px;}
.tabs li b.p16 {height:9px; margin-top:13px;}
.tabs li b.p17 {height:8px; margin-top:14px;}
.tabs li b.p18 {height:7px; margin-top:15px;}
.tabs li b.p19 {height:6px; margin-top:16px;}
.tabs li b.p20 {height:5px; margin-top:17px;}
.tabs li b.p21 {height:4px; margin-top:18px;}
.tabs li b.p22 {height:3px; margin-top:19px;}
.tabs li b.p23 {height:2px; margin-top:20px;}
.tabs li b.p24 {height:1px; margin-top:21px;overflow:hidden;}
.tabs li b.p25 {width:1px; height:1px; background:#fff; margin-top:22px; border-top:0; overflow:hidden;}
.tabs li b.p26 {width:1px; height:1px; background:#efefef; margin-top:23px; border:0; overflow:hidden;}

.tabs li em b.shdw {position:absolute; display:block; left:-4px; bottom:0; border:0; width:17px; height:17px; background: #5A8439 url(../images/tabs/tab_a.gif) bottom left; z-index:500;}

.tabs li a:hover,
.tabs li a:focus, 
.tabs li a:active 
{white-space:nowrap; color:#000; position:relative; z-index:500; cursor:pointer;}
.tabs li a:hover em, 
.tabs li a:focus em, 
.tabs li a:active em 
{color:#333; background:#78AA46 url(../images/tabs/tab_b.gif) bottom left; border-bottom-color:#C9C9C9;}
.tabs li a:hover em b.shdw,
.tabs li a:focus em b.shdw, 
.tabs li a:active em b.shdw  
{visibility:hidden;}
.tabs li a:hover b, 
.tabs li a:focus b, 
.tabs li a:active b 
{background:#78AA46 url(../images/tabs/tab_b.gif) bottom left; border-bottom-color:#C9C9C9;}
.tabs li a:hover b.p1, 
.tabs li a:focus b.p1, 
.tabs li a:active b.p1 
{background:#fff; border-bottom-color:#C9C9C9;}
.tabs li a:hover b.p25, 
.tabs li a:focus b.p25, 
.tabs li a:active b.p25 
{background:#fff; border-bottom-color:#C9C9C9;}
.tabs li a:hover b.p26, 
.tabs li a:focus b.p26, 
.tabs li a:active b.p26 
{background:#fff;}

.tabs li a.selected, 
.tabs li a:hover.selected,  
.tabs li a:active.selected  
{white-space:nowrap; color:#000; position:relative; z-index:600; cursor:default;}
.tabs li a.selected em, 
.tabs li a:hover.selected em,
.tabs li a:active.selected em
{color:#333; background:#fff url(../images/tabs/tab_c.gif) bottom left; border-bottom-color:#fff;}
.tabs li a.selected em b.shdw, 
.tabs li a:hover.selected em b.shdw, 
.tabs li a:active.selected em b.shdw 
{visibility:hidden;}
.tabs li a.selected b, 
.tabs li a:hover.selected b, 
.tabs li a:active.selected b 
{background:#fff url(../images/tabs/tab_c.gif) bottom left; border-bottom-color:#fff;}
.tabs li a.selected b.p1, 
.tabs li a:hover.selected b.p1, 
.tabs li a:active.selected b.p1 
{background:#fff; border-bottom-color:#fff;}
.tabs li a.selected b.p26, 
.tabs li a:hover.selected b.p26, 
.tabs li a:active.selected b.p26 
{width:1px; height:1px; background:#fff; margin-top:23px; border-top:0; overflow:hidden;}html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 730;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 800;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 730;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 735;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 790;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 800;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 800;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 881;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 811; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 812; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 770;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 770;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 800;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_right.png) repeat-x;
}/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em; list-style-type: none !important;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none !important; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none !important; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
