/** Big thanks to the folks at Font Awesome - http://fortawesome.github.com/Font-Awesome for the icon fonts. */


html { height: 100% }
body, textarea {
	font-family: Lucida Grande, Lucida Sans, Tahoma, sans-serif;
	font-size: 12px;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.preload {
	display:none !important;
}
div#map {
	/*left: 35px; leftPaneWidth  - leftPaneCollapseWidth*/
	position:relative;
}
#map_canvas { 
	height: 100%; 
}



span.field-label,span.edit-marker-title {
	font-weight:bold;
}
span.edit-marker-title {
	padding: 0 7px 0 15px;
}
.editMarkerBodyContent textarea {
	width: 100%;
}

div,h1,h2,h4,h5,h6,form,label,input,span,ul,li,p,a {
	margin: 0;
	padding: 0;
	outline: none;
}
.leftPane h3 {
    margin: 16px 0 11px;
    padding: 8px 0 0 14px;
    overflow: hidden;
    color:white;
}
h3.contains-button {
	padding: 8px 0 2px 14px;
	position:relative;
}

h3 .ui-icon, #minimap-container .ui-icon, div.m-i a .ui-icon  {
	background-image: url("http://s3.amazonaws.com/mfst/css/le-frog/images/ui-icons_ffffff_256x240.png");	
}
h3 .ui-dialog-titlebar-close {
	margin: 0 14px;
}

h3 .ui-dialog-titlebar-close, div.m-i a {
	border: 1px solid #3A8104;
    position: absolute;
    background: url("http://s3.amazonaws.com/mfst/css/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png") repeat-x scroll 50% 50% #3A8104;
}
h3 .ui-dialog-titlebar-close:hover{
	border: 1px solid #8BD83B;
}
h4 {
	padding:5px;
}

input, select {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    border: 1px solid transparent;
    padding-left: 2px;
}
.editMarkerInnerContainer input, .iconSelect-div, .editMarkerInnerContainer textarea {
	border: 1px solid #94BD75;
}

button::-moz-focus-inner { border: 0; }
button, label.fileinput-button  {
	outline:none !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font: bold 12px Arial,sans-serif;
    padding: 2px 10px;
    margin-right: 5px;
    cursor: pointer;		
}

button.status-saving-button {
	display:none;
}
button[disabled], label[disabled] {
	opacity: 0.4;
}
.inner-container.status-saving button.status-saving-button {
	display:block !important;
}
.inner-container.status-saving button.edit-state-button {
	display:none !important;
}
span.ajax-load {
	background-image: url("http://s3.amazonaws.com/mfst/images/ajax-loader-green.gif");
    display: none;
    height: 16px;
    margin: 2px 0 0 10px;
    position: absolute;
    width: 16px;
}
.leftPane span.ajax-load{
	background-image: url("http://s3.amazonaws.com/mfst/images/ajax-loader-left.gif") !important;
	margin-top: 7px;
}
 

a img {
	border: 0px;
}
/* Class to any floated elements */
.clear {
	clear: both;
}

.spacer {
	font-size: 0;
	line-height: 0;
	clear: both;
}
.lp-copy {
	padding: 10px;
}


/** Error Container **/
div#error-container {
    left: 435px;
    min-width: 500px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    z-index: 100;
    display:none;
}
span.error-message a {
	color: #54A816 !important;
}
div#error-message {
    display: inline;
    padding: 5px 30px 5px 30px;
    position: relative;
    font-weight: bold;
    line-height: 30px;
}
div#error-message span.ui-icon {
	position:absolute;
	top: 5px;
} 
div#error-message span.icon-left {
    left: 10px;    
}
div#error-message span.icon-right {
    right: 7px;
}
div#error-message span.icon-right:hover {
    opacity: 0.7;
    cursor:pointer;
}
span.err-msg-type {
	font-weight: bold;
	margin-right: 5px;
	display: none;
}
/** Search **/
#search-container {
 	margin-left: 10px;
 	position:relative;
 	display:none;
 	padding: 0 10px;
 	width: 245px;
}
#search-container i.icon-search {
	position:absolute;
	left: 12px;
	font-size: 16px;
	top: 0;
	color: #4CA20B;
	text-shadow:none;
}
input.sb {
	padding:1px 1px 1px 22px;
}
div.no-results {
	margin:2em;
	font-size: 1.7em;
	text-align: center;
}

input.sb.lp {
	border: 1px solid;
    display: block;
    height: 19px;
    position: absolute;
    top: 2px;
    width: 285px;
}

.lp-sb-container {
	height:30px;
}
.lp-sb-container i {
	font-size: 15px;
    left: 7px;
    position: absolute;
    top: 4px;
    z-index: 10;
}
.lp-sb-wrapper {
	height: 100%;
    margin: 0 auto;
    position: relative;
    width: 312px;
}
input#search {
	left: 3px;
	width: 190px;
	height: 15px;
	color: green;
	font-size:11px;
}
.shape-select.smooth-borders, .iconSelect-div.smooth-borders, .smooth-borders{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.shape-select table {
	margin: 0 !important;
}
.shape-select table tr td:first-child {
	width: 95px;
}
/*second child*/
.shape-select table tr td:first-child + td {
	text-align:center;
	width: 55px;
}

.c-m-wrapper {
	border: 2px dashed #193602;
	margin: 0 auto;
	height: 1em;
	width: 5em;
	padding: 3px;
}
.leftPane .c-m-wrapper {
	border-color: #94BD75;
}
.color-demo-marker {
	height: 100%;
}
.slider {
	margin: 0 0.7em;
}
.ui-slider-handle {
	cursor:pointer !important;
}

#search-container span.ajax-load {
	margin: 2px 0 0 9px;
	background-image: url("http://s3.amazonaws.com/mfst/images/ajax-loader-white-trans.gif");	
}

