	#mco-calendar td
	{
		overflow: hidden;
	}
		#loader
		{
			padding: 0 0 0 0;
			position: absolute;
			right: 4px;
			top: 2px;
			text-indent: -9999px;
			width: 19px;
			height: 19px;
			background-image: url(/static/images/loader.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
		}
	
	#mco-calendar p.more
	{
		text-align: left;
		background-image: url(/static/images/info_icon.gif);
		background-repeat: no-repeat;
		background-position: 0 6px;
		padding: 4px 19px !important;
	}
		#mco-calendar p.more a
		{
			color: #726659;
			font-style: normal;
			padding: 0;
		}
		
	.modalwindow
	{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 384px;
		height: 256px;
		margin: -100px 0 0 -224px;
		padding: 16px 16px 16px 16px;
		z-index: 4000;
		background-image: url(/static/images/infobg.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
		.modalwindow .modalbox
		{
			padding: 16px;
			overflow: hidden;
			height: 224px;
			position: relative;
		}
		
		#mco-calendar .modalwindow .modalbox h4
		{
			color: #726659 !important;
			font-size: 16px !important;
			background-color: #fff !important;
			padding: 0 0 8px 0;
		}
		

	
		#mco-calendar .modalwindow .closer
		{
			padding: 4px 16px;
			text-align: right;
			background-color: #005685;
			
			/*
			background-color: #aaa;
			border-bottom: 1px solid #005685;
			background-image: url(/static/images/branding_mco.gif);
			background-repeat: repeat;
			background-position: 0 0;
			*/
		}
			.gok #mco-calendar .modalwindow .closer { background-color: #eb0076; }
			.rkf #mco-calendar .modalwindow .closer { background-color: #a5a52c; }
			.mbo #mco-calendar .modalwindow .closer { background-color: #9b4f96; }
			.mo #mco-calendar .modalwindow .closer { background-color: #269ddf; }	
			.rfo #mco-calendar .modalwindow .closer { background-color: #f58736; }
	
	
	
			#mco-calendar .modalwindow .closer a
			{
				text-transform: uppercase;
				font-size: 10px;
				color: #fff;
			}
			
			
		#mco-calendar .modalwindow .modalbox *
		{
			line-height: 18px !important;
		}
		
		#mco-calendar .modalwindow .modalbox dl
		{
			overflow: hidden;
			width: 364px;
		}
		
		#mco-calendar .modalwindow .modalbox dt
		{
			float: left;
			width: 52px;
			color: #726659;
			font-style: italic;
		}
		
		#mco-calendar .modalwindow .modalbox dd
		{
			float: left;
			color: #005685;
			width: 308px;
		}
	
	#mco-calendar
	{
		margin: 8px 0 0 0;
		position: relative;
	}
	
	#mco-calendar *
	{
		font-family: Arial;
		font-size: 11px;
		line-height: 16px;
	}
	
	#calendar-view
	{

		background-color: #C2D5E0;
		
		padding: 8px;
		position: relative;
		
		/*
		border-bottom: 1px solid #ccc;
		background-image: url(/static/images/bodytop.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		*/	
	}
	
		.rfo #calendar-view
		{
			background-color: #fae1cf;
		}
		.rkf #calendar-view
		{
			background-color: #e8e9cc;
		}
		
		.mo #calendar-view
		{
			background-color: #cde6f7;
		}
		
		.gok #calendar-view
		{
			background-color: #f6bfdd;
		}
		
		.mbo #calendar-view
		{
			background-color: #e5d3e4;
		}
	
	
	#calendar-navigation
	{
		position: relative;
	}
	
	
		#calendar-navigation .ensembles
		{
			position: absolute;
			top: 4px;
			right: 8px;
		}
	
	
	
	#calendar-view .current-date
	{
		background-color: #eee;
		background-image: none;
	}
	
	
	#calendar-view .viewport
	{
		height: 432px;
		width: 910px;
		/*
		overflow-y: auto;
		overflow-x: hidden;
		*/
		overflow: auto;
		position: relative;
		/*
		border-color: #726659;
		border-width: 1px 0 1px 0;
		border-style: solid;
		*/
	}
		#calendar-view .month .viewport
		{
			border-top: 1px solid #ccc;
		}
		
	#calendar-view.small .viewport
	{
		height: 300px;
		width: 624px;
	}
	
	#calendar-view .scroller
	{
		position: relative;
		overflow: hidden;
	}
		#calendar-view .scroller-content
		{
			position: relative;
			overflow: hidden;
			background-color: #aaa;
		}
	
	/*
	*/
	
	.agenda
	{
		position: relative;	
		
	}
		.agenda .viewport
		{
			background-color: #fff;
		}
		.agenda dl
		{
			
		}
		
		.agenda dl *
		{
			font-size: 12px !important;
			line-height: 18px !important;
		}
	
		.agenda dt
		{
			background-color: #fff;
			padding: 4px 8px;
			color: #726659;
			font-weight: bold;
			border-top: 1px solid #eee;
		}
			
		
		
		
		.agenda dd a
		{
			padding: 4px 9px;
			display: block;
			
		}
		.agenda dd span
		{
			padding: 4px 20px;
			background-image: url(/static/images/bulletblack.jpg);
			background-repeat: no-repeat;
			background-position: 8px 10px;
			display: block;
			
		}
		.agenda dd a.expandable
		{
			padding: 4px 20px;
			background-image: url(/static/images/plus_mini.gif);
			background-repeat: no-repeat;
			background-position: 8px 9px;
		}
			
			.agenda dd a em
			{
				font-style: normal;
				color: #333;
			}
		
			.agenda dd a.expanded
			{
				background-image: url(/static/images/min_mini.gif);
			}
			
		.agenda dd
		{
			background-color: #fff;
			border-top: 1px solid #eee;
		}
			.agenda dd.odd
			{
				background-color: #f6f6f6;
			}

		.agenda .agenda-item
		{
			padding: 1px 8px 8px 20px;
			width: 800px;
			
			display: none;
		}
		
		.agenda .agenda-item h3
		{
			padding-top: 8px;
			font-weight: bold;
		}

	/*
	*/
	
	.week-header
	{
		margin-bottom: 8px;
		overflow: hidden;
		padding-left: 42px;
		width: 868px;
	}
		
		.week-header .day-appointments
		{
			width: 868px;
			overflow: hidden;
		}
			.week-header .day-appointments .row
			{
				width: 868px;
				overflow:hidden;
			}
		
			.small .week-header,
			.small .week-header .day-appointments,
			.small .week-header .day-appointments .row
			{
				width: 569px;
			}
		
		.week-header .day
		{
			text-align: center;
			font-weight: bold;
			border-bottom: 1px solid #ccc;
			float: left;
			width: 122px;
		}
			.small .week-header .day
			{
				width: 81px;
			}
			
		.week-header .current-date
		{
			background-color: #8aadc2 !important;
			color: #eee;
		}
			
			.gok .week-header .current-date { background-color: #eb0076 !important; }
			.rkf .week-header .current-date { background-color: #a5a52c !important; }
			.mbo .week-header .current-date { background-color: #9b4f96 !important; }
			.mo .week-header .current-date { background-color: #269ddf !important; }	
			.rfo .week-header .current-date { background-color: #f58736 !important; }
			
		
		.week-header .day-appointment
		{
			height: 52px;
			width: 122px;
			border-color: #aaa #CCC #CCC #CCC;
			border-width: 0 0 1px 0;
			border-style: solid;
			background-image: url(/static/images/dayappbar.gif);
			background-repeat: repeat-x;
			background-color: #fff;
			background-position: 0 0;
			float: left;
		}
			.small .week-header .day-appointment
			{
				width: 81px;
			}
			
			.week-header .day-appointment.current-date
			{
				background-color: #eee !important;
			}
			
		.week-header .day-appointment a
		{
			display: block;
			background-color: #D7D5D1;
			padding: 0 4px 0 4px;
			height: 16px;
			overflow: hidden;
			margin: 1px;
			
			background-color: #726659;
			color: #fff;
			
		}
		.week-header .day-appointment a.hilite
		{
			background-color: #005685;			
		}
		
			.gok .week-header .day-appointment a.hilite { background-color: #eb0076 !important; }
			.rkf .week-header .day-appointment a.hilite { background-color: #a5a52c !important; }
			.mbo .week-header .day-appointment a.hilite { background-color: #9b4f96 !important; }
			.mo .week-header .day-appointment a.hilite { background-color: #269ddf !important; }	
			.rfo .week-header .day-appointment a.hilite { background-color: #f58736 !important; }
			
		
		
		
	/*
	*/
	
	.week
	{
		position: relative;
	}
				
		
		.week-grid h4
		{
		
			vertical-align: top;
			background-color: #f6f6f6;
			text-align: right;
			padding-right: 4px;
			color: #005685;
		}
			.gok .week-grid h4
			{
				color: #eb0076;
			}
			.rkf .week-grid h4
			{
				color: #a5a52c;
			}
			.mbo .week-grid h4
			{
				color: #9b4f96;
			}
			.mo .week-grid h4
			{
				color: #269ddf;
			}
			
			.rfo .week-grid h4
			{
				color: #f58736;
			}
			
			
		
		.week-grid td
		{
			
		}
		.week-grid .half-hour
		{
			height: 23px;
			width: 121px;
			padding: 0;
			background-color: #fff;
		}
		
		.week-grid .half-hour.free
		{
			background-color: #eee;
		}
		.week-grid .half-hour.free.current-date
		{
			background-color: #ddd !important;
		}
		
		.week .appointment a
		{
			font-weight: bold;
			border-bottom: 0 solid #eee;
			display: block;
		}
		.week .appointment em
		{
			font-weight: bold;
			color: #726659;
		}
		.week .appointment
		{			
			padding: 0 0 16px 0;
			width: 121px;		
		}
		
		.week div[class="appointment"]
		{					
			background-image: url(/static/images/noteshadow.png);
			background-repeat: no-repeat;
			background-position: right bottom;			
		}
		
		.small .week .appointment
		{
			width: 72px;	
		}
		
			#calendar-view.small .week .appointment *
			{
				line-height: 14px !important;
			}
			.week .appointment div
			{
				background-color: #D7D5D1;
				background-color: #fff;
				padding: 0 4px 0 4px;
				border-bottom: 1px solid #ccc;
				width: 113px;
				/*
					border-color: #FC3 #FC3 #d7d5d1 #FC3;
					border-width: 0 0 0 0;
					border-style: solid;
					background-color: #726659;
				*/
				overflow: hidden;
				background-image: url(/static/images/bg.gif);
				background-repeat: repeat;
				background-position: 0 0;
			}
			
			.week .appointment.hilite div
			{
				background-image: url(/static/images/note_hilite.jpg);
				background-repeat: repeat-x;
				background-position: 0 0;
			}
			
			.small .week .appointment div
			{
				width: 72px;
			}
			
			.week .appointment div:hover
			{
				text-decoration: underline;
			}
			
	a
	{
		
		text-decoration: none;
	}

	td
	{
		/*
		border-color: #ddd;
		border-width: 0 1px 1px 0;
		border-style: solid;
		*/
		width: 160px;
		vertical-align: top;
		background-color: #fff;
	}
	
	.calendar-buttons
	{
		position: relative;
		overflow: hidden;
		padding-right: 28px;
		
	}
		.calendar-buttons input
		{
			float: left;
			margin-right: 4px;
		}
		
		.calendar-buttons #pdf a,
		.calendar-buttons #print a,
		.calendar-buttons #today a,
		.calendar-buttons #previous a,
		.calendar-buttons #next a
		{
			border: 0 solid #eee;
			padding: 2px 2px 2px 18px;
			background-image: url(/static/images/next.gif);
			background-repeat: no-repeat;
			background-position: 4px 4px;
			background-color: #fff;
			font-size: 10px !important;
			font-family: "Trebuchet MS", Arial;
			text-transform: uppercase;
		
			float: left;
			margin-left: 8px;
			text-decoration: underline;
		}
		
		.calendar-buttons #previous a
		{	
			background-image: url(/static/images/back.gif);
		}
		.calendar-buttons #today a
		{	
			background-image: url(/static/images/currentdate_icon.jpg);
			padding-left: 24px;
		}
		
		.calendar-buttons #print a
		{	
			background-image: url(/static/images/printer.gif);
			background-position: 2px 2px;
			padding: 2px 8px 2px 24px;
			float: right;
		}
		.calendar-buttons #pdf a
		{	
			background-image: url(/static/images/pdf.jpg);
			background-position: 2px 2px;
			padding: 2px 8px 2px 24px;
			float: right;
		}
		
		.export
		{
			overflow: hidden;
			padding-left: 4px;
		}
			.export a
			{
				padding: 2px 2px 2px 24px;
				background-image: url(/static/images/outlook.gif);
				background-repeat: no-repeat;
				background-position: 5px 5px;
				font-size: 10px !important;
				font-family: "Trebuchet MS", Arial;
				text-transform: uppercase;
				float: left;
			}

		.calendar-buttons #daterange
		{
			padding: 4px 0 0 0;
			line-height: 16px;
			border: 0;
			width: 300px;
		}
		
		.calendar-range
		{
			float: left;
			font-weight: normal;
			padding: 2px 2px 0 8px;
		}
		.calendar-buttons select
		{
			float: right;
			margin: 2px 4px 0 4px;
			
		}
			.calendar-buttons option
			{
				font-size: x-small !important;
			}
			
		.calendar-buttons ul
		{
			overflow: hidden;
			float: right;
		}
		
		.calendar-buttons .tabs li
		{
			margin-left: 1px;
			background-image: url(/static/images/tab_left_n.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
		}
			
			
			
		
		.calendar-buttons .tabs li,
		.calendar-buttons .tabs a
		{
			float: left;
		}
		.calendar-buttons .tabs a
		{
			padding: 4px 12px;
		
			
			text-transform: uppercase;
			font-family: "Trebuchet MS" !important;
			background-image: url(/static/images/tab_right_n.gif);
			background-repeat: no-repeat;
			background-position: top right;
			
		}
		
		.calendar-buttons .tabs .active
		{
			background-image: url(/static/images/tab_left.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
		}
			.gok .calendar-buttons .tabs .active
			{
				background-image: url(/static/images/gok_tab_left.gif);
			}
			
			.rkf .calendar-buttons .tabs .active
			{
				background-image: url(/static/images/rkf_tab_left.gif);
			}
			
			.mbo .calendar-buttons .tabs .active
			{
				background-image: url(/static/images/mbo_tab_left.gif);
			}
			
			.mo .calendar-buttons .tabs .active
			{
				background-image: url(/static/images/mo_tab_left.gif);
			}
			
			.rfo .calendar-buttons .tabs .active
			{
				background-image: url(/static/images/rfo_tab_left.gif);
			}
			
		.calendar-buttons .tabs .active a
		{	
			/*
			background-color: #c2d5e0;
			*/
			background-image: url(/static/images/tab_right.gif);
			background-repeat: no-repeat;
			background-position: top right;
		}
			.gok .calendar-buttons .tabs .active a
			{
				background-image: url(/static/images/gok_tab_right.gif);
			}
			.rkf .calendar-buttons .tabs .active a
			{
				background-image: url(/static/images/rkf_tab_right.gif);
			}
			.mbo .calendar-buttons .tabs .active a
			{
				background-image: url(/static/images/mbo_tab_right.gif);
			}
			.mo .calendar-buttons .tabs .active a
			{
				background-image: url(/static/images/mo_tab_right.gif);
			}
			.rfo .calendar-buttons .tabs .active a
			{
				background-image: url(/static/images/rfo_tab_right.gif);
			}
			
			
	#mco-calendar .info
	{
		position: absolute;
		top: 0;
		left: -200px;
	}
	
	/*
	a { color: #9C3; }
	.active { color: #F00 !important; }
	*/
	
	.current { color: #005685; }
	#daterange { width: 128px; }
	
	
	
	
	.month
	{
		position: relative;		
	}
	
		/*
		#mco-calendar h3
		{
			padding: 0 0 4px 0;
			border-bottom: 1px solid #fff;
			margin-bottom: 8px;
			color: #777;
			font-weight: bold;
		}
		*/
		
		#mco-calendar .month .header-row,
		#mco-calendar .month .row
		{
			overflow: hidden;
		}
		
		#mco-calendar .month .row
		{
			padding: 1px 0 0 1px;
			background-color: #ccc;
			width: 910px;
		}
		
		
		#mco-calendar .month *
		{
			line-height: 14px;
		}
		
		#mco-calendar .month .header-row h4
		{
			text-align: center;
			width: 130px;
			float: left;	
			color: #777;
			font-weight: bold;
			padding-bottom: 2px;
		}
		
		#mco-calendar .month em
		{
			font-weight: bold;
			color: #726659;
		}

		#mco-calendar .month .month-day
		{
			margin: 0 1px 0 0;
			background-color: #f6f6f6;
			width: 129px;
			float: left;
		}
		
		#mco-calendar .month .list
		{
			overflow: hidden;
			height: 76px;
			overflow: hidden;		
		}
		
		#mco-calendar .month .current
		{
			background-color: #fff;
		}
		
		#mco-calendar .month .current h4
		{
			color: #8aadc2;
			font-weight: bold;
		}
		
			.rfo #mco-calendar .month .current h4
			{
				color: #f6c5a2;
			}
			
			.rkf #mco-calendar .month .current h4
			{
				color: #d2d49d;
			}
			.mo #mco-calendar .month .current h4
			{
				color: #9dceed;
			}
			
			.gok #mco-calendar .month .current h4
			{
				color: #ef83bb;
			}
			
			.mbo #mco-calendar .month .current h4
			{
				color: #cca9cb;
			}
		
		#mco-calendar .month-day h4
		{
			background-color: #f6f6f6;
			padding: 0 4px 0 4px;
			margin-bottom: 1px;
			color: #ccc;
		}
			
			#mco-calendar .month .active
			{
				/*
				background-image: url(/static/images/note_hilite.jpg);
				background-repeat: repeat-x;
				background-position: 0 0;
				*/
				background-color: #C2D5E0;
			}
				.rfo #mco-calendar .month .active
				{
					background-color: #fae1cf;
				}
				.rkf #mco-calendar .month .active
				{
					background-color: #e8e9cc;
				}
				.mo #mco-calendar .month .active
				{
					background-color: #cde6f7;
				}
				.gok #mco-calendar .month .active
				{
					background-color: #f6bfdd;
				}
				.mbo #mco-calendar .month .active
				{
					background-color: #e5d3e4;
				}
					
			#mco-calendar .month .active h4
			{
				color: #fff;			
				background-color: #8aadc2;
			}
				.rfo #mco-calendar .month .active h4
				{
					background-color: #f6c5a2;
					color: #fff;	
				}
				
				.rkf #mco-calendar .month .active h4
				{
					background-color: #d2d49d;
					color: #fff;	
				}
				.mo #mco-calendar .month .active h4
				{
					background-color: #9dceed;
					color: #fff;	
				}
				
				.gok #mco-calendar .month .active h4
				{
					background-color: #ef83bb;
					color: #fff;	
				}
				
				.mbo #mco-calendar .month .active h4
				{
					color: #fff;	
					background-color: #cca9cb;
				}
			
		
		.month a
		{		
			display: block;			
			width: 119px;		
			margin: 0 1px 1px 1px;
			padding: 0 4px;
			overflow: hidden;
			height: 14px;
		}
		.month a.day-appointment
		{
			background-color: #d7d5d1;
			color: #005685;
			
			background-color: #726659;
			color: #fff !important;
		}
			#mco-calendar .month a.day-appointment em
			{
				color: #fff;
			}
		.month a.hilite
		{
			background-color: #c2d5e0;
			
		}
		
		
/*
*/

#ui-datepicker-div
{
	
	background-color: #005685;
	width: 185px;
	border-bottom: 1px solid #888;
	
	margin: 10px 0 0 -2px;
	position: absolute;
	z-index: 9998;
}

.gok #ui-datepicker-div { background-color: #eb0076 !important; }
.rkf #ui-datepicker-div { background-color: #a5a52c !important; }
.mbo #ui-datepicker-div { background-color: #9b4f96 !important; }
.mo #ui-datepicker-div { background-color: #269ddf !important; }	
.rfo #ui-datepicker-div { background-color: #f58736 !important; }
	
	
	.ui-datepicker-trigger
	{
		border: 0;
		width: 19px;
		height: 17px;
		padding: 0;
		float: left;
		margin: 2px 0 0 7px;
		background-color: #fff;
		cursor: pointer;
	}
		.ui-datepicker-trigger img
		{
			margin: 0;
			float: left;
		}
	#ui-datepicker-div h3
	{
		text-transform: none;
		color: #fff;
		padding: 8px 0 0 8px;
		font-size: 13px;
	}
	.ui-datepicker-header
	{
		padding: 2px 4px 18px 4px;
		
		border-color: #cfcfc5;
		border-width: 0 0 0 0;
		border-style: solid;
	}
	.ui-datepicker-header select
	{
		margin: 4px;
		
		text-transform: uppercase;
		font-size: 11px;
		color: #484846;
	}
		.ui-datepicker-new-month
		{
			width: 96px;
		}
		.ui-datepicker-new-year
		{
			width: 62px;
		}
	
	.ui-datepicker
	{
		width: 185px;
		background-color: #fff;
		
		border-color: #cfcfc5;
		border-width: 0 1px 1px 1px;
		border-style: solid;
	}
		.ui-datepicker td
		{
			padding: 1px 5px 5px 5px;
			text-align: center;
		}
		
		
		.ui-datepicker td a
		{
			color: #a3a399;
			cursor: pointer;
		}
			.ui-datepicker td a:hover
			{
			
				color: #484846;
			}
		
		.ui-datepicker thead td a
		{
			text-transform: uppercase;
			color: #484846;
		}
		
		.ui-datepicker-links
		{
			display: none;
		}



