﻿/* Show */

.BAAreaShow {
/* Wird nur angezeigt, wenn JavaScript deaktiviert ist */
    background: url("/img/MiniCMS/BuildingAreaBackground.png") no-repeat; 
    overflow: hidden; 
    padding: 5px 9px; 
}

.BAToolWrapper {
	width:202px;
	height:111px;
	color:#fff;
	font-size:10pt;
	text-align:center;
	padding: 8px 10px 8px 10px;
}

.BAToolLine {
	border-bottom:1px dashed #fff;
	margin-bottom:3px;
	padding-bottom:3px;
}

.BAToolLineEnd {
	
}

.BAToolInfo {
	font-weight:bold;
}

.BAToolDesc {
	font-variant:small-caps;
	font-size:8pt;
}


.BAToolCellLeft {
	border-right:1px dashed #fff;
	float:left;
	width:49%;
}


.BAToolCellRight {
	float:right;
	width:49%;
}

.ModulBuildingArea #BuildingAreaImage {
	border:1px solid #666;
	margin:0 auto;
	display:block;
}

.ModulBuildingArea .BAList {
	border:1px solid #999;
	margin: 0 auto;
}
.ModulBuildingArea .BAList th, .ModulBuildingArea .BAList td {
	padding: 2px 50px 2px 2px;
	border:1px solid #999;
}
.ModulBuildingArea .BAList th:last-child, .ModulBuildingArea .BAList td:last-child {
	padding: 0 20px 0 0;
    text-align: right;
}

/* Edit */


.MBAImageUpload {
	border:1px solid #666;	
}

.MBADisableUploadIFrame {
    width:1px;
    height:1px;
    border:0px solid #fff;
    opacity:0;
}

.MBAAreaRangeSpacer {
    border-top:1px dashed #999;
    margin-top:10px;
    padding-top:5px;
}

.MBAAreaRangeSpacer div {
    clear:both;
}

.MBAAreaAddButton {
    float:right;
}

.MBAAreaList {
    float:left;
    width:680px;
}

.MBAAreaListRowHead {
    border-bottom:1px dashed #666;
    margin-top:15px;
}

.MBAAreaListRowHead div {
    font-weight:bold;
    background-color: #fff !important;
}

.MBAAreaListRow {
    float:left;
    width:664px;
}

.MBAAreaListRow div {
    float:left;
    clear: none;
}

.MBAAreaListRow:hover div {
    background-color: #ddd;
}

.MBAAreaListRow .MBAAreaListLabel {
    width: 120px;
    border-right: 1px dashed #666;
}

.MBAAreaListRow .MBAAreaListStreet {
    width: 200px;
    border-right: 1px dashed #666;
}

.MBAAreaListRow .MBAAreaListSize {
    width: 90px;
    border-right: 1px dashed #666;
}

.MBAAreaListRow .MBAAreaListCosts {
    width: 90px;
    border-right: 1px dashed #666;
}

.MBAAreaListRow .MBAAreaListSold {
    width: 120px;
}

.MBAAreaListRow .MBAAreaListEditButtons {
    width: 20px;
}


.MBAAreaAddInputRange {
    margin: 0 auto;
    padding: 15px 0;
    clear:both;
}

.MBAAreaAddInputRangeText {
    width: 355px;
}

.MBAAreaAddInputRow {
    clear: both;
    float:none;
}

.MBAAreaAddDesc {
    text-align:left;
    float: left;
    width:190px;
}

.MBAAreaAddInput {
    text-align:left;
    float: left;
}

/* Config */

.MBAContainerConfigConfig {
    display: table;
    margin: 0 auto;
}

.MBAConfFunctionAreaColor {
    display: table;
    margin: 10px 0 0;
    max-width: 450px;
}

.MBAConfFunctionAreaColor .ConfSetting {
    margin: 4px 20px 0;
}