.leftPane ul {
	list-style-type: disc;
	margin-left: 23px;
}
.leftPane ul.sortable {
	list-style: none;
	margin-left:0;
}
.leftPane li{
	margin: 7px;
}
.leftPane .highlighted-list li a:hover {
	color: #96BF77;
}

.watermark {
	color: #94BD75;
}
/* -- top navigation start -- */
#topNavWrapper {
	/*background: transparent url(../images/openid/navbarGREEN.jpg) repeat-x scroll left
		bottom;*/
	/*background:#222222 url(../css/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png) repeat-x scroll 50% 50%;*/
	/*background:#4CA20B url(images/ui-bg_highlight-soft_60_4ca20b_1x100.png) repeat-x scroll 50% 50%;*/
	border: none;
	height: 33px;
	min-width: 900px;
	background-color: #367208;
	color:white;
	font-weight: bold;
}

.action-wrapper a, #topNavWrapper a, .leftPane a {
	outline-color: -moz-use-text_color;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}

#topNavWrapper a {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.30);
	display:inline-block;
	line-height: 33px;
	padding:0 7px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

#topNavWrapper a:hover, body.content a#aboutLink  {
	background-color: #4CA20B;
	border-left-color: #45930B;
	border-right-color: #45930B;
}

/*#topNavWrapper a, #topNavWrapper span {
	line-height: 33px;
} */
/*#topNavWrapper a:hover, .leftPane a:hover, body.content a#aboutLink {
	color: #ffdc2e;
}
*/

#topNavWrapper ul {
	height: 100%;
}
#topNavWrapper ul, ul.navigation {
	list-style: none;
}

#topNavWrapper ul li {
	display:inline-block;
	height: 100%;
}
#topNavWrapper li#signOutLi {
	background-color: #367208;
    border-top: 1px solid #45930B;
    position: absolute;
    right: 0;
    top: 33px;
    z-index: 1000;
    display:none;
    height:33px;
}
#topNavWrapper li#signOutLi a {
	padding: 0 13px;
}
#topNavWrapper li#signOutLi.stay {
	display:inline-block !important;

}
#topNavWrapper #blogLink {
	border: none;
}
#topNavWrapper .nav-separator {
	padding: 0 !important;
}
/*#topNavWrapper li#user-name:hover + li#signOutLi, */
li#user-sign:hover li {
	display:inline-block !important;
}
li#user-name {
	cursor:pointer;
	padding:0 !important;
}

.top-nav-right-items {
	float:right;
}
.top-nav-left-items {
	float:left;
}
.nav-separator {
	font-weight: normal !important;
	color: #45930B;
	padding: 0 2px !important;
}
.top-nav-left-items .nav-separator {
	display:none;
}
.icssub, .sssub {
	margin:0.5em;
}
.sssub input {
	width: 80px;
}
.sssub table {
	width: 100%
}
.icssub.mk span.ajax-load {
	margin-top:0.6em;
}
.editMarkerInnerContainer .icssub, .editMarkerInnerContainer .sssub {
	margin: 0;
	padding: 0 0 0.4em;
	
}
.editMarkerInnerContainer .lp-copy, .editMarkerInnerContainer .ui-widget-content {
	color:black;
}
.icssub li, .sssub li {
	line-height: 0.5em;
}
.icssub, .sssub, .icssub .ui-widget-header, .sssub .ui-widget-header{
	border: none !important;
	background: none !important;
}
.iconSelect-div div.m-i {
	float: left;
	padding: 2px;
	border: 1px solid transparent;
	cursor: pointer;
	position:relative;
}
.icssub.mt .iconSelect-div div.m-i:hover {
	border: 1px solid white;
}
.icssub.mk .iconSelect-div div.m-i:hover {
	border: 1px solid #45930B;
}
div.m-i a {
	position:absolute;
	top:0;
	right: 0;
	display:none;
}
div.m-i:hover a {
	display:inline;
}
div.m-i a:hover {
	border: 1px solid #8bd83b;
}
span.ui-icon-delete {
	background-position:-84px -132px;
	height: 9px;
	width:9px;
}
	
.files.myicons .template-upload {
	display:none !important;
}

.iconSelect-div, .shape-select {
	overflow: auto;
	padding: 0.5em !important;	
	border-width:1px !important;
}
.editMarkerInnerContainer .iconSelect-div, .editMarkerInnerContainer .shape-select {
	max-height: 220px !important;
	min-height: 150px;
}

/* -- left pane -- */
#mapContainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;	
}

.leftPane {
	width: 370px;
	height: 100%;
	z-index: 1000;
	position: fixed;
	color: #e5ffe8;
}
.leftPane a {
	color: #e5ffe8
}

#left-pane-inner-content {
	position: relative;
}

.mf-mainui .leftPane {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow:none !important;
}


#leftPaneHeader {
	margin-top:18px;
	height: 22px;
	background: url("images/ui-bg_highlight-soft_60_4ca20b_1x100.png") repeat-x scroll 50% 50% #4CA20B;
}


