@charset "UTF-8";


/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;

	filter:alpha(opacity:0.1);
	overflow: auto;
}


.tooltipContent
{
	background-color: #474747;
	font-size: 11px;
	color: #CCC;
	width: 550px;
	background-image: url(../images/BG/BG_playercards_new1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #999;
	-moz-border-radius:10px;
}
.tooltipContent_2012
{
	/*background-color: #474747;*/
	font-size: 11px;
	color: #333;
	width: 415px;
	background-image: url(../images/BG/notizbuch.png);
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;	/*border: 1px solid #999;*/
	height: 313px;
	background-position: left top;
	padding-top: 15px;
	padding-left: 10px;
	
}
#tooltipContent_2012_right
{
	float: right;
	width: 215px;
	margin-top: 30px;

}
#tooltipContent_2012_right p
{
	line-height: 12px;
}


#tooltipContent_2012_left
{
	float: left;
	width: 170px;
}
#tooltipContent_2012_left p
{
	line-height: 12px;
}



.tooltipContent_2012 img
{
	-moz-border-radius:3px;
	box-shadow: 2px 2px 2px black;
}



.tooltipContentCoaches
{
	background-color: #474747;
	font-size: 11px;
	color: #CCC;
	width: 550px;
	background-image: url(../images/BG/BG_coaches_playercard.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #999;
	-moz-border-radius:10px;
}

.sprytooltip_h2  {
	padding-top: 3px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C5C5C;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;*/
	font-size: 11px;
	font-weight: bold;
	color: #9C0;
	padding-left: 14px;
	text-align: left;
	background-image: url(../images/BG/BG_H2_Playerprofile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	line-height: 22px;
}


.tooltipContentPlayercard 
{
	width: 280px;
	-moz-border-radius:6px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #999;
	border-left-color: #999;
}
.tooltipContentPlayercard_2010
{
	width: 400px;
	-moz-border-radius:6px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #999;
	border-left-color: #999;
}

.tooltipContentArtikel {
	background-color: #474747;
	font-size: 11px;
	color: #CCC;
	width: 780px;
	background-image: url(../images/BG/BG_playercards.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #999;
	-moz-border-radius:10px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 15px;
}


.sprytooltipimg     {
	-moz-border-radius:4px;
	margin-left: 20px;
	margin-right: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
.sprytooltipArtikelimg_left {
	border: 1px solid #999;
	margin-right: 10px;
	float: left;
	line-height: 50px;
	margin-top: 3px;
}
.sprytooltipArtikelimg_right {
	border: 1px solid #999;
	float: right;
	line-height: 50px;
	margin-top: 3px;
	margin-left: 10px;
}
.bucks_gruen
{
	color: #060;
}
