@charset "UTF-8";


.popupBox {
	position: absolute;
	width: 650px;
	right: 7px;
	top: 15px;
	z-index: 999;
}

div.popupBox td {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}

div.popupBox img {
	top: 0;
}

.popupContent {
	color: #fff;
	font: bold 13px/24px 'lucida grande', arial, tahoma, verdana,  sans-serif;
	text-align: center;
	text-shadow: #252626 1px 1px 1px;
	padding: 8px 10px;
}

/* START CSS for Training Effect */
.popupContent h4 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	text-align: left;
}

.popupContent p {
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	line-height:14px;
	text-align: left;
}

.popupContent li {
	list-style-type: none;
}

/* END CSS for Training Effect */

.popupContent a {
	color: #fff;
	text-decoration: underline;
}

.popupContent a:hover {
	color: #a6dcff;
}

.popupClose {
	position: absolute;
	right: 26px;
	top: 27px;
	width: 20px;
	height: 20px;
	background: url(images/popup-close-button.png) 0 0;
	cursor: pointer;
}

.popupClose:hover {
	background-position: 0 -20px;
}

/* @group Popup Button */

.popupButton {
	cursor: pointer;
	position: relative;
	width: 150px;
	line-height: 38px;
	background: url(images/popup-button-r.png) no-repeat right 0;
	text-align: center;
	color: #fff;
	text-shadow: #444445 1px 1px 2px;
	font-weight: bold;
	font-size: 13px;
	padding: 0 10px 0 0;
	left: 50%;
	margin: 10px 0 0 -75px;
}

.popupButton a {
	position: relative;
	height: 38px;
	display: block;
	white-space: nowrap;
	padding: 0 0 0 10px;
	background: url(images/popup-button-l.png) no-repeat left 0;
	color: #fff;
	text-decoration: none;
	text-shadow: #28242a 1px 1px 1px;
}

.popupButton:hover {
	background-position: right -40px;
}

.popupButton:hover a {
	background-position: left -40px;
	text-decoration: none;
}

.popupButton:active {
	background-position: right -80px;
}

.popupButton:active a {
	background-position: left -80px;
	text-decoration: none;
}

/* @end */


a.moreInfoLink {
	font-size: 12px;
	color: #5e5f5f;
	text-decoration: none;
	background: url(images/information.gif) no-repeat 0 -1px;
	padding-left: 20px;
	cursor: pointer;
}

a.moreInfoLink:hover {
	text-decoration: underline;
}

.headerMoreInfo .popupBox {
	top: 15px;
}

.headerMoreInfo .popupContent {
	line-height: 16px;
	text-align: left;
}

.headerMoreInfo .popupContent ul {
	font-size: 12px;
}

.headerMoreInfo .popupContent li {
	margin: 0 0 0 20px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	list-style-type: disc;
}

.headerMoreInfo .popupContent div {
	margin-bottom: 10px;
}

.popupBox {
	z-index: 2;
}


