@import url("/style/rougepages.css");
@import url("/style/calendar.css");

/*******************************     Editor     *******************************/

#editor #new_location, #editor #new_attraction {
    display: none;
}

#editor #new_location.active, #editor #new_attraction.active {
    display: block;
}

#editor #dates table {
    text-align: center;
}

#editor #add_date {
    margin: 4px 0 0 1.5em;
}

/* Clearing Float Containers */

#editor #dates:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #editor #dates {
    height: 1%;
}

* html #editor #dates table {
    width: auto;
}

/* IE Hacks */

* html #editor #dates input {
    font-size: x-small;
}

* html #editor #dates table {
    width: auto;
}

* html #editor #dates #calendar table {
    width: 100%;
}
