@charset "utf-8";

/* General Layout Styles */
body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 1em;
    background-color: white;
}

a {
    color: #0399d4;
    text-decoration: none;
}

a img {
    border: none;
}

a,
button {
   outline: 0;
}

button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
{   
    border : 0px;
} 

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    -moz-user-select: -moz-none;
    border-bottom: 1px solid #c1c1bc;
}

#logo {
    position: fixed;
    top: 0;
    left: 10px;
    padding-top: 6px;
    padding-right: 9px;
    z-index: 15;
    -moz-user-select: -moz-none;
    border-right: 1px solid #3A404E;
}

#throbber {
    display: none;
    position: fixed;
    top: 86px;
    right: 12px;
    z-index: 15;
    -moz-user-select: -moz-none;
    color: white;
    font-size: 11px;
}

#top-buttons {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 18;
    display: none;
}

#throbber img {
    vertical-align: -6px;
}

#header #title-bar {
    height: 80px;
    background: #151424;
    border-bottom: 1px solid #000;
}

#header #title-bar h1 {
    font-size: 24px;
    padding-left: 180px;
    padding-top: 10px;
    line-height: 30px;
    font-weight: normal;
    margin: 0;
    color: white;
}

#header #title-bar h1 a {
    text-decoration: none;
    color: #0399d4;
}

.page-title-small {
    font-size: 16px;
}

.title-changed {
background: #A43838 !important;

}

#header #title-bar.title-changed h1 a {
    color: #FFDFA4;
}

#header #menu {
    height: 30px;
    line-height: 30px;
    width: 100%;
    cursor: default;
    padding-top: 5px;
    background: #272839;
    border-top: solid 1px #3A404E;
}

#header .main-toolbar {
    height: 34px;
    line-height: 31px;
    padding-left: 10px;
    background: #e7e7e7;
}




#tree {
    display: block;
    position: fixed;
    top: 106px;
    left: 0;
    z-index: 15;
    width: 300px;
    background: #e7e7e7;
    border-top: 0;
    -moz-user-select: -moz-none;
    opacity: 1 !important;
    border-right: 1px solid #c1c1bc;
    color: #333;
}

#tree .ui-resizable-e {
    cursor: col-resize !important; 
}

.ui-resizable-resizing .ui-resizable-e,
.ui-resizable-e:hover {
    background: #D0D0CE !important;
}

#tree.selecting {
    background: #E8F2FD;
}

#tree #node-container {
    height: auto;
    overflow: auto;
}

.tree-node {
    font-size: 13px;
    padding: 0 0;
    cursor: default;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
}

.tree-node:hover {
    background: #afafaf;
}

.tree-node.tree-node-empty:hover {
    background: none;
}

.tree-node img {
    vertical-align: -4px;
}

.tree-node img.tree-node-icon {
    margin-top: 1px;
    margin-right: 5px;
}

.tree-node.tree-node-loading,
.loading {
    font-style: italic;
    color: #999;
}

.tree-node-active,
.tree-node-active:hover {
    background: #D0D0CE;
}

.tree-node-empty {
    color: #999;
}

.tree-node .toggle-icon {
    
}    

.tree-node-expired {
    color: red;
}

.tree-node-unpublished {
    color: #999;
}

.tree-node-expired span,
.tree-node-unpublished span {
    text-decoration: line-through;
}

#notification {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #151424;
    color: white;
    padding: 6px 12px 6px 6px;
    font-weight: bold;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 25;
}

#notification img {
    vertical-align: -3px;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}


#menu ul,
.contextmenu {
    margin: 0;
    padding: 0;
    cursor: default;
    list-style-type: none;
    -moz-user-select: -moz-none;
}

.contextmenu {
    position: fixed !important;
}

#menu ul li img,
.action-button img,
.contextmenu a img,
.pretty-button img {
    vertical-align: -3px;
}

.ui-menu {
    display: block;
}


.action-button,
.pretty-button {
    font-size: 13px;
    padding: 6px;
    color: white;
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: normal;
    border: none;
    background: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #397FBB;
    background: #408FD2;
    /*text-shadow: 0 1px 1px gray;*/
}

.main-toolbar .action-button,
.toolbar .action-button,
#top-buttons .action-button {
    padding: 3px 6px;
}

#top-buttons .action-button {
    background: #6E7588;
    font-weight: normal;
}

