/*schedule from calendar */

.even {
background-color:#bdc9d7;
height: 20px;}


.even td {
border-bottom: thin solid #FFFFFF;
border-right: thin solid #FFFFFF; 
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#002d65;
height: 20px;
}

.even img {
width:15px;
height:15px;
border:none;
}

#divmenu {
	height: auto;
}


.odd {
	background-color:#e3e8ee;
	height: 20px;
	
}

.odd td {
	border-right: thin solid #FFFFFF; 
	background-color:#e3e8ee;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#002d65;
	height: 20px;border-bottom: thin solid #FFFFFF;
}
.odd img {
width:15px;
height:15px;
border:none;
}
#schedule img{
width:15px;
height:15px;
border:none;
}

.calendarbox{
	border: 0px solid #98AFC7;
	background-color: #DCE4E9;
	height:auto;
}

#weather{
padding-top:10px;
padding-bottom:10px;
padding-left:3px;}

#wxButtonFrame{
border-right:1px solid #98AFC7;
}