@charset "utf-8";
/* CSS Document */

/*body,td,th {
	color: #FFFFFF;
}
img {border:none; margin:0; padding:0;}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}*/
.tip {position:absolute; width:auto; margin: 0px; padding: 0px;}
.tip .arrow {width:auto; text-align:left; margin:0 0 -5px 0; padding:0px;}
.tip .txt{float:left; width:auto; color:#FFFFFF; background-color: #e00000; padding:7px 5px 6px 5px; font-size:0.85em; margin:0; line-height:14px;}
.tip .greyTxt{float:left; width:auto; color:#FFFFFF; background-color: #1C1C1C; border: 1px solid #959595; padding:7px 5px 6px 5px; font-size:0.85em; margin:0; line-height:14px;}
.tip .sx{float:left; width:5px; height:27px; background-image:url(/fe-web/img/tooltip_SX.gif); background-repeat:no-repeat;}
.tip .dx  {float:left; width:5px; height:27px; background-image:url(/fe-web/img/tooltip_DX.gif); background-repeat:no-repeat;}

/*
 * A causa di uno stile in racing-style.css che ridefiniva lo stile del lato destro del tooltip,
 * ho praticamente duplicato la classe .tip .dx mettendoci davanti l'id #racing
 */
#racing .tip .dx  {float:left; width:5px; height:27px; background-image:url(/fe-web/img/tooltip_DX.gif); background-repeat:no-repeat; background-color: transparent; margin: 0;}

/* Tooltip used in events calendar */
.eventTip {position:absolute; width:auto; margin: 0px; padding: 0px; z-index: 1000000;}
.eventTip .arrow {width:auto; margin: auto; padding:0px;}
.eventTip .center {float:left; width:auto; color:#FFFFFF; background-color: #e00000; padding:7px 5px 6px 5px; font-size:0.85em; margin:0; line-height:14px;}
.eventTip .sx {float:left; width:5px; height:27px; background-image:url(/fe-web/img/tooltip_SX.gif); background-repeat:no-repeat;}
.eventTip .dx {float:left; width:5px; height:27px; background-image:url(/fe-web/img/tooltip_DX.gif); background-repeat:no-repeat;}

.tooltipSx {width:auto; padding:0; margin:0;}
.tooltipSx .arrow {float:left; width:auto; text-align:left; margin:0; padding:0px;}
.tooltipSx .sx {float:left; padding:0; margin:0;}
.tooltipSx .txt {float:left; width:auto; color:#FFFFFF; background-color: #e00000; padding:6px 5px 7px 5px; font-size:0.85em; margin:0;}
.tooltipSx .dx {float:left; width:auto; color:#FFFFFF; margin:0; padding:0;}

.enjoy {width:auto;}
.enjoy a{color:#FFFFFF; text-decoration:none;}
.enjoy a:Hover{color:#000000; text-decoration:none;}
.enjoy img{border:none; margin:0 0 0 2px;}
.enjoy .arrow {width:auto; text-align:left; margin:0 0 -3px 0; padding:0 0 0 10px;}
.enjoy .txt{float:left; width:auto; color:#FFFFFF; background-color: #e00000; padding:1px 2px 2px 2px; font-size:10px; font-weight:bold; margin:0;}
.enjoy .sx{float:left; width:2px; height:15px; background-image:url(/fe-web/img/enjoy_SX.gif); background-repeat:no-repeat;}
.enjoy .dx{float:left; width:2px; height:15px; background-image:url(/fe-web/img/enjoy_DX.gif); background-repeat:no-repeat;}

.enjoy-cont{width:960px; margin:0; padding:0;}
.enjoy-cont img{border:none;}
.enjoy-cont .glow{border:none;}

.clear {clear:both;}
