﻿/**
* 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
*/

/*If you want background pic in whole table edi the following class*/
#alltable{
width:100%;
font-family:Verdana,Arial,Sans-serif;
font-size:10px;
border:0;
}
.timebg{
background-image:url('../../images/time_bg.png');
background-repeat:no-repeat;
background-position:center top;
width:90px;
border:0;
}
.timerow{
height:25px;
width:90px;
}
#alltable a {
font-family:Verdana,Arial,Sans-serif;
font-size:10px;
text-decoration:none;
} 
#alltable a:hover {
font-family:Verdana,Arial,Sans-serif;
font-size:10px;
text-decoration:none;
}
.days{
height:25px;
width:14%;
text-align:center;
}

/*Style days cells*/
#monday{background-color:#000033;
background-image:url('../../../assets/themes/red/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#tuesday{background-color:#000033;
background-image:url('../../../assets/themes/red/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#wednesday{background-color:#000033;
background-image:url('../../../assets/themes/red/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#thursday{background-color:#000033;
background-image:url('../../../assets/themes/red/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#friday{background-color:#000033;
background-image:url('../../../assets/themes/red/day_tab.png');
background-repeat:no-repeat;
background-position:center top;

}
#saturday{background-color:#000033;
background-image:url('../../../assets/themes/red/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#sunday{background-color:#000033;
background-image:url('../../../assets/themes/red/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}

#show_monday{background-color:#E2E2E2;width:14%;}
#show_tuesday{background-color:#EEEEEE;width:14%;}
#show_wednesday{background-color:#E2E2E2;width:14%;}
#show_thursday{background-color:#EEEEEE;width:14%;}
#show_friday{background-color:#E2E2E2;width:14%;}
#show_saturday{background-color:#EEEEEE;width:14%;}
#show_sunday{background-color:#E2E2E2;width:14%;}

/*theme bg*/
.borderbg{background-image:url('../../../assets/themes/red/border.png');}
#corner_up_right{background-image:url('../../../assets/themes/red/corner_ur.png');}
#corner_up_left{background-image:url('../../../assets/themes/red/corner_ul.png');}
#corner_down_right{background-image:url('../../../assets/themes/red/corner_dr.png');}
#corner_down_left{background-image:url('../../../assets/themes/red/corner_dl.png');}
