﻿*
{
	/*IE 6 specific*/
    margin:0px;
    color:inherit;
}

/*Restore margins for the following elements*/
blockquote { margin-left: 40px; margin-right: 40px }
ol, ul { margin-left:40px; }
h1  { margin: .67em 0; }
h2  { margin: .75em 0; }
h3  { margin: .83em 0; }

table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}

.TemplatePlaceHolder
{
    padding-left:30px;
    vertical-align:top;
    position:relative;
}

table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}

.DragableItemBase
{
	position:absolute;
	left:0px;
	top:0px;
	line-height:1.2; /*Don't change this one. This setting works perfectly with IE*/
	/*border:solid 0px gray;*/
}

/*table.DragableItemBase tbody:first-child
{
	height:100%;
}*/

.DragableItem
{
	overflow:visible;
	left:0px;
	top:0px;
	background-color:inherit;	
	line-height:1.2; /*Don't change this one. This setting works perfectly with IE*/
	/*_filter:progid:DXImageTransform.Microsoft.Shadow(color=black, strength=2, direction=135);*/
}

.DragableItem_Dragging
{
	opacity:0.7;
	z-index:1000000;
	_filter:alpha(opacity=70) progid:DXImageTransform.Microsoft.Shadow(color=black, strength=5, direction=135);
}

.DragableItem_Resizing
{
	opacity:0.7;
	z-index:1000000;
	_filter:alpha(opacity=70);
}

.DragableItemDefaultDimensions
{
	width:100px;
	height:100px;
}

.DragableItemHeaderList
{
    position:absolute;
    left:0px;
    /*top:-18px;*/
    top:0px;
    /*border-left:solid 1px #6992B8;
    border-right:solid 1px #6992B8;*/
    width:100%;
    height:18px;

    background-color:Blue;
	cursor:move;

	overflow:hidden;
	text-align:left;
	padding-left:0px;
	text-overflow:clip;
	visibility:hidden;
	vertical-align:middle;
	color:white;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	z-index:100000;
}

.DragableItemContentDefaultDimensions
{
	text-align:center;
	width:98px;
	height:80%;
}

.DragableItemContentArea
{
	position:relative;
	display:block;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}

.DragableItem_ResizeHandle
{
    position:absolute;
    bottom:0px;
	height:16px;
	width:16px;
	display:none;
	visibility:hidden;
	/*cursor:se-resize;*/
	vertical-align:bottom;
	z-index:1000;
	/*background-color:red;*/
}

legend
{
	white-space:nowrap;
}


/*CONTROL SPECIFIC Styles*/
.Control_Image_Container, 
.Control_Image_Container:link,
.Control_Image_Container:visited
.Control_Image_Container:active,
.Control_Image_Container:hover
{
	border:none;
	outline:none;
	font-size:0px;
	display:block;
}


.Control_Image_Container img
{
	border:none;
}

/*RSS FEED*/
.RSSItemContainer
{
	margin:0px;
	list-style-type:none;
	padding:0px;
}

.RSSItem
{
	margin:0px;
	margin-bottom:15px;
}

.RSSItem .Title
{
	font-weight:bold;
}

.RSSItem .Description
{
	font-style:italic;
}

/* Photo gallery - Slideshow */

.SlideShowPager
{
	background-color:#060603;
	bottom: 0px;
	color:#ffffff;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=74)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=74); 
	opacity: .74;
	padding: 10px 15px 10px 5px;
	position: absolute;
	right: 0px;
	vertical-align:middle;
	z-index: 9999;
}

.SlideShowPager a
{
	margin-left: 10px;
}

.SlideShowPager .activeSlide
{
	font-weight: bold;
}

.SlideshowStyle
{
}

.SlideshowNavigationContainer
{
	width:100%;
	position:absolute;
	top:0px;
	height:100%;
	z-index:1000;
}

/*DEPRECATED*/
.SlideshowNavigationContainer .AlignBottom
{
}
/*DEPRECATED*/
.SlideshowNavigationContainer .AlignTop
{
	top:0px;
	bottom:inherit;
}

