/*** HTML Tags ***/

html, body{
    height: 100%;
}

body{
    min-width: 970px;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 1.1;
    background: white;
    color: black;
    margin: 0px;
}

img{
    border: 0;
}

h1{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

h2{
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

h3{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

pre{
    white-space: pre-wrap;  /* css-3 */
    word-wrap: break-word;  /* Internet Explorer 5.5+ */
}

hr{
    height: 1px;
    border: none;
    color: black;
    background-color: black;
}

hr.standard{
    height: 1px;
    border: none;
    color: gray;
    background-color: gray;
}

table td{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
}




/*** Generic Classes ***/


.clear{
    clear: both;
}
.air{
    height: 15px;
}
.bold{
    font-weight: bold;
}
.underline{
    text-decoration: underline;
}
.blue{
    color: #26a9e0;
}
.beige{
    color: #c1b49a;
}
.black{
    color: black;
}
.gray{
    color: gray;
}
.rule{
    margin: 10px 0 0 0;
    border: 1px solid #ccc;
}
.red{
    color: red;
}
.small{
    font-size: 10px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
.big{
    font-size: 1.5em;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
.bigger{
    font-weight: bold;
    font-size: 18px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
.large{
    font-weight: bold;
    font-size: 20px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
.strike{
    text-decoration: line-through;
}
.center{
    text-align: center;
}
.textRight{
    text-align: right;
}
.left{
    float: left;
}
.right{
    float: right;
}
.middle{
    vertical-align: middle;
}

.loading{
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin{
    100%{
        -moz-transform:rotate(360deg);
    }
}
@-webkit-keyframes spin{
    100%{
        -webkit-transform:rotate(360deg);
    }
}
@keyframes spin{
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}

.load_center{
    width: 100%;
    text-align: center;
}

.flex-list{
    position: relative;
    margin: 1em;
    overflow: hidden;
}
.flex-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
}
.flex-list li{
    list-style-type: none;
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    padding: 0 1em;
    text-align: center;
    border-right: 1px solid #ccc;
    background-color: #fff;
}
    .flex-list li:last-of-type{
        border-right: none;
    }




/*** Main Wrapper ***/

#Wrapper{
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -60px;
}
#Wrapper:after{
    content: "";
    display: block;
}




/*** Retrofit styles ***/


a{
    color: #26A9E0;
    text-decoration: none;
}
    a:hover{
        text-decoration: underline;
    }

.provider_color{
    color: red;
}

.headlineLink{
    color: #26A9E0;
    text-decoration: none;
}
    .headlineLink:hover{
        text-decoration: underline;
    }

#featuredVisuals{
    visibility: hidden;
    width: 100%;
    min-height: 500px;
}

.budget a{
    color: #26A9E0;
}

.searchTips{
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
}
    .searchTips a{
        color: #26A9E0;
    }

.relatedFloat{
    position: relative;
    width: 100%;
}
.relatedLinks{
    position: absolute;
    z-index: 1000001;
    top: 430px;
    right: 45px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
}
    .relatedLinks a{
        color: white;
        text-decoration: underline;
    }




/*** Newscom created ***/


* html ul li{
    position: relative;
}

.calendar table{
    width: 100%;
    background-color: #efefef;
}
.calendar td{
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
.calendarContent{
    background-color: #efefef;
}
.calendarHeader{
    background-color: #46556d;
}
.calendarHeadline{
    font-weight: bold;
    font-size: 14px;
    color: white;
}

div#topHeader{
    background-color: #46556d;
}

div#header{
    position: relative;
    margin: 0 auto 0 auto;
    width: 970px;
    background-color: #46556d;
}
    div#contact{
        float: right;
        text-align: right;
        font-size: 10px;
        font-weight: bold;
        color: white;
        padding: 15px 3px 0 7px;
    }
        div#contact a{
            color: white;
        }
    div#social{
        float: right;
        width: 25px;
        padding: 5px 0 5px 10px;
    }
        div#social img{
            margin-top: 5px;
        }

    div#logos{
        height: 75px;
    }
    div#logos img{
        float: left;
    }
    div#mainLogo{
        float: left;
        width: 250px;
    }
        #mainLogo img{
            margin: 15px 0 0 0;
            border: none;
        }
    .mainLogoExtend{
        width: 320px;
    }
    div#header-remaining{
        float: right;
        width: auto;
    }

    #Search{
        height: 36px;
        font-size: 12px;
        color: white;
    }
        #Search a{
            text-decoration: none;
        }
        #Search a:hover{
            text-decoration: underline;
        }

    div#topNav-left-side-outer{
        width: 50%;
        float: left;
        margin-right: -485px;
        height: 23px;
    }
    div#topNav-left-side{
        margin-right: 485px;
        background-image: url('/includes/img/topNavBG.gif');
        background-repeat: repeat-x;
    }
    div#topNav{
        width: 970px;
        float: left;
        color: #ffffff;
        background-image: url('/includes/img/topNavBG.gif');
        background-repeat: repeat-x;
        position: relative;
        z-index: 10;
        height: 23px;
    }
    div#topNav-right-side-outer{
        width: 50%;
        float: right;
        margin-left: -485px;
        height: 23px;
        background-color: #26a9e0;
    }
    div#topNav-right-side-outer-int{
        width: 50%;
        float: right;
        margin-left: -485px;
        height: 23px;
        background-color: #f6e25d;
    }
    div#topNav-right-side{
        margin-left: 485px;
        height: 23px;
        background-color: #26a9e0;
    }
    div#topNav-right-side-int{
        margin-left: 485px;
        height: 23px;
        background-color: #f6e25d;
    }
    div#priNav{
        width: 600px;
        height: 23px;
        float: left;
        background-image: url('/includes/img/topNavBG.gif');
        background-repeat: repeat-x;
    }
        #priNav a{
            color: #808284;
            text-decoration: none;
            font-size: 11px !important;
            font-weight: bold;
        }
        #priNav a:hover{
            color: #e86c1f;
        }
        #priNav ul{
            text-align: left;
            margin: 0 0 0 0;
            padding: 2px 0 0 0;
            height: 23px;
        }
        #priNav ul li{
            display: inline;
            padding: 0 0 0 7px;
            margin: 0 0 0 0;
            color: #307f80;
            background-image: url('/includes/img/topNavDivider.gif');
            background-position: bottom left;
            background-repeat: no-repeat;
        }
        #priNav ul li.last{
            background-image: none;
        }
