
.mapCashImg {
    display: inline-block;
    background-image: url('/tpl/images/map/mapCashImg.png');
    width: 36px;
    height: 25px;
    position: relative;
    margin-top: -6px;
    margin-right: -2px;
    top: 7px;

}  

#mapHolderHolder {
    position: relative;
    width: 740px;
    height: 700px;
    background: #1b0801;
    overflow: hidden;
}

#mapDisableDiv {
    position: absolute;
    width: 740px;
    height: 700px;
    top: 0;
    left: 0;
    z-index: 9500;
    display: none;
}

#mapHolder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#mapHolder .floorTile {
    background-image: url('/tpl/images/map/tile.png');
    position: absolute;
    width: 100px;
    height: 52px;
}

#mapHolder .occupiedTile {
    background-image: url('/tpl/images/map/tile-occupied.png');
}

#mapHolder .floorTile.hover {
    background-position: -100px 0;
}

#mapHolder .floorTile.small {
    background-image: url('/tpl/images/map/tile_small.png');
    width: 32px;
    height: 16px;
}

#mapHolder .floorTile.small.hover {
    background-position: -32px 0;
}

#mapHolder .buildingFloor2 {
    position: absolute;
    width: 200px;
    height: 100px;
    background-image: url('/tpl/images/map/2x2floor.png');
    margin-top: -51px;
    margin-left: -49px;

}

#mapHolder .buildingFloor2.hover {
    background-position: -200px 0;
}

#mapHolder .buildingFloor2.small {
    width: 64px;
    height: 32px;
    background-image: url('/tpl/images/map/2x2floor_small.png');
    margin-top: -16px;
    margin-left: -16px;
}

#mapHolder .buildingFloor2.small.hover {
    background-position: -64px 0;
}  

#mapHolder .buildingFloor3 {
    position: absolute;
    width: 300px;
    height: 150px;
    background-image: url('/tpl/images/map/3x3floor.png');
    margin-top: -101px;
    margin-left: -100px;
}

#mapHolder .buildingFloor3.hover {
    background-position: -300px 0;
}

#mapHolder .buildingFloor3.small {
    width: 96px;
    height: 48px;
    background-image: url('/tpl/images/map/3x3floor_small.png');
    margin-top: -32px;
    margin-left: -32px;
}

#mapHolder .buildingFloor3.small.hover {
    background-position: -96px 0;
}  

.buildingListItemImage.stadium, #mapHolder .stadium {
    width: 401px;
    height: 201px;
    background-image: url('/tpl/images/map/stadium.gif');
}

.buildingListItemImage.stadiumBig, #mapHolder .stadiumBig {
    width: 401px;
    height: 201px;
    background-image: url('/tpl/images/map/stadium-big.gif');
}

.buildingListItemImage.stadium, #mapHolder .roofBig {
    width: 266px;
    height: 135px;
    background-image: url('/tpl/images/map/roof-big.gif');
}

.buildingListItemImage.stadium, #mapHolder .roofSmallzero {
    width: 200px;
    height: 102px;
    background-image: url('/tpl/images/map/roof-small-0.gif');
    position: absolute;
    margin-top: 63px;
    margin-left: 100px;
}

.buildingListItemImage.stadium, #mapHolder .roofSmallone {
    width: 201px;
    height: 103px;
    background-image: url('/tpl/images/map/roof-small-1.gif');
    position: absolute;
    margin-top: 63px;
    margin-left: 101px;
}

.buildingListItemImage.stadium, #mapHolder .roofSmalltwo {
    width: 208px;
    height: 105px;
    background-image: url('/tpl/images/map/roof-small-2.gif');
    position: absolute;
    margin-top: 53px;
    margin-left: 97px;
}

.buildingListItemImage.stadium, #mapHolder .roofSmallthree {
    width: 209px;
    height: 108px;
    background-image: url('/tpl/images/map/roof-small-3.gif');
    position: absolute;
    margin-top: 45px;
    margin-left: 96px;
}


.buildingListItemImage.stadium, #mapHolder .zeroFloorBig {
    width: 266px;
    height: 157px;
    background-image: url('/tpl/images/map/0_floor-big.gif');
    position: absolute;
    margin-top: -153px;
    margin-left: -152px;
}

.buildingListItemImage.stadium, #mapHolder .oneFloorBig {
    width: 266px;
    height: 170px;
    background-image: url('/tpl/images/map/1_floor-big.gif');
}

.buildingListItemImage.stadium, #mapHolder .twoFloorBig {
    width: 271px;
    height: 179px;
    background-image: url('/tpl/images/map/2_floor-big.gif');
}

.buildingListItemImage.stadium, #mapHolder .threeFloorBig {
    width: 293px;
    height: 190px;
    background-image: url('/tpl/images/map/3_floor-big.gif');
}


.buildingListItemImage.stadium, #mapHolder .zeroFloorSmall {

}

.buildingListItemImage.stadium, #mapHolder .oneFloorSmall {
    width: 87px;
    height: 59px;
    background-image: url('/tpl/images/map/1_floor-small.gif');
    position: absolute;
    margin-top: 60px;
    margin-left: 111px;
}

.buildingListItemImage.stadium, #mapHolder .twoFloorSmall {
    width: 213px;
    height: 134px;
    background-image: url('/tpl/images/map/2_floor-small.gif');
    position: absolute;
    margin-top: 56px;
    margin-left: 94px;
}

