﻿


@font-face {
    font-family: 'CrimsonText';
    src: url('fonts/CrimsonText-Regular.ttf') format('truetype');

}


body {
    background-color: #000000;
    font-family: CrimsonText, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

#contentArea {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Crimson Text", Arial, Helvetica, sans-serif;
}

#headerArea {
    height: 206px;

}


#logo {
    text-align: left;
    height: 88px;
    width: 180px;
    padding-top: 60px;
}

#mainContent {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 500;
}

.mainHeader {
    text-align: center;
    color: #FAD605;
    font-family: "Crimson Text", Arial, Helvetica, sans-serif;
}

table.lolList {
    border: solid 1px #eeeeee;
    padding: 8px 5px 5px 0px;
    margin: 0px;
    background-color: #ffffff;
    color: #000000;
}

table.lolList tr.listingHeaders, table.lolungrouped tr.listingHeaders {
        color: #633826;
        font-size: 13px;
        height: 30px;
        border-bottom: 1px solid black;
        Vertical-Align: bottom;
    }

th#grouper {
    border-bottom: 1px solid black;
}

th#headerDay {
    width: 7%;
    border-bottom: 1px solid black;
    text-align: right;
}



th#headerDate {
    width: 17%;
    border-bottom: 1px solid black;
    text-align: right;
}

th#headerTime {
    width: 31%;
    border-bottom: 1px solid black;
    text-align: right;
}

th#headerEpisode {
    width: 45%;
    border-bottom: 1px solid black;
}





th#ungroupedheaderDate {
    width: 7%;
    border-bottom: 1px solid black;
    text-align: right;
}

th#ungroupedheaderDay {
    width: 5%;
    border-bottom: 1px solid black;
}

th#ungroupedheaderStation {
    width: 5%;
    border-bottom: 1px solid black;
    text-align: right;
}

th#ungroupedheaderMarket {
    width: 28%;
    border-bottom: 1px solid black;
    text-align: left;
}

th#ungroupedheaderTime {
    width: 26%;
    border-bottom: 1px solid black;
    text-align: right;
}

th#ungroupedheaderEpisode {
    width: 29%;
    border-bottom: 1px solid black;
}


table.lolList td, table.lolList th {
    padding: 1px 20px 1px 4px;
}

table.lolungrouped td, table.lolungrouped th {
    padding: 1px 6px 1px 4px;
}


table.lolList, table.lolungrouped {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    white-space: normal;
}

.stationsfound {
    font-size: 14px;
}

.checkbackNotFound {
    font-size: 14px;
    font-weight: 500;
    margin-left: 16px;
    display: block;
    display: block;
    margin-top: 12px;
}

.checkback {
    font-size: 14px;
}

.additional {
    display: block;
    font-size: 11px;
    margin-left: 30px;
    margin-right: 50px;
    padding-top: 12px;
}

.ziptext {
    font-weight: bolder;
    color: #ffffff;
}

.stationtext {
    font-size: 13px;
    color: #4db2ec;
    font-weight: bold;
}

.stationFootnote {
    font-size: 10px;
    margin-left: 20px;
    text-align: left;
}

input[type=text] {
    background-color: #3e3e3e;
    border-color: #d2d2d2;
    float: none !important;
    width: 200px;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px 0px 0px 12px;
    height: 50px;
    font-size: 13px;
    color: #cccccc;
    border-width: 1px;
    border-radius: 0px;
    font-family: var(--body_typography-font-family,inherit);
    vertical-align: middle;
    size: 5;
}

    input[type=text]:focus {
        border-color: #d2d2d2;
        box-sizing: border-box;
        color:#ffffff ;
        border-radius: 0px;
    }

.lolbutton {
    margin-left: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(214, 173, 90)), to(rgb(232, 203, 144)));
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    width: auto;
    font-family: PT-Sans;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    border-width: 0px;
    border-style: solid;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all .2s;
    color: #785510;
    border-color: #785510;
    cursor: pointer;
    outline: 0;
    display: inline-block;
    position: relative;
    zoom: 1;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    vertical-align: middle;
    
}

    .lolbutton:hover {
        background: #f8bf56;
        background-image: -webkit-gradient(linear,left bottom,left top,from(#fbdc86),to(#f8bf56));
        background-image: linear-gradient(to top,#fbdc86,#f8bf56);
        border: 1px solid #c0830b;
        color: #785510;
    }