div#columns{
    margin: 0 auto 15px auto;
    width: 970px;
    background-color: white;
    position: relative;
}
    div#leftNav{
        float: left;
        width: 169px;
        border-right: 3px solid #c4cad0;
        padding-right: 5px;
    }
        div#rightCol a,
        div#leftNav a{
            text-decoration: none;
        }
            div#rightCol a:hover,
            div#leftNav a:hover{
                text-decoration: underline;
            }
        .navSection{
            margin-bottom: 20px;
        }
            .navSection div.header{
                background-color: #46556d;
                color: white;
                font-weight: bold;
                font-size: 12px;
                text-align: center;
                height: 18px;
                padding-top: 3px;
                margin-bottom: 10px;
            }
            .navSection div.sectionHead{
                color: black;
                font-size: 11px;
                font-weight: bold;
                margin: 0;
                padding: 0 0 3px 0;
            }
                .navSection div.sectionHead a{
                    color: #000000;
                }
            .navSection hr.silver{
                margin: 10px 0;
                height: 1px;
                color: #ccc;
                border: 1px solid #ccc;
            }
            .navSection .navGroup{
                margin: 0 0 5px 5px;
            }
            .navSection .navGroup .navGroup{
                margin: 3px 0 0 0;
            }
            .navSection .navGroup .navGroup ul{
                margin: 0 0 0 20px;
                padding: 0;
            }
            .navSection .navGroup .navGroup ul ul{
                margin: 0 0 0 10px;
                padding: 0;
            }
            .navSection .navGroup .navGroup .gTitle{
                margin: 4px 0 2px 15px;
                font-size: 11px;
                padding: 0;
            }
            .navSection .navGroup .navGroup .gTitle a{
                color: #000000;
            }

        #nav-photos div.livePhotos{
            font-size: 11px;
            margin-top: 3px;
            padding-left: 5px;
        }
            #nav-photos div.livePhotos a{
                color: #000000;
            }

        .navSection .open .gTitle{
            color: #000 !important;
            font-weight: normal !important;
        }

        #nav-photos-premium .gTitle{
            margin-left: 5px;
        }

        .navSection .moreLink{
            display: block;
            margin: 5px 0 5px 20px;
            font-size: 11px;
            font-weight: bold;
            color: black;
        }
        .navSection .navGroup .moreLink:hover{
            margin-left: 20px;
            text-decoration: underline;
            cursor: pointer;
        }

        .navSection ul{
            margin: 0 0 0 5px;
            padding: 0;
            list-style: none;
            color: #8e9093;
            font-size: 11px;
        }
            .navSection ul li{
                margin: 0;
                padding: 0;
                display: inline;
            }
            .navSection div.open .moreLink,
            .navSection ul.subGroup,
            .navSection ul li .subSection{
                display: none;
            }
            .navSection ul.rGroup li,
            .navSection div.open ul li,
            .navSection div.open ul.subGroup{
                display: block;
            }
            .navSection div.open ul li .subSection{
                display: inline;
            }
                div#rightCol div ul li a,
                div#leftNav div ul li a{
                    color: #666666;
                }
                #leftNav ul li ul li{
                    margin-left: 10px;
                }
            .navSection #nav-photos-premium .subGroup{
                margin-bottom: 3px;
            }
        .navSection span.new{
            color: #e86c1f;
            font-weight: bold;
        }
        #leftNav div#Disclaimer{
            width: 140px;
            margin: 30px auto 20px auto;
            font-size: 8px;
            text-align: center;
            line-height: 11px;
        }
            #leftNav div#Disclaimer span{
                text-decoration: underline;
                color: #666666;
            }
        .navGroup ul.subSet{
            display: none;
            margin: 3px 0 7px 5px;
        }
        .navGroup ul.shown{
            display: block !important;
        }
        .navGroup ul.subSet li{
            display: inline !important;
            padding: 0;
            margin: 0 !important;
        }

    div#homeContent{
        margin-left: 189px;
        width: 781px;