.buildingListItemImage.stadium, #mapHolder .threeFloorSmall {
    width: 218px;
    height: 143px;
    background-image: url('/tpl/images/map/3_floor-small.gif');
    position: absolute;
    margin-top: 46px;
    margin-left: 92px;
}


#mapHolder .stadium {
    position: absolute;
    margin-top: -153px;
    margin-left: -152px;
}

#mapHolder .roofBig {
    position: absolute;
    margin-top: 17px;
    margin-left: 65px;
}

.roofthree {
    margin-top:-23px !important;

}

.rooftwo {
    margin-top:-8px !important;

}

.roofone {
    margin-top:3px !important;

}

.roofzero {
    margin-top:16px !important;

}

#mapHolder .zeroFloorBig {
    position: absolute;
    margin-top: 20px;
    margin-left: 65px;
}

#mapHolder .oneFloorBig {
    position: absolute;
    margin-top: 6px;
    margin-left: 66px;
}

#mapHolder .twoFloorBig {
    position: absolute;
    margin-top: -8px;
    margin-left: 63px;
}

#mapHolder .threeFloorBig {
    position: absolute;
    margin-top: -19px;
    margin-left: 52px;
}

#mapHolder .stadiumBig {
    position: absolute;
    margin-top: -151px;
    margin-left: -151px;
}

#mapHolder .stadium.small {
    width: 75px;
    height: 40px;
    background-image: url('/tpl/images/map/stadium_small.gif');
    margin-top: -35px;
    margin-left: -21px;
}

.buildingListItemImage.busTerminal, #mapHolder .busTerminal {
    width: 198px;
    height: 99px;
    background-image: url('/tpl/images/map/busstop.png');
}

#mapHolder .busTerminal {
    position: absolute;
    margin-top: -51px;
    margin-left: -47px;
}

.buildingListItemImage.trainTerminal, #mapHolder .trainTerminal {
    width: 100px;
    height: 52px;
    background-image: url('/tpl/images/map/trainstop.png');
}

#mapHolder .trainTerminal {
    position: absolute;
    margin-top: -2px;
    margin-left: -1px;
}

.buildingListItemImage.parkingLot, #mapHolder .parkingLot {
    width: 300px;
    height: 150px;
    background-image: url('/tpl/images/map/parking.png');
}

#mapHolder .parkingLot {
    position: absolute;
    margin-top: -102px;
    margin-left: -100px;
}


.buildingListItemImage.commercial, #mapHolder .commercial {
    width: 130px;
    height: 189px;
    background-image: url('/tpl/images/map/commercial.png');
}

#mapHolder .commercial {
    position: absolute;
    margin-top: -165px;
    margin-left: -18px;
}

#mapHolder .commercial.small {
    width: 42px;
    height: 62px;
    background-image: url('/tpl/images/map/commercial_small.gif');
    margin-top: -52px;
    margin-left: -7px;
}

.buildingListItemImage.commercial2, #mapHolder .commercial2 {
    width: 110px;
    height: 256px;
    background-image: url('/tpl/images/map/commercial2.png');
}

#mapHolder .commercial2 {
    position: absolute;
    margin-top: -165px;
    margin-left: -18px;
}

#mapHolder .commercial2.small {
    width: 37px;
    height: 86px;
    background-image: url('/tpl/images/map/commercial2_small.gif');
    margin-top: -52px;
    margin-left: -7px;
}

.buildingListItemImage.commercial3, #mapHolder .commercial3 {
    width: 175px;
    height: 275px;
    background-image: url('/tpl/images/map/commercial3.png');
}

#mapHolder .commercial3 {
    position: absolute;
    margin-top: -165px;
    margin-left: -18px;
}

#mapHolder .commercial3.small {
    width: 48px;
    height: 72px;
    background-image: url('/tpl/images/map/commercial3_small.gif');
    margin-top: -52px;
    margin-left: -7px;
}

.buildingListItemImage.commercial4, #mapHolder .commercial4 {
    width: 114px;
    height: 285px;
    background-image: url('/tpl/images/map/commercial4.png');
}

#mapHolder .commercial4 {
    position: absolute;
    margin-top: -165px;
    margin-left: -18px;
}

#mapHolder .commercial4.small {
    width: 36px;
    height: 90px;
    background-image: url('/tpl/images/map/commercial4_small.gif');
    margin-top: -52px;
    margin-left: -7px;
}

.buildingListItemImage.commercial5, #mapHolder .commercial5 {
    width: 140px;
    height: 428px;
    background-image: url('/tpl/images/map/commercial5.png');
}

#mapHolder .commercial5 {
    position: absolute;
    margin-top: -165px;
    margin-left: -18px;
}

#mapHolder .commercial5.small {
    width: 45px;
    height: 133px;
    background-image: url('/tpl/images/map/commercial5_small.gif');
    margin-top: -52px;
    margin-left: -7px;
}

.buildingListItemImage.factory, #mapHolder .factory {
    width: 160px;
    height: 120px;
    background-image: url('/tpl/images/map/factory.png');
}

#mapHolder .factory {
    position: absolute;
    margin-top: -85px;
    margin-left: -30px;
}

#mapHolder .factory.small {
    width: 50px;
    height: 32px;
    background-image: url('/tpl/images/map/factory_small.png');
    margin-top: -28px;
    margin-left: -7px;
}

.buildingListItemImage.factory2, #mapHolder .factory2 {
    width: 160px;
    height: 101px;
    background-image: url('/tpl/images/map/factory2.png');
}

#mapHolder .factory2 {
    position: absolute;
    margin-top: -68px;
    margin-left: -30px;
}

