﻿#schedule
{
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	width: 720px;
}

	#schedule .zone
	{
		clear: both;
		margin-bottom: 15px;
		border-radius: 5px;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}

	#schedule .times,
	#schedule .days,
	#schedule .grid,
	#schedule .controls
	{
		background-color: #eee;
		height: 45px;
		position: relative;
	}

	#schedule .gridHeader
	{
		height: 45px;
		font-size: .95em;
		background-color: #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
		border-right: 1px solid #CCCCCC;
	}

	#schedule .zoneHeader
	{
		height: 49px;
		background-color: #888;
		border-top-left-radius: 2px;
		opacity: .75;
		filter: alpha(opacity=75);
		font-size: 1.25em;
		border-right: 1px solid #CCCCCC;
	}

	#schedule .zone.ZULU .zoneHeader
	{
		border-bottom-left-radius: 2px;
	}

	#schedule .zoneHeader span,
	#schedule .gridHeader span
	{
		display: block;
	}

	#schedule .gridHeader span
	{
		padding: 3px 5px;
		text-align: right;
	}

	#schedule .zoneHeader span
	{
		padding: 15px 25px;
	}

	#schedule .hour,
	#schedule .day-block
	{
		background: #FFFFFF;
		float: left;
		font-size: 10px;
	}

	#schedule .days
	{
		height: 17px;
	}

	#schedule .day-block
	{
		height: 17px;
	}

		#schedule .day-block.last-day-block
		{
			border-right: 0;
		}

	#schedule .dayBox
	{
		position: absolute;
		height: 17px;
	}

	#schedule .day
	{
		height: 14px;
		padding: 2px 5px 0;
		font-weight: bold;
		color: #494949;
		font-size: 10px;
		position: absolute;
		white-space: nowrap;
		text-align: center;
		border-bottom: 1px solid #fff;
		overflow: hidden;
	}

	#schedule .hour
	{
		height: 30px;
	}

		#schedule .hour.last-hour
		{
			border-right: 0;
		}

	#schedule .times .hour
	{
		text-align: center;
		font-weight: bold;
		font-size: 150%;
		color: gray;
	}

	#schedule .eventBox
	{
		position: absolute;
		top: 5px;
		height: 20px;
	}

	#schedule .event
	{
		border-radius: 5px;
		height: 10px;
		font-weight: bold;
		color: white;
		padding: 5px;
		font-size: 10px; /*float:left;*/
		position: absolute;
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}

		#schedule .event.onDuty
		{
			opacity: 1.0;
			filter: alpha(opacity=100);
		}

		#schedule .event.offDuty
		{
			opacity: .65;
			filter: alpha(opacity=65);
		}

	#schedule .now
	{
		position: absolute;
		height: 75px;
		background: rgb(255,215,0);
		opacity: .2;
		filter: alpha(opacity=20);
	}

	#schedule .clipped
	{
		border-radius: 0 5px 5px 0;
	}

	#schedule .zoneHeader, #schedule .gridHeader
	{
		float: left;
		font-weight: bold;
		width: 9.5%;
	}

	#schedule .group:after
	{
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
	}

	* html #schedule .group
	{
		zoom: 1;
	}
	/* IE6 */
	*:first-child + html #schedule .group
	{
		zoom: 1;
	}
	/* IE7 */

	#schedule #clocks
	{
		text-align: right;
		margin-bottom: 20px;
	}

	#schedule .clock
	{
		color: gray;
		float: left;
		background: #eee;
		padding: 5px;
		margin-left: 10px;
	}

	#schedule .clockTime
	{
		font-size: 250%;
		font-family: Monospace;
		color: Gray;
	}

.backControls
{
	float: left;
	padding: 10px 10px 0 10px;
    vertical-align: bottom;
    margin: 10px 0 0 0;
}

.returnControls
{
	float: left;
	padding: 10px 0 0 10px;
    vertical-align: bottom;
    margin: 10px 0 0 0;
}

