
/* New classes for World Series of Poker Component PL 7/18/13 */

.thinHeaderBanner_background {
    /* background: #560812 url('thinHeaderBanner/_images/wsop_red_bg.png') center no-repeat; */
    height: 35px;
    width: 100%;
}

.thinHeaderBanner_Wrapper {

    width: 960px;
    margin: 0 auto;
    height:35px;
}

.thinHeaderBanner_Wrapper a {

    height:35px;

}

.thinHeaderBanner_Logo {
    width:107px;
    float:left;

}
.thinHeaderBanner_text {
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align:center;
    width:636px;
    padding:0 30px;

    font-family:Arial, sans-serif;
    float:left;
    height: 35px;
    line-height:35px;
    }

.thinHeaderBanner_CTA {
    width: 157px;
    height: 35px;
    line-height: 35px;
    float:left;


}
.thinHeaderBanner_closebutton {

    height: 35px;
    position:relative;
    top: -30px;
    float:right;
    width:27px;
}

.thinHeaderBanner {
	display: block; 
    height: 35px; 
    overflow: hidden; 
    position: relative; 
    margin-top: 0px; 
    margin-bottom: 0px;
    width:100%;

}

header#home{
top:35px !important;
}
