/***************************************************************************************/
/*  myTobago.info - CSS layout for main Banners and Sidebars
/***************************************************************************************/

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;
}

.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;				/* IE hack */
}

.clearl {
	clear:	left;
	height:	1px;
	overflow: hidden;
}

.clearr {
	clear:	right;
	height:	1px;
	overflow: hidden;
}

fieldset.hide {
	visibility: hidden;
}

/***************************************************************************************/
/*  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: 970px !important;		/* Read by all browsers, but IE ignores !important */
	width: 982px;  					/* IE5 750px+(2x5px padding) +(2x1px border) */
	width/**/:/**/960px;
}

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

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

/***************************************************************************************/
/*  MENU BAR
/***************************************************************************************/


#mtmenus {
	position: absolute;
	top: 105px;
	left: 5px !important;
	left: 5px;
	left/**/:/**/6px; 
	z-index: 100;
	margin: 0;
	background-color: #069;
	padding: 3px 0 5px 0;
	width: 970px;
	text-align: left;
}

#mtmenus_no {
	margin: 0;
	background-color: #069;
	width: 970px; 
}

#mtmenus form {
	padding: 0;
	margin: 0;
}

#mtmenus div.searchbox {
	position: absolute;
	top: 7px;
	left: 733px;
	z-index:  200;
}

#mtmenus input.SXsearch {
	width: 145px; 
	height: 13px !important;
	height: 19px;
	height/**/:/**/13px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 10px;
	padding: 1px 3px 1px 3px; 
	margin: 0 0 0 20px; 
}	
	
#mtmenus input.SXbutton {
	width: 50px;
	font-size: 11px; 
	margin: 0;
	padding: 0;
	vertical-align: top;
}	
	
/***************************************************************************************/
/*  FAVORITES/PHOTO-CLICK BAR 
/***************************************************************************************/

#favorites {
	position: absolute;
	top: 140px;
	left: 5px !important;
	left: 5px;
	left/**/:/**/6px; 
	z-index: 50;
	margin: 0;
	padding: 0px;
	height: 24px;
	color: #000;
	background-color: #FFF;
	width: 970px;
}

#favorites span.SXleft {
  	float: left;
  	text-align: left;
  	font-size: 9px;
  	font-weight: bold;
  	color: #FF001A;
	background-color: #FFF;
  	margin-top: 8px;
}

#favorites span.SXright {
  	float: right;
  	text-align: right;
  	font-size: 9px;
  	font-weight: bold;
  	color: #FF001A;
	background-color: #FFF;
  	margin-top: 8px;
	margin-right: 0;
}

#favorites a, #favorites a:visited {
	color: #F30;
	background-color: #FFF;
	text-decoration: none;
	height: 1em;	/* For IE5 */
}

#favorites a:hover,  #favorites a:active, #favorites a:focus  {
	color: #069;
	background-color: #FFF;
}

#popup {
	color: #000;
	background-color: #FFF;
	border: 1px ridge #000;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}

#popup body {
	color: #000;
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#popup p {
	font-size: 13px;
	margin: 9px 0 0 0;
	text-align: justify;
}

#popup input {
	margin: 18px auto 6px auto;
}

#popup input.style2 {
	margin: 9px auto 6px auto;
}

#popup .ac {
	text-align: center;
}

#popup TD.head {
	white-space: nowrap;
}

#popup H1 {
	color: #069;
	text-align: center;
	font-size: 18px;
}

#popup H2 {
	color: #069;
	font-size: 14px;
	margin-top: 18px;
}

#popup TABLE.currency {
	border-right: 1px solid #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
	margin: 18px 0 0 0;
	padding: 0px;
	width: 360px;
}

#popup TABLE.currency TH {
	background-image: url(../images/theme/tabbgnd.gif); 
	padding: 3px 0 4px 0;
	vertical-align: middle;
}

#popup TABLE.currency TD {
	background-color: #F2FCFF;
	padding: 4px 0 4px 0;
	vertical-align: middle;
}

#popup TABLE.currency TD.bg1 {
	background-color: #EAF8FF;
}

#popup TABLE.currency TD p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
}

#popup TABLE.currency IMG {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}



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

#mainwrapper {	
	margin-left: 1px;
	padding-top: 159px; 
	width: 970px !important;
	width: 967px;					/* IE5 */
	width/**/:/**/967px;
	background-color: #FFF;
	color: #000;
	text-align: center;
}

