/* @override 
	http://www.savewater.com.au/user-templates/tabs.css
*/

@charset "UTF-8";

.clear {
	float: none;
	clear: both;
}

p.last {
	margin-bottom: 0;
}

a:focus { outline:none }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
	padding: 0;
}
	
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 715px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 291px; background: #fff; overflow: scroll;
	margin-bottom: 28px;
}
.csw .loading {margin: 80px 0 180px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: 0;
	width: 715px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 290px;
	clear: both;
	background: url(interface-images/Mission-H2O-background.png) no-repeat;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	-moz-user-select: none;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 715px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 20px 30px;
}

.stripNav {
	margin: 0;
	padding: 0;
	text-align: left;
}	
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	padding: 0;
	width: 715px;
	margin: 0 auto 4px 0;
	height: 27px;
}
.stripNav ul li {
	float: left;
	list-style: none;
	margin-right: 0px;
}
/* The nav links */
.stripNav a {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.stripNav a span {
	visibility: hidden;
}
.stripNav li.tab1 { width: 132px; }
.stripNav li.tab2 { width: 190px; }
.stripNav li.tab3 { width: 115px; }
.stripNav li.tab4 { width: 130px; }
.stripNav li.tab5 { width: 148px; }

.stripNav li a { background: url(interface-images/Mission-H2O-tabs.png) no-repeat 0px 0px; }
.stripNav li.tab1 a { background-position: 0px 0px; }
.stripNav li.tab2 a { background-position: -132px 0px; }
.stripNav li.tab3 a { background-position: -322px 0px; }
.stripNav li.tab4 a { background-position: -437px 0px; }
.stripNav li.tab5 a { background-position: -567px 0px; }
.stripNav li a:hover { background: url(interface-images/Mission-H2O-tabs.png) no-repeat 0px -27px; }
.stripNav li a:hover { background: url(interface-images/Mission-H2O-tabs.png) no-repeat ; }
.stripNav li.tab1 a:hover { background-position: 0px -27px; }
.stripNav li.tab2 a:hover { background-position: -132px -27px; }
.stripNav li.tab3 a:hover { background-position: -322px -27px; }
.stripNav li.tab4 a:hover { background-position: -437px -27px; }
.stripNav li.tab5 a:hover { background-position: -567px -27px; }
.stripNav li a.current { background: url(interface-images/Mission-H2O-tabs.png) no-repeat 0px -54px; }
. stripNav li.tab1 a.current {background-position: 0px -54px; }
.stripNav li.tab2 a.current { background-position: -132px -54px; }
.stripNav li.tab3 a.current { background-position: -322px -54px; }
.stripNav li.tab4 a.current { background-position: -437px -54px; }
.stripNav li.tab5 a.current { background-position: -567px -54px; }

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	display: none;
}

