#rvplayercontainer {
    height: 78px;
	background:#254683;
	padding:5px;
	margin-top:15px;
}
#rvplayerplayer {
    width: 300px;
    height: 78px;
    float: left;
    overflow: hidden;
}
#rvplayerclock {
    background-color: #112e63;
    background-position: left top;
    color: white;
    height: 46px;
    margin-top: 15px;
    width: 100px;
    font-size: 20px;
    text-align: center;
    float: left;
    line-height: 46px;
    vertical-align: middle;
}
#rvplayeronair {
    border-radius: 3px;
    background-position: left top;
    height: 78px;
	width:290px;
    text-align: center;
    float: left;
    color: white;
}
.onair h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.onair p {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}
.offair h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.offair p {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    line-height: 12px;
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 16px;
}