#mapHolder .factory2.small {
    width: 50px;
    height: 32px;
    background-image: url('/tpl/images/map/factory2_small.png');
    margin-top: -22px;
    margin-left: -7px;
}

.buildingListItemImage.factory3, #mapHolder .factory3 {
    width: 122px;
    height: 167px;
    background-image: url('/tpl/images/map/factory3.png');
}

#mapHolder .factory3 {
    position: absolute;
    margin-top: -130px;
    margin-left: -17px;
}

#mapHolder .factory3.small {
    width: 33px;
    height: 45px;
    background-image: url('/tpl/images/map/factory3_small.png');
    margin-top: -35px;
    margin-left: 0px;
}

.buildingListItemImage.factory4, #mapHolder .factory4 {
    width: 122px;
    height: 88px;
    background-image: url('/tpl/images/map/factory4.png');
}

#mapHolder .factory4 {
    position: absolute;
    margin-top: -50px;
    margin-left: -17px;
}

#mapHolder .factory4.small {
    width: 50px;
    height: 36px;
    background-image: url('/tpl/images/map/factory4_small.png');
    margin-top: -20px;
    margin-left: -10px;
}

.buildingListItemImage.factory5, #mapHolder .factory5 {
    width: 122px;
    height: 88px;
    background-image: url('/tpl/images/map/factory5.png');
}

#mapHolder .factory5 {
    position: absolute;
    margin-top: -50px;
    margin-left: -17px;
}

#mapHolder .factory5.small {
    width: 50px;
    height: 36px;
    background-image: url('/tpl/images/map/factory5_small.png');
    margin-top: -20px;
    margin-left: -10px;
}

.buildingListItemImage.multi-shops, #mapHolder .multi-shops {
    width: 99px;
    height: 59px;
    /*  background-image: url('/tpl/images/map/shops_1_snackbar_0_team.png');*/
}

.buildingListItemImage.forest, #mapHolder .forest {
    width: 99px;
    height: 60px;
    /*  background-image: url('/tpl/images/map/shops_1_snackbar_0_team.png');*/
}

.buildingListItemImage.lake, #mapHolder .lake {
    width: 97px;
    height: 52px;
    /*  background-image: url('/tpl/images/map/shops_1_snackbar_0_team.png');*/
}

.buildingListItemImage.lake, #mapHolder .house {
    width: 31px;
    height: 34px;
    /*  background-image: url('/tpl/images/map/shops_1_snackbar_0_team.png');*/
}

#mapHolder .multi-shops {
    position: absolute;
    margin-top: -11px;
    margin-left: 1px;
}

#mapHolder .forest {
    position: absolute;
    margin-top: -11px;
    margin-left: 1px;
}

#mapHolder .lake {
    position: absolute;
    margin-top: -3px;
    margin-left: 1px;
}

#mapHolder .house {
    position: absolute;
    margin-top: -3px;
    margin-left: 29px;
}

#mapHolder .manager-house {
    position: absolute;
    margin-top: -3px;
    margin-left: 29px;
    width: 50px;
    height: 37px;
}

#mapHolder .mayor-house {
    
    position: absolute;
    margin-top: -106px;
    margin-left: -49px;
    width: 171px;
    height: 141px;
}


#mapHolder .multi-shops.zero_snackbar_one_team {

    background-image: url('/tpl/images/map/shops_0_snackbar_1_team.png');

}

#mapHolder .multi-shops.one_snackbar_zero_team {

    background-image: url('/tpl/images/map/shops_1_snackbar_0_team.png');

}

#mapHolder .multi-shops.one_snackbar_one_team {

    background-image: url('/tpl/images/map/shops_1_snackbar_1_team.png');

}

#mapHolder .multi-shops.two_snackbar_zero_team {

    background-image: url('/tpl/images/map/shops_2_snackbar_0_team.png');

}

#mapHolder .multi-shops.two_snackbar_one_team {

    background-image: url('/tpl/images/map/shops_2_snackbar_1_team.png');

}

#mapHolder .multi-shops.three_snackbar_zero_team {

    background-image: url('/tpl/images/map/shops_3_snackbar_0_team.png');

}

#mapHolder .multi-shops.three_snackbar_one_team {

    background-image: url('/tpl/images/map/shops_3_snackbar_1_team.png');

}

#mapHolder .forest.one_tree {

    background-image: url('/tpl/images/map/forest_1_trees.png');

}

#mapHolder .forest.two_tree {

    background-image: url('/tpl/images/map/forest_2_trees.png');

}

#mapHolder .forest.three_tree {

    background-image: url('/tpl/images/map/forest_3_trees.png');

}

#mapHolder .forest.four_tree {

    background-image: url('/tpl/images/map/forest_4_trees.png');

}

#mapHolder .lake {

    background-image: url('/tpl/images/map/lake.png');

}

#mapHolder .house {

    background-image: url('/tpl/images/map/house.png');

}

#mapHolder .manager-house {

    background-image: url('/tpl/images/map/hut.gif');

}

#mapHolder .mayor-house {

    background-image: url('/tpl/images/map/mayor_house.gif');

}



#mapHolder .test_block221 {
    position: absolute;
    width: 200px;
    height: 150px;
    background-image: url('/tpl/images/map/test.png');
    margin-top: -100px;
    margin-left: -50px;
}

#mapHolder .test_block332 {
    position: absolute;
    width: 300px;
    height: 250px;
    background-image: url('/tpl/images/map/test2.png');
    margin-top: -200px;
    margin-left: -100px;
}