.panel {
	font-size: 11px;
	line-height: 14px;
}
.panel-heading, .funstuff-heading {
	font-weight: bold;
	color: #363636;
	text-transform: uppercase;
}
p.panel-heading {
	margin-bottom: 8px;
}
div.funstuff-heading {
	margin-bottom: 8px;
}
.panel-heading-extra {
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	padding-left: 5px;
}
.panel-large-text {
	font-size: 13px;
	line-height: 18px;
	color: #363636;
}
.panel p a {
	font-weight: normal;
	text-decoration: underline;
}
.panel p.panel-lead3, .panel p.panel-lead0 {
	margin-bottom: 2px;
	padding-bottom: 0;
	font-size: 10px;
}
.panel p.panel-lead0 {
	margin-bottom: 5px;
}
.mh2o-btns {
	height: 150px;
}
.mh2o-funstuff-buttons {
	float: left;
	width: 33%;
	text-align: center;
}
#fun-wilsons.mh2o-funstuff-buttons {
	width: 34%;
}
img#ipod-shuffle {
	float: right;
	margin-left: 20px;
	margin-top: 30px;
}
img#ipod-shuffle-4GB {
	float: right;
	margin-left: 15px;
	margin-top: 0x;
}
img#vibe-hotel {
		float: right;
	margin-left: 20px;
	margin-top: 30px;
}
img#how-to-play {
	float: right;
	margin-left: 20px;
}
.award-logos {
	float: right;
	margin-left: 20px;
}
.wrapper-high-scores {
	position: relative;
	height: 251px;
}
.wrapper-high-scores #johny-hydro {
	position: absolute;
	top: -5px;
	left: 230px;
	z-index: 999;
}
.wrapper-high-scores #send-to-friend {
	position: absolute;
	top: -10px;
	width: 303px;
	height: 260px;
	left: 360px;
	background: url(interface-images/send-to-friend-bg.png) no-repeat;
	padding: 10px 0 0 12px;
}
.panel-form {
	margin-top: 7px;
}
.panel-form form {
	margin-bottom: 7px;
	margin-top: 0;
}
#send-to-friend label {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 5px;
}
#send-to-friend input {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 0 5px;
}
#send-to-friend input.image-button {
	margin: 0 0 0 95px;
	border-style: none;
	padding: 0;
}
#send-to-friend textarea {
	border: 1px solid #ccc;
	margin: 0 0 5px;
	padding: 2px;
	height: 60px;
}
#send-to-friend .medium {
	width: 180px;
}
#send-to-friend .disclaimer {
	font-size: 9px;
	color: #777;
	line-height: 11px;
	margin-right: 12px;
	margin-top: 10px;
}
.highscore-list {
	width: 300px;
	position: relative;
	left: -10px;
}
.highscore-list table {
	width: 100%;
}
.highscore-list td {
	padding: 2px 6px;
	color: #363636;
	border-top: 1px solid #fff;
	background-color: #eff9fe;
}
.highscore-list thead td {
	font-weight: bold;
	background-color: #d4effc;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-style: none;
}
.highscore-list .odd td {
	background-color: #e1f4fd;
}
.highscore-list .rank {
	text-align: center;
	width: 35px;
}
.highscore-list .score {
	text-align: center;
	width: 75px;
}
#emailSent {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 235px;
	overflow: hidden;
	margin-top: 50px;
	border: solid 1px #ccc;
	color: #333;
	background: #f0f0f0 url(interface-images/close-window.gif) no-repeat right top;
}
#emailSentMsg {
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.high-scores-note {
	color: #777;
	width: 230px;
	margin-top: 5px;
	font-size: 9px;
}
.funstuff-downloads {
	position: relative;
	margin-top: 10px;
}
.funstuff-wallpaper {
	float: left;
	width: 67%;
}
.funstuff-poster {
	margin-left: 67%;
	clear: right;
}
.wallpaper-btn, .poster-btn {
	float: left;
	margin-right: 15px;
	padding-left: 8px;
}

/* PLAY NOW flash file needs to site beneath the tabbed content */
#flash-play-now {
	position: relative;
	height: 175px;
}
#flash-play-now embed {
	position: absolute;
	z-index: 502;
}
.MultiBoxContainer {
	z-index: 1002;
}
.MultiBoxClose {
	position: absolute;
	z-index: 2002;
}

/* Mission CO2 mini site */
.mission-co2 .stripViewer {
	background: url(../interface/images/missionco2/Mission-CO2-bg.png) no-repeat;
}
#panel-prizes {
	background: url(../interface/images/missionco2/Mission-CO2-Prizes-bg.png) no-repeat;
	height: 290px;
}
#panel-prizes p {
	padding-right: 320px;
}
#panel-prizes p.panel-large-text, #panel-prizes p.panel-heading {
	padding-right: 100px;
}
.mission-co2 .stripNav li.tab1 { width: 139px; }
.mission-co2 .stripNav li.tab2 { width: 194px; }
.mission-co2 .stripNav li.tab3 { width: 120px; }
.mission-co2 .stripNav li.tab4 { width: 135px; }
.mission-co2 .stripNav li.tab5 { width: 127px; }
.mission-co2 .stripNav li a { background-image: url(../interface/images/missionco2/Mission-CO2-tabs.png); }
.mission-co2 .stripNav li.tab1 a { background-position: 0 0; }
.mission-co2 .stripNav li.tab2 a { background-position: -139px 0; }
.mission-co2 .stripNav li.tab3 a {	background-position: -333px 0; }
.mission-co2 .stripNav li.tab4 a {	background-position: -453px 0; }
.mission-co2 .stripNav li.tab5 a { background-position: -588px 0; }
.mission-co2 .stripNav li a:hover { background-image: url(../interface/images/missionco2/Mission-CO2-tabs.png); }
.mission-co2 .stripNav li.tab1 a:hover { background-position: 0 -27px; }
.mission-co2 .stripNav li.tab2 a:hover { background-position: -139px -27px; }
.mission-co2 .stripNav li.tab3 a:hover {	background-position: -333px -27px; }
.mission-co2 .stripNav li.tab4 a:hover {	background-position: -453px -27px; }
.mission-co2 .stripNav li.tab5 a:hover { background-position: -588px -27px; }
.mission-co2 .stripNav li a.current { background-image: url(../interface/images/missionco2/Mission-CO2-tabs.png); }
.mission-co2 .stripNav li.tab1 a.current { background-position: 0 -54px; }
.mission-co2 .stripNav li.tab2 a.current { background-position: -139px -54px; }
.mission-co2 .stripNav li.tab3 a.current {	background-position: -333px -54px; }
.mission-co2 .stripNav li.tab4 a.current {	background-position: -453px -54px; }
.mission-co2 .stripNav li.tab5 a.current { background-position: -588px -54px; }

