.schedtermheader th {
    padding-left: 8px;
}

/* Wavetogo Homepage Box */
.wavetogobox {
    background-image: url('SiteImages/Logos/wavetogo287_bg.gif');
    background-repeat: no-repeat;
    width: 287px;
    height: 150px;
    margin-bottom: 15px;
}

    .wavetogobox div {
        text-align: center;
        padding-top: 84px;
    }

/* Misc. Global Styles */
.droptopmargin {
    margin-top: 5px;
    font-size: 1.2em;
    font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;
}

.dropdetails {
    font-size: 1.2em;
    font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;
}

.regfontsize {
    font-size: 1.2em;
    font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;
}

.highlight {
    background-color: Yellow;
}

.HighlightOnHover td:hover {
    background-color: Yellow;
}

.LightGreyHighlightOnHover td {
    background-color: #DEDEDE;
}

    .LightGreyHighlightOnHover td:hover {
        background-color: Yellow;
    }

.addcancelcontent td {
    font-size: 1.2em;
    font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;
    padding-right: 8px;
    width: 100px;
    padding-top: 2px;
}

.addcancelcontentheader th {
    font-size: 1.2em;
    font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 4px;
    width: 100px;
    white-space: normal;
}

    .addcancelcontentheader th div {
        width: 100px;
    }

.addcancelcontentseparator td {
    border-top: 1px solid #999999;
    font-size: 1.2em;
    font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;
    padding-right: 8px;
    padding-top: 2px;
}

/* Styles for an ASPX Calendar */
.calheader {
    font-weight: bold;
    padding: 2px 5px;
    border-top: 1px solid #B4C3D2;
    border-right: 1px solid #003366;
    border-bottom: 1px solid #003366;
    border-left: 1px solid #003366;
    color: #FFFFFF;
    background-color: #448CCB;
    background: url('SiteImages/blue.gif') repeat-x top;
}

    .calheader td {
        font-size: 1.2em;
        padding: 4px 8px 4px 8px;
        margin: 0px;
    }

.maincalclass {
    border-left: solid 1px #7F9DB9;
    border-right: solid 1px #7F9DB9;
    border-bottom: solid 1px #7F9DB9;
    border-top: solid 1px #DEE9FC;
}

    .maincalclass th {
        background-color: #FFFFFF;
    }

.calnextprev a {
    text-decoration: none;
}

    .calnextprev a:hover {
        text-decoration: underline;
    }

    .calnextprev a:visited {
        color: #FFFFFF;
    }

.calday {
    font-size: 1.2em;
    padding: 3px 2px 3px 2px;
    /* padding: 2px; */
}

.calselectedday {
    font-size: 1.2em;
    padding: 2px 1px 2px 1px;
    /* padding: 1px; */
    border-top: 1px solid #B4C3D2;
    border-right: 1px solid #003366;
    border-bottom: 1px solid #003366;
    border-left: 1px solid #003366;
    background: url('SiteImages/blue.gif') repeat-x top;
    background-color: #448CCB;
}

/* Styles for GridView */
.schedgrid {
    border-bottom: 1px solid #E9E9E8;
}

.schedgridheaderleft {
    font-size: 1.2em;
    color: #ffffff;
    font-weight: bold;
    border-top: 1px solid #B4C3D2;
    border-bottom: 1px solid #003366;
    border-left: 1px solid #003366;
    background-color: #fff;
    padding: 4px 8px 4px 8px;
    background: url('SiteImages/blue.gif') repeat-x top;
}

.schedgridheadermiddle {
    font-size: 1.2em;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    border-top: 1px solid #B4C3D2;
    border-bottom: 1px solid #003366;
    background-color: #448CCB;
    padding: 4px 8px 4px 8px;
    background: url('SiteImages/blue.gif') repeat-x top;
}

.schedgridheaderright {
    font-size: 1.2em;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    border-top: 1px solid #B4C3D2;
    border-right: 1px solid #003366;
    border-bottom: 1px solid #003366;
    background-color: #448CCB;
    padding: 4px 8px 4px 8px;
    background: url('SiteImages/blue.gif') repeat-x top;
}

.schedgriddataleft {
    font-size: 1.2em;
    border-left: 1px solid #E9E9E8;
    padding: 0px 10px 0px 10px;
}

.schedgriddatamiddle {
    font-size: 1.2em;
    padding: 0px 10px 0px 10px;
}

.schedgriddataright {
    font-size: 1.2em;
    border-right: 1px solid #E9E9E8;
    padding: 0px 10px 0px 10px;
}

.schedgridsubheading {
    font-size: 1.2em;
    background-color: #E9E9E8;
    padding: 3px 2px 3px 10px;
    border-right: 1px solid #E9E9E8;
    border-left: 1px solid #E9E9E8;
}

/* Styles for By Route GridView */
.schedgridbyroute td {
    font-size: 1.2em;
    font-family: "Lato", Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

/* Styles for header */
.schedgridheader {
    background: url('SiteImages/blue.gif') repeat-x top;
    border-top: 1px solid #B4C3D2;
    border-right: 1px solid #003366;
    border-bottom: 1px solid #003366;
    border-left: 1px solid #003366;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 8px 4px 8px;
    background-color: #448CCB;
}

.bulletpoints ul {
    list-style: none;
    margin: 0em 0em 0em 0em;
    padding-left: 0em;
}

.bulletpoints li {
    list-style: none;
    font-size: 1em;
    background: url('SiteImages/Bullets/bullet.gif') no-repeat 0em .7em;
    padding: 0em 0em .1em .75em;
}

/* TreeViews */
.treenodes {
    line-height: 12px;
}

    .treenodes a {
        text-decoration: none;
    }

        .treenodes a:hover {
            text-decoration: none;
        }

        .treenodes a:visited {
            text-decoration: none;
        }

.otherButton {
    @extend .searchButton;
    border-radius: 4px;
}

/*media screen*/
.leftnavbox {
	width: auto !important;
}

.am {
	font-weight: 100;
	display: inline;
	font-size:1.0em;
}
.pm {
	font-weight: 800;
	display: inline;
	font-size: 1.0em;
}