﻿.pageContentBackground {
    background-image: url("background-content-charters.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    border-top: solid 2px #000090;
    padding-top: 8px;
    }


/* CONTAINERS */
.stationPicsContainer, .parlorPicsContainer {
	width: 224px;
	float: left;
	margin: 6px 8px 0px 0px;
	padding-bottom: 20px;
	}
.stationStats, .parlorStats {
    width: 456px;
    margin: 4px 0px 0px 224px;
    }
.trainCharterContainer {
    height: 191px;
    margin-bottom: 20px;
    }
.hayrideContainer {
    height: 155px;
    margin-bottom: 12px;
    }
.inviteContainer {
    height: 305px;
    }
.charterIdeaContainer {
    border-top: solid 2px #000090;
    padding-top: 8px;
    padding-bottom: 8px;
    }



/* STYLES */
.bulletedList {
    margin: 0px 0px 20px 0px;
    }
.listItemDiscs {
    list-style-type: disc;
    margin-left: 15px;
    }    


    
/* PRICING TABLE STYLES */
.pricingTable {
    width: 550px;
    }
.price {
    width: 150px;
    }
.priceDescription {
    width: 400px;
    }



/* STYLES FOR DIV CONTAINERS OF SMALL INVITE PICS */ 
#inviteBirthdayBoy {
    width: 229px;
    float: left;
    text-align: center;
    padding: 0px;
    }
#inviteBirthdayGirl {
    width: 229px;
    float: left;
    text-align: center;
    padding: 0px;
    }
#inviteGeneric {
    width: 229px;
    float: right;
    text-align: center;
    padding: 0px;
    }
    
    
/* CHARTER IDEAS PAGE */
.ideaIconCell {
    width: 100px;
    vertical-align: top;
    text-align: left;
    }
.innerTubeIdea {
    padding-bottom: 8px;
    }
.ideaIconText {
    color: #000090;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 13px;
    line-height: 16px;
    margin-top: 2px;
    }
.charterPics {
    height: 155px;
    margin-bottom: 12px;
    }
.charterPicsDouble {
    height: 155px;
    margin-bottom: 12px;
    margin-left: 112px;
    }
.innerTubeCharterPicLeft {
    margin-right: 8px;
    float: left;
    width: 224px;    
    }
.innerTubeCharterPicCenter {
    margin-right: 8px;
    float: left;    
    width: 224px;    
    }
.innerTubeCharterPicRight {
    width: 224px;
    float: right;
    }   
