﻿#wrapper {
    margin: 0 auto;
    width: 600px;
    padding: 0;    

}
#wrapper h1 {
    color: #ACACAC;
    margin: 0 0 25px;
    text-align: center;
    text-decoration: underline;
}
#wrapper small {
    color: #ACACAC;
    font-size: 12px;
}
#wrapper p {
    margin: 10px 0;
}
#wrapper span, #wrapper a, #wrapper a:hover {
    color: #A8C7E5;
    cursor: pointer;
    text-decoration: underline;
}
.tooltip1 {
    background-image: url("images/plan/bg_tooltip_text.png");
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    height: 92px;
    position: relative;
    width: 136px;
	font-family: 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif;
	
}
.tooltip1 strong {
    color: #FDE4C3;
    left: 7px;
    position: absolute;
    text-shadow: 0 -1px #000000;
    top: 3px;
	
}
.tooltip1 p {
    color: #E7C295;
    left: 7px;
    position: absolute;
    text-shadow: 0 -1px #000000;
    top: 13px;
	text-align:left;
	margin-top:10px;
	font-size: 13px;
	line-height:13pt;
}


.tooltip1 p a {
    color: #E7C295;
}
.tooltip1 p a:hover {
	color: #fff;
	font-weight:bold;
}


.tooltip2 {
    background-image: url("sample/orange_small.png");
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    height: 188px;
    position: relative;
    width: 190px;
}
.tooltip2 .image {
    border: 0 none;
    left: 10px;
    position: absolute;
    top: 10px;
}
.tooltip2 p {
    bottom: 15px;
    color: #E7C295;
    left: 5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px #000000;
    width: 175px;
}
.tooltip3 {
    background-image: url("sample/orange_large.png");
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    height: 201px;
    position: relative;
    width: 421px;
}
.tooltip3 .title {
    color: #FDE4C3;
    left: 12px;
    position: absolute;
    text-shadow: 0 -1px #000000;
    top: 5px;
}
.tooltip3 .close {
    border: 0 none;
    position: absolute;
    right: 4px;
    top: 4px;
}
.tooltip3 .image {
    border: 0 none;
    left: 13px;
    position: absolute;
    top: 38px;
}
.tooltip3 .text {
    color: #E7C295;
    left: 215px;
    position: absolute;
    text-shadow: 0 -1px #000000;
    top: 34px;
    width: 197px;
}
