
.selectedbutton{
text-align: center;
width:22px;
margin-top:2px;
float: left;
height:20px;
border:1px solid orange;
margin:2px;
color: #ffffff;
} 
.selectedbutton a{
background-color: yellow;
text-decoration:none;
display:block;
height:100%;
color:black;
}
.selectedbutton a:visited {
text-decoration:none;
color: black;
}
.selectedbutton a:link {
text-decoration:none;
color: black;
}
.selectedbutton a:hover {
text-decoration:none;
color:black;
}

.weekdaybutton{
margin-top:2px;
text-align: center;
width:23px;
float: left;
height:20px;
border:1px solid green;
margin:2px;
color: white;
} 
.weekdaybutton a{
background-color:#009C1F;
text-decoration:none;
height:100%;
display:block;
color:white;
}
.weekdaybutton a:hover{
color:white;
background-color:#12CC2B;
text-decoration:none;
}
.weekdaybutton a:visited {
text-decoration:none;
color: white;
}
.weekdaybutton a:link {
text-decoration:none;
color: white;
}

.selweekbutton{
margin-top:2px;
text-align: center;
width:197px;
float: left;
height:20px;
border:1px solid orange;
margin:2px;
color: black;
} 
.selweekbutton a{
background-color: yellow;
text-decoration:none;
height:100%;
display:block;
color: black;
}
.selweekbutton a:visited {
text-decoration:none;
color: black;
}
.selweekbutton a:link {
text-decoration:none;
color: black;
}
.selweekbutton a:hover {
text-decoration:none;
color:white;
background-color:#12CC2B;
}

.weekbutton{
margin-top:2px;
text-align: center;
width:197px;
float: left;
height:20px;
border:1px solid green;
margin:2px;
color: white;
} 
.weekbutton a{
background-color:#009C1F;
text-decoration:none;
height:100%;
display:block;
color:white;
}
.weekbutton a:hover{
color:#009C1F;
background-color:#12CC2B;
text-decoration:none;
}
.weekbutton a:visited {
text-decoration:none;
color: white;
}
.weekbutton a:link {
	text-decoration:none;
	color: white;
}
.clipmsg{color:red;font-weight:bold;padding:4px;}