/*         position: absolute; */
        overflow: hidden;
    }
    div#content{
        float: left;
        margin-left: 12px;
        width: 630px;
        overflow: hidden;
    }
        #content p{
            font-size: 12px;
        }
        #content li{
            font-family: Arial,Helvetica,Verdana,sans-serif;
            font-size: 12px;
        }

    div#rightCol{
        float: right;
        width: 128px;
        height: auto;
        border-left: 3px solid #c4cad0;
        padding-left: 5px;
    }

#CookieLaw{
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 2px 18px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.85);
    color: white;
    font-weight: bold;
    font-family: 'open-sans', 'Open Sans', sans-serif;
    text-align: center;
    z-index: 1000005;
}
    #CookieLaw img{
        margin-left: 15px;
    }
    #CookieLaw a{
        color: white;
        border-bottom: 1px dotted white;
    }
    #CookieLaw a:hover{
        text-decoration: none;
    }

.acceptCookie{
    font-family: Arial;
    color: #000000;
    font-size: 15px;
    background: #f0f0f0;
    padding: 5px 15px 5px 15px;
    border: solid #9e9e9e 1px;
    text-decoration: none;
    margin-left: 20px;
    cursor: pointer;
}

.acceptCookie:hover{
    background: #ffffff;
    text-decoration: none;
}




/*** New home page ****/


#msg{
    position: relative;
    clear: both;
    width: 100%;
    height: 18px;
    padding: 3px;
    font-weight: bold;
    text-align: center;
}

.featuredDiv{
    position: relative;
    width: 158px;
    height: 450px;
    float: left;
    font-size: 12px;
    margin-right: 12px;
}
    .featuredDiv p{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
    }
