﻿/**
* Developed by Stergios Zgouletas / www.web-expert.gr
* Radio/DJ Schedule Component version 1.1
* @copyright Copyright (C) 2004-2008 Stergios Zgouletas - All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/
/*SINGLE SHOW CALENDAR IMAGE*/
.calendarbg{
border:0;
width:92px;
}
#djschedule h5{
font-size: 90%
}
.calendarbg_top{
background-image:url('../images/calendar_shows_top.png');
background-repeat:no-repeat;
height:39px;
padding-top:2px;
}
.calendarbg_mid{
background-image:url('../images/calendar_shows_mid.png');
background-repeat:repeat-y;
height:40px;
}
.calendarbg_bottom{
background-image:url('../images/calendar_shows_bottom.png');
background-repeat:no-repeat;
height:48px;
}
.time{
font-weight:bold;
}