#leftPaneContent {
	border: none;
	overflow-y: auto;
}

#leftPaneContent button, label.fileinput-button{
	margin: 5px 3px 3px 7px;
}
/** Accordions **/
.mapMarkerListing h4 .ui-icon-triangle-1-e, .mapMarkerListing h4 .ui-icon-triangle-1-s {
	display:none;
} 
.mapMarkerListing h4 div.arrow {
	border:0.41em solid white;
	position:absolute;
}
.mapMarkerListing h4.ui-state-default div.arrow {
	border-right-color:transparent !important;
	border-bottom-color:transparent !important;
	border-top-color:transparent !important;
	left: 1.1em;
	top: 1em;
}
.mapMarkerListing h4.ui-state-active div.arrow {
	border-right-color:transparent !important;
	border-left-color:transparent !important;
	border-bottom-color:transparent !important;
	left:0.8em;
	top:1.2em;
}
.leftPane .ui-accordion {
	padding: 0 0.4em 0.4em 0.35em;
	/*margin: 0 0.5em 0.4em 0.4em; /*margin: 0 6px 5px 10px;*/
	/*margin: 0 6px 5px 10px;*/
}
.leftPane .ui-accordion .ui-accordion-content {
	padding: 12px 15px;
}
#leftPaneContent .ui-accordion .ui-accordion-content table {
	margin: 0 5px;
}

#leftPaneContent table {
	margin: 10px 0 5px 13px;
	min-width:308px;
}
 
span.map-edit-button {
	position: absolute;
	top: 2px;
	right: 32px;
}
span.map-edit-button button {
	/*margin: 0 0 0 6px !important;*/
	padding: 2px 7px;
}
span.map-lp-header {
	display: inline-block;
	overflow: hidden;
	height: 1.4em;
	max-width: 265px;
}
.mashupforge-embed span.map-lp-header {
	max-width: 310px;
}
#leftPaneHeaderLabel {
	position: absolute;
}

/** MAp Controls **/
.map-control {
	display:none;
}
/** Left Side Controls **/
.left-side-control-collapsed {
	left: 35px !important;
}
.left-side-control-expanded {
	left: 370px !important;
}
.bottom-control {
	bottom: 8px;
    position: absolute;
    z-index: 10;    
}
.left-side-control {
	padding-left: 22px;
	display:none;
}

div.modal-loading div.map-dialog {
	min-height: 30px !important;
	text-align: center;
	position:relative;
	height: 55px !important;
}
div.modal-loading div.map-dialog > div {
	position:absolute !important;
	left:50px !important;
	top:33px !important; 
}
div.modal-loading{
	background: none repeat scroll 0 0 #193602;
}
div.modal-loading a.ui-dialog-titlebar-close {
	display:none !important;
}
.modal-loading-img {
	padding:10px;
}
#contentContainer {
	overflow: hidden;
	background-color: black;
	position: relative;
	z-index: 0
}

#mainPage {
	height: 100%;
}

a#toggleLeftPane {
	float: right;
	color: white;
    font-family: cursive;
    font-size: 26px;
    text-decoration: none;
    margin-top: 17px;
    position: absolute; 
    right: 0px;
    z-index:100;
}

/*a#toggleLeftPane div{
    background-position: 14px 9px;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
}

a#toggleLeftPane.expand div {
	background-image: url("http://s3.amazonaws.com/mfst/css/le-frog/images/lp_expand.png");
}
a#toggleLeftPane.collapse div {
	background-image: url("http://s3.amazonaws.com/mfst/css/le-frog/images/lp_collapse.png");
}*/
div.toggle-wrapper {
    height: 33px;
    width: 1.33em;
    position:relative;
}

.toggleLP {
	border: 0.3em solid white;
	width: 0;
	height: 0;
	position: absolute;
	top: 9px;
}
/** We're setting all the other sides as transparent instead of just setting the right border color because I don't want to have to reassign color in css 
every time */
.collapse .toggleLP {
	border-left-color: transparent !important;
	border-bottom-color: transparent !important;
	border-top-color: transparent !important;	
	right: 13px;
	
}
.expand .toggleLP {
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-top-color: transparent !important;
	right: 7px;
}


/*.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/

#userPass {
	display: none;
}

.logged-in-state .logged-out, .logged-out-state .logged-in{
	display: none !important;
}

.inputSubmit {
	float: left;
}


/** Map elements **/
#markerTypeBoxContainer {
	position: absolute;
	bottom: 21px;
	right: 10px;
	background-color: transparent;
	z-index: 2;
	width: 60px;
}

div.markerTypeButtonContainer {
	float: left;
}

button.markerTypeButton {
	margin: 1px 1px 0 0;
	width: 28px;
	height: 28px;
	padding: 2px 0;
}

.markerTypeButtonContainer .m-icon {
	max-height: 20px;
	max-width: 20px;
}
.markerTypeButtonContainer .shape-icon {
	max-height: 1em;
    max-width: 1em;
}

.left-pane-container {
	padding:10px;
}
.lp-preview.leftPane.collapsed {
	display:none !important;
}
.leftPane.collapsed {
	cursor:pointer;
}

#dialogTemplates,#dialogTemplates div {
	display: none;
}