.action-button:hover,
.pretty-button:hover {
    background: #49A5F2;
}

.action-button:active,
.pretty-button:active {
    padding: 6px 5px 6px 7px;;
}

.main-toolbar .action-button:active,
.toolbar .action-button:active,
#top-buttons .action-button:active {
    padding: 3px 5px 3px 7px;
}

.action-button:focus,
.pretty-button:focus {
    border: 1px solid black;
    outline: none;
    background: #49A5F2;
}

.action-button.button-disabled,
.pretty-button.button-disabled {
    padding: 6px !important;
    opacity: .5;
    filter: alpha(opacity=50);
}

.main-toolbar .action-button.button-disabled,
.toolbar .action-button.button-disabled,
#top-buttons .action-button.button-disabled {
    padding: 3px 6px !important;
}

.action-button.button-disabled:hover,
.pretty-button.button-disabled:hover {
    background: #408FD2 !important;
}



#content {
    margin: 10px;
    font-size: .85em;
    padding-top: 5px;
}

#content p {
    margin: 10px;
}


.tooltip-container {
    display: none;
}

#tree-menu {
    display: none;
}

/* Timer styles */
#timer {
    font-size: 14px;
    line-height: 20px;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 25;
    background: #151424;
    color: white;
    padding: 6px 12px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#timer img {
    margin-right: 3px;
    vertical-align: -3px;
}













/* Toolbar */
.toolbar {
    margin: 0;
    padding: 5px 5px 5px 8px;
    -moz-user-select: none;
    background: #D4D4D4;
    color: white;
    cursor: default;
}


.toolbar.messenger-toolbar {
    background: #EAEAEA;
    border: 1px solid #dcdcdc;
}












/* Panel styles */
.panel {
    padding: 0;
    margin: 10px;
    background-color: white;
}

.panel h2,
.panel-title {
    font-size: 16px;
    margin: 0;
    padding: 5px 5px 5px 8px;
    font-weight: normal;
    -moz-user-select: none;
    background: #D4D4D4;
    color: white;
    cursor: default;
    text-transform: uppercase;
}

.tab-panel .panel-title {
    border: 1px solid #D4D4D4;
}

.panel h2 img,
.panel-title img {
    vertical-align: -2px;
    margin-right: 2px;
}

.panel-title {
    margin: 5px;
}

.panel-inner {
    margin: 0;
    padding: 0;
}

fieldset .panel-inner {
    padding: 5px 0;
}







.noborder {
    border: none;
}








/* Info and Warning blocks (used with .panel) */
.warning {
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ffeef2;
    border: 1px solid #ffd7e0;
    color: #a42340;
}



.warning h2 {
    border-bottom: 1px solid #5c5c5c;
}




























#fruml-menu {
    margin: 0;
    padding: 7px 6px 0;
    line-height: 100%;

}

#fruml-menu a img {
    border: none;
    margin-right: 5px;
}

#fruml-menu li {
    float: left;
    position: relative;
    list-style: none;
}

/* main level link */
.contextmenu a,
#fruml-menu a {
    font-size: .9em;
    color: #fff;
    text-decoration: none;
    display: block;
    padding:  4px 10px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#fruml-menu a.top-level {
    color: #fff;
}

/* main level link hover */
#fruml-menu li:hover > a,
#fruml-menu li.active > a {
    background: #6E7588;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    color: white;
}

.contextmenu li a {
    display: block;
}

/* sub levels link hover */
.contextmenu li:hover a,
#fruml-menu ul li:hover a, #fruml-menu li:hover li a {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#fruml-menu ul li:hover {
    background: #6E7588 !important;
}

.contextmenu a:hover,
#fruml-menu ul a:hover {
    background: #6E7588 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #333;
}
/* level 2 list */
.contextmenu,
#fruml-menu ul {
    z-index: 30;
    background: #272839;
    display: none;
    margin: 0;
    padding: 0;
    width: 250px;
    position: absolute;
    top: 22px;
    left: 0;
    border: solid 1px #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
.contextmenu {
    display: block;
}

#fruml-menu li.active > ul {
    display: block;
}


#fruml-menu li.active ul li:hover > ul {
    display: block;
}

.contextmenu li,
#fruml-menu ul li {
    float: none;
    margin: 0;
    padding: 0;
}