#mapHolder .road {
    position: absolute;
    width: 100px;
    height: 50px;
    background-image: url('/tpl/images/map/road.gif');
    background-position: -300px -0;
}
/* d4,d2,d3,d1,b3,b4,b1,b2,a2,a1,c2,c3,c1,c4,a3 */
/* tl = top left, br = bottom right, etc */
#mapHolder .road.tl { background-position: -300px -150px; }
#mapHolder .road.tr { background-position: -100px -150px; }
#mapHolder .road.bl { background-position: -200px -150px; }
#mapHolder .road.br { background-position:    0px -150px; }
#mapHolder .road.br.bl { background-position: -200px -50px; }
#mapHolder .road.br.tr { background-position: -300px -50px; }
#mapHolder .road.tl.bl { background-position:    0px -50px; }
#mapHolder .road.tr.tl { background-position: -100px -50px; }
#mapHolder .road.tl.br { background-position: -100px   0px; }
#mapHolder .road.tr.bl { background-position:    0px   0px; }
#mapHolder .road.br.bl.tl { background-position: -100px -100px; }
#mapHolder .road.br.bl.tr { background-position: -200px -100px; }
#mapHolder .road.tr.bl.tl { background-position:    0px -100px; }
#mapHolder .road.br.tr.tl { background-position: -300px -100px; }
#mapHolder .road.br.bl.tl.tr { background-position: -200px 0; }

#mapHolder .road.small {
    position: absolute;
    width: 32px;
    height: 16px;
    background-image: url('/tpl/images/map/roads_small.gif');
    background-position: -98px 0;
}

#mapHolder .road.small.tl { background-position: -98px -51px; }
#mapHolder .road.small.tr { background-position: -32px  -51px; }
#mapHolder .road.small.bl { background-position: -64px -51px; }
#mapHolder .road.small.br { background-position:    0px -51px; }
#mapHolder .road.small.br.bl { background-position: -64px -16px; }
#mapHolder .road.small.br.tr { background-position: -96px -16px; }
#mapHolder .road.small.tl.bl { background-position:    0px -16px; }
#mapHolder .road.small.tr.tl { background-position:  -32px -16px; }
#mapHolder .road.small.tl.br { background-position:  -32px   0px; }
#mapHolder .road.small.tr.bl { background-position:    0px   0px; }
#mapHolder .road.small.br.bl.tl { background-position:  -32px -32px; }
#mapHolder .road.small.br.bl.tr { background-position: -64px -32px; }
#mapHolder .road.small.tr.bl.tl { background-position:    0px -32px; }
#mapHolder .road.small.br.tr.tl { background-position: -96px -32px; }
#mapHolder .road.small.br.bl.tl.tr { background-position: -64px 0; }

#mapHolderHolder .closeButton {
    position: absolute;
    height: 51px;
    width: 48px;
    background-image: url('/tpl/images/map/closebutton.png');
    cursor: pointer;
}

#mapHolderHolder .closeButton:hover {
    background-position: -50px 0;
} 

#mapHolderHolder .closeButton:active {
    background-position: -101px 0;
}  

#upgradeStadiumWindowCloseButton.closeButton {
    right: 8px;
    top: 8px;
}

#buildingListWindowCloseButton {
    right: 20px;
    top: 20px;
}

#hand_cursor {/*div to choose hand*/
    position: absolute;
    bottom: 170px;
    right:20px;
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 2px #333333;
   /* background: none repeat scroll 0 0 #81B6C9;*/
    border-radius: 10px;
    color: black;
    z-index: 9999;
    text-align: center;
    padding: 5px;
    background: rgba(255, 255, 255, 0.2);
}

.map-link, #mapHolderHolder a, .building_menu_item, .hand-pointer {
    cursor: url('/tpl/images/map/hand-pointer.png') 7 1 ,auto;
}

.grab-pointer {
    cursor: url('/tpl/images/map/hand-grabbing.png') 7 1 ,auto;
}



#button_panel {
    position: absolute;
    bottom: 20px;
    left:20px;
    width: 700px;
    height: 130px;
    border: 1px solid #1055CC;
    box-shadow: 1px 1px 2px #333333;
    background: none repeat scroll 0 0 #81B6C9;
    border-radius: 10px;
    color: black;
    z-index: 9999;
}

#button_panel .button {
    width: 90px;
    height: 75px;
    /* background: green;*/
    border: transparent solid 1px;
    margin: 8px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
    float: left;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #0E8400 url("/tpl/images/map/button-bg-large.png") repeat-x;
    cursor: pointer;
}

#button_panel:hover {
    border: #447006 solid 1px;

}

#button_panel .buttonIcon {
    width: 64px;
    height: 64px;
    margin-left: 12px;
    margin-bottom: 5px;
    padding: 0;
    background-repeat: no-repeat;
}  

#button_panel .buttonIcon:hover {
    border: 1px solid black;
}

#button_panel #commercialButtonIcon {
    background-image: url('/tpl/images/map/gameicon_commercial.gif');
}  

#button_panel #demolishButtonIcon {
    background-image: url('/tpl/images/map/gameicon_demolish.gif');
}  

#button_panel #naturalElementsButtonIcon {
    background-image: url('/tpl/images/map/gameicon_natural.gif');
} 

#button_panel #housingButtonIcon {
    background-image: url('/tpl/images/map/gameicon_housing.gif');
}  

#button_panel #industryButtonIcon {
    background-image: url('/tpl/images/map/gameicon_industry.gif');
}  

