body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'lucida grande', arial, sans-serif;
	text-align: center;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	font-family: 'Helvetica Neue', 'Century Gothic', Arial, sans-serif;
}

h2 {
	font-size: 16px;
	color: #222;
	letter-spacing: -1px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
	padding: 0 0 8px 0;
}

a {
	color: #2b64a5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Layout start */
#header {
	height: 36px;
	background: #222;
	color: #fff;
}

#headerContent {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	height: 36px;
	line-height: 36px;
}

#headerLogo {
	display: inline-block;
	height: 36px;
	width: 36px;
	background: url(images/panodmd.png) no-repeat;
	margin-right: 10px;
	vertical-align: top;
	background-size:contain;
}

.headerMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.headerMenu a {
	outline: 0 none;
}

.headerMenu li {
	float: left;
	margin-right: 1px;
}

.headerMenu li a {
	color: #ecf2f8;
	text-decoration: none;
	line-height: 36px;
	display: block;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
}

.headerMenu li a:hover, .headerMenu li a.active, .headerMenu li a.focused {
	background: #303946;
	color: #fff;
}

#accountMenu {
	display: none;
	background: #222;
	border-top: 4px solid #303946;
	color: #ECF2F8;
	position: absolute;
	z-index: 999;
}

#headerSearch {
	width: 240px;
	margin: 6px 10px 6px 10px;
	border: 1px solid black;
	height: 16px;
	padding: 3px 5px;
	line-height: 16px;
}

#headerUserData {
	float: right;
	display: inline-block;
	height: 36px;
}

#headerUserData .headerMenu li {
	margin: 0 0 0 1px;
}

#accountMenu {
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.2), ;
	padding-top: 1px;
}

#accountMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#headerUserData .headerMenu #accountMenu ul li {
	float: none;
	margin: 0 1px 1px 1px;
}

#accountMenu ul li a {
	font-size: 11px;
	display: block;
	padding: 0 10px 0 6px;
	display: block;
	line-height: 26px;
}

#accountButton {
	background-image: url('images/arrow_down.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 22px;
}

/* Top Box starts here */
#topBox {
	background: #232529 url(images/home_background.jpg) center center no-repeat;
	border-bottom: 1px solid #c1cdda;
	text-align: center;
	height: 400px;
	border-top: 1px solid #000;
}

#topBoxContent {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	padding: 20px 0;
}

#homeRightBox {
	float: left;
	margin-right: 20px;
	width: 400px;
	text-shadow: 0 1px 0 #000;
	color: #aaa;
	padding-top: 15px;
}

#homeRightBox p {
	line-height: 18px;
	font-size: 14px;
}

.headline {
	font-size: 28px;
	letter-spacing: -2px;
	color: #eee;
	font-weight: normal;
}

#content {
	margin-top: 2px;
	text-align: left;
	margin: 2px auto;
	width: 960px;
}

#sidebar {
	float: right;
	width: 300px;
}

#contentColumn {
	width: 660px;
	float: left;
}

#selection {
	padding: 23px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	margin-top: 30px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.tabsBox {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -36px;
}

.selectionTabs {
	position: relative; 
	clear: left;
	float: left;
	left: 50%;
	text-align: center;
}

.selectionTabs li {
	right: 50%;
	float: left;
	position: relative;
}

.listing {
	list-style: none;
	margin: 0;
	padding: 0;
}

.listing li {
	margin: 10px;
	background: #fff;
	float: left;
	padding: 3px;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.listing li.hovered {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2); 
	border: 1px solid #ddd;
}

.listing .panoThumb {
	display: block;
	height: 120px;
	overflow: hidden;
}

.listing .panoThumb .panoThumbTitle {
	height: 25px;
	background: url(images/darktrans.png);
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #fff;
	padding: 0 10px;
	display: block;
	white-space: nowrap;
}

.listing a.panoThumb:hover {
	text-decoration: none;
}

.listing .panoThumbMeta {
	padding: 5px 2px 2px 2px;
	font-size: 11px;
	color: #888;
}

.listing .preview {
	display: none;
	position: absolute;
	margin: 0;
	background: transparent;
	padding-bottom: 5px;
	overflow: hidden;
	background: transparent url(images/preview_arrow.gif) center bottom no-repeat;
	z-index: 200;
}

.listing .preview .previewDiv {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 5px 8px rgba(0,0,0,0.4);
	box-shadow: 2px 5px 8px rgba(0,0,0,0.4);
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
  	background-image: -moz-linear-gradient(top, #666666, #000000); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #666666),color-stop(1, #000000)); /* Saf4+, Chrome */
    /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#000000');*/ /* IE6,IE7 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#000000')";*/ /* IE8 */
}

.listing .preview .previewImg {
	border: 1px solid #222;
	background-position: center center; 
	background-color: #000;
	background-image: url(images/darktrans.png);
}

.listing .preview.loaded.visible {
	display: block;
}

.highlightedBlock {
	background: #dee9f5;
	padding: 20px;
	text-align: center;
}

.highlightedBlock .listing li {
	float: none;
	text-align: center;
}

.highlightedBlock .listing li .panoThumb {
	margin: 0 auto;
}

#footer {
	border-top: 1px solid #ddd;
	padding: 10px 0 20px 0;
	font-size: 11px;
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

#footerLinks {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footerLinks li {
	float: left;
	margin-left: 10px;
}

