.src_ac_ui_GeographyManager {
    padding:4px; 
    border:1px solid #999;
    background-color:#ddd;
}

.src_ac_ui_GeographyManager .saved {
    margin-top:4px; 
    border:1px dotted #ccc; 
    background-color:#eee; 
    padding:4px;
    display: block;
}

.src_ac_ui_GeographyManager .history {
    margin-top:4px; 
    border:1px dotted #ccc; 
    background-color:#eee; 
    padding:4px;
    display: block;
}

.src_ac_ui_GeographyManager .title {
    border-bottom:2px solid #666;
}

.src_ac_ui_GeographyManager .expanded .toggleIcon {
    background:transparent url(../style/src/ac/ui/GeographyManager/bullet_toggle_minus.png) no-repeat center center;
}

.src_ac_ui_GeographyManager .collapsed .toggleIcon {
    background:transparent url(../style/src/ac/ui/GeographyManager/bullet_toggle_plus.png) no-repeat center center;
}

.src_ac_ui_GeographyManager .expanded .list {
    display:block;
}

.src_ac_ui_GeographyManager .collapsed .list {
    display:none;
}

.src_ac_ui_GeographyManager .saved .savedItem .icon {
    background:transparent url(../style/src/ac/ui/GeographyManager/world.png) no-repeat center center;
}

.src_ac_ui_GeographyManager .history .historyItem .icon {
    background:transparent url(../style/src/ac/ui/GeographyManager/world.png) no-repeat center center;
}

.src_ac_ui_GeographyManager .label {
    vertical-align:middle; 
    padding:1px; 
    font-size:smaller; 
    font-weight:normal; 
    color:#000;
}

.src_ac_ui_GeographyManager .label .name {
    font-weight:bold;
}

.src_ac_ui_GeographyManager .delete {
    background:transparent url(../style/src/ac/ui/GeographyManager/bin.png) no-repeat center center;
}

.src_ac_ui_GeographyManager .save {
    background:transparent url(../style/src/ac/ui/GeographyManager/disk.png) no-repeat center center;
}

.src_ac_ui_GeographyManager .content {
    text-align:left; 
    background-color:#ffcc7f;
    padding:0px;
}

.src_ac_ui_GeographyManager #topLeft  {
    background:url(../style/src/ac/ui/GeographyManager/src.ac.ui.GeographyManager.top.left.png) no-repeat top left;
    padding-left:10px;
}

.src_ac_ui_GeographyManager #topRight {
    background:url(../style/src/ac/ui/GeographyManager/src.ac.ui.GeographyManager.top.right.png) no-repeat top right;
    padding-right:10px;
}

.src_ac_ui_GeographyManager #top {
    background:url(../style/src/ac/ui/GeographyManager/src.ac.ui.GeographyManager.top.png) repeat-x top left;
    padding-top:10px;
}

.src_ac_ui_GeographyManager #bottomLeft {
    background:url(../style/src/ac/ui/GeographyManager/src.ac.ui.GeographyManager.bottom.left.png) no-repeat bottom left;
    padding-left:10px;
}

.src_ac_ui_GeographyManager #bottomRight {
    background:url(../style/src/ac/ui/GeographyManager/src.ac.ui.GeographyManager.bottom.right.png) no-repeat bottom right;
    padding-right:10px;
}

.src_ac_ui_GeographyManager #bottom {
    background:url(../style/src/ac/ui/GeographyManager/src.ac.ui.GeographyManager.bottom.png) repeat-x bottom left;
    padding-top:10px;
}