.featuredSeeLatest{
    position: absolute;
    bottom: 0;
    font-weight: bold;
}

.homeRightRail{
    width: 270px;
    float: left;
}

.homeRightBox{
    background-color: #e6e6e6;
    padding: 5px;
    margin-bottom: 5px;
}
    .homeRightBox p{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        margin: 0;
        padding: 0;
    }
    .homeRightBox p a{
        font-weight: bold;
    }
    .homeRightBox img{
        float: right;
        padding: 0 0 5px 5px;
        max-width: 90px;
        max-height: 120px;
    }

.homeRightBoxHalf{
    float: left;
    width: 45%;
    font-size: 9pt;
}
    .homeRightBoxHalf ol{
        padding: 0 0 0 20px;
        margin: 3px 0;
    }
    .homeRightBoxHalf li{
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
    }
    .homeRightBoxHalf p{
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        margin: 0;
        padding: 2px 0 3px 0;
    }
    .homeRightBoxHalf p a{
        font-weight: normal;
        color: #808080;
        text-decoration: none;
    }
    .homeRightBoxHalf p a:hover{
        font-weight: normal;
        color: #0c0c0c;
        text-decoration: underline;
    }


.featuredHeadline{
    width: 100%;
    margin-top: 5px;
    color: #26A9E0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
}
.featuredHeadlineDIV{
    float: left;
    width: 32%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 12pt;
    margin: 3px 0;
}
    .featuredHeadlineDIV a{
        color: #808080;
        text-decoration: none;
    }
    .featuredHeadlineDIV a:hover{
        color: #0c0c0c;
        text-decoration: underline;
    }


.featuredThumb{
    text-align: center;
    height: 215px;
}



.slogan{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36pt;
    font-weight: bold;
    text-align: center;
}

.sloganSubText{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
    margin-top: -30px;
}




/*** Budget Overrides ***/

p.krtText, li.krtText, div.krtText{
    margin-top:0in;
    margin-right:0in;
    margin-bottom:2.0pt;
    margin-left:0in;
    text-indent:.3in;
    font-size:12.0pt;
    font-family:"Times New Roman";
}
p.krtBjtDivider{ /*Overrides the local budget style*/
    background: #26A9E0 !important;
}




/*** Random ***/


/* Headlining text */
.headlineText{
    font-size: 18px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-weight: bold;
}
.headline{
    color: white;
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    width: 100%;
    background-color: #26A9E0;
    padding: 5px;
}

/* Warning Page */
.warning{
    background-color:red;
    color:white;
    padding:2px;
    font-size:9pt;
    font-weight: bold;
    text-align:center;
    width:auto;
    margin-right: 5px;
}
    .warning a{
        text-decoration: underline;
        color: white;
    }
    .warning a:hover{
        text-decoration: none;
        color: white;
    }

/* General Alert */
.alert{
    width: 100%;
    padding: 8px 5px 8px 5px;
    background-color: #ffffa8;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/* Download Link */
.downloadLink{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-weight: bold;
    color: black;
    text-decoration: underline;
}
.downloadLinkDisabled{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-weight: bold;
    color: gray;
}

/* Buttons */
.button{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 6px;
    margin: 15px 10px 2px 2px;
/*     float: left; */
    background-color: #26A9E0;
    color: white;
    border-style: solid;
    border-color: #136486;
    border-width: 1px;
    cursor: pointer;
}
.blueButton{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-weight: bold;
    background-color: #008ba6;
    color: white;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}
.greenButton{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-weight: bold;
    background-color: #38b34a;
    color: white;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}

/* Close Window Button */
.closeWindow{
    float: right;
    padding: 3px;
}
    .closeWindow a{
        color: #808080;
    }
    .closeWindow img{
        vertical-align: middle;
    }


/* "Third Rail" (also in admin.css) */
.grayBox{
    float: right;
    width: 150px;
    text-align: left;
    padding: 10px;
    background-color: #ccc;
    margin: 10px 0 10px 8px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
    .grayBox a{
        color: #000;
    }
    .grayBox ul{
        margin-left: -10px;
    }
    .grayBox h2{
        text-align: center;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 6px 0;
    }
    .grayBox p{
        font-size: 11px;
        line-height: 16px;
        font-weight: bold;
    }


/* Top Rail (also in admin.css) */
.topAdv{
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}


/* My Dev Console */
#adminBox{
    position: fixed;
    z-index: 1000000;
    top: 0;
    right: 0;
    padding: 5px 15px 5px 10px;
    background-color: #000066;
    color: white;
    text-align: right;
    line-height: 18px;
    font-size: 10px;
}
    #adminBox a{
        color: white;
        text-decoration: none;
        font-weight: bold;
    }