#leftbar {
	position: absolute;
	top: 164px;
	left: 5px !important;
	left: 5px;
	left/**/:/**/6px; 
	z-index: 60;
	width: 190px; 			
	color: #000;
	background-color: #FFF;
	text-align: left;
}

#rightbar {
	position: absolute;
	top: 164px;
	left: 785px !important;
	left: 785px;
	left/**/:/**/786px; 
	z-index: 60;
	width: 190px;			
	text-align: right;
	color: #000;
	background-color: #FFF;
	text-align: right;
}

#content {
	top: 177px;
	margin: 0 auto 0 auto;
	z-index: 75;
	width: 574px;
	padding: 0 0 18px 0;
	text-align: justify;
	color: #000;
	background-color: #FFF;
}

#content.wd700 {
	width: 700px;
}

#content p {
	margin: 12px 0 0 0;
	padding: 0; 
}

#content .prop1 {
	float: right; 
	height: 980px;
	width: 1px;
}

#content .prop3 {
	float: right; 
	height: 780px;
	width: 1px;
}

.prop2 {
	float: right; 
	height: 1075px;
	width: 1px;
}

.clearprop {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/***************************************************************************************/
/*  SIDEBAR PANELS
/***************************************************************************************/

.SXheader {								/* Sidebar Header Row */
	width: 172px !important;			/* Inner panel 162px + 2x5px margin) */ 
	width: 173px;  						/* IE5 172px+1px right border */
	width/**/:/**/172px; 
	background-image: url(../images/theme/sidebar.gif);
	height: 30px;						/* IE ignores !important */
	text-align: center;
	border-right: 1px solid #CCC;
}

.SXheader p {							/* Title in Header row of each sidebar */
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 0 0;
}

.SXouter {								/* Sidbar Outer Panel */
	margin: 0 0 10px 0; 
	padding: 4px 0 4px 0;
	width: 172px !important;			/* Inner panel 162px + 2x5px margin) */ 
	width: 173px;  						/* IE5 172px+1px right border */
	width/**/:/**/172px; 
	color: #000;
	background-color: #CEF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.SXinner {								/* Inner Sidebar Panel */
	width: 152px !important;			/* 150px photo + 2x1px border */
	width: 164px; 						/* photo + 2x5px padding */
	width/**/:/**/152px;	
	padding: 5px;
	margin: 0 4px 0 4px;
	color: #000;
	background-color: #F4FCFF; 
	border: 1px solid #DFDFDF; 
}

p.SXtitle {								/* Title of inner Sidebar panel */
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 2px 0;
}

p.SXstrap {								/* WIN! WIN! WIN! strapline in Competition sidebar */
	font-size: 11px;
	color: #930;
	background-color: #F4FCFF;
	font-weight: bold;
	text-align: left;
}

p.SXplain {								/* Description in Competition and Review panels */
	font-size: 11px;
	text-align: left;
	margin-top: 3px;	
	text-align: justify;
}

p.SXw1 {								/* Temperatures on Weather bar */
	font-size: 14px;
	font-weight: bold;
}

p.SXw2 {								/* Currrent Local Time */
	font-size: 11px;
	color: #666;
	background-color: #F4FCFF;
}

p.SXw3 {								/* Current Conditions */
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0 0 0;
}

p.SXw4 {								/* Feels-Like and Humidity */
	font-size: 10px;
	color: #069;
	background-color: #F4FCFF;
	padding: 3px 0 0 0;
}
	
p.SXforum {								/* Latest Forum Posts */
	font-size: 11px;
	text-align: left;
}

p.SXlogin {								/* Friends of myTobago logged in message */
	font-size: 11px;
	margin-bottom: 6px;
}

.SXhighlight {							/* Friends of myTobago username highlight */
	color: #069;
	background-color: #F4FCFF;
	font-weight: normal;
}

.SXright {
	float: right;
}

IMG.SXgoogle {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

TABLE.SXexchange { 
	width: 100%; 
}

TABLE.SXexchange TD.SXexchange {
	border-right: 1px solid #069;
	margin: 0px;
	padding: 0px;
}

.SXblue { color: #069; }
.ac 	  { text-align: center; }
.al     { text-align: left; }
.ar     { text-align: right; }
.nb     { border: none; }
.mb00   { margin-bottom: 0px; }
.mb03   { margin-bottom: 3px; }
.mb06   { margin-bottom: 6px; }
.mb09   { margin-bottom: 9px; }
.mb12   { margin-bottom: 12px; }
.mb18   { margin-bottom: 18px; }
.mb24   { margin-bottom: 24px; }

.mt00   { margin-top: 0px; }
.mt03   { margin-top: 3px; }
.mt04   { margin-top: 4px; }
.mt05   { margin-top: 5px; }
.mt06   { margin-top: 6px; }
.mt09   { margin-top: 9px; }
.mt12   { margin-top: 12px; }
.mt18   { margin-top: 18px; }
.mt24   { margin-top: 24px; }
.mt30   { margin-top: 30px; }
.mt36   { margin-top: 36px; }
.mt50   { margin-top: 50px; }
.mt100  { margin-top: 100px; }
.mt150  { margin-top: 150px; }
.mt200  { margin-top: 200px; }
.mt250  { margin-top: 250px; }
.mt300  { margin-top: 300px; }
.mt400  { margin-top: 400px; }
.mt500  { margin-top: 500px; }
.mt600  { margin-top: 600px; }
.mt800  { margin-top: 800px; }
.mt1000 { margin-top: 1000px; }

DIV .SXinner p.seologo {
	border:						0px none;
	margin:						0 0 6px 0;
	text-align: 				center;
}

DIV .SXinner p.seologo img {
	border:						0px none;
	margin:						0 0 3px 0;
	vertical-align: 			middle;
}

/***************************************************************************************/
/*  FRIENDS OF MYTOBAGO LOGIN FORM
/***************************************************************************************/

div.SXlogin {
 	clear: both; 
	height: 100%; 
}

span.SXlabel {
  	float: left; 
  	width: 50px; 
	font-size: 11px;
	padding: 6px 0 0 0;	 
	text-align: left;
}

span.SXlabel2 {
  	float: left;
  	width: 130px; 
	font-size: 11px;
	padding: 3px 0 0 0;	
	text-align: left;
}

span.SXentry {
  	float: right;
  	width: 90px;
	padding: 1px 0 1px 0;
} 

span.SXentry2 {
  	float: right;
  	width: 17px;
  	text-align: right;
} 

input.SXw80 {
	width: 80px;
	font-size: 11px;
	padding-left: 2px ;
}

div.SXsubmit {
 	clear: both; 
	margin-top: 3px;
	text-align: center;
}

input.SXsubmit {
	clear: both;
	width: 75px;
	height: 20px;
	font-size: 11px;
	vertical-align: middle;
	padding-bottom: 3px;
	margin: 4px 0 0 0;
}

/***************************************************************************************/
/*  IMAGES
/***************************************************************************************/

img {								/* Competition & Review photos */
	border: 1px #069 solid;
	margin: 6px 0 0 0;
	padding: 0;
}

img.SXweather {						/* Weather Icon */
 	border: #069 1px solid;
	margin: 0 4px 6px 0;
	float: left;
}

img.SXnb {							/* Forum Post icon */
	border: 1px solid #858585;
	margin: 0px;
	padding: 0px;
}

/***************************************************************************************/
/*  SIDEBAR HYPERLINKS
/***************************************************************************************/

p.SXlinks, a.SXlinks, a.SXlinks:visited {
	color: #069;
}

a.SXplain, a.SXplain:visited {
	color: #000;
}

a.SXlinks:hover, a.SXlinks:active, a.SXlinks:focus,
a.SXplain:hover, a.SXplain:active, a.SXplain:focus {
	color: #903;
}

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

#google {
	clear: both;
	z-index: 50;
	width: 968px !important;
	width: 970px;  						/* IE5 172px+1px right border */
	width/**/:/**/969px; 
	height: 65px;
	padding: 10px 0 0 0;
	color: #000;
	background-color: #F3F7F9;
	border-top: 1px solid #069;
	border-left: 1px solid #98AAB1;
	border-right: 1px solid #98AAB1;
	text-align: center;
	vertical-align: middle;
}

#footer {
	width: 968px !important;
	width: 970px;  						/* IE5 172px+1px right border */
	width/**/:/**/969px; 
	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;
}

.SXleft {
	float: left;
}

.SXright {
	float: right;
}

#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;
}