/* UI Elements */

.ButtonUI {
	outline: 0 none;
	margin: 0;
	display: inline-block;
	line-height: 36px; /* Firefox Defaults 15 for inputs */
	padding: 3px 20px;
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	-moz-border-radius: 6px; 
  	-webkit-border-radius: 6px; 
    border-radius: 6px;
    letter-spacing: -2px;
    border: 1px solid #62A527; 
    text-shadow: 0 -1px 2px rgba(0,0,0,0.7);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.5);
   	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.5);
	-moz-background-clip: padding;      /* Firefox 1.0-3.6 */
   	-webkit-background-clip: padding-box;  /* Safari, Chrome */
    background-clip: padding-box;  /* Firefox 4.0+, Opera */
	color: #fff;
	background-color: #B0E283;
  	background-image: -moz-linear-gradient(top, #B0E283, #7BCF30); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #B0E283),color-stop(1, #7BCF30)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#B0E283', EndColorStr='#7BCF30'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#B0E283', EndColorStr='#7BCF30')"; /* IE8 */
}

.ButtonUI:hover {
  	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 7px rgba(255,255,255,0.6);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 7px rgba(255,255,255,0.6);
   	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 7px rgba(255,255,255,0.6);
   	text-decoration: none;
}

.ButtonUI:active {
	-webkit-box-shadow: inset 0 3px 9px rgb(0,0,0), 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 3px 9px rgb(0,0,0), 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: inset 0 3px 9px rgb(0,0,0), 0 1px 0 rgba(255,255,255,0.5);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	color: #fff;
	background: #62A527;
}

a.loadMore {
	clear: both;
	display: block;
	padding: 8px;
	color: #333;
	margin: 15px 10px 0 10px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-boder-radius: 5px;
	border-radius: 5px;
}

a:hover.loadMore {
	background: #eee;
	text-decoration: none;
}

.listingLoader {
	background: url('images/loader.gif') center center no-repeat;
	display: none;
	margin: 15px 10px 0 10px;
	padding: 10px;
}

/*
 * Theming DCE4EC *
 */
 
 
.vui-button {
	cursor: default;
	outline: 0 none;
	margin: 0;
	display: inline-block;
	line-height: 17px; /* Firefox Defaults 15 for inputs */
	padding: 3px 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	-moz-border-radius: 3px; 
  	-webkit-border-radius: 3px; 
    border-radius: 3px;
    border: 1px solid #aaa; 
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -moz-background-clip: padding;      /* Firefox 1.0-3.6 */
   	-webkit-background-clip: padding-box;  /* Safari, Chrome */
    background-clip: padding-box;  /* Firefox 4.0+, Opera */
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.4);
   	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.4);
	color: #243342;
	background-color: #ddd;
  	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc')"; /* IE8 */
}

.vui-button.vui-button-red {
	color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	background-color: #c70e0e;
  	background-image: -moz-linear-gradient(top, #c70e0e, #9a0a0a); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c70e0e),color-stop(1, #9a0a0a)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c70e0e', EndColorStr='#9a0a0a'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c70e0e', EndColorStr='#9a0a0a')"; /* IE8 */
}

.vui-button:hover {
	text-decoration: none;
}

.vui-button.vui-state-disabled, .vui-button:disabled {
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: default;
}

/* Not sure how the following selector plays with IE */
.vui-button:hover:not(.vui-state-disabled):not(.vui-state-active):not(:active) {
 	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.4), inset 0 1px 7px rgba(255,255,255,0.6);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.4), inset 0 1px 7px rgba(255,255,255,0.6);
   	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 0 rgba(255,255,255,0.4), inset 0 1px 7px rgba(255,255,255,0.6);
}

