﻿*
{
	/*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;
}

/*Photogallery*/
.SlideshowStyle
{
}

.SlideshowNavigation
{
	position:absolute;
	display:block;
	bottom:26px;
	background-color:#060603;
	width:36px;
	overflow:visible;
	white-space:nowrap;
	filter:alpha(opacity=70);
}

.SlideshowNavigation img
{
	padding:5px;
	cursor:pointer;
}

.SlideshowDescription
{
	position:absolute;
	bottom:0px;
	height:21px;
	width:100%;
	background-color:#060603;
	
	filter:alpha(opacity=70);
	vertical-align:middle;
	color:White;
	padding-top:5px;
}

/*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;
}