/***************************************************************************************/
/*  BOTTOM MENUS
/***************************************************************************************/

#botmenu {
	left: 10px;
	margin: 24px 0 0 15px;
	width: 975px;
	text-align: center;	
}

#botmenu ul li {
	display: inline; 
}

#botmenu ul li a, #nav a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: bolder;
	color: #000000;
}

#botmenu ul li a:hover, #nav ul li a:focus{
	color: #F60;
}

#botmenu p.mt { 	margin-top: 3px; }

/***************************************************************************************/
/*  SEO MENUS
/***************************************************************************************/

#seo3 {
	/*background-image: url(../images/theme/seo-banner.gif); */
	width: 970px;
	text-align: left;	
}

#seo4 ul {
	margin: 0;
	padding: 0;
	position: absolute; 
	left: -9000px;
	z-index: 10000;
}

#seo4 ul li {
	display: inline; 
}

#seo4 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 175px;		 
	border-right: 1px #DBDBDB solid;
	padding: 0 10px 0 10px;
}

#seo4 a.SXseo, #seo4 a.SXseo:visited, #seo4 a.SXseo:hover,  
#seo4 a.SXseo:active, #seo4 a.SXseo:focus {
	color: #DBDBDB;
	font-size: 8px;
	text-decoration: none;
	height: 1em;	/* For IE5 */
}