div.dynamic-sized {
	overflow: auto;
}
.lp-highlight {
	width: 100%;
	height: 32px;
	background-color: #4CA20B;
	position:absolute;
	margin:17px 0;
	z-index: -1;
}
#leftPaneContent table.mapMarkerListingTypeList {
	overflow-x: hidden !important;
	margin: 0;
	width: 100%;
	border-spacing: 0 !important;
}
#leftPaneContent table.mapMarkerListingTypeList td {
	/*border: 0 !important;
	padding: 0 !important;*/
	border: inherit;
}
.mapMarkerListing h4 .m-icon {
	max-height: 20px;
	padding-right: 5px;
	vertical-align: middle;
}
.mapMarkerListing h4 .m-icon.shape-icon, .mapMarkerListing h4 .m-icon.line-icon {
	padding: 0px;
	display:inline-block;
	height:1.2em;
	width: 1.2em;
}
.mapMarkerListing h4 .m-icon.line-icon {
	margin: -0.4em -0.2em 0 -0.3em;
}
.mtcf li {
	background: #193602;
	cursor: move;
	border: 1px dashed #94BD75;
	font-weight: normal;
}
.mapMarkerListing .ui-accordion-content {
	background: none;
}
.mapMarkerListing.ui-accordion .ui-accordion-header {
	margin-top:3px;
}

.ml-marker {
	border: 1px solid transparent;
	cursor:pointer;
}
.marker-img-wrapper {
	max-height:18px;
}
.ml-marker .m-icon {
	max-height: 1.6em;
}
.mapMarkerListing .shape-icon {
	height:1em;
	width: 1em;
}
input.mt-switch {
	cursor:pointer;
}
.marker-types-content .m-icon {
	display: block;
    margin: 0 auto;
    max-height: 25px;
}
#marker-types-table tr td:first-child {
	width: 33px;
}
 
.marker-title {
	line-height: 18px;
}
td.m-img {
	width:15px;
	border-right: 0 !important;	
}
td.m-t {
	border-left: 0 !important;
}
.singleMtListing {
	padding:0.1em 1.3em;
}

img#logo-img{
	float:left;
	max-height:25px;
	padding:3px 10px;
}

.top-nav-loaded-map{
	float:left;
}
/** Markers **/

/** View Marker **/
div.viewMarkerInnerContainer {
	max-width: 300px;
}
div.viewMarkerInnerContainer img{
	max-width: 290px !important;
}

div.viewMarkerInnerContainer h4 {
	border-bottom: 1px solid;
    padding: 2px;
}
div.marker-custom-fields {
	padding: 4px;
}
/** <ul> **/
div.viewMarkerInnerContainer ul {
	margin-left:14px;
}
div.
/** Edit Marker **/
textarea.input-field{
	margin: 5px 0px 7px;
	padding: 1px;
	width: 100%;
	height: 150px;
}
div.editMarkerInnerContainer {
	height: 100%;
	width: 310px;
}
div.editMarkerInnerContainer div.iconSelectContainer {
	max-width: 300px;
	height: 100%;
}

.markerFields img {
	height: 25px;
}
.markerFields #title {
	width: 195px;
}
div.edit-marker-icon-wrapper {
	border: 2px dashed green;
	margin-left: 10px;
	padding: 3px;
}
div.marker-type-icon-wrapper {
	border: 2px dashed #94BD75;
    display:inline-block;
    vertical-align: middle;
    margin: 0 0.5em;
    cursor:pointer;
    padding: 0.2em;
}
div.rs-wrapper {
	display:table-cell;
	height: 4em;
	vertical-align:middle;
	width: 110px;
}

.rs-wrapper span {
	vertical-align:middle;
}
.rep-wrapper {
	/*height: 4em;*/
}
.user_vis_wrapper {
	min-width: 270px;
}
td.field-name {
	min-width: 75px;
}
.edit-tmpl-btn {
	min-width: 100px;
}
span.marker-type-view-field {
	padding-left: 0.3em;
}
div.marker-type-custom-field {
	padding: 3px;
}
.marker-type-name-field {
	width: 8em;
}
span.mtdl {
	padding: 2px;
}
span.mt-dll{
    padding-left: 0.4em;
}
input#mt_name  {
	margin-left: 5px;
    max-width: 180px;
}
div.view-field {
	overflow-y:auto;
	overflow-x:hidden;
}
/** Edit MainMap **/
div.radio-option {
	cursor:pointer;
	overflow:hidden;
	padding: 4px;
	position:relative;
	
}
.edit-map-name input {
	width: 220px;
	padding: 3px;
}
.map-visibility {
	padding: 5px 0 11px 10px;
}

.map-url-alias {
	padding: 5px 10px;
}
.map-url-alias input {
	width: 103px;
}

div.map-tset div.radio-option  {
	border: solid 1px transparent;
	height: 30px;
	padding: 2px;
}
div.map-tset div.radio-option:hover  {
	border: solid 1px #72B42D;
}
div.map-tset div.radio-option input {
	position:absolute;
	top: 12px;
}
div.map-tset div.radio-option label {
	display:block;
	width: 100%;
	height: 100%;
}
div.radio-option label{
	padding: 0 5px;	
}
div.radio-option label span{
	position: absolute;
	top: 9px;	
}

div.radio-option * {
	cursor:pointer;
}
div.radio-option .thumbnail {
    width: 40px;
    height: 30px;
    display: inline-block;
    padding: 0 5px 0 15px;
}
div.map-tset-wrapper {
	margin-bottom: 8px !important;
}