.contextmenu li.disabled a,
#fruml-menu ul li.disabled a {
    color: #999;
    opacity: .5;
}

.contextmenu a,
#fruml-menu ul a {
    font-weight: normal;
    font-size: .8em;
}
/* level 3+ list */
#fruml-menu ul ul {
    left: 215px;
    top: -3px;
}
/* rounded corners for first and last child */
#site-edit > a,
#page-view > a,
#locale-selector ul li:first-child > a,
#fruml-menu ul li:first-child > a,
#fruml-menu ul li:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

#site-page-add > a,
#page-move > a,
#locale-selector ul li:last-child > a,
#fruml-menu ul li:last-child > a,
#fruml-menu ul li:last-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}
/* clearfix */
#fruml-menu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#fruml-menu {
    display: inline-block;
}
html[xmlns] #fruml-menu {
    display: block;
}
* html #fruml-menu {
    height: 1%;
}


#locale-selector .contextmenu {
    top: 0;
}















/* Form Styles */
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.form-item {
    margin-bottom: 3px;
    min-height: 24px;
    padding: 2px;
}

.form-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-item .form-item-label {
    display: block;
    width: 200px;
    float: left;
    text-align: right;
    line-height: 24px;
    height: 24px;
    padding: 2px;
    font-size: 13px;
}

.form-item.error .form-item-label {
    color: #8D2841;
}

.form-item.error .form-item-wrapper input[type="text"],
.form-item.error .form-item-wrapper input[type="password"],
.form-item.error .form-item-wrapper textarea {
    color: #8D2841;
    background-color: #FAEDF1;
    border: 1px solid #F4D6DF;
}

.form-item.error .form-item-wrapper input[type="text"]:focus,
.form-item.error .form-item-wrapper input[type="password"]:focus,
.form-item.error .form-item-wrapper textarea:focus {

}

.form-item .form-item-wrapper.checkbox-set {
    padding-top: 2px;
}

.form-item .form-item-wrapper img {
    vertical-align: -4px;
}

.form-item .form-item-wrapper object {
    vertical-align: -12px;
}

.form-item .form-item-wrapper.checkbox-set {
    padding-top: 4px;
}

.form-item .form-item-images {
    display: block;
    width: 40px;
    padding-left: 10px;
    float: left;
    margin-top: 4px;
}

.form-item .form-item-images img {
    vertical-align: -5px;
    opacity: .5;
}

.form-item .form-item-images img:hover {
    opacity: 1;
}

.form-item .form-item-images img.tooltip-icon {
    cursor: pointer;
}

.form-item .form-item-wrapper {
    position: relative;
    margin-left: 260px;
    padding-right: 10px;
}

.form-item .form-item-wrapper input[type="checkbox"],
.form-item .form-item-wrapper input[type="radio"] {
    vertical-align: -2px;
}

.label-disabled {
    color: #999;
}

.input-disabled {
    background-color: #EEEEEE !important;
    border: 1px solid #DDDDDD !important;
    color: #333333;
}

.droplist,
.multiselect,
.textbox,
.textarea,
.readonly {
    padding: 2px;
    width: 200px;
    height: 24px;
    font-size: 15px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border: 1px solid #afafaf;
    background-color: #fff;
    color: #666;
}

.tab .droplist,
.tab .multiselect,
.tab .textbox,
.tab .textarea,
.tab .readonly,
.tab .upload-display {
    border: 1px solid #E0E0E0;
}

textarea,
.textarea.textbox {
    font-family: "Courier New", Courier !important;
    padding-left: 5px !important;
}

.droplist {
    height: 30px;
    width: 206px;
    padding: 3px;
}

.multiselect {
    height: 96px;
    width: 206px;
    padding: 0;
}

textarea {
    resize: none;
}

input[type='text']:focus,
input[type='password']:focus,
textarea.textarea:focus,
textarea.textbox:focus {
    border: 1px solid #55adff;
    -moz-box-shadow:  0 0 2px #55adff;
    -webkit-box-shadow:  0 0 2px #55adff;
    box-shadow: 0 0 2px #55adff;
    outline: none;
    background: #FFFEF0;
}

textarea.fullsize:focus {
    border: 0;
    -moz-box-shadow:  none;
    -webkit-box-shadow:  none;
    box-shadow: none;
}

/* Fix Chrome stupidity */
input:-webkit-autofill {
    color: #2a2a2a !important;
}






