/* VERSIONS
/* 6_0: Module Framework
/* 6_1: Managed Calendar Pages Update [Author: Nick Hall]


/* CALENDAR STYLES
----------------------------------------------------------------------------- */
dl.calendar-day dd h4{ line-height: normal; margin: 0; font-size: 1.5em; }
dl.calendar-day dd h4 a{ color: #f5551c;}
dl.calendar-day dd h5,
dl.calendar-day dd span{ line-height: normal; color: #555;
	display: block;
	margin-bottom: 0;
	font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
	font-size: 1em;
	}
dl.calendar-day dd h4 .cancelled { text-decoration: line-through; }

/* 
-----------------------------------------------------------------------------
 =BUTTONS
----------------------------------------------------------------------------- */	
.controls{ position: relative; margin-bottom: 1.2em; }
	
	.controls .paging, .controls .views,
	.month .paging, .month .views { float: left; margin-right: 2em; height: auto; }
		.controls .paging a, .controls .views a,
		.month .paging a, .month .views a { float: left; margin-right: 5px; position: static; }

	.calendar .hd .controls div.customize,
		.calendar .hd .controls div.customize a.customize{ float: right; position: relative; }
		.calendar .controls div.customize .sc{ position: absolute; z-index: 32; right: 0; top: 2em; width: 220px; }
			.calendar .controls div.customize .sc .module{  }


/* 
-----------------------------------------------------------------------------
 =CALENDAR-LIST
----------------------------------------------------------------------------- */
.calendar .list{}
.calendar .list .hd .paging { margin-bottom: 1.2em; }
.calendar .bd { clear: both; }
	.calendar .list dl.calendar-day {	 
		min-height: 60px;
		}
		.calendar .list dl.calendar-day dt {
			display: block;
			float: left;
			height: 70px;
			position: relative;
			text-align: center;
			width: 69px;
			margin-right: 15px;
			}
			.calendar .list dl.calendar-day dt span {
				display: block; 
				text-align: center; 
				text-transform: uppercase;
				  font-family: 'PT Sans Narrow';
				  font-style: normal;
  				font-weight: 700;
				font-size: 10px;
				position: absolute;
				top: 0;
				left: 0;
				line-height: normal;
				width: 67px;
				}
			.calendar .list dl.calendar-day dt span.month {
				background: none repeat scroll 0 0 rgb(252, 111, 18);
				border: 1px solid rgb(199, 92, 22);
				-webkit-border-top-left-radius: 4px;
				-webkit-border-top-right-radius: 4px;
				-moz-border-radius-topleft: 4px;
				-moz-border-radius-topright: 4px;
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
				color: rgb(255, 255, 255);
				font-size: 1.0m;
				height: 21px;
				line-height: 18px;
				z-index: 2;
				text-shadow: 1px 1px #dd640b;
				}
			.calendar .list dl.calendar-day dt span.date {
				line-height: 43px;
				font-size: 40px;
				top: 19px;
				background: none repeat scroll 0 0 rgb(255, 255, 255);
				height: 49px;
				-webkit-border-bottom-right-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
				-moz-border-radius-bottomright: 4px;
				-moz-border-radius-bottomleft: 4px;
				border-bottom-right-radius: 4px;
				border-bottom-left-radius: 4px;
				border: 1px solid #C5C5C5;
				 font-family: 'PT Serif';
				  font-style: normal;
				  font-weight: 400;
				}
			.calendar .list dl.calendar-day dt span.day {
				font-size: 1em;
				left: 80px;
				text-transform: none;
				background: url(/images/common/shade.png);
				border: 1px solid #cccccc;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				padding: 3px 0;
				}
		.calendar .list dl.calendar-day dd {
			margin-left: 84px; 
			margin-bottom: 1em;
			padding: 0;
			position: relative;
			}
		.calendar .list dl.calendar-day dd.first-child ,
		.calendar .list dl.calendar-day dd.only-child {padding-top: 2em;}

/* 
-----------------------------------------------------------------------------
 =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; clear: both; }
	.table-container table {
		border-collapse: collapse;
		border: 1px solid #CCC; 
		border-right: 0;
		width: 100%;
		}
		.table-container table th{
			color: #000; 
			border-bottom: 1px solid #CCC; 
			border-right: 1px solid #CCC;
			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{ float: left; width: 100%; height: auto; margin: 0 0 1em 0; }
		.calendar .miniblock .paging a { position: static; display: block; }
		.calendar .miniblock .paging a.previous { float: left; }
		.calendar .miniblock .paging a.next { float: right; }
	
	.calendar .miniblock 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: #E1E1E1;
			color: #333;
			}
		.calendar .miniblock table td.today {}
		.calendar .miniblock table td.event{
			background-color: #F5EFE3;
			}
			.calendar .miniblock table td span{}
			.calendar .miniblock table td a{
				text-decoration: none;
				color: #363636;
				display: block;
				}
			.calendar .miniblock table td.today a{}
			.calendar .miniblock table td.event a{}


/*
-----------------------------------------------------------------------------
=CUSTOMIZE LIST
----------------------------------------------------------------------------- */
ul.calendar-formlist li { background-image: none; padding-left: 0; }
	ul.calendar-formlist li input { margin-right: 4px; }


/* 
-----------------------------------------------------------------------------
 =MONTH/WEEK CALENDAR
----------------------------------------------------------------------------- */
.calendar .month{ position: relative; }
	.month .table-container{ padding-top: 1.2em; clear: both; }
	.calendar .month .month-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{
				font-weight: bold;
				padding: 0.4em;
				margin-bottom: 0.6em;
				border-bottom: 1px solid #CCC;
				}
		    .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,
				.calendar .month table td dl.calendar-day dd h5{ font-size: 1em; }
	

/* 
-----------------------------------------------------------------------------
 =ICAL	(Controls styles [customarily found] on /calendars/ical/index.aspx)
----------------------------------------------------------------------------- */
.ical-team { }
	.ical-team-search { margin-bottom: 1.5em; }
	.ical-team-list {
		height: 200px;
		overflow: auto;
		margin-bottom: 1.5em;
		border: 1px solid #d0d0d0;
		}
		.module .bd .ical-team-list ul { margin: 10px 0 10px 10px; }

.ical-feeds { display: block; position: relative; margin-bottom: 1.5em; }
	.ical-feeds.active a.ical-trigger { }
	.pc .ical-feeds .inner {
		position: absolute;
		display: none;
		border: 1px solid #999;
		padding: 10px;
		background-color: #fff;
		width: 90%;
		z-index: 10;
		top: 20px;
		}
	.pc .ical-feeds.active .inner { display: block; }
		.ical-buttons a.button {
			display: block;
			float: left;
			margin: 0 1em .5em 0;
			}
			#InternetCalendarLinkButton4 { width: 80%; }


/* 
-----------------------------------------------------------------------------
 =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; }
			
/* Calendar Search
----------------------------------------------------------------------------- */
.calendar-search label { display: block; margin-bottom: .8em; }


ul.calendar-formlist{ margin: 0; list-style: none;}
ul.calendar-formlist li{ padding: 0; background: none;}
ul.calendar-formlist li input{ margin-right: 3px;} 