.map-center-zoom > div, .center-zoom-wrapper > div {
	float:left;
}
.center-zoom-wrapper {
	padding: 4px 0 0 6px;
}
div.map-center-zoom {
	padding-right:4px !important;
	position: relative;
}
.zoom-level {
	font-size: 26px;
    position: absolute;
    right: 77px;
}
.zlrange-wrapper {
	text-align:center;
}
.zlrange-slider {
	margin: 7px auto;
    width: 200px;
}
#zlrange-min {
	background-color: transparent;
	border: medium none;
	width: 20px;
}
div.lng {
	padding-top:6px;
}
div.set-wrapper {
	position: absolute;
    right: 10px;
    top: 20px;
}
div#center-marker {
	background-image: url("http://s3.amazonaws.com/mfst/images/crosshair.png");
    height: 30px;
    left: 50%;
    position: absolute;
    width: 30px;
    z-index: 1000;
    display:none;
}
.color-settings > div {
	float:left;
    text-align: center;
    width: 25%;
}
.color-demo {
	height: 15px;
	background-color: white;
}
.c-d-wrapper {
	width: 35%;
	margin: 3px auto;
	padding:5px;
	border: 2px dashed white;
}
.editColor input.color {
	margin: 0.5em auto;
	display:block;
	width:7em;
}
.leftPane .editColor input.color {
	margin:20px auto;
}
.leftPane .farb-colorpicker > * {
	margin:20px auto;
}
.farb-colorpicker > * {
	margin:0 auto;
}
.shape-icon {
	border-style: solid;
    border-width: 0.2em;
    height: 1.6em;
    margin: 0 auto;
    width: 1.6em;
}
.line-icon {
	font-size: 1.8em;
    text-align: center;
}
.m-img .line-icon {
	margin: -0.2em 0 0;
	font-size:1.4em;
}
button .line-icon {
	margin:-6px 0 0 2px;
	text-shadow: 1px 1px green;
}
/** clEditor **/
div.cleditorButton {
	cursor: pointer;
}
/** Embed Styles **/
.mashupforge-embed .leftPane {
	display:none; /* Initially at least */
	top: 45px;
	/*bottom: 30px;*/
	height: auto;
	padding-bottom: 15px;
	
}
.min-lp-margins {
	top:30px;
	bottom: 30px;
}

.mapMarkerListing .ui-state-hover {
	color:inherit !important;
}
.cant-edit #markerTypeBoxContainer, 
.cant-edit button.edit,
.mashupforge-embed .map-lp-label, .mashupforge-embed #bottom-buttons button{
	display:none !important;
}
.mashupforge-embed .mapMarkerListing {
	padding-bottom: 0;
	min-height: 120px;
}
.mashupforge-embed #bottom-buttons{
	bottom: 5px;
    left: 0;
}
#footer-logo {
	position:absolute;
	bottom: 0;
	left: 5px;
	z-index:100;
}
#footer-bg {
  	background: url("http://s3.amazonaws.com/mfst/css/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png") repeat-x scroll 50% 50% #4CA20B;
    height: 25px;
    left: -6px;
    opacity: 0.5;
    padding: 0 10px 0 0;
    position: absolute;
    width: 120px;
    display:none;	
}
img.logo, #footer-inner {
	position:relative;
}
a.logo > span {
	display:none;
}

button.embed {
	z-index: 12;
	position:absolute;
	bottom: 0;
	width: 110px;
}
div#bottom-embed {
	position: relative;
}
.std-bg {
	background-color: #193602;
}
div#bottom-embed-content {
    bottom: -3px;
    left: 10px;
    position: absolute;
    width: 370px;
    padding-bottom:10px;
    display:none;
    color: #e5ffe8;
    z-index:2;
}
.mashupforge-embed div#bottom-embed-content {
	right:-6px;
	left:auto;
}
.embed-link-container a.ui-dialog-titlebar-close {
	position: absolute;
    right: 5px;
    top: 5px;
}
.embed-link-container .ui-dialog-titlebar {
	margin: 3px;
    padding: 2px;
}
.embed-link-container .ui-dialog-title {
	padding-left: 5px;
}
.embed-map-link {
	padding:3px 3px 3px 15px;
}
.embed-map-link div {
	padding:1px;	
}
.embed-map-link input {
	width: 336px;
}
/** Marker bubbles **/
/*.bubble.inner-container {
	position:relative;
}
.bubble.inner-container button {
	position: absolute;
	bottom: 0;
}*/
/** About box theming **/
.big-logo {
	max-height: 65px;
}
.big-box {
	top: 45px !important;
	position:absolute !important;
}
.big-box .ui-dialog-titlebar {
	display:none;
}
div#aboutBoxC, div#aboutBoxC .ui-tabs-nav  {
	background:none;
	border: none;
	text-align:center;
}
div#aboutBoxC .ui-tabs-nav li {
	display: inline-block;
	float: none;
	margin: 0;
}
div#aboutBoxC .ui-tabs-panel {
	/*max-height: 300px;*/
	overflow:auto;
}
div#aboutBoxC a, div#aboutBoxC li, #aboutBoxC h2, #aboutBoxC h3 {
	color: #193602;
}


