/***************************************************************************************/
/*  myTobago.info - CSS layout for Map Enlargement page /maps01.php
/***************************************************************************************/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, tr, td {
	margin: 					0;
	padding: 				0;
	border: 					0;
}

body {
	background-color: 	#E5E5E5;
	background-image: 	url(../images/theme/pagebkgrnd.gif);
	margin: 					0px;
	padding: 				0px;
	font-family: 			Arial, Helvetica, sans-serif;
	color: 					#000;
	text-align: 			left;
	font-size: 				11px;
}

/***************************************************************************************/
/*  MAIN OUTER PANEL
/***************************************************************************************/

#outer {
	position:				relative;
	left: 					10px;
	top: 						10px;
	margin: 					0 auto 0 0; 
	padding: 				5px;
	color: 					#000;
	background-color: 	#FFF;
	border: 					1px solid #98AAB1;
	width: 					1220px;  	
	height:					920px;				
}

/***************************************************************************************/
/*  TOP BANNER 
/***************************************************************************************/

#banner {
	position: 				absolute;
	top: 						5px;
	left: 					5px;
	z-index: 				10;
	margin: 					0;
	padding: 				0;
	width: 					1220px;
	height: 					100px;
	background: 			url(../images/theme/ban_topL.jpg) no-repeat;
}

/***************************************************************************************/
/*  MAIN CONTENT 
/***************************************************************************************/

#content {
	width: 					1220px;
	margin: 					0 auto; 
	padding: 				100px 0 0 0;	
	background-color: 	#00111C;
	text-align: 			center;
}

#content img {
	border: 					0 none;
}

h1 {
	color:					white;
	font-size:				16px;
	padding-bottom:			0px;
}

p {
	font-size:				13px;
}

.f11 {
	font-size:				11px;
}

.bd {
	font-weight: 			bold;
}

a, a:visited {
	color: 					#6f0095;
	text-decoration: 		none;
}

a:hover,  a:active, a:focus {
	color: 					#F60;
}

/****************************************************************************************/
/* GOOGLE MAPS/EARTH																				*/
/****************************************************************************************/

#map {
	border-left: 			1px solid #069;
	border-right: 			1px solid #069;
	border-bottom:			1px solid #069;
	height:					600px;
	text-align:				left;
	width:					1218px;
}

#bubble {
	border:					1px solid #069;
	margin-top: 			9px;
	padding:					4px;
	text-align:				left;
	width:    				225px;
}

#bubble IMG {
	border-left:			1px solid #069;
	border-bottom:			1px solid #069;
	margin:					-4px -4px 4px 4px;
	float:					right; 
}

#bubbleAd {
	background-color: 	#e8f7ff;
	border:					3px double #069;
	margin-top: 			10px;
	padding:					10px;
	text-align:				center;
	width:    				275px;
}

#bubbleAd IMG {
	border: 					0px none;
}

#bubble p, #bubbleAd p {
	padding:					4px 3px 4px 3px;
	font-size:				11px;
	text-align:				left;
}

#bubble p.ac, #bubbleAd p.ac {
	text-align:				center;
}

#maplegend {
	padding:					15px;
}

#maplegend table {
	border:					0px none;
	font-size:				12px;
	table-layout:			auto;
	margin:					9px auto 18px auto;
	text-align:				left;
	vertical-align: 		middle;
}

#maplegend table td {
	color: 					white;
}

#maplegend table td.spacer {
	width:					50px;
}

input.button {
	background: 			#ebebeb;
	border: 					2px outset #8b8b8b;
	height:					30px;
	margin-bottom:			12px;
	width:					200px;
}

p.white {
	color: 					white;
}

p.close {
	margin-top: 			36px;
	margin-bottom:			24px;
}

/***************************************************************************************/
/*  FOOTERS
/***************************************************************************************/

#footer {
	width: 1218px;
	background-image: url(../images/theme/ban-bot.gif);
	height: 45px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #98AAB1;
	border-right: 1px solid #98AAB1;
	text-align: center;
}

#footer p.SXbot_banner {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	color: #069;
	margin: 0;
	padding: 12px 0 0 0;
}