#adminBoxTitle{
    text-align: left;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: white solid 1px;
}


/* Editor's Picks page links */
a.pickslink{
    font-size: 11px;
    font-weight: bold;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    line-height: 14px;
    color: #696969;
}


/* Colored headers (used for Campus yearbooks) also in admin.css */
.bjtHeader{
    background-color: #46556d;
    color: white;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    height: 18px;
    margin-bottom: 10px;
    padding: 4px 0 2px 7px;
}




/*** Search Engine Results Page (SERP) ***/


#serp_views{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    vertical-align: middle;
    padding-top: 5px;
    height: 34px;
    float: left;
    width: 160px;
}

.serp_top_crumbs{
    font-size: 16px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    width: 490px;
    background-color: #FFF;
    color: #000;
    float: left;
    margin-bottom: 5px;
}
.serp_top_crumbs_right{
    width: 140px;
    height: 20px;
    vertical-align: middle;
    text-align: right;
    padding-bottom: 2px;
    padding-top: 5px;
    float: right;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    margin-bottom: 5px;
}

.serp_top_container{
    overflow: hidden;
}
.serp_top_views{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 15px;
    font-size: 9px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 3px;
    white-space: nowrap;
    background-color: #FFF;
    color: #000;
}
.stv_options{
    float: left;
    width: 150px;
}
    .stv_options img{
        vertical-align: middle;
    }
.stv_paging{
    float: right;
    width: 300px;
    text-align: right;
}
.stv_middle{
    margin: 0 220px 0 150px;
    text-align: center;
}

#serp_header_bar{
    clear: both;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: black;
}

#serp_bottom{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    float:left;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: gray;
}


/* Generic or Extended view */

.serp_checkbox{
    height: 170px;
    vertical-align: middle;
    background-color: #E0E0E0;
    width: 20px;
    float: left;
    padding-top: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
}
.serp_thumb{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    height: 170px;
    width: 160px;
    float: left;
    padding-top: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
}
.serp_thumb_text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 170px;
    float: left;
    padding-top: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    overflow:hidden;
}
.serp_ext{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 170px;
    background-color: #E0E0E0;
    width: 60px;
    float: left;
    padding-top: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
}
.serp_extended{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 166px;
    width: 542px;
    float: left;
    padding: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    overflow:hidden;
}


/* Grid view */

.serp_grid_item{
    text-align: center;
    height: 270px;
    width: 156px;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: black;
}
.serp_grid_item_end{
    text-align: center;
    height: 270px;
    width: 157px;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: black;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: black;
}
.serp_grid_checkbox{
    height: 20px;
    text-align: center;
    background-color: #E0E0E0;
    width: 100%;
    padding-top: 4px;
}
.serp_grid_thumb{
    height: 132px;
    width: 100%;
    padding-top: 4px;
}
.serp_grid_info{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    width: 100%;
    padding-top: 4px;
    overflow: hidden;
    clip: rect(2px,2px,38px,148px);
}
.serp_grid_date{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    height: 38px;
    width: 100%;
}
.serp_grid_ext{
    letter-spacing: -1px;
    background-color: #E0E0E0;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 20px;
    width: 100%;
    padding-top: 4px;
}


/* Compact view */