ul.navigation li {
	display:inline;
}
ul.navigation .nav-separator {
	opacity: 0.5;
	margin: 0 9px;
}
.features {
	overflow:auto;
}  
.mid-size {
	font-size:1.2em;
}
.features ul {
	display: inline-block;
    padding: 16px;
    text-align: left;
    list-style: none;
}
.features li i {
    font-size: 1.2em;
    padding: 0.1em 0.4em;
}
.action-wrapper {
	margin: 15px 0;
}

.easy-yo {
	opacity: 0.5;
    padding: 6px;
}
div#aboutBoxC p {
	padding: 5px;	
}

.tab-container .tab {
	display:none;
	margin: 0 125px;
    min-width: 700px;
} 
.tab-container {
	height: 530px;
	overflow:auto;
}
button.action {
	padding: 11px 23px;
	font-weight:normal;
	font-size: 18px;
	border: 0 !important;
}
.nav-wrapper {
	position:absolute;
	bottom:0;
	width: 100%;
	margin: auto;
	padding: 11px 0 5px;
}
div#aboutBoxC p.first {
	padding-top:1em;
}

div#aboutBoxC p.social-logos, div#aboutBoxC p.social-logos a {
	margin:0.5em;
	color: transparent;
} 
#aboutBoxC h3 {
	margin: 16px 0 5px;
}
#aboutBoxC h2 {
	margin: 30px 0 10px;
	text-align:center;
}
#aboutBoxC h4 {
	padding: 0.4em 0.5em;
}
.icssub.mt .ui-state-active, .sssub.mt .ui-state-active, #aboutBoxC .ui-state-active, #markerTypeBoxContainer button.ui-state-light {
	/*background:url("images/ui-bg_highlight-hard_30_285c00_1x100.png") repeat-x scroll 50% 50% #285C00;*/
	background:#193602 !important;
}
div.left-wrapper {
	text-align:left !important; 
}
div.left-wrapper ul{
	margin-left:25px;
}

/* Le Frog Theme Modifications */
body .ui-widget-content {
	background:#193602;
	color:#e5ffe8;
}

.ui-corner-all {-moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; border-radius: 4px !important; }
.ui-corner-top { -moz-border-radius-topleft: 4px !important; -webkit-border-top-left-radius: 4px !important; border-top-left-radius: 4px !important; -moz-border-radius-topright: 4px !important; -webkit-border-top-right-radius: 4px !important; border-top-right-radius: 4px !important; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px !important; -webkit-border-bottom-left-radius: 4px !important; border-bottom-left-radius: 4px !important; -moz-border-radius-bottomright: 4px !important; -webkit-border-bottom-right-radius: 4px !important; border-bottom-right-radius: 4px !important; }

.leaflet-popup-content .ui-widget-content {
	background: none !important;
}
.

.ui-buttonset, .ui-button-text {
	padding: 5px;
}
div.addthis_toolbox, div#mf-addthis {
    bottom: 0;
 	left: 121px;
    min-width: 170px;
    position: absolute;
    z-index: 1;
}
.mashupforge-embed div#mf-addthis {
	bottom: -3px;
	left: 105px;
}
/** Tilesets  **/
div.image-action .start {
	display:none !important;
}
.ui-button {
    cursor: pointer;
    display: inline-block;
    margin-right: 0.1em;
    overflow: visible;
    position: relative;
    text-align: center;
    text-decoration: none !important;
}
.ui-button input {
    border-color: transparent;
    border-style: solid;
    cursor: pointer;
    direction: ltr;
    margin: 0;
    opacity: 0;
    filter:Alpha(Opacity=0);
    position: absolute;
    right: 0;
    top: 0;
}
div.fileupload-content {
	background:none;
}
span.progress-label {
	font-size:10px;
	position:absolute;
	left: 15px;
}
div.fileupload-content td.start, .upload-form-container .ui-button-icon-primary {
	display:none;
}
.my-tilesets-container .ui-button-text {
	padding: 0;
}

div.fileupload-buttonbar {
	background:none;
	border:none;
}
div.fileupload-content {
	margin: 5px;
    /*width: 340px;*/
    border: none !important;
}
table.mytilesets {
	width: 100%;
	margin: 0 !important;
}
table.mytilesets tr {
	height: 49px;
	vertical-align: top;
}
div.tileset-container {
	background-color: #54A816;
    overflow: hidden;
    height: 57px;
    max-width: 334px;
    border: 2px solid transparent;
    position:relative;
}
/*
.template-upload.processed div.tileset-container{
	cursor: pointer;
}
.template-upload.processed div.tileset-container:hover {
	border: 2px solid #8bd83b;	
}*/

.tileset-container .thumbnail {
	float: left;
    padding: 6px 5px 6px 7px;
    width: 66px;
    height: 45px;
}
.thumbnail-image {
	height: 100%;
	width: 100%;
	background-position: center;
    background-repeat: no-repeat;
}
.thumbnail-image.no-thumb {
	background-image: url("http://s3.amazonaws.com/mfst/images/no-thumb.png");
}
.tileset-container .info {
	float: left;
    height: 100%;
    padding: 6px 0;
    max-width: 250px;
}
.tileset-container .info .label {
	 height: 18px;
    overflow: hidden;
    padding-top: 3px;
}
.tileset-container .info .label div {
	float:left;
}

