/************** Left Column *************/

.breadcrumb {
	float: left;
	padding: 5px 0 5px 0;
	display: block;
}

#main {
	overflow: hidden;	
}

#main-content {
	clear: left;
	overflow: hidden;
}

#subnav { 
	display: none;
}


/* Calendar */

	.monthview, .calendar-month {
		font-family:  Arial, Helvetica, sans-serif;
		width: 680px;
		padding: 10px;
	}
	TABLE.monthview {
		border: 1px solid #9ec75f;
		background-color: #9ec75f;
		padding: 5px;
		clear: right;
	}

	.calendar-month .prev_months {
		float: left;
		width: 220px;
		text-align: right;
		padding-top: 5px;
		white-space: nowrap;
	}
	.calendar-month .next_months {
		float: right;
		width: 220px;
		padding-top: 5px;
		white-space: nowrap;
	}
	.calendar-month .the_month {
		font-size: 15pt;
		font-weight: bold;
		color: #288EBD;
		color: #000000;
		text-decoration: none;
		text-align: center;
	}
	.calendar-month .the_month A {
		color: #000000;
		text-decoration: none;
	}
	.calendar-month .year {
		display: block;
		width:100%;
	}
	.calendar-month .p_m {
		float: left;
	}
	.calendar-month .n_m {
		float: right;
	}

	.calendar-month .p_y {
		float: left;
	}
	.calendar-month .n_y {
		float: right;
		position: relative;
	}
	.calendar-month .p_y_1 {
		float: left;
		padding-left: 10px;
	}
	.calendar-month .n_y_1 {
		float: right;
		padding-right: 10px;
		position: relative;
	}
	.calendar-month .cat_select {
		text-align: right;
		/*float: left;
		display: block;
		width: 98%;*/
	}

	.calendar-month .p_y_1 A, 
	.calendar-month .n_y_1 A {
		color: #000000;
		display: inline;
		text-decoration: none;
	}


	.calendar-month .p_m_1, 
	.calendar-month .p_m_2,
	.calendar-month .p_m_3,
	.calendar-month .n_m_1, 
	.calendar-month .n_m_2,
	.calendar-month .n_m_3
	{
		color: #cccccc;
		display: inline;
	}

	.calendar-month .p_m_1 A, 
	.calendar-month .p_m_2 A,
	.calendar-month .p_m_3 A,
	.calendar-month .n_m_1 A, 
	.calendar-month .n_m_2 A,
	.calendar-month .n_m_3 A
	{
		color: #cccccc;
		text-decoration: none;
	}

	.calendar-month .p_m_1, 
	.calendar-month .n_m_1 {
		font-size: 12pt;
	}

	.calendar-month .p_m_2,
	.calendar-month .n_m_2 {
		font-size: 10t;
		padding: 10px;
	}

	.calendar-month .p_m_3,
	.calendar-month .n_m_3 {
		font-size: 9pt;
	}

	table.monthview {
		/*float: left;*/
	}
	TABLE.monthview TR TD.top_header {
		/*width: 610px;
		 background-color: #EEEEEE; */
		height: 20px;
		font-size: 20pt;
	}

	TABLE.monthview TR TD.top_header .weekheader {
		width: 2%;
		text-align: center;
		border-bottom: 1px solid #000000;
		/* background-color: #FFFFFF; */
		visibility: hidden;
	}

	.monthview .top_header .dayheader {
		width: 14%;
		text-align: center;
		font-size: 10pt;
		font-weight: bold;
		background-color: #FFFFFF;
		color: #000000;
		border: 1px solid #9ec75f;

	}
	.monthview .week {
	}

	.monthview .weeknum {
		vertical-align: top;
		border: 1px solid #9EC75F;
	}

	.monthview .weeknum .week_short {
		color: #000000;
		color: #000000;
		color: #000000;
		line-height: 0px;
		font-weight: bold;
		padding-top: 20px;
	}
	.monthview .weeknum .week_header {
		color: #288EBD;
		font-weight: bold;
		padding-left: 5px;
		font-size: 10pt;
	}
	.monthview .weeknum .week_header A {
		color: #288EBD;
		text-decoration: none;
		display: block;
		width: 100%;
	}

	TABLE.monthview TR TD.day {
		/* border-bottom: 1px solid #9EC75F; */
		vertical-align: top;
		height: 80px;
		width: 11%;
		background-color: #FFFFFF;
		border: 1px solid #9EC75F;
	}
	TABLE.monthview TR TD.weekend {
		/* visibility: hidden; */
		/* display: none; */
		background-color: #efefef;
	}
	TABLE.monthview TR TD.not_in_month {
		/* visibility: hidden; */
		/* display: none; */
		background-color: #9ec75f;
	}
	TABLE.monthview TR TD.day_is_today {
		background-color: #cccccc;
	}
	TABLE.monthview TR TD.day .dayTitle {
		font-size: 9pt;
		margin-top: 2px;
		margin-left: 2px;
	}
	TABLE.monthview TR TD.day .dayTitle A {
		text-decoration: none;
		display: block;
		width: 100%;
	}


	TABLE.monthview TR TD.day DIV.event_today {
		display: block;
		font-size: .6em;
		border: 1px solid;
		border-top: 5px solid;
		border-color: #9ec75f;
		margin: 2px;
		background-color: #EFEFEF;
		overflow: hidden;
	}
	TABLE.monthview TR TD.day DIV.event_today DIV.inner A {
		color: #222255;
		text-decoration: none;
		white-space: nowrap;
		display: inline;
	}

	TABLE.monthview TR TD.day DIV.event_not_today {
		display: block;
		font-size: .8em;
		border-top: 5px solid;
		border-color: #9ec75f;
		background-color: #ffffff;
		overflow: hidden;
	}

	TABLE.monthview TR TD.day DIV.event_not_today DIV.inner A {
		color: #222255;
		text-decoration: none;
		white-space: normal;
		display: inline;
	}

	.monthview .event_today .inner {
		white-space: nowrap;
	}
	
	.monthview .event_not_today {
		border-top: 5px solid #cccccc;
		border-top-color: #cccccc;
		margin: 1px;
		margin-top: 2px;
		margin-bottom: 2px;
		overflow: hidden;
	}

	.monthview .event_not_today .inner {
		font-size: .8em;
	}
	
	.single_event {
		border: 0px;	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		padding: 10px;
		padding-bottom: 1em; 
		margin-left: 0px;
	}