#button_panel #roadsButtonIcon {
    background-image: url('/tpl/images/map/gameicon_roads.gif');
}  

#button_panel #environmentButtonIcon {
    background-image: url('/tpl/images/map/gameicon_environment.gif');
}  


#button_panel #stadiumButtonIcon {
    background-image: url('/tpl/images/map/gameicon_stadium.gif');
}  

#buildingPlacer {
    position: absolute;
}

#buildingListWindow {
    position: absolute;
    overflow-y: scroll;
    display: none;
    height: 500px;
    width: 700px;
    top: 30px;
    left: 19px;
    background: grey;
    border: black solid 1px;
    z-index: 9999;
}

#buildingListWindow .buildingListItem {
    width: 500px;
    height: 170px;
    background: orange;
    position: relative;
    margin: 10px auto;
    padding: 10px;
    border: transparent solid 1px;
    cursor: pointer;
} 

#buildingListWindow .buildingListItem:hover {
    border: black solid 1px;
}  

.buildingListItemInfo {
    position: absolute;
    left: 200px;
    top: 10px;
}

.buildingProgressBar {
    position: absolute;
    width: 150px;
    height: 25px;
    z-index: 8990;
    background: blue;
}

.buildingProgressBar span {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 144px;
    height: 19px;
    background: red;
}  

#buildingMenu {
    position: absolute;
    width: 150px;
    height: 200px;
    background: yellow;
    border: black solid 1px;
    z-index: 10999;
    display: none;
}   

#buildingMenu span {

    color: black;
    margin: 4px;
    width: 140px;
    height: 20px;
    background: green;
    display: block;
 /*   cursor: pointer;*/
    text-align: center;
    font-weight: bold;
    color: white;
}  

#buildingMenu span:hover {
    background: olive;
}  

/*************************
  upgrade stadium window
***************************/

#upgradeStadiumWindow {
    position: absolute;
    display: none;
    color: black;
    height: 500px;
    width: 700px;
    top: 30px;
    left: 19px;
    background: #81B6C9;
    border: #1055CC solid 1px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #333333;
    z-index: 9750;
}

#upgradeStadiumBanner {
    position: absolute;
    background: #e5a129;
    border: #cc8710 solid 1px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333333;
    width: 650px;
    height: 50px;
    top: 15px;
    left: 15px;
    padding: 9px;
}

.upgradeStadiumTabBody {
    position: absolute;
    background: #72b05f;
    border: #2a6318 solid 1px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333333;
    width: 650px;
    height: 334px;
    top: 132px;
    left: 15px;
    padding: 9px;
    text-align: center;
}

.upgradeStadiumTabBody > h2 {
    position: absolute;
    width: 500px;
}

.upgradeStadiumTabBody > h2:nth-child(1) {
    top: 12px;
}  

.upgradeStadiumTabBody > h2:nth-child(2) {
    top: 122px;
}  

.upgradeStadiumTabBody > h2:nth-child(3) {
    top: 232px;
}  

.upgradeStadiumTab {
    position: absolute;
    background: #569642;
    border-color: #2a6318;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 2px 0px 0px #333333;
    width: 155px;
    height: 25px;
    top: 97px;
    padding: 5px;
    cursor: pointer;
}

.upgradeStadiumTab h3 {
    text-align: center;
}

#upgradeStadiumTab {
    left: 30px;
} 

#upgradeSectorTab {
    left: 185px;
}

#changeTicketPricesTab {
    left: 340px;
}  

#extraFeaturesTab {
    left: 495px;
}  

.upgradeStadiumSelectedTab {
    background: #72b05f;
    z-index: 5010;
}  

.upgradeStadiumSelectedTabBody {
    z-index: 5000;
}  

#upgradeStadiumBanner h1, #upgradeStadiumBanner h2 {
    text-align: center;
}

#buildStadiumRoofDiv {
    position: absolute;
    width: 170px;
    height: 212px;
    top: 20px;
    left: 20px;
    padding: 50px 10px;
    background: #3e7d2a;
    border: 1px solid #3e7d2a;
    border-radius: 10px;
}

#buildStadiumRoofButton {
    position: absolute;
    width: 130px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background: #777;
    padding: 25px 10px;
    border: 1px solid #184f63;
    border-radius: 10px;
    cursor: default;
} 

#buildStadiumRoofButton.activeButton {
    background: #428096;
    box-shadow: 2px 2px 2px #333333;
    cursor: pointer;
}  

#buildStadiumRoofButton.activeButton:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#buildStadiumRoofButton.activeButton:active {
    box-shadow: 0px 0px 0px #333333;
    left: 22px;
    bottom: 38px;
}

#repairAllDiv {
    position: absolute;
    width: 170px;
    height: 212px;
    top: 20px;
    right: 20px;
    padding: 50px 10px;
    background: #3e7d2a;
    border: 1px solid #3e7d2a;
    border-radius: 10px;
} 

#repairAllButton {
    position: absolute;
    width: 140px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background: #777;
    padding: 25px 5px;
    border: 1px solid #184f63;
    border-radius: 10px;
    cursor: default;
} 

#repairAllButton.activeButton {
    background: #428096;
    box-shadow: 2px 2px 2px #333333;
    cursor: pointer;
}  

#repairAllButton.activeButton:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#repairAllButton.activeButton:active {
    box-shadow: 0px 0px 0px #333333;
    left: 22px;
    bottom: 38px;
}

