/**
 * Styles for out of town (OOT) scorboard.
 */
.oot,
.oot .wrapper,
.oot .wrapper ul{
    height: 55px;
}

.oot{
    margin: 10px 0px;
    /*border: 1px solid #0F2D40;*/
    position: relative;
    width:970px;
}

.oot .nav{
    position: absolute;
    display: block;
}

.oot .nav a{
    display: block;
    border: none;
    outline: none;
}

.oot .nav, .oot .nav a{
    height:55px;
    width:25px;
}

.oot .wrapper{
    position: absolute;
    left:30px;
    width:910px;
    overflow: hidden;
}


.oot .prev,
.oot .next{
    top:0;
}

.oot .prev{
    left:0;
}

.oot .next{
    right: 0;
}


.oot .nav a:link,
.oot .nav a:visited,
.oot .nav a:hover,
.oot .nav a:active{
    background-color: #e0e0e0;
    cursor: default;
}

.oot .hasnext a:link, .oot .hasprev a:link,
.oot .hasnext a:visited, .oot .hasprev a:visited{
    background-color: #A6A6A6;
    cursor: pointer;
}

.oot .hasnext a:hover, .oot .hasprev a:hover{
    background-color: #666666;
    cursor: pointer;
}

.oot .hasnext a:active, .oot .hasprev a:active{
    background-color: #A6A6A6;
}


.oot .prev a{
    background: url(http://i.espncdn.com/i/assets/img/buttons/oot-arrow-left.png) no-repeat top left;
}

.oot .next a{
    background: url(http://i.espncdn.com/i/assets/img/buttons/oot-arrow-right.png) no-repeat top left;
}

.oot .wrapper ul{
    font-size: 1em;
    line-height: 12px;
    position: absolute;
    width:10000px;
}

.oot .wrapper ul li{
    float: left;
    width: auto;
    margin-right:2px;
    cursor: pointer;
}

.oot .wrapper ul li .teams{
    border: 1px solid #eee;
}

.oot .wrapper ul li .teams .gamewinner{
    font-weight: bold;
}

.oot .wrapper ul li .links{
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    display: none;
}

.oot .wrapper ul .home,
.oot .wrapper ul .away{
    overflow: hidden;
}

.oot .wrapper ul p.name{
    float:left;
}

.oot .wrapper ul p.score{
    float:right;
    padding: 1px;
}

.oot .wrapper ul p.score.bringforth{
    background-color: #444;
    color: #FFF;
}


.oot .wrapper ul .state,
.oot .wrapper ul .home,
.oot .wrapper ul .away{
    padding: 0px 8px;
}

.oot .wrapper ul .state{
    padding:3px 3px 3px 8px;
}

.oot .wrapper ul .home{
    padding-top: 3px;
}

.oot .wrapper ul .away{
    padding-bottom: 3px;
}

.oot .wrapper ul .score{
    margin-left: 8px;
}

.oot .wrapper ul .home .name{
    margin-bottom: 3px;
}


/* pregame */
.oot .wrapper ul .pregame .state{
    background-color: #919191;
    color: #464444;
    font-weight: bold;
}

.oot .wrapper ul .pregame .teams,
.oot .wrapper ul .pregame .links,
.oot .wrapper ul .pregame .links a{
    color: #2F2F2F;
    font-weight: normal;
}

.oot .wrapper ul .pregame .teams{
   background-color: #B0B0AE;
}


.oot .wrapper ul .pregame .score{
   visibility: hidden;
}

/* ingame */
.oot .wrapper ul .ingame .state{
    background-color: #DCDCDC;
    color: #696969;
    font-weight: bold;
}

.oot .wrapper ul .ingame .teams,
.oot .wrapper ul .ingame .links,
.oot .wrapper ul .ingame .links a{
    color: #2F2F2F;
    font-weight: bold;
}

.oot .wrapper ul .ingame .teams{
    background-color: #F0F0F0;
}

/* postgame */
.oot .wrapper ul .postgame .state{
    background-color: #C1C1C1;
    color: #000000;
    font-weight: regular;
}

.oot .wrapper ul .postgame .teams,
.oot .wrapper ul .postgame .links,
.oot .wrapper ul .postgame .links a{
    color: #2F2F2F;
    font-weight: normal;
}

.oot .wrapper ul .postgame .teams{
    background-color: #CDCDCD;
}

.oot .wrapper ul .pregame .links a,
.oot .wrapper ul .ingame .links a,
.oot .wrapper ul .postgame .links a{
    font-weight: bold;
}

.oot .wrapper ul .links a{
    display: block;
    margin: 0 auto;
    padding-top:19px;
    padding-bottom: 19px;
    text-align: center;
    text-decoration: none;
}

.oot .state .live-red{
    font-weight: normal;
}