/* VERSIONS
/* 6_0 Module Framework

/* CALENDAR STYLES
----------------------------------------------------------------------------- */

dl.calendar-day dd h4{ line-height: normal; }
dl.calendar-day dd h5{ line-height: normal; color: #555; font-size: .9em; }

.sc .calendar{ border-color: #00806C;}
.sc .calendar h2{ color: #ffffff; background-color: #00A48B; border-color: #00806C;}
.sc .calendar .button{ background-color: #00806C; border-color: #00806C; }
.sc .calendar .button:hover{ background-color: #00caaa; border-color: #00caaa; }

/* 
-----------------------------------------------------------------------------
 =BUTTONS
----------------------------------------------------------------------------- */	

.controls{ position: relative; margin-bottom: .6em; }
	
	.controls .paging,
	.controls .views{ float: left; margin-top: 0; margin-right: 2em; height: auto; }
		.controls .paging a,
		.controls .views a{ position: relative; display: block; float: left; margin-right: 4px; }

	.calendar .hd .controls div.customize,
		.calendar .hd .controls div.customize a.customize{ position: relative; top: 0; right: 0; float: right; }
		.calendar .hd .controls div.customize a.customize{ position: relative;}
		.calendar .controls div.customize .sc{ position: absolute; z-index: 32; right: 0; top: 2em;}
			.calendar .controls div.customize .sc .module{ 
				background-color: #ffffff; 
				width: 220px; 
				margin-top: 10px; 
				border-right: 1px solid #3F7CBD;
				border-left: 1px solid #3F7CBD;
				}

.views {}
	.views span.label {}
	.views a {}
		.views a.view-list {}
		.views a.view-month {}	
		.views a.view-week {}
		.views a.view-oneweek {}
		.views a.view-twoweek {}
		.views a.view-print {}

/* 
-----------------------------------------------------------------------------
 =CALENDAR-LIST
----------------------------------------------------------------------------- */			
.calendar .list{}
	.calendar .list dl.calendar-day {	 
		min-height: 60px;
		}
		.calendar .list dl.calendar-day dt {
			display: block;
			float: left;
			height: 53px;
			position: relative;
			width: 53px;
			}
			.calendar .list dl.calendar-day dt span {
				color: #037E69;
				display: block; 
				text-align: center; 
				text-transform: uppercase;
				font-size: 90%;
				position: absolute;
				top: 0;
				line-height: normal;
				width: 50px;
				text-align: center;
				}
			.calendar .list dl.calendar-day dt span.month {
				top: 1px;
				}
			.calendar .list dl.calendar-day dt span.date {
				font-size: 2.8em;
				line-height: 1em;
				top: 10px;
				left: -3px;
				font-family: Georgia, "Times New Roman", Times, serif;
				letter-spacing: -5px;
				}
		.calendar .list dl.calendar-day dd {
			margin-left: 65px; 
			border-bottom: 1px solid #DBECFE;
			margin-bottom: .5em;
			padding-bottom: .5em; 
			}
			
		.sc .calendar .list dl.calendar-day dd{ border-color: #00A48B; }
		.sc .calendar .list dl.last-child dd.only-child{ border: 0; margin-bottom: 0; padding-bottom: 0;}
	
/* 
-----------------------------------------------------------------------------
 =CALENDAR-TABLES Mini-block, Block, Week
 
 Available Classes:
 table.month#
 table th.first-child / last-child
 table tr.first-child / last-child / week#
 table td.first-child / last-child / other-month / other-month-day# / day# / today
 table dl dd.first-child / last-child / only-child / alt
----------------------------------------------------------------------------- */
.table-container{ margin-bottom: .75em }
	.table-container table {
		border-collapse: collapse;
		border-right: 0;
		width: 100%;
		border-left: 1px solid #4180c3;
		border-top: 1px solid #4180c3
		}
		.table-container table th{ 
			background: #4180c3;
			color: #FFF;
			font-weight: normal;
			text-align: center;
			}
		.table-container table td{
			background-color: #FFF;
			border: 1px solid #4180c3;
			border-left: 0;
			vertical-align: top;
			}
		.table-container table td.other-month{}
		.table-container table td.today{}
		.table-container table td.event{}
			.table-container table td span{ /* other month */ }
			.table-container table td a{}
			.table-container table td.today a{}
			.table-container table td.event a{}

/* 
-----------------------------------------------------------------------------
 =CALENDAR-MINI
----------------------------------------------------------------------------- */
.calendar .miniblock { margin-bottom: 1.8em; }
	.calendar .miniblock .paging{ display: none; }
	.calendar .miniblock h2{}
	.calendar .miniblock form select {
		margin: 6px auto;
		width: 100%;
		}
	.calendar .miniblock table {}
		.calendar .miniblock table th{ font-weight: normal;}
		.calendar .miniblock table td{
			text-align: center;
			width: 12%;
			}
		.calendar .miniblock table td.other-month{
			background-color: #EFEFEF;
			}
		.calendar .miniblock table td.event{
			background-color: #d2e8ff;
			}
		.calendar .miniblock table td.today {}
			.calendar .miniblock table td span{}
			.calendar .miniblock table td a{
				text-decoration: none;
				display: block;
				}
			.calendar .miniblock table td.today a{}
			.calendar .miniblock table td.event a{}


/* 
-----------------------------------------------------------------------------
 =MONTH/WEEK CALENDAR
----------------------------------------------------------------------------- */
.calendar .month{}
	.calendar .month .month-select select{ width: 160px; position: absolute; top: 0; right: 0; }
	
	.calendar .month table {
		width: 100%;
		}
		.calendar .month table th{
			padding: 0.4em;
			text-align: left;
			}
		.calendar .month table td{
			width: 16%;
			}
		.calendar .month table td.other-month{ background-color: #EFEFEF; }
		.calendar .month table td.today{}
		.calendar .month table td.event{}
			.calendar .month table td span{}
			.calendar .month table td a{}
			.calendar .month table td.today a{}
			.calendar .month table td.event a{}
		.calendar .month table td dl.calendar-day{}
			.calendar .month table td dl.calendar-day dt{
				background-color: #d2e8ff;
				border-bottom: 1px solid #4180c3;
				font-weight: bold;
				padding: 0.4em;
				margin-bottom: 0.6em;
				}
		    .calendar .month table td.today dl.calendar-day dt{
				
		        }
			.calendar .month table td dl.calendar-day dd{
				padding: 0 0.4em 1em;
				}
			.calendar .month table td dl.calendar-day dd h4{ font-size: 90%; line-height: 115%; }
	

/* 
-----------------------------------------------------------------------------
 =KEY
----------------------------------------------------------------------------- */
dl.key { display: none; }
	dl.key dt { font-weight: bold; }
	dl.key ul { list-style: none; list-style-image: none;  }
		dl.key ul li { padding-left: 0; background: none; }
			dl.key ul li span{ width: 20px; height: 20px; display: block; float: left; margin: -2px 8px 0 0;}
			dl.key ul li.noevent span{ background-color: #E9F7FF; }
			dl.key ul li.today span{ background-color: #8DD3FF; }
			dl.key ul li.event span{ background-color: #CAE9FC; }
			
