form.site-structure {
    width:350px;
}

form.site-structure input[type=text] {
    width:200px;
}

div.site-structure {
    width:350px;
}
li.node-closed ul {
    display:none;
}
li.node-open, li.node-closed {
    background-repeat:no-repeat;
}
li.node-closed {
    background-image:url('/xca/grey_right.png');
    background-position:left 4px;
}
li.node-open {
    background-image:url('/xca/grey_down.png');
    background-position:left 4px;
}
ul.hierarchy li {
    padding-left:16px;
}
ul.hierarchy, ul.hierarchy ul {
    padding:0px;
    margin:0px;
    list-style:none;
}
ul.hierarchy ul {
    margin-bottom:5px;
}
div.site-structure-nav {
    float:left;
    width:300px;
    overflow:auto;
}
div.site-structure {
    margin-left:300px;
}
ul#present-list {
    border:3px dashed #eee;
    min-height:50px;
    padding:10px;
    margin:20px 0px;
    list-style:none;
}
ul#present-list p.empty {
    font-weight:bold;
    font-size:18px;
    color:#999;
    text-align:center;
}
ul#present-list li {
    min-height:85px;
    padding:5px;
    margin:5px;
    border:1px solid #eee;
    background-color:#fff;
}
div.present-props {
    width:160px;
    float:left;
}
div.present-props label {
    font-weight:bold;
    font-size:14px;
    display:block;
}
div.present-image {
    width:450px;
    height:168px;
    overflow:hidden;
    margin-left:170px;
    text-align:center;
}
div.present-image textarea {
    width:360px;
    margin:5px;
    height:150px;
    font-size:18px;
    font-family:Arial;
}
div.present-image img {
    max-width:300px;
    max-height:168px;
}
div.present-props input[type=text] {
    width:150px;
}
ul.action-menu {
    list-style:none;
    padding:0px;
    margin:0px;
    display:block;
    position:absolute;
    border-collapse:collapse;
    margin-top:-9px;
    border:1px solid #333;
}
ul.action-menu li {
    display:none;
    background-color:#fff;
    cursor:pointer;
    border-collapse:collapse;
}
ul.action-menu li:last-child {
    
}
ul.action-menu li a {
    color:#000;
    text-decoration:none;
    display:block;
    padding:2px;
}
ul.action-menu li a:hover, ul.showing li.header {
    color:#fff;
    background-color:#000;
    text-decoration:none;
    
}

table.admin td ul.action-menu a:hover {
    text-decoration:none;
}
ul.action-menu li.header {
    display:block;
    position:relative;
    padding:2px 14px 2px 2px;
    background-image:url(/xca/icns/small-down-arrow.png);
    background-repeat:no-repeat;
    background-position:right 10px;
}
ul.showing li.header {
    background-image:url(/xca/icns/small-down-arrow-white.png);
}
table.admin td {
    min-height:18px;
}
blockquote {
    margin:0px 0px 0px 5px;
    padding:5px 0px 5px 5px;
    border-left:2px solid #999;
}
p.quoted-header {
    border-left:none;
    padding-left:0px;
}
p.quoted-comment p:first-child {
    margin-top:0px;
}
.form-row-textarea textarea.html-mini-editor {
    height:300px;
}
div.comment-text {
    margin:0px 0px 4px 50px;
    font-size:14px;
}
a.resource-link {
    background-image:url(/xca/file_small.png);
    background-repeat:no-repeat;
    background-position:left 50%;
    padding-left:16px;
}
