/* # # # # # # # # # # # # # # # # # # # # # # # #
#						 #
#		General Calendar Styles		 #
#                                                #
# # # # # # # # # # # # # # # # # # # # # # # # */
.weekly-schedule td
{
	padding: 0px;
}

/* # # # # # # # # # # # # # # # # # # # # # # # #
#						 #
#      		Times				 #
#                                                #
# # # # # # # # # # # # # # # # # # # # # # # # */
#header-times
{
	color: green;
}

.times
{
	color: #7b7378;
	width: 50px;
}

/* # # # # # # # # # # # # # # # # # # # # # # # #
#						 #
#      		Day				 #
#                                                #
# # # # # # # # # # # # # # # # # # # # # # # # */
#header-day
{
	color: green;
	width: 95px;
}

#add_panel
{
    box-sizing: content-box;
}

#add_panel_a
{
    box-sizing: content-box;

}

#add_panel_b
{
    box-sizing: content-box;

}

.pick
{
    position:relative;
    display:none;
    width: 70px;
    height: 80px;
    z-index:100;
    background-color:#FFFFFF;
    border: 1px black solid;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: 3px;
    opacity:1;
}

a.poption:hover
{
    text-decoration:underline;
}
