@CHARSET
"UTF-8"
;

#newsToolbar {
    position: absolute;
    top: 55px;
    left: 220px;
    right: 250px;
    height: 35px;
    white-space: nowrap;
}

#newsToolbar a {
    font-size: 11px;
    color: #666;
    text-decoration: none;
    padding: 5px 20px 5px 30px;
    background-repeat: no-repeat;
}

a.button-add-article {
    background-image: url( img/plus.png );
}

.listTable td.icon {
    width: 45px;
}

.listTable td.title {
    overflow: hidden;
    vertical-align: middle;
}

.listTable td.date {
    width: 150px;
    vertical-align: middle;
}

.listTable td.meta {
    width: 100px;
    vertical-align: middle;
}

.content {
    padding: 10px;
}

.fullWidthInput {
    width: 90%
}

#errDate, #errExpDate {
    font-weight: bold;
    color: #f33;
}

.folderTree {
    overflow: auto;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.folderTree UL {
    overflow: hidden;
    width: 100%;
    height: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.folderTree li {
    font-size: 11px;
    height: 16px;
    background: url( addui/img/icon/C.png ) no-repeat 10px 1px;
    border-bottom: 1px solid #EBEBEB;
}

.folderTree li a {
    display: block;
    padding-left: 32px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
}

.folderTree li.selected {
    background-color: #929292;
    border-bottom: 1px solid #898989;
}

.content * {
    font-size: 11px;
}

.content P {
    margin: 0;
    padding: 0;
}

.content fieldset {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 5px;
}

.content hr {
    color: #999;
    background-color: #999;
}

.metaField {
    margin: 5px 0;
}

.metaField INPUT[type="text"], .metaField TEXTAREA {
    display: block;
    width: 250px;
}

/* META EDIT*/
table#metaEdit {
    border: 1px solid #CCCCCC;
    border-bottom: 0;
    width: 100%;
}

table#metaEdit TH {
    background-color: #EBEBEB;
    background-image: url( addui/img/listheader_aqua.gif );
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

table#metaEdit TH, table#metaEdit  TD {
    height: 13px;
    padding: 3px 5px;
}

table#metaEdit  TD {
    border-bottom: 1px solid #CCCCCC;
}

table#metaEdit .dot {
    text-align: center;
}

a.button-plugins-default, .button-plugins-default {
    background-image: url( img/plugin-default.png );
    z-index: 20;
}

a.button-plugins-default-off, .button-plugins-default-off {
    background-image: url( img/plugin-default.off.png );
    color: #ccc !important;
}

.button-plugins-default, .button-plugins-default-off {
    background-repeat: no-repeat;
    font-size: 11px;
    padding-left: 20px;
}

a.button-refresh {
    background-image: url( img/refresh.png );
    z-index: 20;
}

a.button-settings-off {
    background-image: url( img/refresh.off.png );
    color: #ccc !important;
}

/* searchbar */
#searchbar {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 2;
    width: 180px;
}

#searchbar .left {
    background: transparent url( "img/searchfield_leftcap.png" ) no-repeat scroll left top;
    display: block;
    height: 19px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

#searchbar #simpleSearch {
    background: transparent url( img/searchfield_repeat.png ) repeat-x scroll center top;
    color: #333;
    margin: 0;
    padding: 3px 0 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 150px;
    margin-left: 20px;
    height: 16px;
    border: 0;
    font-size: 11px;
}

#searchbar .right {
    background: transparent url( "img/searchfield_rightcap.png" ) no-repeat scroll right top;
    display: block;
    height: 19px;
    width: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.searchPath {
    font-size: 9px;
    color: #666;
}

#button-detailed {
    position: absolute;
    top: 62px;
    right: 224px;
    z-index: 2;
    width: 15px;
    height: 15px;
}

#button-detailed img {
    border: 0
}