.serp_compact{
    background-color: #E0E0E0;
    min-height: 29px;
    height: auto !important;
    height: 29px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
}
.whiteBox{
    float: left;
    background-color: #FFFFFF;
    height: auto !important;
    padding-left: 4px;
}
.serp_compact_checkbox{
    height: 29px;
    vertical-align: middle;
    width: 20px;
    height: inherit;
    float: left;
    padding-top: 4px;
}
.serp_compact_title{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 276px;
    line-height: 15px;
    min-height: 29px;
    height: auto !important;
    float: left;
    padding-top: 4px;
    padding-right: 4px;
}
.serp_compact_info{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 165px;
    min-height: 29px;
    height: auto;
    float: left;
    padding-top: 4px;
}
.serp_compact_ext{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 161px;
    min-height: 29px;
    height: inherit;
    float: left;
    padding-top: 4px;
}


/* Search page elements */

.searchHeader{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
}
.searchHeaderAuction{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
}
.searchHeaderMSG{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    background-color: #ffff22;
}

.video_area{
    width: 100%;
    background-color: #46556d;
    padding: 6px 0;
    border-radius: 8px;
    margin: 2px 0 10px 0;
}

.video_menu{
    width: 260px;
    margin: 0 auto;
}
.video_menu select{
    width: 255px;
}


/* Regional news elements */

.serp_orange_head{
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    background-color: #ec6f26;
    color: white;
    width: 622px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}
.serp_regional_text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 610px;
    float: left;
    padding: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: gray;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: gray;
}
.serp_regional_tail{
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    background-color: #c2c2c2;
    color: white;
    width: 618px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 4px;
}
.serp_regional_tail_text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px;
    margin: 2px;
    float: right;
    color: white;
    width: 65%;
}
.serp_regional_box{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 2px;
    margin: 2px;
    float: left;
    background-color: #26A9E0;
    color: white;
    border-style: solid;
    border-color: #136486;
    border-width: 1px;
}
.regionalCount{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 4px;
    float: right;
}
.serp_regional_photo{
    text-align: center;
    height: 200px;
    width: 156px;
    float: left;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: black;
}
.serp_regional_photo_end{
    text-align: center;
    height: 200px;
    float: left;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: black;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: black;
}




/*** DIV based tables ***/


.generic_half{
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 49%;
    padding: 2px;
    padding-top: 6px;
}
.generic_third{
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 32%;
    padding: 2px;
    padding-top: 6px;
}
.generic_quarter{ /* PayPal only at the moment */
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 24%;
    padding: 2px;
    padding-top: 6px;
    margin-right: 8px;
}
.generic_div{
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    padding: 2px;
    padding-top: 6px;
}

.generic_box{
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 5px 8px 5px;
}




/*** White text ***/


.box_text{
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.box_text_twelve{
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.box_text_big{
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    cursor: pointer;
}
    .box_text_big a:hover{
        text-decoration: none;
    }




/*** Search Nav ***/


#searchNav{
    margin-left: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 6px;
    margin-right: 3px;
}
#searchNav select{
    width: 275px;
}
#searchNav .query{
    width: 275px;
}
#searchNav a{
    color: #fff;
}

.search_links{
    float: left;
    padding: 6px 15px 0 0;
}

.search_pull{
    float: left;
    padding-top: 2px;
}

.search_go{
    float: left;
    padding: 4px 5px 0 5px;
}




/*** Top Nav ***/


#topCyanInt{
    color: white;
    background-color: #26a9e0;
    width: 140px;
    height: 21px;
    float: right;
    padding: 2px 8px 0 0;
    text-align: right;
}

.topCyan{
    color: white;
    background-color: #26a9e0;
    width: 140px;
    height: 21px;
    float: right;
    padding: 2px 0 0 0;
    text-align: right;
}
    .topCyan a{
        color: white;
        text-decoration: none;
        font-size: 11px !important;
        font-weight: bold;
    }
    .topCyan a:hover{
        color: #eee;
        text-decoration: none;
    }

.topCyanEnd{
    width: 12px;
    height: 23px;
    float: right;
    margin: 0px;
    background-image: url('/includes/img/topNav_teal.gif');
}
.tCE_loggedin{
    background-color: #b3b3b3;
}

