@charset "UTF-8";
/* CSS Document */


body{
background-color: #fff;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
p{
margin-top: 0;
}
:focus { outline-style: none; } 

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

#temp_clock{
position: absolute;
right: 10px;
top: 2px;
}
#main_wrapper{
position: absolute;
top: 29px;
height: 482px;
width: 380px;
overflow: scroll;
overflow-x: hidden;
z-index: 0;
}
#caroline_iframe{
overflow: hidden;
}
table{
border-collapse: collapse;
width: 100%;
border-bottom: 1px solid #eee;
}
table td{
font-family: Arial, Helvetica, sans-serif;
font-size : 13px;
height: 66px;
vertical-align: middle;
}

a:link, a:visited {
font-family : helvetica, arial, sans-serif;
font-size: 12px;
text-decoration : none;
color : #0066CC;
}
a:hover {
text-decoration : underline;
}
.mugs{
width: 45px;
margin: 3px;
}
.mug-width{
width: 45px;
}
.schedule_odd{
background-color: #eee;
}
.show-bold{
margin: 0 0 2px 0;
font-weight: bold;
}
.spot-width{
width: 12px;
}
.spot{
display: none;
}
#streamButtonsDiv{
position: absolute;
cursor: default;
top: 0px;
left: 20px;
z-index: 99;
width: 380px;
margin-top: 2px;
margin-bottom: 2px;
/*display: none;*/
} 

#radio_but_64, #radio_but_128{
cursor: pointer;
}

#streamButtonsDiv input{
margin-left: 6px;
display: inline-block;
}
#buttons{
position: absolute;
top:22px;
left:0;
color: #fff;
background-color: #fff;
width: 380px;
height: 26px;
font-size: 12px;
cursor: pointer;
z-index: 2;
}
.smart_button{
position: relative;
width: 31%;
height: 22px;
display: inline-block;
color: white;
outline: 2px solid white;
text-align: center;
border-radius: 3px;
}
#schedule_button{
position: relative;
left: 5px;
background-color: #428bca;
}
#thisday_button{
position: relative;
left: 5px;
background-color: #af55f5;
}
#about_button{
position: relative;
left: 5px;
background-color: #e92828;
}
#schedule_button:hover {
background-color: #3a79af;
}
#about_button:hover {
background-color: #cf2525;
}
.smart_button p{
margin-top: 4px;
}
.centred{
text-align: center;
}
#uk_128{
margin-left: 15px;
}
#schedule_wrapper{
position: absolute;
top: 25px;
left: 0;
width: 100%;
display: block;
}
#about_wrapper{
position: absolute;
top: 15px;
left: 0;
padding: 20px;
display: none;
}
#about_wrapper p{
font-size: 14px;
line-height: 1.5;
}
#epg_time{
display: none;
}
.floated_images{
float: left;
width: 150px;
margin-right: 20px;
margin-bottom: 10px;
}
#logDiv{
position: absolute;
top: 35px;
left: 0;
width: 300px;
height: 200px;
z-index: 100;
display: none;
}
.song-text{
left: 10px;
}

/* this day */

#this_day_wrapper{
margin: 25px;
}
#this_day_wrapper h2{
color: #576996;
font-size: 1.8em;
}
#this_day_wrapper p{
font-size: 14px;
line-height: 1.5;
}