.vui-button:active:not(.vui-state-disabled), .vui-button.vui-state-active:not(.vui-state-disabled) {
	-webkit-box-shadow: inset 0 3px 9px rgb(0,0,0), 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 3px 9px rgb(0,0,0), 0 1px 0 rgba(255,255,255,0.4);
	box-shadow: inset 0 3px 9px rgb(0,0,0), 0 1px 0 rgba(255,255,255,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	color: #fff;
	background: #777;
}

.vui-button-group {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	vertical-align: center;
}

.vui-button-group li {
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left;
}

.vui-button-group li .vui-button {
	-moz-border-radius: 0;
  	-webkit-border-radius: 0;
    border-radius: 0;
    border-left-style: none;
}

.vui-button-group li:first-child .vui-button {
	border-left-style: solid;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.vui-button-group li:last-child .vui-button {
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.vui-form-select {
	background: #fff;
	border: 1px solid #ff9900;
}

.vui-input-text {
	border: 1px solid #486684;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	background: #fff;
	margin: 0;
}

.vui-button.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Forms */

.dmd_form .inputLabel {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 10px;
    font-size: 12px;
    float: left;
    padding-top: 7px;
    font-weight: bold
}

.dmd_form .textInput {
	border: 1px solid #ccc;
	font-size: 12px;
	width: 300px;
	padding: 5px;
	line-height: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.dmd_form fieldset {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #ddd;
	padding: 5px 0;
	margin-top: 20px;
}

.dmd_form fieldset legend {
	font-size: 12px;
	color: #303946;
	font: italic normal normal 16px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	background: #fff;
	padding-right: 20px;
	cursor:default;
}

.dmd_form .helper {
	margin-left: 130px;
	font-size: 11px;
	color: #555;
	margin: 14px 0 0 130px;
}

.dmd_form .submitButton {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.note {
	margin: 20px 0;
	padding: 10px;
	background: #ffe13a;
	color: #000;
}

/* icons */

.icon {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-image: url(images/icons.png?v=1);
	background-repeat: no-repeat;
	line-height: 16px;
	display: inline-block;
}

.icon.icon_add {
	background-position: 0 -1px;
}

.icon.icon_listing {
	background-position: 0 -17px;
}

.icon.icon_settings {
	background-position: 0 -33px;
}

.icon.icon_logout {
	background-position: 0 -49px;
}

.icon.icon_edit {
	background-position: 0 -80px;
}

.icon.icon_edit:hover {
	background-position: 0 -64px;
	background-color: #333;
}

#accountMenu .icon {
	margin-right: 8px;
}

/* Social Boxes */

.socialBox {
	background: #eee;
	border: 1px solid #ddd;
	margin: 20px 0;
	padding: 8px;
	color: #000;
	line-height: 18px;
}

.socialBox .avatar {
	float: left;
	margin-right: 15px;
	width: 36px;
}

.socialBox .screenName {
	font-weight: bold;
}

/* Pano page */

.panoMeta {
	margin-top: 20px;
}
	
.panoSocial {
	width: 620px;
	float: left;
}

.panoDescription {
	border-bottom: 1px solid #aaa;
	background: #eee;
	padding: 10px;
}

.panoDescription .panoMetaData {
	font-size: 11px;
	display: inline-block;
	border-bottom: 1px dotted #AAA;
	margin-bottom: 8px;
	padding-bottom: 5px;
	color: #666;

}	

.panoDescription .twitter-share-button {
	margin-left: 10px;
}

.panoOptions {
	padding: 5px 10px;
	text-align: right;
	background: #ccc;
}

.panoSide {
	width: 320px;
	float: right;
}

.panoSide #panoMap {
	height: 300px;
}


.panoSettings {
	float: right;
}

.mapMask {
	position: absolute;
	z-index: 10;
	background: url(images/transparent.png);
	text-align: center;
}

.mapMaskContent {
	padding: 10px;
	margin: 100px 20px 20px 20px;
	background: url(images/transparent.png);
	color: #fff;
	font-weight: bold;
}

/* WorldMap */
.mapInfoWindow h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 14px;
}

/* Dialogs */

.dialogBox {
    display:none;
    padding:10px;
    background:url('images/transparent.png');
    width:580px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    position:absolute;
    left:50%;top:50%;
    margin-top:-300px;
    margin-left:-270px;
    z-index: 50;
}

html>body .dialogBox {
    position:fixed
}

.dialogBox .dialogContent {
	background: #fff;
	border: 1px solid #aaa;
	padding: 20px;
	text-align: left;
}

.dialogBox .dialogContent h1 {
	margin-top: 0;
	padding-top: 0;
}

.dialogBox .dialogContent fieldset {
	border: none;
}

.dialogBox .dialogFooter {
	background: #333;
	padding: 10px;
	text-align: right;
}

.dialogBox .dialogFooter .vui-button {
	margin-left: 10px;
	border-color: #000;
}

.dialogBox .dialogFooter {
	color: #fff;
	line-height: 24px;
}

.dialogBox .dialogFooter span {
	vertical-align: middle;
}

.tabbedPane {
	border-top: 1px solid #ddd;
	margin-top: 25px;
}

.tabbedPane .tabsBox {
	margin-top: -14px;
}


/* Map */
.mapLegends {
	text-align: center; 
	line-height: 32px;
}

.mapLegends img {
	vertical-align: middle;
}

.mapLegends span {
	vertical-align: middle;
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	margin: 0 5px 0 0;
}

/* Random Stuff */

.hasPlaceholder {
	color: #888;
}

.horizontalSeparator {
	color: #aaa;
	padding: 0 5px;
}

.CreateButton {
	font-size: 22px;
	line-height: 32px;
	vertical-align: middle;
}

.iPhoneSoon {
	vertical-align: middle;
	margin-left: 10px;
}