/* Media and other pop-up layer styles  */
.popup-layer,
#media-layer {
    width: 100px;
    height: 100px;
    position: fixed;
    background-color: #fff;
    border: 5px solid #272839;
    z-index: 100000;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

#help-content {
    max-height: 100%;
    overflow: auto;
}

.popup-layer h2.panel-title,
#media-layer h2.panel-title {
    background: #272839;
}



/* jAlert, jConfirm etc. shortcut stuff for dialog */
#popup_container {
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 800px; /* Dialog will wrap after this width */
    background: white;
    border: solid 1px #272839;
    color: #666;
    z-index: 100999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

#popup_title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: white;
    background: #272839 !important;
    cursor: default;
    padding: 5px;
    margin: 0;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

#popup_content {
    margin: 0;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#popup_message {
    padding: 10px;
}

#popup_panel {
    text-align: right;
    padding: 3px;
    margin: 5px;
    border: 1px solid #DCDCDC;
    background: #EAEAEA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#popup_panel .pretty-button {
    background: #408FD2;
    border: 1px solid #3a94e0;
    color: #FFF;
    padding: 3px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#popup_panel .pretty-button:focus {
    background: #49A5F2;
    -moz-box-shadow:  none;
    -webkit-box-shadow:  none;
    box-shadow: none;
}

#popup_prompt {
    margin: .5em 0em;
}

#popup_overlay,
.loadmask {
    background: #000;
}

/* Load Mask */
.loadmask {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    background: #272839;
    color: white;
    z-index: 100999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .7);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .7);
}

.loadmask-msg div {
    padding: 0 10px 0 44px;
    height: 40px;
    line-height: 40px;
    background: transparent url(/cms/asset/img/throbber.gif) no-repeat 4px 4px;
}

.masked {
    overflow: hidden !important;
}

.masked-relative {
    position: relative !important;
}




/* Widget Styles */
.widget .panel-inner {
    min-height: 100px;
}

.widget h2 {
    cursor: move;
}

.widget h2 img {
    cursor: pointer;
}

.widget-placeholder {
    margin: 10px;
    margin-top: 0;
    background:#D3E5EF !important;
}

.widget {
    margin-top: 0;
    border: none;
}







/* tabs */
.tab-panel {
    padding: 0;
    margin: 10px;
    position: relative;
}

.tab-header {
    margin: 0;
    height: 25px;
    padding: 5px 0 0 15px;
    -moz-user-select: -moz-none;
}

.tab-header li {
    display : inline;
    list-style-type : none;
    margin : 0;
    padding : 0;
}

.tab-header .tab-toggle {
    float: left;
    line-height : 26px;
    margin-right : 4px;
    padding : 0 10px 6px 10px;
    text-decoration : none;
    text-align: center;
    min-width: 80px;
    border: 1px solid #E0E0E0;
    border-bottom: 0px;
    color: #A6A6A6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #F9F9F9;
    position: relative;
    z-index: 1;
}

.tab-header .tab-toggle img {
    margin-right: 4px;
    vertical-align: text-top;
}

.tab-header .tab-toggle:hover {
    background: #C1C1BC;
    color: #fff;    
}

.tab-header .tab-toggle.tab-current,
.tab-header .tab-toggle.tab-current:hover {
    cursor: default;
    background: #F2F2F2;
    z-index: 1;
    color: #666;
}

.tab {
    position: relative;
    display:none;
    padding: 10px;
    padding-top: 16px;
    min-height: 200px;
    margin-bottom: 10px;
    background: #F2F2F2;
    border: 1px solid #E0E0E0;
    z-index: 2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tab-visible {
    display:block;
}











/* Tooltip styles */
.tooltip-container {
    position: absolute;
    min-width: 250px;
    min-height: 30px;
    max-width: 500px;
    display: none;
    z-index: 9;
    cursor: default;
    background: #fff;
    border: solid 1px #afafaf;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);


}

.tooltip-title {
    font-weight: bold;
    text-align: left;
    color: white;
    background: #272839;
    cursor: default;
    padding: 5px;
    margin: 0;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
}

.tooltip-title img {
    vertical-align: -2px;
}

.tooltip-content {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 13px;
}

.tooltip-content p {
    margin: 5px;
}


















/* File/ Media manager styles */
.fm-node {
    float: left;
    width: 100px;
    height: 120px;
    margin: 10px;
    text-align: center;
    padding: 1px;
    cursor: default;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fm-node div {
    font-size: 12px;
    width: 90px;
    margin-left: 5px;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
}

.fm-node img {
    margin: 10px 0 5px 0;
}

.fm-node:hover {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d2ebf9)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* ie */
    padding: 0;
    border: 1px solid #a1dbff;
}

.fm-node.ui-selected,
.fm-node.ui-selecting {
    background: #f0f9ff;
    background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* ie */
    border: 1px solid #2BB1FF;
    padding: 0;
}

.ui-selectable-helper {
    border: 1px solid #2BB1FF !important;
    background-color: #d2ebf9;
    opacity: .5;
}

#file-info,
#upload-controls {
    color: #666;
    height: 24px;
    line-height: 24px;
    background: #E7E7E7;
    text-shadow: none;
}

