.Wrap_ToolTip
{
    width: 1000px;
    height: 653px;
    margin: 0 auto;
    font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	background: url('../images/stations.jpg');
}

#tooltip.pretty {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	width: auto;
	padding:20px;
	height: auto;
	opacity: 0.8;
	background-color: #e2e2e9;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px solid  #3c3c3c;
    box-shadow: 1px 1px 5px #888888;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	text-align: center;
}
#tooltip.pretty div
{
    width: auto;
    text-align: right;
    direction: rtl;
    font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('../images/shadow2-reverse.png');
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }