﻿/* Location Control*/
.BigMap
{
	width: 592px;
	height: 400px;
	overflow: hidden;
}

.SmallMap
{
	width: 198px;
	height: 203px;
	overflow: hidden;
}

/* LOADING BAR */
#AjaxProgressPopUp
{
	padding: 5px;
	background: #000000;
	color: #ffffff;
	position: absolute;
	z-index: 1000;
}

.Opacity
{
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.VideoIcon
{
	background: url("Images/PlayVideo.png") no-repeat scroll left bottom transparent;
	height: 22px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 21px;
	z-index: 100;
}

/*=== PROGRAMME PHOTO GALLERY ===*/
#ProgrammePhotoGallery
{
	/*width: 940px;*/
}

#Controls .scrollLeft
{
	float: left;
	width: 22px;
	height: 54px;
	background: url(Images/Gallery/GalleryScrollLeft.png) no-repeat left top;
	margin-top: 0px;
}

#Controls .scrollRight
{
	float: left;
	width: 22px;
	height: 54px;
	background: url(Images/Gallery/GalleryScrollRight.png) no-repeat left top;
	
	margin-top: 0px;
}

#Controls
{
	position: relative;
	width: 380px;
	height: 54px;
}

.ControlsTop
{
	width: 940px;
	height: 22px;
	padding: 4px 0px 4px 0px;
	float: left;
	position: absolute;
	top: 428px;
	z-index: 1;
	left: 0px;
}

#ScrollContainerDiv
{
	position: relative;
	float: left;
	width: 336px;
	height: 54px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

.ScrollerDivCss
{
	position: relative;
	padding: 0 2px;
	white-space: nowrap;
	width: 60000px;
}

.ScrollerDivCss div
{
	float: left;
	margin: 5px 6px 19px 1px;
	padding: 1px;
}

.ScrollerDivCss img
{
	width: 52px;
	height: 52px;
	cursor: pointer;
}

.ThumbSelected
{
	padding: 0;
	border: solid 1px #000000;
}

.ThumbNotSelected
{
	padding: 1px;
}

#ProgrammePhotoGallery
{
	position: relative;
}

#ProgrammePhotoGallery .FadedDiv
{
	width: 940px;
	height: 101px;
	position: absolute;
	bottom: 0px;
	background: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#ProgrammePhotoGallery .photo
{
	width: 940px;
	height: 529px;
}

#ProgrammePhotoGallery .photoTitle
{
	float: left;
	height: 22px;
	padding: 8px 0px 0 29px;
	color: #ffffff;
	font-weight: bold;
}

#ProgrammePhotoGallery .photoIndex
{
	float: left;
	height: 22px;
	padding: 8px 10px 0 0;
	color: #ffffff;
	text-align: left;
	margin-left: 10px;
}

#ProgrammePhotoGallery .details
{
	width: 490px;
}

#ProgrammePhotoGallery .title
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

/*=== MultiselectDropDownList ===*/

.DropDownLook
{
	width: 17px;
	height: 22px;
	float: right;
	padding: 0px;
	background: url(Images/dropdown.png) no-repeat;
}
.DropDownLook:hover
{
	background: url(Images/dropdown_hover.png) no-repeat;
}

.CheckBoxListDiv
{
	display: none;
	background-color: White;
	width: 246px;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}

.ToolTipContainer { display: block; width: 160px; padding: 10px; background: #f0f0f0; border:1px solid #acacac; z-index:1; position:absolute; bottom:23px; left:-10px;}
.ToolTipLeg {background:url(Images/Icons/BubbleLeg.png) no-repeat; width:9px; height:10px; position:absolute; z-index:2; bottom:-10px; left:21px;}

/* === MASTER NOTIFICATIONS CONTROL === */

#MasterNotiticationsContainer
{
	position: relative;
	z-index: 1;
}

#MasterNotiticationsLink
{
	
	
}

#MasterNotiticationsContainer:hover #MasterNotificationsDiv
{
	display: block;
}

#MasterNotificationsDiv
{
	font-weight:normal;
	position: absolute;
	display: none;
	background: #EFEFEF;
	color: #000000;
	padding: 10px;
	left: -350px;
	top: 14px;
}

#MasterNotificationsDiv .Category
{
	/*width: 400px;*/
}
#MasterNotificationsDiv .MasterMessagesCategory {width:150px; margin-right:10px;}
#MasterNotificationsDiv .MasterFavourCategory {width:350px; margin-left:10px; margin-right:10px;}
#MasterNotificationsDiv .MasterBirthdayCategory {width:200px; margin-left:10px; margin-right:10px;}

/* === END === */