#lawnConditionDiv {
    position: absolute;
    background: #3e7d2a;
    border: 1px solid #3e7d2a;
    width: 170px;
    height: 212px;
    left: 239px;
    top: 20px;
    padding: 50px 10px;
    border-radius: 10px;
}

#lawnPic { 
    position: absolute;
    top: 30px;
    left: 5px;
    width: 65px;
    height: 56px;
}  

#lawnPic.q1 { background: transparent url('/tpl/images/lawn1.gif') left top no-repeat; }
#lawnPic.q2 { background: transparent url('/tpl/images/lawn2.gif') left top no-repeat; }
#lawnPic.q3 { background: transparent url('/tpl/images/lawn3.gif') left top no-repeat; }
#lawnPic.q4 { background: transparent url('/tpl/images/lawn4.gif') left top no-repeat; }
#lawnPic.q5 { background: transparent url('/tpl/images/lawn5.gif') left top no-repeat; }

#lawnConditionButton {
    position: absolute;
    width: 140px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background: #777;
    padding: 25px 5px;
    border: 1px solid #184f63;
    border-radius: 10px;
    cursor: default;
} 

#lawnConditionButton.activeButton {
    background: #428096;
    box-shadow: 2px 2px 2px #333333;
    cursor: pointer;
} 

#lawnConditionButton.activeButton:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#lawnConditionButton.activeButton:active {
    box-shadow: 0px 0px 0px #333333;
    left: 22px;
    bottom: 38px;
}

#upgradeStadiumImage.smallStadiumImage {
    position: absolute;
    background-image: url('/tpl/images/stadium_small.gif');
    width: 193px;
    height: 154px;
    top: 20px;
    right: 20px;
}

#upgradeStadiumImage {
    position: absolute;
    background-image: url('/tpl/images/stadium_big.gif');
    width: 288px;
    height: 190px;
    top: 20px;
    right: 20px;
}

#upgradeSectorTabBody h2 {
    text-align: center;
}  

#upgradeSectorTitle {
    position: absolute;
    top: 15px;
    left: 20px;
    height: 20px;
    width: 390px;
    padding: 5px;
    background: #428096;
    /*box-shadow: 2px 2px 2px #333333;*/
}  

#upgradeSectorTabBody #backButton {
    position: absolute;
    background-image: url('/tpl/images/map/left_right_arrows.png');
    background-position: 0px 25px;
    width: 32px;
    height: 25px;
    top: 2px;
    left: 0px;
    cursor: pointer;
}

#upgradeSectorTabBody #backButton:hover {
    background-position: 0px 0px;
}

#upgradeSectorTabBody #forwardButton {
    position: absolute;
    background-image: url('/tpl/images/map/left_right_arrows.png');
    background-position: -32px 25px;
    width: 32px;
    height: 25px;
    top: 2px;
    right: 0px;
    cursor: pointer;
}

#upgradeSectorTabBody #forwardButton:hover {
    background-position: -32px 0px;
}

#repairSectionDiv {
    position: absolute;
    background: #3e7d2a;
    border: 1px solid #3e7d2a;
    width: 170px;
    height: 110px;
    left: 230px;
    bottom: 20px;
    padding: 10px;
    border-radius: 10px;
}

#repairSectionButton {
    position: absolute;
    background: #777;
    border: 1px solid #184f63;
    width: 138px;
    height: 45px;
    left: 20px;
    bottom: 15px;
    padding: 5px;
    border-radius: 10px;
    cursor: default;
}

#repairSectionButton.activeButton {
    background: #428096;
    box-shadow: 2px 2px 2px #333333;
    cursor: pointer;
} 

#repairSectionButton.activeButton:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#repairSectionButton.activeButton:active {
    box-shadow: 0px 0px 0px #333333;
    left: 22px;
    bottom: 13px;
}

#increaseSectionSeatsDiv {
    position: absolute;
    background: #3e7d2a;
    border: 1px solid #3e7d2a;
    width: 170px;
    height: 240px;
    left: 20px;
    bottom: 20px;
    padding: 15px 10px;
    border-radius: 10px;
}

#increaseSectionSeatsButton {
    position: absolute;
    background: #777;
    border: 1px solid #184f63;
    width: 138px;
    height: 34px;
    left: 20px;
    bottom: 145px;
    padding: 8px 5px;
    border-radius: 10px;
    cursor: default;
} 

#increaseSectionSeatsButton.activeButton {
    background: #428096;
    box-shadow: 2px 2px 2px #333333;
    cursor: pointer;
} 

#increaseSectionSeatsButton.activeButton:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#increaseSectionSeatsButton.activeButton:active {
    box-shadow: 0px 0px 0px #333333;
    left: 22px;
    bottom: 143px;
}

#changeSectionTypeButton1 {
    position: absolute;
    background: #428096;
    border: 1px solid #184f63;
    box-shadow: 2px 2px 2px #333333;
    width: 128px;
    height: 40px;
    left: 20px;
    bottom: 80px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
} 

#changeSectionTypeButton1:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#changeSectionTypeButton1:active {
    box-shadow: 0px 0px 0px #333333;
    left: 22px;
    bottom: 78px;
}

#changeSectionTypeButton2 {
    position: absolute;
    background: #428096;
    border: 1px solid #184f63;
    box-shadow: 2px 2px 2px #333333;
    width: 128px;
    height: 40px;
    left: 20px;
    bottom: 15px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
} 

#changeSectionTypeButton2:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#changeSectionTypeButton2:active {
    box-shadow: 0px 0px 0px #333333;
    left: 22px;
    bottom: 13px;
}

