/* VERSIONS
/* 6_0 Module Framework

/* CALENDAR STYLES
----------------------------------------------------------------------------- */

dl.calendar-day dd h4{ line-height: normal; }
dl.calendar-day dd h5{ line-height: normal; color: #15133F; display: inline; font-weight: normal; font-size: .9em; }

/* 
-----------------------------------------------------------------------------
 =BUTTONS
----------------------------------------------------------------------------- */	

.controls{ position: relative; margin-bottom: 1em; }
	
	.controls .paging,
	.controls .views{ float: left; 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{  }
				.calendar .controls div.customize .sc .module .hd a.update { position: absolute; right: 0; top: 25%; }

.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: 45px;
		margin-bottom: 30px;
		position: relative;
		}
		.calendar .list dl.calendar-day dt {
			display: block;
			height: 48px;
			width: 44px;
			position: absolute;
			background: url(/images/module/calendar-date.gif) no-repeat 0 0;
			margin-top: -3px;
			left: 0;
			}
			.calendar .list dl.calendar-day dt span {
				color: #FFF;
				display: block; 
				text-align: center; 
				text-transform: uppercase;
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				width: 44px;
				height: 21px;
				padding: 3px 0 0 0;
				text-align: center;
				}
			.calendar .list dl.calendar-day dt span.month {
				color: #15133F;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 14px;
				line-height: 14px;
				}
			.calendar .list dl.calendar-day dt span.date {
				font-size: 18px;
				line-height: 18px;
				}
		.calendar .list dl.calendar-day dd {
			margin-left: 58px;
			border: 0;
			background: url(/images/module/news-divider.gif) repeat-x left bottom;
			color: #15133F;
			line-height: 1.2em;
			padding-bottom: .7em;
			}
			.calendar .list dl.calendar-day dd h4 {
				font-size: 1.4em;
				font-weight: normal;
				font-family: Georgia, "Times New Roman", Times, serif;
				}
			.calendar .list dl.calendar-day dd h4 { color: #100D3D; }
			.calendar .list dl.calendar-day dd h4 a:hover { text-decoration: underline; }

	
/* 
-----------------------------------------------------------------------------
 =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: 1px solid #CCC; 
		border-right: 0;
		width: 100%;
		}
		.table-container table th{ 
			background-color: #7e87a6;
			border-bottom: 1px solid #CCC; 
			border-right: 1px solid #CCC;
			color: #FEFFFF; 
			font-weight: normal;
			text-align: center;
			}
		.table-container table td{
			background-color: #FFF;
			border: 1px solid #CCC; 
			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 {}
	.calendar .miniblock .paging{ /*display: none;*/ margin-bottom: .3em; }
		.miniblock .paging .next, .miniblock .paging .previous { width: 5%; text-align: center; top: 0; }
	.calendar .miniblock h2{}
	.calendar .miniblock form select {
		margin: 0 0 0 12%;
		width: 76%;
		height: 1.6em;
		padding: 0 0 0 .2em;
		}
	.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: #eaeff2;
			}
		.calendar .miniblock table td.event{
			background-color: #d0d6e2;
			}
		.calendar .miniblock table td.today { background-color: #373c7e; color: #FFF; }
			.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{}
		.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{
				border-bottom: 1px solid #CCC;
				font-weight: bold;
				padding: 0.4em;
				margin-bottom: 0.6em;
				}
		    .calendar .month table td.today dl.calendar-day dt{
				background-color: #373c7e;
				color: #ffffff;
		        }
			.calendar .month table td dl.calendar-day dd{
				padding: 0 0.4em 1em;
				}
	

/* 
-----------------------------------------------------------------------------
 =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; }
			