p.SXcopyright {
	font-size: 10px;
	padding: 12px 0 0 0;
}

p.SXtribute {
	font-size: 10px;
	font-weight: bold;
	color: #069;
/*	background-color: #E5E5E5; */
}

#certificates {
	position:relative;
	left: 10px;
	top: 10px;
	margin: 0 auto 0 0; 
	padding: 15px;
	border: 0px none;
	color: #000;
	width: 950px !important;		/* Read by all browsers, but IE ignores !important */
	width: 962px;  					/* IE5 750px+(2x5px padding) +(2x1px border) */
	width/**/:/**/940px;
}

#certificates p.seologo {
	border:						0px none;
	margin-top:					250px;
	text-align: 				center;
}

#certificates p.seologo img {
	border:						0px none;
	margin:						20px;
	vertical-align: 			middle;
}


/***************************************************************************************/
/*  PHOTO ENLARGEMENTS
/***************************************************************************************/

#photos {
	width: 970px;
	margin: 0; 
	padding: 110px 0 0 0;	
	background-color: #00111C;
	color: #FFF;
	text-align: center;
}

#photos img {
	border: 3px solid #069;
	margin: 24px 0 12px 0;
}

#photos img.nb {
	border: none;
	margin: 0;
}

#photos img.close {
	border: none;
	margin: 12px 0 30px 0;
}

#photos p.photo-title {
	background-color: #00111C;
	color: #FFF;
	font-size: 14px;
	font-weight: bolder;
	margin: 18px 0 0 0;
}

#photos p.photo-description {
	color: #FFFFFF;
	background-color: #00111C;
	font-size: 12px;
	margin: 12px 0 0 0;
}

#photos p.photo-qualifier {
	color: #FFFFFF;
	background-color: #00111C;
	font-size: 10px;
	font-weight: bold;
	margin: 12px 0 12px 0;
}

#photos p.photo-acknowledgement {
	background-color: #00111C;
	color: #FFCC80;
	font-size: 11px;
	font-style: italic;
	margin: 9px 0 12px 0;
}

#photos a, #photos a:visited {
	color: #FF6666;
	background-color: #00111C;
	text-decoration: none;
}

#photos a:hover,  #photos a:active, #photos a:focus  {
	color: #F09;
	background-color: #00111C;
}

/***************************************************************************************/
/*  READER ENQUIRY FORMS
/***************************************************************************************/

#enquiries {
	margin: 10px;
	padding: 5px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #98AAB1;
	width: 600px;
}

#enqban {
	background: url(../images/theme/ban_topS.jpg) no-repeat;
	background-color: #069;
	height: 67px;
	margin-bottom: 18px;
	width: 600px;
}

#enqmenu {
	background-color: #069;
	height: 10px;
	margin: 0;
}

#test {
	background-color: Aqua;
	width: 450px;
}

.vm { vertical-align: middle; }
.vb { vertical-align: bottom; }


/***************************************************************************************/
/*  SEO ARTICLE PANEL
/***************************************************************************************/

#articles {
	position:relative;
	left: 10px;
	top: 10px;
	margin: 0 auto 0 0; 
	padding: 15px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #98AAB1;
	width: 950px !important;		/* Read by all browsers, but IE ignores !important */
	width: 962px;  					/* IE5 750px+(2x5px padding) +(2x1px border) */
	width/**/:/**/940px;
}

#articles h1 {
	color: 				#069;
	font-size:			20px;
	padding-top:		9px;
	text-align:			center;
}

#articles p {
	font-size:			12px;
	padding-top:		12px;
	text-align:			center;
}

#articles table {
	margin-top:			12px;
	margin-bottom:		9px;
	width:				100%;
}

#articles td {
	font-size:			12px;
	padding-top:		3px;
}

#articles li {
	list-style: 		disc inside;
}