.topYellow{
    background-color: #f6e25d;
    color: #6f6f6f;
    height: 18px;
    padding: 5px 0 0 2px;
    float: right;
    width: 65px;
    text-decoration: none;
    font-size: 11px !important;
    font-weight: bold;
    text-align: center;
}
    .topYellow a{
        color: #6f6f6f;
    }
    .topYellow a:hover{
        color: #2b2b2b;
    }

#topGrey{
    height: 18px;
    width: 120px;
    background-color: #b3b3b3;
    color: white;
    white-space: nowrap;
    text-align: center;
    font-size: 11px !important;
    font-weight: bold;
    margin: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    float: right;
}
#topGreyEnd{
    width: 12px;
    height: 23px;
    float: right;
    background-image: url('/includes/img/topNav_grey.gif');
}




/*** Lightbox ***/


.lightboxPrice{
    background-color: #ffff22;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    height: 170px;
    float: left;
    padding-top: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
    overflow:hidden;
}
#lightboxPriceMain{
    background-color: #ffff22;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    height: 25px;
    width: 120px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gray;
}




/*** Thank you page ***/


.articleTitle{
    font-weight: bold;
    color: #222222;
}

.smallProviderText{
    font-size: 0.8em;
    font-weight: bold;
    color: red;
    margin-left: 15px;
}




/*** Product info ***/


.productInfoBox{
    width: 630px;
}
.productIMG{
    float: left;
    width: 120px;
    margin: 0 8px 5px 0;
}
.productDetail{
    float: left;
    width: 496px;
    padding: 3px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
    .productDetail ul{
        font-family: Arial,Helvetica,Verdana,sans-serif;
        font-size: 12px;
        margin-left: -10px;
        list-style-type: square;
    }




/*** Columnists ***/


.columnistDIV{
    width: 100%;
    padding: 5px;
}
.columnistThumb{
    width: 110px;
    float: left;
}
    .columnistThumb img{
        border: none;
    }
.columnistBioDIV{
    width: 510px;
    float: left;
    font-size: 12px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}
    .columnistBioDIV a{
        font-weight: bold;
    }




/*** Photo Gallery ***/


#photoGalleryWrapper{
    float: left;
    width: 790px;
}

#offsetContent{
    float: left;
    width: 790px;
}

#photoGallery{
    visibility: hidden;
}

.pg_prodPage{
    height: 470px;
    margin-bottom: 35px;
    float: left;
}

.pg_prevPage{
    height: 568px;
    margin: 0 0 35px -30px;
    float: left;
}




/*** MCT Reports ***/


.reportsTable{
    width: 100%;
    border-collapse: collapse;
}
.reportsTable td{
    padding: 2px;
}
.reportsTable tr:nth-child(even){
    background-color: #eeeeee;
}




/*** MCT Guide ***/


.guide{
    padding: 5px;
    margin: 3px;
    border-radius: 12px;
    border: 2px solid #46556d;
    float: left;
    width: 290px;
    min-height: 110px;
}
.guide a{
    font-weight: bold;
    font-size: 14px;
}




/*** Info pages ***/

div#Info p,
div#Info blockquote{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
}

div#Info.thirteen p,
div#Info.thirteen blockquote{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 14px;
}

div#Info.verdana p,
div#Info.verdana blockquote{
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 12px;
    line-height: 13px;
}

div#Info h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

div#Info h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}




/*** Info pages ***/

#LoginCurrent{
    width: 290px;
    float: left;
    padding: 10px;
    border-right-color: #C4CAD0;
    border-right-style: solid;
    border-right-width: 3px;
    margin-top: 15px;
}
#LoginNew{
    width: 290px;
    float: left;
    padding: 10px;
    margin-top: 15px;
}




/*** Footer ***/

#Footer, #Wrapper:after{
    height: 45px;
}

#Footer{
    background-color: #46556d;
    line-height: 45px;
    font-family: 'open-sans', 'Open Sans', sans-serif;
    color: white;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    border: none;
}
#Footer a{
    color: white;
}
#Footer a:hover{
    text-decoration: underline;
}