#file-info .file-path-button {
    color: #666;
    cursor: pointer;
    padding: 4px;
    margin-left: 5px;
    margin-right: 5px;
}

#file-info .file-path-button:hover {
    text-decoration: underline;
}

#file-info .file-path-root {
    font-style: italic;
}













.mono {
    font-family: "Courier New", Courier, monospace;
}










/* Table Grid Styles */
.tablegrid {
    margin: 10px;
}

.tablegrid .grid thead th {
    height: 24px;
    text-align: left;
    background: #E7E7E7;
    color: #5c5f63;
    padding: 2px;
    padding-left: 5px;
    font-size: 14px;
    -moz-user-select: -moz-none;
    cursor: default;
    white-space: nowrap;
    font-weight: normal;
}

.tablegrid .grid thead th.grid-sorter {
    cursor: pointer;
}

.tablegrid .grid thead th.grid-sorter:hover {
    background: #D0D0CE;
}

.tablegrid .grid thead th img {
    vertical-align: 0;
    margin-left: 5px;
}

.tablegrid .grid tbody td {
    height: 24px;
    text-align: left;
    padding: 2px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 14px;
    cursor: default;
    color: #898d93;
}

.tablegrid .grid tbody tr.odd td {
    background: #f0f2f4;
    border-top: 1px solid #ededed;
}

.tablegrid .grid tbody tr.even td {
    background: #f9f9f9;
    border-top: 1px solid #fff;
}

.tablegrid .grid tbody td.selection-column {
    padding-left: 4px;
}

.tablegrid .grid tbody tr:hover td.selection-column {
    
}

.tablegrid .grid tbody tr.selected-row td {
    background: #E4EEF7 !important;
    border-top: 1px solid #DCE5EF;
}

.tablegrid .grid tbody tr:hover td {
    background: #D4E6F7 !important;
    border-top: 1px solid #D4E6F7;
}

.tablegrid .grid tbody tr.selected-row:hover td {

}

.tablegrid .tablegrid-toolbar {
    font-size: 13px;
    overflow: hidden;
    line-height: 22px;
    -moz-user-select: -moz-none;

}

.tablegrid .tablegrid-searchbar {
    float: right;
}


.tablegrid .tablegrid-page,
.tablegrid .tablegrid-search,
.tablegrid .tablegrid-selector,
.tablegrid .tablegrid-field-selector,
.tablegrid .tablegrid-field-type {
    font-size: 10px;
    padding: 1px;
    margin: 0;
    width: 30px;
    height: 13px !important;
    vertical-align: 0;
    margin-right: 5px;
}

.tablegrid .tablegrid-selector,
.tablegrid .tablegrid-field-selector,
.tablegrid .tablegrid-field-type {
    width: 90px !important;
    height: 20px !important;
}

.tablegrid .tablegrid-search {
    width: 120px !important;
    -moz-user-select: text;
    padding: 2px 2px 3px 2px;   
}










/* Upload Control Styles */
.upload-display {
    padding: 2px;
    min-width: 200px;
    max-width: 400px;
    float: left;
    vertical-align: middle;
    height: 24px;
    line-height: 20px;
    font-size: 15px;
    border: 1px solid #afafaf;
    background-color: #fff;
    margin-right: 3px;
    overflow: hidden;
    white-space: nowrap;
}

.upload-progress {
    background: #0399d4 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
}

.upload-container {
    padding-bottom: 5px !important;
}

.upload-delete-button {
    cursor: pointer;
}








