
* {
    color:#222;
    font-family:'Trebuchet MS', Tahoma, Arial;
}

a {
    font-weight:bold;
    color:rgb(132,166,91);
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

h2 {
    margin-bottom:20px;
}

#content {
    vertical-align:top;
    height:500px;
    padding:30px;
}

/** tabs buttons */
ul.tabs-buttons {
    list-style:none;
    margin:15px 0 20px 0;
}

ul.tabs-buttons li {
    display:inline;
    margin:0 5px 0 0;
    border-left:1px solid #888;
    padding-left:8px;
}

ul.tabs-buttons li.first {
    border-left:none;
    padding-left:0;
}

ul.tabs-buttons a {
    font-size:12px;
}

ul.tabs-buttons li.select a {
    color:#555;
    font-weight:bold;
    text-decoration:none;
}

/** pages tree */
ul.pages-tree {
    list-style:none;
    margin:15px 0 20px 0;
}

ul.pages-tree li {
    display:block;
    line-height:30px;    
    overflow:hidden;
}
ul.pages-tree a {
    line-height:30px;
    padding:8px 5px 5px 35px;
    background:url(/prx/000/http/purecssmenu.com/ssc-data/themes/default/images/userspace-icon-page.gif) no-repeat 10px center;
}

ul.pages-tree .link a {
    background-image:url(/prx/000/http/purecssmenu.com/ssc-data/themes/default/images/userspace-icon-link.gif);
}

ul.pages-tree .loading a {
    background-image:url(/prx/000/http/purecssmenu.com/ssc-data/themes/default/images/userspace-icon-loading.gif);
}

.usermenu,
.usermenu ul {
    list-style:none;
    width:200px;
}
.usermenu {
    font-weight:bold;
    margin:0;
    float:right;
    width:600px;
    background:rgb(175,217,125);
    padding:20px;
    height:100px;
}
.usermenu a {
    color:#fff;
}
.usermenu.left {
    width:auto;
    clear:left;
    float:left;
    background:rgb(249,250,250);
}
.usermenu.left a {
    color:rgb(132,166,91);
}


.hform .note {
    text-align:left;
    padding:12px 5px 15px 40px;
    font-size:11px;
}
.hform .sup {
    font-size:12px;
    color:rgb(232,124,21);
}

ul.pages-tree li .view {
    display:inline;
    position:absolute;
    margin:8px 0 0 5px;
    width:16px;
    height:16px;
    overflow:hidden;
    padding:0;
    background:url(/prx/000/http/purecssmenu.com/ssc-data/themes/default/images/userspace-icon-view.gif) no-repeat 0 2px;
    cursor:pointer;
}
ul.pages-tree li .view:hover {
    background-position:0 -27px;
}

ul.pages-tree li .remove {
    display:inline;
    position:absolute;
    margin:8px 0 0 25px;
    width:16px;
    height:16px;
    overflow:hidden;
    padding:0;
    background:url(/prx/000/http/purecssmenu.com/ssc-data/themes/default/images/userspace-icon-delete.gif) no-repeat 0 2px;
    cursor:pointer;
}
ul.pages-tree li .remove:hover {
    background-position:0 -28px;
}

/** answer templates */
ul.answer-templates {
    list-style:none;
    margin:15px 0 20px 0;
}

ul.answer-templates li {
    display:block;
    line-height:30px;    
    overflow:hidden;
}
ul.answer-templates a {
    line-height:30px;
    padding:8px 5px 5px 35px;
    background:url(/prx/000/http/purecssmenu.com/ssc-data/themes/default/images/userspace-icon-page.gif) no-repeat 10px center;
}

/** template variables */
ul.template-variables {
    list-style:none;
    margin:15px 0 20px 0;
    padding:5px;
    color:#eee;
    width:580px;
}

ul.template-variables li {
    display:block;
    overflow:hidden;
    line-height:12px;
    font-size:12px;
    padding:8px 5px 5px 15px;
}

ul.template-variables li b {
    color:rgb(132,166,91);
}

#view {
    list-style:none;
    width:330px;
}
#view li {
    display:block;
    width:200px;
    float:right;
    text-align:left;
    line-height:20px;
    height:20px;
}
#view .field {
    float:left;
    clear:left;
    width:120px;
    font-weight:bold;
    text-align:right;
}
