﻿/*If you want background pic in whole table edi the following class*/
/*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:#404040;
background-image:url('../../../assets/themes/black/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#tuesday{
background-color:#404040;
background-image:url('../../../assets/themes/black/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#wednesday{
background-color:#404040;
background-image:url('../../../assets/themes/black/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#thursday{
background-color:#404040;
background-image:url('../../../assets/themes/black/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#friday{
background-color:#404040;
background-image:url('../../../assets/themes/black/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#saturday{
background-color:#404040;
background-image:url('../../../assets/themes/black/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}
#sunday{
background-color:#404040;
background-image:url('../../../assets/themes/black/day_tab.png');
background-repeat:no-repeat;
background-position:center top;
}

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

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