/* Vertical display table styles */
table.vert-display {
    width: 100%;
    margin: 10px;
}

table.vert-display td {
    padding: 3px;
    vertical-align: top;
}

table.vert-display td.header {
    width: 30%;
    font-weight: bold;
    text-align: right;
    border-right: 1px solid #D4D4D4;
}

table.vert-display td code {
    margin: 0;
    font-size: 12px;
}








/* Simple table styles (for messenger menu) */
.simple td {
    padding: 5px;
    border-top: 1px solid #D4D4D4;
}

.simple.small td {
    font-size: 11px;
    padding: 3px;
}

.simple td img {
    vertical-align: -3px;
}

.simple td a {
    color: #666;
}

.message-extra {
    display: none;
}


/* db-table styles */
.db-table {
    min-width: 100%;
    border-collapse: collapse;
}

.db-table th {
    text-align: left;
    font-weight: bold;
    padding: 3px;
}

.db-table td {
    padding: 3px;
}

.db-table td.odd,
.db-table tr.odd td {
    background-color: #ededed;
}

.db-table td.even,
.db-table tr.even td {

}

.db-table td.identifier {
    width: 30%;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding-right: 15px;
}

.db-table.smaller td {
    font-size: 15px;
}











/* Error display styles */
#error-display {
    position: fixed;
    min-width: 450px;
    max-width: 700px;
    bottom: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 25;
    display: none;
    font-size: 14px;
    cursor: default;
    background-color: #FAEDF1;
    border: 1px solid #8D2841;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow:  0 0 3px #888;
    -webkit-box-shadow:  0 0 3px #888;
    box-shadow: 0 0 3px #888;
}

#error-display #error-title {
    background: #8D2841 url(/cms/asset/img/icon/not-ok.png) no-repeat 6px 5px;
    font-weight: bold;
    color: white;
    text-indent: 24px;
    padding-top: 1px;
}

#error-display #error-title-text {
    float: left;
    padding: 4px;
}

#error-display #error-closer {
    float: right;
    padding: 4px;
    cursor: pointer;
}

#error-display #error-content {
    padding: 10px;
    overflow: hidden;
    color: #8D2841;
}

#error-display #error-content a {
    text-decoration: none;
}

#error-display #error-content #error-list {
    margin-top: 0;
    margin-bottom: 0;
}

.error-transfer {
    border: 1px dotted #F4D6DF;
    background: #FAEDF1;
    z-index: 5000;
    opacity: .7;
}









/* Sortable Styles */
.ui-sortable {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    margin: 0;
    padding: 0;
   /* -moz-user-select: none; */
}

.ui-sortable li {
    border: 1px solid #C1C1BC;
    background: #F2F1F0;
    color: #333;
    margin-bottom: 5px;
    cursor: move;
    list-style: none;
    padding: 3px;
    margin: 10px;
    margin-top: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}







/* Bulk uploader styles */
#multi-upload-control .swfupload {
    vertical-align: -4px
}

.upload-panel {
    padding: 10px 10px 5px 10px;
    margin: 10px 10px 0 0;
    font-size: 11px;
    background: #fff9d2;
    border: 1px solid #ffd7e0;
    color: #a42340;
    height: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    float: left;
    width: 278px;
}

.upload-error {
    background: #ffeef2;
    border: 1px solid #ffd7e0;
    color: #a42340;
}

.upload-done {
    border: 1px solid #b7e1a9;
    background: #d4f5c9;
    color: #73b64e;
    
}

.upload-active {
    background: #d8e4ff;
    color: #4c7ec9;
    border: 1px solid #bacbf3;
}

.progress {
    background: transparent;
    font-size: 90%;
}

.progress-uploading {
    margin-top: 14px;
    background: #4C7EC9;
    height: 4px;
    width: 0;
}






/* CodeMirror extra stuff */
.CodeMirror-wrapping {
    background: white;
    border: 1px solid #AFAFAF;
}





















.clearer {
    clear: both;
}












/* Autocomplete menus */
.ui-autocomplete {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: white;
    border: 1px solid #AFAFAF;
}


.ui-autocomplete .ui-menu-item {
    font-size: 12px;
}

.ui-autocomplete .ui-menu-item a {
    color: #666; 
}

.ui-autocomplete .ui-menu-item:hover {
    background: #D0D0CE;
}

