table#calendar {
	background: white;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	/*
        font-size: 1.125em;
        */
	
    -webkit-appearance: none;
  moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
    padding: 0px;
  border: 3px solid #009900;
  border-collapse: separate;
    border-spacing: 0;
}



table#calendar a {
	text-decoration: none;
}
/*
tr#days th {
	width: 18%;
}
tr#days th.sat, tr#days th.sun {
	width: 5%;
}
*/
tr#days th {
	/* width: 100px; */
	border: 1px solid black;
	font-size: 1.00em;
}
tr#days th.sat, tr#days th.sun {
	/* width: 100px; */
	max-height: 100px;
}
table#calendar tr#days th {
	/*
	color: #CCE;
	background-color: #224; 
	*/
	color: #faf4e4;
	/* background-color: #533b21;  */
	background-color: #EE861A;
	font-weight: normal;
	text-align: center; 
	padding: 1px 0.33em;
}
table#calendar tr#title th {
	/* background: #dcca68; */
	/* background: #C2D91B; */
	background: none;
	color: black; 
	/* border: 1px solid 242;*/
	border: none;
	font-size: 1.5em;
	text-align: center;
}
table#calendar td {
	width: 14%;
	vertical-align: top;
	padding: 0; 
	border: 0px solid gray;
	border-width: 0 1px 0px 0px;
}
table#calendar td.sat {
	width: 14%;
	/* border-right: 1px solid gray; */
	border-right: none;
}

table#calendar td.pricing_row {
    padding: 3px; 
    border: none;
    border-top: 1px solid gray;
}


table#calendar a {
	font-weight: bold;
	display: block;
	margin: 0;
}
table#calendar a:link {
	color: navy;
}
table#calendar a:visited {
	color: navy;
}
table#calendar a:hover {
	background: #FF6;
}
table#calendar a:active {
}

a.simple_links:visited,
a.simple_links:link,
a.simple_links:hover
{
    color: blue;
    text-decoration: underline;
    font-size: small;
    display: inline;
    float: none;
}

table#calendar td.sat, table#calendar td.sun {
	/* background: #FDD; */
	background: #fff;
	background: transparent;
}
table#calendar td.jun, table#calendar td.aug { 
	/* background: #AAB; */
	border-right: 1px solid gray;
	background: #ddd;
	color: #889;
	width: 100px;
	height: 100px;
}
table#calendar tr#lastweek td {
	/* border-bottom: 2px solid #AAB; */
	border-bottom: none;
}
table#calendar td.holiday {
	background: #FAA;
}
table#calendar td#jul16 {
	background-color: #dcca68;
}
td#jul16 div.date {
	color: #C33;
	font-weight: bold;
	background: #FFC;
}
div.event {
	margin: 0.25em;
	/* background:#000; */
}

div.event:hover {
    background: pink;
}

div.calendar_marketing_event {
	margin: 0.25em;
	/* background:#000; */
	border: 2px solid gray;
}

div.calendar_marketing_event:hover {
    background: pink;
}

div.event span {
	/* display: block; */
}

div.event_notes {
    padding: 10px;
    background: yellow;
}

a.event_notes {
    display: block;
    color: brown;

}

div.holiday {
	font-style: italic;
}
span.time {
	font-weight: normal;
}
span.title {
	font-weight: bold;
}
span.details_link {
	font-weight: normal;
	margin-top: 5px;
}
span.reminder_link {
	font-weight: normal;
	margin-top: 5px;
}
span.loc {
	color: #555;
	font-style: italic;
}

div.date {
	float: right;
	text-align: center; 
	border: 1px solid gray;
	border-width: 0 0 1px 1px; 
	padding: 0.125em 0.25em 0 0.25em;
	margin: 0; 
	background: #F3F3F3;
	width: 1em;
}
/*
td.sat div.date, td.sun div.date {
	border-width: 0; 
	color: gray;
	background: transparent;
}
*/
td.jun div.date {
	border-width: 0; 
	color: gray;
	background: transparent;
}

.tdcell {
	height: 100px;
}

a.task_link {
    font-size: 1.0em;
    color: blue;
    font-weight: bold;
}

span.start_dates {
    font-weight: normal;
    font-size: small;
    color: brown;
}

span.reg_closed {
    font-weight: normal;
    font-size: x-small;
    color: orange;
}

span.reg_start {
    font-weight: normal;
    font-size: x-small;
    color: red;
}

option:selected {
    
}

a.calendar_leader {
    font-size: 0.7em;
    color: red;
    font-weight: normal;
}

a.calendar_notes, span.calendar_notes {
    font-size: small;
    color: grey;
    font-weight: normal;
}




span.class_ages_program_specific {
    font-size: .6em;
    font-weight: normal;
}

ol 
{
    margin:0px;
    padding-left:3px;
}

ol li 
{
    margin: 0px;
    padding: 0px;
    text-indent: .5em;
    margin-left: 2em;
    font-size: .7em;
    color: gray;
}