.forwardControls
{
	float: left;
	padding: 10px 10px 0 10px;
    vertical-align: bottom;
    margin: 10px 0 0 0;
}

.windowControl
{
	width: 35px;
	height: 35px;
	font-size: 0px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
}

#hopBackButton
{
	background-image: url(../../Images/Custom/Buttons/HopBack.png);
}

#hopForwardButton
{
	background-image: url(../../Images/Custom/Buttons/HopForward.png);
}

#leapBackButton
{
	background-image: url(../../Images/Custom/Buttons/LeapBack.png);
}

#leapForwardButton
{
	background-image: url(../../Images/Custom/Buttons/LeapForward.png);
}

.clockButton
{
	background-image: url(../../Images/Custom/Buttons/Return.png);
    border: none;
}

#schedule .InsetListTable td:last-child
{
	width: 42%;
}

/* ---------- Style hacks for child grids ---------- */
body.Schedule #m_m_MBCPH_BCPH_EventDetailForm_TaskGrid_CGV td:first-child + td
{
	width: 5%;
}

	body.Schedule #m_m_MBCPH_BCPH_EventDetailForm_TaskGrid_CGV td:first-child + td + td
	{
		width: 12%;
	}

		body.Schedule #m_m_MBCPH_BCPH_EventDetailForm_TaskGrid_CGV td:first-child + td + td + td
		{
			width: 25%;
		}

			body.Schedule #m_m_MBCPH_BCPH_EventDetailForm_TaskGrid_CGV td:first-child + td + td + td + td
			{
				width: 25%;
			}

body.Schedule #m_m_MBCPH_BCPH_EventDetailForm_MeetingGrid_CGV td:first-child + td + td
{
	width: 15%;
}

	body.Schedule #m_m_MBCPH_BCPH_EventDetailForm_MeetingGrid_CGV td:first-child + td + td + td
	{
		width: 33%;
	}

body.Schedule .navigationButtons .editButton,
body.Schedule .navigationButtons .createButton
{
	display: none;
}

.ZULU
{
	background: none !important;
}

#schedule .ui-slider-handle
{
	background-image: url(../../images/custom/map/slider/hour_selected.png);
	background-repeat: no-repeat;
	border: none;
	width: 80px !important;
	height: 45px;
	position: absolute;
	opacity: 0.4;
	filter: alpha(opacity=40);
	top: 18px;
	outline: none !important;
    margin-left: 0px; /*  Overwrite default */
}

.now
{
	top: -18px;
}

.hour
{
	background: url(../../images/custom/map/slider/hour.png) transparent !important;
	height: 45px !important;
	font-size: 100% !important;
	line-height: 2.5em;
	border-color: transparent !important;
}

	.hour.selected
	{
		background: url(../../images/custom/map/slider/hour_selected.png) transparent !important;
		color: white !important;
	}

	.hour.selectedFullLeft {}
	.hour.selectedFullRight {}

	.hour.selectedHalfLeft
	{
		background: url(../../images/custom/map/slider/hour_selectedHalfLeft.png) transparent !important;
		color: white !important;
	}

	.hour.selectedHalfRight
	{
		background: url(../../images/custom/map/slider/hour_selectedHalfRight.png) transparent !important;
		color: white !important;
	}

.times
{
	background-color: none!important;
	border: 0 !important;
}

.day-block
{
}

.day
{
	text-align: left !important;
	background-color: #F9F9F9;
	color: #999 !important;
}
	.day.alt-day
	{
		background-color: #EFEFEF;
	}

.ui-slider
{
	border: 0 !important;
}

.ui-tooltip-dark
{
	background-color: #333333;
	box-shadow: none;
	color: white;
	border: solid 1px #666666;
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 19px;
	padding: 5px;
    min-width: 0px;
}

.slider
{
	float: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.days
{
	overflow: hidden !important;
}

.controls
{
	background-color: #eee;
	margin-bottom: 3px;
}