/*table.mytilesets  div {
	float:left;
	overflow:hidden;
}*/
table.mytilesets .label .name {
	max-width: 123px;
    overflow: hidden;
	margin-right: 2px;
}
table.mytilesets .label .size {
	max-width: 99px;
    overflow: hidden;
}
.tileset-container .separator {
	color: #FFDC2E;
	margin: 0 3px;
}
.tileset-container .image-action span {
	padding: 1px 0;
}
.tileset-container  .image-action > div, .image-action span.z-level {
	position: absolute;
	bottom: 7px;
}
.tileset-container  .image-action .preview {
	left: 179px;
}
.tileset-container  .image-action .del {
	left: 247px;
}

span.z-level {
	position:absolute;
}
button.small {
	margin: 0 0 0 10px !important;
	padding: 1px 8px;
	font-size: 0.9em !important;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
}
div.image-action .ui-progressbar {
	left: 76px;
    position: absolute;
    height: 15px;
    width: 175px;
}
.image-info-container {
	/*display:inline-block;*/
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	position:relative;
	overflow: auto;
	width:260px;
	height:69px;
	border: solid 1px green;
	margin: 10px auto;
	color: #e5ffe8 !important;
	background-color: #54A816;	
}

/** OPEN ID **/
#openid-wrapper h1 {
	text-align:center;
	color:#4CA20B;
	margin-top: 50px;
    padding: 17px;
}
#openid_big_btns {
	height: 55px;
    padding: 10px;
}
#openid_small_btns {
	height: 28px;
    padding: 0 89px;
}
#openid {
  /*background: url(../images/openid/indicator.gif) center center no-repeat;*/
  margin: 0 auto;
  width: 440px;
  height: 162px;
  
}

#openid_inputarea {
  clear: both;
  display: none;
  /*background: url(../images/openid/balloon.png) no-repeat;*/
  background: url("http://s3.amazonaws.com/mfst/css/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png") repeat-x scroll 50% 50% #4CA20B;
  width: 389px;
  height: 33px;
  line-height:33px;
  color: white;
  text-align: center;
  margin: 5px 0 0 12px;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#openid_inputarea #openid_username {
  margin: 0 4px 0 8px;
  width: 120px;
}

#openid_btns, #openid_btns br {
  clear: both;
}

#openid_highlight {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 2px;
  background-color: #FFFCC9;
  float: left;
}

.openid_large_btn, .openid_small_btn {
  background: url(../images/openid/openid-icons.png) no-repeat;
  margin: 3px;
  float: left;
}

.openid_large_btn {
  width: 91px;
  height: 51px;
}

.openid_small_btn {
  width: 16px;
  height: 16px;
}  

.Google { background-position: 0 0; }
.Yahoo { background-position: 0 -51px; }
.AOL { background-position: 0 -102px; }
.OpenID { background-position: 0 -153px; }
.MyOpenID { background-position: 0 -204px; }
.Flickr { background-position: 0 -220px; }
.Technorati { background-position: -17px -220px; }
.Wordpress { background-position: -17px -204px; }
.Blogger { background-position: -34px -204px; }
.Verisign { background-position: -51px -220px; }
.Vidoop { background-position: -34px -220px; }
.ClaimID { background-position: -68px -204px; }
.LiveJournal { background-position: -51px -204px; }
.MySpace { background-position: -68px -220px; }

a.openid_large_btn:focus {
  outline: none;
  -moz-outline-style: none;
}
/** General classes **/
.c-click, .c-click * {
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.b-s {

}

h4.ui-accordion-header a, .leftPane label, .no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
h4.ui-accordion-header a {
	height: 1.5em;
}

/* Minimap */
.mm-wrapper {
	height: 100%;
	width: 100%;
	position:relative;
	border-color: white;
}
.mm-btn {
	position:absolute;
}
.mm-btn.minus {
	border-bottom-color: inherit;
	border-bottom-width: 3px;
	border-bottom-style: solid;
    height: 0;
    left: 3px;
    top: 7px;
    width: 10px;
}
.minimized .mm-btn.plus {
	display:block;
}
.mm-btn.plus {
	display:none;
	border-left-color: inherit;
	border-left-width: 3px;
	border-left-style: solid;
    width: 0;
    left: 7px;
    top: 3px;
    height: 10px;
}
#minimap-container {
	bottom: 7px;
	position: absolute;
	right: 7px;
	z-index: 5;
	display:none;
	cursor:pointer;
}
#minimap-inner {
	height: 100%;
    position: relative;
    width: 100%;
    overflow:hidden;
/*  padding:2px; */
}
#minimap-container * {
	cursor:pointer;
}
#minimap-container a {
	position:absolute;
	background-color: #193602;
	height: 16px;
	width: 16px;
}
#minimap-viewp {
	border: 2px solid #ffdc2e;
	position: absolute;
	top:0;
	left:0;
}
#minimap-t-wrapper img {
	display:block;
}
.minimap-min {
	bottom: 1px;
    position: absolute;
    right: 1px;
    z-index: 10;
}
/** Leaflet **/ 
.leaflet-top {
	position: fixed !important;
	top: 33px !important;
}
.mashupforge-embed  .leaflet-top {
	top: 0 !important;
}
div.leaflet-control-container, div.leaflet-control-container .leaflet-left {
	display:none;
}

.leaflet-right.leaflet-top .leaflet-control {
	display: inline-block;
	float: none;
	margin: 0;
}