#buildSectionRoofDiv {
    position: absolute;
    background: #3e7d2a;
    border: 1px solid #3e7d2a;
    width: 170px;
    height: 110px;
    left: 230px;
    top: 60px;
    padding: 10px;
    border-radius: 10px;
}

#buildSectionRoofButton {
    position: absolute;
    background: #777;
    border: 1px solid #184f63;
    border-radius: 10px;
    width: 138px;
    height: 45px;
    left: 20px;
    bottom: 15px;
    padding: 5px 5px;
    cursor: default;
}

#buildSectionRoofButton.activeButton {
    background: #428096;
    box-shadow: 2px 2px 2px #333333;
    cursor: pointer;
} 

#buildSectionRoofButton.activeButton:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#buildSectionRoofButton.activeButton:active {
    box-shadow: 0px 0px 0px #333333;
    left: 22px;
    bottom: 13px;
}

.ticketPriceAdjust {
    position: absolute;
    width: 120px;
    height: 50px;
    background: #3e7d2a;
    /*border: 1px solid #184f63;*/
    border-radius: 10px;
    padding: 10px;
}  

.ticketPriceIncrease {
    position: absolute;
    background-image: url('/tpl/images/map/left_right_arrows.png');
    background-position: -32px 25px;
    width: 32px;
    height: 25px;
    top: 35px;
    right: 10px;
    cursor: pointer;
}

.ticketPriceIncrease:hover {
    background-position: -32px 0px;
}

.ticketPriceDecrease {
    position: absolute;
    background-image: url('/tpl/images/map/left_right_arrows.png');
    background-position: 0px 25px;
    width: 32px;
    height: 25px;
    top: 35px;
    left: 10px;
    cursor: pointer;
}

.ticketPriceDecrease:hover {
    background-position: 0px 0px;
}

#leagueStandTicket {
    top: 40px;
    left: 20px;
}

#leagueSitTicket {
    top: 40px;
    left: 190px;
}

#leagueBoxTicket {
    top: 40px;
    left: 360px;
}

#tournStandTicket {
    top: 150px;
    left: 20px;
}

#tournSitTicket {
    top: 150px;
    left: 190px;
}

#tournBoxTicket {
    top: 150px;
    left: 360px;
}

#friendlyStandTicket {
    top: 260px;
    left: 20px;
}

#friendlySitTicket {
    top: 260px;
    left: 190px;
}

#friendlyBoxTicket {
    top: 260px;
    left: 360px;
}

#applyTicketPriceButton {
    position: absolute;
    background: #777;
    border: 1px solid #777;
    border-radius: 10px;
    width: 90px;
    height: 50px;
    right: 20px;
    bottom: 15px;
    padding: 15px 15px;
    cursor: default;
} 

#applyTicketPriceButton.activeButton {
    position: absolute;
    background: #428096;
    box-shadow: 2px 2px 2px #333333;
    cursor: pointer;
} 

#applyTicketPriceButton.activeButton:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#applyTicketPriceButton.activeButton:active {
    box-shadow: 0px 0px 0px #333333;
    right: 18px;
    bottom: 13px;
}

#messageBoxHolder {
    position: absolute;
    display: none;
    height: 700px;
    width: 740px;
    top: 0;
    left: 0;
    z-index: 15000;
}

#messageBox {
    position: absolute;
    height: 160px;
    width: 380px;
    top: 200px;
    left: 169px;
    padding: 10px;
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333333;
}

#messageBox h2 {
    text-align: center;
    color: black;
    margin: 2px;
}

#messageBoxOk {
    position: absolute;
    height: 25px;
    width: 100px;
    bottom: 10px;
    left: 149px;
    background: #009900;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

#messageBoxOk:hover {
    border: 1px solid black;
}

#messageBoxOk h2 {
    text-align: center;
    color: black;
    margin: 2px;
}

#increaseSeatsBoxHolder {
    position: absolute;
    display: none;
    height: 700px;
    width: 740px;
    top: 0;
    left: 0;
    z-index: 15000;
}

#increaseSeatsBox {
    position: absolute;
    height: 160px;
    width: 380px;
    top: 200px;
    left: 169px;
    padding: 10px;
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333333;
}

#costEstimateBoxHolder {
    position: absolute;
    display: none;
    height: 700px;
    width: 740px;
    top: 40px;
    left: 0;
    z-index: 15000;
}

.confirmationBoxHolder {
    position: absolute;
    display: none;
    height: 300px;
    width: 740px;
    top: 40px;
    left: 0;
    z-index: 15000;
}

#costEstimateBox {
    position: absolute;
    /* height: 460px;*/
    width: 540px;
    top: 20px;
    left: 72px;
    padding: 10px;
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333333;
}

.increaseSeatsAdjustor {
    float: left;
    height: 10px;
    width: 10px;
    margin: 2px;
    background: orange;
    border: 1px solid black;
    cursor: pointer;
}

.increaseSeatsAdjustor:hover {
    background: green;
}  

#increaseSeatsBoxOk {
    position: absolute;
    height: 25px;
    width: 100px;
    bottom: 10px;
    left: 49px;
    background: #009900;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

#increaseSeatsBoxOk:hover {
    border: 1px solid black;
}

#increaseSeatsBoxOk h2 {
    text-align: center;
    color: black;
    margin: 2px;
}

