﻿.advcontainer {
    background-color: #000;
}
.advregion {
    background-color:#333;
    position:absolute;
}
.advregion span {
    font-size:10px;
    color:#fff;
}
.advregionpropertiesbutton {
    float:right;
    cursor: pointer;
}
.advregionprops {
    display:none;
    position:absolute;
    width:500px;
    height:250px;
}
.advregiontemplate {
    display:none;
}
.advregionprops span {
    display:inline-block;
    width:150px;
}
.advbuttonbar {
    margin-top:2px;
}
.advbuttonbar img {
    margin-right:10px;
    width:32px;
    height:32px;
}
.advregionmenu {
    display:none;
    position:absolute;
    width: 150px;
    padding:2px;
    border: solid 2px #333;
    background-color: #FFFFCC;
    font-size:12px;
}
.advregionmenu ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
.advregionmenu ul li {
    margin: 0px;
    display:block;
    padding: 2px 0px;
    cursor:default;
}
.advcontenteditor {
    display:none;
}
.advcontenteditorheader {
    font-size: 14;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 15px;
    color: #33CCFF;
}
/*.advcontentitemlist {
    font-size:12px;
}
.advcontentitemlistitem {
    border: solid 1px #333;
    background-color: #E6E6E6;
    margin-bottom:3px;
}
.advcontentitemlistgrip {
    display: inline-block;
    width:26px;
    background-color:#e3e3e3;
    cursor:move;
    border-right:solid 1px #666;
    margin-right:7px;
}
.advcontentitemlist img {
    width:25px;
    height:25px;
}
.advcontentitemlist span {
    padding: 3px;
    margin-left:10px;
    display:inline-block;
}
.advcontentitemlistname {
    width:350px;
}
.advcontentitemlistduration {
    width:75px;
}*/
.advcontentitemlistactions {
    display:inline-block;
    height:25px;
    float:right;
}
.advcontentitemlistactions img {
    cursor:pointer;
    margin-right:7px;
}
.advcontenteditoractions {
    margin-bottom:10px;
    padding: 3px;
    border:solid 2px #666;
    background-color:#e6e6e6;
}
.advcontenteditoractions div {
    display:inline-block;
    width:150px;
    margin: 2px 4px;
    cursor:pointer;
}
.advcontenteditoractions div.advcontenteditoraddtitle {
    display:block;
    width:auto;
    font-weight:bold;
    margin-bottom:8px;
    cursor:default;
}
    
.advfileuploader {
    display:none;
}
.advfileuploadduration {
    margin:3px 0px;
}
.advfileuploadduration span, .advfileuploadduration input {
    display:inline-block;
    width:150px;
}
.advcontentitemeditor {
    display:none;
}
.advcontentitemeditorvalues {
    height:305px;
}
.advcontentitemeditorvalues span, .advcontentitemeditorvalues input {
    font-size:12px;
    display:inline-block;
    width: 175px;
}
.advcontentitemeditorbuttons {
    height:25px;
}
.advHtml {
    display:none;
}
.advlibrarylist img{
    height:20px;
}