.leaflet-control-zoom a:hover, .leaflet-control-layers a:hover {
	opacity: 0.9;
}
.leaflet-control-zoom {
	border: 0 !important;
	box-shadow: none !important;
	-webkit-border-radius:0 !important;
	border-radius: 0 !important;
	-moz-border-radius:0 !important;
	position: absolute;
	top: 0;
	right: 36;

}
.leaflet-control-zoom-in {
	border-radius: 0 0 0 7px !important;
	-webkit-border-radius: 0 0 0 7px !important;
	-moz-border-radius: 0 0 0 7px !important;
	border-right: 1px solid;
	border-left: 0 !important;
	border-bottom: 0 !important;
	border-top: 0 !important;
}
.leaflet-control-zoom-out, .leaflet-control-layers a {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0px !important;
	border-bottom: 0 !important;
}
.leaflet-control-layers a {
	border-left: 1px solid;
}

.leaflet-control-layers-toggle {
	background-image: none !important;
	text-decoration: none;
}
.leaflet-control-zoom a {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px;
	float: left;
}



.leaflet-container {
	background-color: #E5E3DF !important;
}
.leaflet-popup-content-wrapper {
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
}
.leaflet-popup-content {
	margin: 13px !important;
}
.leaflet-control-layers label {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}

.leaflet-control-layers {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	box-shadow: 0 0 0 0 !important;
	background: none !important;
}

.leaflet-control-layers i {
	position: absolute;
	font-size: 20px;
	left: 12px;
	top: 4px;
	text-decoration: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	position: absolute !important;
	padding: 8px;
	border-radius: 0 0 0 7px !important;
	-webkit-border-radius: 0 0 0 7px !important;
	-moz-border-radius: 0 0 0 7px !important;
	min-width: 80px;
	top: 36px;
	right: 0;
	border-top: 1px solid;
}
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display:block !important;
}
.leaflet-control-layers-expanded {
	padding: 0 !important;
}

/** Hello **/
div#hello-overlay {
    background-color: #F8FBF5;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow:hidden;
    display:none;
}
div#hello-container {
	display:none;
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}
#sub-nav {
	position:relative;
}
.mashupforge-embed #sub-nav {
	height: 100%;
}
body.content-active .hidden-w-overlay {
	display:none !important; 
} 
p.tagline {
	text-align:center;
	color: #193602;
	font-family: Helvetica Neue, Helvetica;
	font-size: 55px;
	font-weight:300;
	margin: 40px auto;
	text-align:center;
}
p.contact {
	margin: 15px;
}
.eg-container ul {
	list-style: none;
}
.eg-container li {
	display:inline-block;
	margin: 15px;
}
.eg-container img{
	max-height: 100px;
	
}
.eg-container > span {
	display:block;
	margin:10px;
}
.eg-container li span {
	display:block;
	margin-top:6px;
} 
.existing-maps {
	display:none;
}
.has_maps .existing-maps {
	display:block;
}
.has_maps .no-maps {
	display:none;
}
div.press img {
	padding: 10px;
}
div.press a {
	text-decoration:none;
}
p.press-logo img {
	max-height:50px;
}
p.press-ss img {
    max-height: 100px;
}

.leftPane textarea, .leftPane input[type=text], .leftPane select {
	background-color: #23621D;
	border: 1px solid green;
	color: #E5FFE8;
}
/* Templates */
textarea.html-template {
	display: block; 
	margin: 10px auto;
	margin-top:2px; 
	height: 300px; 
	padding: 4px; 
	width: 310px;
	font-size:11px;
}
ul.template-vars {
	list-style: none;
	margin-left: 0;
	margin-top:10px;
}
ul.template-vars > li {
	margin-top: 0;
	margin-bottom: 0;
}

/** Import **/
button.import-markers {
	font-size: 11px;
    margin: 2px 0 0;
    width: 58px;
}

/** Pricing **/
.pricing-wrapper {
	margin:auto;
    padding: 30px;
    width: 1000px;
}

.pricing-wrapper button {
	margin:0;
	font-weight:200;
	font-size:1.1em;
	padding: 0.3em 1em;
}

.pricing-items {
	display: inline-block;
	vertical-align: top;
	list-style: none !important;
	min-width: 16em;
}
.pricing-items li:first-child {
	font-size: 2.2em;
	height: 1.2em;

}
.pricing-items li {
    border-bottom: 1px solid #8BD83B;
    padding: 0.5em;
}
.pricing-items li:last-child {
	border:none;
}
.pricing-wrapper li.current-plan {
	padding: 1em;
}

.pricing-wrapper .current-plan button, .pricing-wrapper span.youareon, .pricing-wrapper span.usage {
	display:none;
}
.pricing-wrapper .current-plan span.youareon  {
	display:inline;
}
.usage-wrapper {
	text-align: center;
	padding: 1em 0;
}
.usage-wrapper .plan-label, .usage-wrapper li.current-plan, .usage-wrapper li.price {
	display:none;
}
.usage-wrapper ul.pricing-items {
	min-width: 10em !important;
	margin-left: 0;
}
.usage-wrapper ul.pricing-items:first-child {
	text-align: left;
}
.usage-wrapper ul.pricing-items li {
	margin: 0;
	padding: 0.6em;
	border-color: #365F10;
}

.hi-border-radius {
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	border-radius: 15px !important;
}


::-webkit-scrollbar {
    width: 10px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #367208; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #367208; 
}
