/* Styling for schedule Page */

#container #mainContent {
   margin-left: 0px;
}
#container #mainContent .disclaimer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10 pt;
    color: #CC0000;
    text-align: center;
}
#container #mainContent p {
   font-size: 10pt;
}
#container #mainContent #topMain {
   margin-left: 250px;
}
#container #mainContent #topPastMain {
   margin-left: 251px;
   padding: 0 20px 10px 0;
}
#container #mainContent #topPastMain table {
	/* width: 620px; */
	border: none;
}
#container #mainContent #topMain table {
	width: 560px;
	border: 2px solid #333333;
}
#container #mainContent #topMain table tr {
   font-size: 10pt;
   color: #000000;
   vertical-align: top;
}
#container #mainContent #topMain table th,
#container #mainContent #topMain table td {
   border: 1px solid #333333;
}
#container #mainContent #topMain table tr th,
#container #mainContent #topMain table tr td.head {
   padding-left: 10px;
   text-align: left;
}
#container #mainContent #topMain table th {
   font-size: 9pt;
   font-weight: bold;
   color: #344069;
}
#container #mainContent #topMain table tr.newMonth {
   font-size: 9pt;
   font-weight: bold;
   background-color: #9EACD6;
   color: #000000;
}
#container #mainContent #topMain table tr td {
   text-align: left;
   padding-left: 10px;
}
#container #mainContent #topMain table tr td.date {
   text-align: center;
   padding-left: 0px;
}
#container #btmMain table tr td.date,
#container #mainContent #topPastMain table tr td.date {
   width: 80px;
   vertical-align: top;
}
#container #mainContent #topMain table tr td .main {
   font-weight: bold;
}
#container #mainContent #topMain table tr td .sub {
   font-size: 9pt;
}
#container #btmMain,
#container #mainContent #topPastMain {
   /* border: none; */
   font-size: 10pt;
   padding-bottom: 20px;
}
#container #btmMain {
	clear: both;
	border-top: 1px solid #344069;
	text-align: center;
	margin: 0;
}
#container #btmMain table {
   width: 70%;
   font-size: 9pt;
   margin-left: auto;
   margin-right: auto;
}
#container table tr.stripe {
	background-color: #9EACD6;
	margin-left: auto;
	margin-right: auto;
}
.clrflt {
   font-size: 0pt;
   line-height: 0px;
   clear: both;
   margin: 0;
}

