div.clsCalendarSearchBox
	{ border: 1px #FFD400 solid; background: #FFFFD6; margin: 5px; }

	div.clsCalendarSearchBox table tr td,
	div.clsCalendarSearchBox table tr th
		{ padding: 4px; }
	
	div.clsCalendarSearchBox table tr th b
		{ border-bottom: 1px #FFD400 solid; display: block; }

div.clsCalendarEditBox
	{ border: 1px #FF0000 solid; background: #FFEEEE; margin: 0px 5px 0px 0px; }
	
	div.clsCalendarEditBox table tr td,
	div.clsCalendarEditBox table tr th
		{ padding: 4px; }
	
	div.clsCalendarEditBox table tr th b
		{ color: #FF0000; border-bottom: 1px #FF0000 solid; display: block; }

div.block-table-calendar, div.block-table-calendar-compact { }

	div.block-table-calendar table, div.block-table-calendar-compact table {
		width: 100%;
	}
	
	div.block-table-calendar table td {
		padding: 3px 3px 7px 7px;
		border-bottom: 1px #E3EFFF solid;
		font-size: 90%
	}
	
	div.block-table-calendar-compact table td {
		padding: 1px 3px 3px 5px;
		border-bottom: 1px #E3EFFF solid;
		font-size: 90%
	}
	
	div.block-table-calendar table td img, div.block-table-calendar-compact table td img {
		padding: 4px;
		float: right;
		border: 0px;
	}
	
	div.block-table-calendar table th.item-header {
		padding: 3px 0px 1px 0px;
		border-bottom: 1px #E3EFFF solid;
	}
	
	div.block-table-calendar-compact table th {
		padding: 1px 0px 3px 0px;
		border-bottom: 1px #E3EFFF solid;
		color: #666666;
		font-size: 85%;
	}
	
	div.block-table-calendar table th.item-header span, div.block-table-calendar-compact table th span {
		display: block;
		background: transparent url(../images/background_thead_grid.gif) repeat-x bottom left;
		border: 1px #d0d0d0 solid;
		font-weight: bold;
		padding: 1px 10px 1px 4px;
	}
	
	div.block-table-calendar-compact table th span {
		display: block;
		background: transparent url(../images/background_thead_grid.gif) repeat-x bottom left;
		border: 1px #d0d0d0 solid;
		padding: 1px 7px 1px 4px;
		font-weight: normal;
	}
	
	
	div.block-table-calendar table th.group-header {
		font-weight: bold;
		color: #fff;
		height: 20px;
		background: transparent url(../images/background_thead.gif) no-repeat scroll center left;
		border-right: 5px solid #fff;
	}
	
	div.block-table-calendar table th.group-header .last {
		border-right: none;
	}
	
	div.block-table-calendar table th.group-header span {
		display: block;
		margin-left: 5px;
		padding-top: 1px;
		padding-right: 5px;
		height: 19px;
		background: transparent url(../images/background_thead.gif) no-repeat scroll center right;
	}

div.calendar-admin-links-wrapper {
		position:absolute;
		z-index:1;
		right: 3px;
		top: 3px;
		text-align: center;
		padding: 0 5px 5px 5px;
		display: none;
		background: #fff;
	}
	
	div.calendar-admin-links {
		z-index:1;
		text-align: center;
		padding: 3px;
		background: #F2F2F2;
		border: 1px #D0D0D0 solid;
	}
