/* CSS Document */

*	{margin: 0;}

body	{
	margin: 10px;
}

.clear	{
	clear: both;
	font-size: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
}

a	{
	color: #92090F;
}

.popup {
	background-color: #1C0000;
	width: 512px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#330000;
}

/* Popup border */
.popup .border {
	width: 512px;
	background-color: #1C0000;
}

.popup .border-package	{
	width: 700px;
	background-color: #1C0000;
}

/* Header */
.popup .border .header {
	width: 512px;
	background: url(../imgs/ENTAPopup_Header.gif) top center;
	height: 40px;
}
.popup .border-package .header {
	background: url(../imgs/ENTAPopup_Header_package.gif) top center;
	height: 40px;
}

.popup .header .heading, .popup .border-package .heading {
	padding-top: 9px;
	
}
.popup .header .info, .popup .border-package .info {
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #3A0000;
}

.popup .header .text	{
	float: left;
	width: 350px;
	text-align: center;
	padding-left: 70px;
}

.popup .border-package .text	{
	float: left;
	width: 500px;
	text-align: center;
	padding-left: 110px;
}

.popup .header .text2	{
	padding-left: 170px;
}

/* Close Window Link */
.popup .header .close {
	float: left; 
	background-color: #3A0000;
	width: 70px;
	padding-top: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.popup .header .close a, .popup .border-package .close a {
	color: #F1B600;
}

.popup .header .close a:link {
}

.popup .header .close a:hover {
}




/* Body */
.popup .border .body	{
	background: url(../imgs/ENTAPopup_Body.gif) top left repeat-y;
	padding: 0px 25px 0px 15px;
/*	width: 512px;	*/
	width: 472px;
	min-height: 190px;
	text-align: left;

}

.popup .border-package .body {
	background: url(../imgs/ENTAPopup_Body_package.gif) top center;
	padding: 0px 15px 0px 15px;
/*	min-height: 190px;	*/
	text-align: left;
	border: 1px solid none;

}


.popup .border .body p, .popup .border-package .body p {
	margin: 0px;
}

.middle {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}

.bookingtip {
	text-align: center;
	padding-top: 50px;
}

.restart {
	padding-top: 50px;
}

.buttons { 
	padding-top: 10px;
}

.popup .border .body h3, .popup .border-package .body h3 {
	text-transform: uppercase;
	padding-left: 10px;
	color: #660000;
	margin-bottom: 0px;
	font-size: 12px;
}

.popup .border .body .description, .popup .border-package .description {
	padding-left: 10px;
	padding-bottom: 10px;
	color: black;
	
}

.center {
	text-align: center;
}


.popup .border .footer {
	width: 512px;
	background:url(../imgs/ENTAPopup_Footer.gif) center top;
	background-repeat:no-repeat;
	height: 15px;
}
.popup .border-package .footer {
	background:url(../imgs/ENTAPopup_Footer_package.gif) center bottom;
	height: 15px;
}
ul	{
	list-style-image: url(../imgs/li_arrow_black.gif);
	padding: 0 0 0 0;
	margin: 0 0 0 15px;
}
ol	{
	padding: 0 0 0 0;
	padding-left: 10px;
	margin: 2px 0 5px 15px;
	color:#000000;
}

.PackageTitle	{
	font-weight: bold;
	color: #660000;
}
