ul{
  list-style-type:none; 
}

#daily_wrapper {
        width: 960px;
} 

#wrapper table{
	border: medium solid #6495ed;
	border-collapse: collapse;
	width: 100%;
}

#wrapper th{
	font-family: monospace;
	border: thin solid #6495ed;
	padding: 5px;
	text-align: left;
	background-color: #D0E3FA;
}

#wrapper td{
font-family: sans-serif;
border: thin solid #6495ed;
padding: 5px;
text-align: left;
background-color: #ffffff;
}

#weekly_wrapper{
	border: 1px solid black;
	padding: 5px;
	width: 800px;
}

#weekly_wrapper table{
	border: medium solid #6495ed;
	border-collapse: collapse;
	width: 100%;
}

#weekly_wrapper th{
	font-family: monospace;
	border: thin solid #6495ed;
	padding: 5px;
	text-align: left;
	background-color: #D0E3FA;
}

#weekly_wrapper td{
font-family: sans-serif;
border: thin solid #6495ed;
padding: 5px;
text-align: left;
background-color: #ffffff;
}





#tableNoStyle table{
	border: none;
	width: 100%;
}

#tableNoStyle th{
	font-family: monospace;
	border: none;
	padding: 5px;
	text-align: left;
	background-color: white;
}

#tableNoStyle td{
font-family: sans-serif;
border: none;
padding: 5px;
text-align: left;
background-color: WHITE;
}