.SlideshowNavigation
{
	position:absolute;
	display:block;
	width:60px;
	overflow:visible;
	white-space:nowrap;
	background-color:#060603;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=74)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=74); 
	opacity: .74;
	z-index:1001;
}

/*.SlideshowNavigation */.AlignBottom
{
	bottom:35px;
}

.AlignBottomNoDescription
{
	bottom:0px;
}

/*.SlideshowNavigation */.AlignTop
{
	top:0px;
	bottom:inherit;
}

.SlideshowNavigation img
{
	padding:10px;
	cursor:pointer;
}

.SlideshowDescription
{
	position:absolute;
	bottom:0px;
	display:block;
	height:35px;
	vertical-align:middle;
	color:#ffffff;	
    background-color:#060603;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=74)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=74); 
	opacity: .74;
	width: 100%;
	z-index:1000;
}

.SlideshowPager
{
	position:absolute;
	top:100%;
	width:100px;
	right:5px;	
	clear:both;
	float:none;
	margin-top:-25px;
	z-index:1002;
}

.SlideshowPager a
{
	/*float:left;*/
	display:inline-block;
	width:18px;
	height:16px;
	text-align:center;
	padding:1px;
	font-size:11px;
	font-family:Tahoma;
}

.SlideshowPager .ActivePager
{
	padding:0px;
	border:1px solid #bdbdbd;
	background-color:#eaeaea;
}

.SlideshowDescription span {padding-left:10px;padding-top:5px;display:block;}
.SlideshowDescription a { color:#fff; }
.SlideshowDescription a:hover{color: #fff;}

/*Unitinfo*/
.UnitInfo
{
}

.UnitInfo .UnitInfoRow 
{
	/*float:left;
	width:150px;*/
}

.UnitInfo .UnitInfoRow .UnitInfoTitle
{
	font-weight:bold;
}

.UnitInfo .UnitInfoRow .UnitInfoText
{
	margin-bottom:10px;
}

.UnitInfo .UnitInfoRow .UnitInfoTitle:after
{
	content:":";
}

.UnitInfo .UnitInfoRow .UnitInfo_MapLink
{
	display:block;
	width:13px;
	height:13px;
	background-image:url(/Images/MapIcon.gif);
	background-repeat:no-repeat;
}

.UnitInfo_FacebookLink
{
}

.UnitInfo_FacebookLinkImage
{
	border: 0;
}

.FooterControl
{
	overflow:visible;
	left:0px;
	top:0px;
	border:none;
}

.TextControl
{
	color:inherit;overflow:visible;left:0px;top:0px;border:none;
}

.HTMLText
{
	color:inherit;
	overflow:visible;
	left:0px;
	top:0px;
	border:none;
}

/* Unit Selector ------------------------------------------------------------*/
.UnitSelectorWrapper
{
}
.UnitSelectorFindButton
{
	height: 30px;
	background-color: transparent;
	background-image: url(/Images/DropDownListButton.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #aaaaaa;
	color:#ffffff;
}
.UnitSelectorFindButtonTextLabel
{
	font-weight: bold;
	margin: 8px 0px 0px 8px;
}
.UnitSelectorAccordion
{
	color:#ffffff;	
	background-color: transparent;
	border-top: 0;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
.UnitSelectorAccordion a
{
	display: block;
	padding: 4px 8px 4px 8px;
}
.UnitSelectorList
{
	color:#ffffff;
	background-color: transparent;
	border-top: 0;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=74)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=74); 
	opacity: .74;
}
.UnitSelectorList a
{
	display: block;
	padding: 4px 8px 4px 8px;
}

.imgGallery
{
	border:none;
	font-size:0px;
	visibility:hidden;
	display:none;
}
/* --------------------------------------------------------------------------*/

/*FIREFOX SPECIFIC RULES*/
@-moz-document url-prefix() 
{
	.DragableItemBase>tbody:first-child
	{
		height:100%;
	}
}