#mission-co2-electrician {
	position: absolute;
	top: -5px;
	left: 220px;
	z-index: 999;
}
#toyota-hybrid-camry {
	float: right;
}
.mco2-btns {
	width: 672px;
	float: none;
	height: 190px;
	position: absolute;
	top: 55px;
	left: 20px;
}
.mco2-funstuff-buttons {
	float: left;
	width: 168px;
	text-align: center;
}
#sliderCO2 .highscore-list td {
	padding: 2px 6px;
	color: #363636;
	border-top: 1px solid #fff;
	background-color: #f0f0f0;
}
#sliderCO2 .highscore-list thead td {
	font-weight: bold;
	background-color: #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-style: none;
}
#sliderCO2 .highscore-list .odd td {
	background-color: #e3e3e3;
}
#sliderCO2 .wrapper-high-scores #send-to-friend {
	height: 270px;
	background: url(../interface/images/missionco2/send-to-friend-grey-bg.png) no-repeat;
}
.sponsors {
	padding-top: 5px;
}
.missionco2 .wrapper {
	position: relative;
}
.co2 .header-content .page-heading, .co2 .header-content .nav-title {
	padding-left: 200px;
}
.co2 .header-image-left img {
	margin-top: -4px;
	margin-left: 4px;
}
.sponsor-logos {
	width: 654px;
	position: relative;
}
.sponsor-nat {
	border-bottom: 1px solid #d9d9d9;
	width: 654px;
	height: 100px;
	margin-bottom: 15px;
}
.sponsor-local {
	width: 654px;
}
.sponsor-local .panel-heading {
	position: absolute;
	left: 0;
}
#sponsor-toyota, #sponsor-methven {
	height: 100px;
	float: left;
	text-align: center;
}
#sponsor-yvw, #sponsor-hunter {
	height: 120px;
	float: left;
	text-align: center;
}
#sponsor-toyota, #sponsor-yvw {
	width: 267px;
	padding-left: 70px;
}
#sponsor-methven, #sponsor-hunter {
	width: 257px;
}
.link-holder {
	padding-top: 8px;
	padding-left: 60px;
}
#sponsor-methven .link-holder, #sponsor-hunter .link-holder {
	padding-left: 20px;
}
.link-holder a span {
	visibility: hidden;
}
.link-holder a, .link-holder a:visited, .link-holder a:hover, .link-holder a:active {
	text-decoration: none;
}
.link-holder a.link-info {
	background: url(../interface/images/missionco2/btn-more-visit.png) 0 0;
	display: inline-block;
	height: 18px;
	width: 63px;
}
.link-holder a.link-info:hover {
	background: url(../interface/images/missionco2/btn-more-visit.png) 0 -18px;
	cursor: pointer;
}
.link-holder a.link-visit {
	background: url(../interface/images/missionco2/btn-more-visit.png) -63px 0;
	display: inline-block;
	height: 18px;
	width: 63px;
}
.link-holder a.link-visit:hover, .link-holder a:hover.link-visit {
	background: url(../interface/images/missionco2/btn-more-visit.png) -63px -18px;
	cursor: pointer;
}
#moreInfoMsg {
	position: absolute;
	top: -30px;
	left: 0;
	width: 714px;
	height: 300px;
	overflow: hidden;
	color: #333;
}
#moreInfoOuter {
	position: relative;
}
#moreInfoInner {
	background: url(../interface/images/missionco2/popup-bg.png) no-repeat center top;
	text-align: center;
}
#moreInfoClose {
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 55px;
}
#moreInfoEnd {
	background: url(../interface/images/missionco2/popup-bg-end.png) no-repeat center top;
	height: 20px;
}
#moreInfoText {
	width: 540px;
	margin: auto;
	position: relative;
	padding: 30px 20px 10px;
	text-align: left;
}
.tab-heading {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