.boxCancel {
    position: absolute;
    height: 25px;
    width: 100px;
    bottom: 10px;
    right: 49px;
    /* background: #009900;*/
    background: url("/tpl/images/map/button-bg.png") repeat-x;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    border: #447006 solid 1px;

}

.boxCancel:hover {
    border: black solid 1px;
}

.boxCancel h2 {
    text-align: center;
    color: black;
    margin: 2px;
}

#confirmOk {
    right:32px;
}

.placesInput {
    width: 50px;
    background-color: transparent;
    height: 25px;
    border-width: 0px;
    font-weight: bold;
    font-size: 16px;
    text-align: center
}

.mapBox {
    border: #cc8710 solid 1px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333333;

    background: #e5a129;
}

.inConstructionInfo  {
    padding: 4px;
    width: 140px;
    position: absolute;
    /*  top: 50px;
      left:140px;*/
    font-size: 10px;
    color: black;
    font-weight: bold
}

#progressbar {
    background-color: black;
    border-radius: 6px; /* (height of inner div) / 2 + padding */
    padding: 1px;
    margin: 3px;
}

#progressbar > div {
    background-color: orange;
    width: 0%; /* Adjust with JavaScript */
    height: 10px;
    border-radius: 5px;
}

.smallActiveButton {
    /*  position: absolute;*/
    background: #428096;
    box-shadow: 2px 2px 2px #333333;
    cursor: pointer;
    width: auto !important;
    min-width: 50px;
    display: inline-block;
    margin:3px;
    border: 1px solid #184f63;
    font-size: 10px;
    padding: 2px;
    text-align: center;
    border-radius: 5px;
} 

.smallActiveButton:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

.smallActiveButton:active {
    box-shadow: 0px 0px 0px #333333;
    right: 18px;
    bottom: 13px;

}

.disabledButton {
    background: #ccc !important;
    color: #777 !important;
    cursor: not-allowed;
}

.disabledButton:hover {
    background: #ccc;
    color: #777;
    border: 1px solid #184f63 !important;
    box-shadow: 2px 2px 2px #333333 !important;
}

.disabledButton:active {
    background: #ccc;
    color: #777;
    border: 1px solid #184f63 !important;
    box-shadow: 2px 2px 2px #333333 !important;
}

.bigActiveButton {
    /*  position: absolute;*/
    background: #428096;
    box-shadow: 2px 2px 2px #333333;
    cursor: pointer;
    width: auto !important;
    min-width: 50px;
    display: inline-block;
    margin:3px;
    border: 1px solid #184f63;
    font-size: 15px;
    padding: 7px;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
} 

.bigActiveButton:hover {
    background: #5f9ab0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

.bigActiveButton:active {
    box-shadow: 0px 0px 0px #333333;
    right: 18px;
    bottom: 13px;

}

.standardWindow {
    position: absolute;
    display: none;
    color: black;

    width: 700px;
    top: 100px;
    left: 19px;
    background: #81B6C9;
    border: #1055CC solid 1px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #333333;
    z-index: 975000;

}

#unplacedBuildingsWindow {
    height: 400px;
    top: 80px;

}

#environmentdBuildingsWindow {
    height: 420px;
    top: 75px;

}

#naturalElementsWindow {
    height: 300px;
    top: 75px;

}

div.buildingBox {
    /*   position: relative;*/
    height: 80px;
    width: 160px;
    background: #81b6c9;
    color: black;
    padding: 8px;
    border: #1055cc solid 1px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #888;
}

.buildingBox div {
    padding: 3px 1px;
}

.buildingBox h4 {
    font-size: 13px;
}


#accelerateConstructionWindow {
    height: 300px;

}

.standardWindowBanner {
    position: absolute;
    background: #e5a129;
    border: #cc8710 solid 1px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333333;
    width: 650px;
    height: 37px;
    top: 15px;
    left: 15px;
    padding: 9px;
    text-align: center;
}

.mainWindowCloseButton {
    right: 8px;
    top: 2px;

}

.standardWindowContent {
    position: absolute;
    top:85px;
    left: 15px;
    /* border: #1055CC solid 1px;*/
    border-radius: 10px;
    background-color: #C1DBE5;
    width: 650px;
    padding: 9px;

    font-weight: bold;
    font-size: 15px;

}

#accelerateConstructionContent {
    height: 180px;
}

#unplacedBuildingsContent {
    height: 280px;
}

#environmentBuildingsContent {
    height: 300px;
}

#naturalElementsContent {
    height: 180px;
}


#standardWindowContent table, tr, td {
    font-size: 15px;
}

.warningWindow {
    position: absolute;
    /* height: 460px;*/
    width: 540px;
    top: 120px;
    left: 72px;
    padding: 10px;
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #333333;
    display: none;
    z-index: 300000;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

#warningText,#confirmText {
    font-size: 18px;
}

#btnCloseUnplacedWrapper {
    position: absolute;
    bottom: 11px;
    left: 300px;
}

.buildingIcon {
    max-width:80px;
}

table.info-table {
    font-size: 15px;
    /*  font-weight: bold;*/
}

.info-table td {
    padding:6px;
    background: none repeat scroll 0 0 #3E7D2A;
}

.info-table td:first-child {
    border-radius: 5px 0px 0px 5px;

}

.info-table td:last-child {
    border-radius: 0px 5px 5px 0px;
    min-width:40px;

}

.info-table tr {

}

.bulldozer {

    position: absolute;

    width: 32px;
    height: 32px;
    background-image: url('/tpl/images/map/bulldozer.png');
    margin-top: 0px;
    margin-left: 30px;
    z-index: 20000;
}