/* Main layout
--------------------------------------------------------------------------------*/
html { border: 0px solid #eee; border-width: 0 0px; min-height: 100%;}
body {  background: #fff; font-family: 'Trebuchet MS'; font-size: 14px; }
#head { background: #eee; }
#main { background: #eee; }
#outer { background: #fff; }
#inner { padding: 20px; }
#wrap { background: url(img/col.png) repeat-y 24% 0; }
#content { float: right; margin-right: 0; width: 74%; }
#fullcontent { width: 100%; }
#aside { margin-left: 0; width: 24%; }

/* Simple layout
--------------------------------------------------------------------------------*/
body.simple { background: #eee; width: 600px; margin: 20px auto; }
body.simple #head { margin-bottom: 20px; position:relative;}
body.simple #head .lang { position:absolute; bottom:0; right:0; }
body.simple #head .logo { max-width: 100px; }
body.simple #main { background: #fff; }
body.simple #inner { padding: 20px 0 0 20px; }
body.simple #inner form, body.simple #inner .content { padding: 0 20px 20px 0; }

/* Popup window layout
--------------------------------------------------------------------------------*/
body.window #menu { background: transparent; }
body.window #top-menu { min-height: 26px; }
body.window .buttons { padding-left:0;}

/* Context- and dropdown menus
--------------------------------------------------------------------------------*/
#contextmenu { position:absolute; display:none; }
.menu { display: inline-block; position: relative; z-index: 1001; }
.menu > a { display: inline-block; }
#contextmenu ul, .menu ul { background: #fff; border: 2px solid #bddbf0; font-size: 12px; width: 175px; padding: 0; }
.menu ul {position: absolute; left: -18px; top: 26px; display: none; }
#contextmenu li, .menu li {
    border-top: 0px solid #ddd;
    list-style: outside none none;
    padding: 3px 9px;
}
#contextmenu li:last-child, .menu li:last-child, .menu li.last { border-bottom: 1px solid #ddd; }
#contextmenu li a, .menu li a { color: #000; display: block; padding: 5px; position: relative; }
#contextmenu li a:hover, .menu li a:hover { color: #6e4578; }
#contextmenu em, .menu em { font-style: normal; position: absolute; right: 5px; top: 5px; }
#contextmenu img { margin: 65px 0 64px 80px; }

/* Menu
--------------------------------------------------------------------------------*/
#menu { color: #C5C5C5; margin-bottom: 0; line-height:1; background: #b76590; }
#menu a { text-decoration: none; }
#top-menu { background: #2b2b2b; padding: 6px; }
#top-menu .icon-24 { background-image: url(img/icons-white-24.png); margin-bottom: -7px; margin-left: 4px; }
#top-menu form .icon-24 { background-image: url(img/icons-blue-24.png); }
#top-menu .menu { z-index: 1002;}
#top-menu .menu > a { color: #fff; font-weight: bold; padding: 6px 22px 6px 8px; }
#top-menu .menu.support > a { color: #1675bb; background: url(img/support-button-right.png) center right no-repeat !important; padding-right:20px; }
#top-menu .menu.support > a:hover { background: url(img/support-button-hover.png) center right no-repeat !important; }
#top-menu .menu.support > a.selected { background: url(img/topmenu-down.png) top right no-repeat; }
#top-menu .menu > a:hover, #top-menu .menu > a.selected { background: #aa5cbc url(img/topmenu-down.png) top right no-repeat; color: #fff; border-radius: 12px;  }
#top-menu .helpmenu { display:inline-block; padding: 0 0 0 15px; background:url(img/support-button-left.png) no-repeat; }
#top-menu form { float: right; position: relative; }
#top-menu input { font-family: 'Trebuchet MS'; font-size:14px; padding: 4px 32px 4px 13px; width: 200px; margin: 0; border: none; border-radius: 12px; }
#top-menu form span { position: absolute; top: 1px; right: -2px; }

#main-menu { background: #434343; font-size: 18px; font-weight: bold; padding: 6px 8px 0 0; }
#main-menu .icon-32 { background-image: url(img/icons-white-32.png);margin-bottom: 10px; }
#main-menu ul { margin: 0;height: 102px; }
#main-menu li { border-radius: 6px;
    display: block;
    float: left;
    list-style: outside none none;
    margin: 5px;
    /*padding: 6px 8px 0 14px;*/

}
#main-menu a { color: #fff; display: block; padding: 13px 16px 16px 16px; }
#main-menu a span {
    display: block;
    margin: auto;
}
#main-menu li:hover { background: #606060; }
#main-menu li.selected a[href]:hover { color: #fff; }
#main-menu li.selected { background: #333333; }
#main-menu li.selected a { }
#main-menu li:first-child { margin-left: 10px; }

#sub-menu { font-size: 12px; line-height:1;padding: 8px 17px; min-height:23px;}
#sub-menu .icon-12 { background-image: url(img/icons-white-12.png); }
#sub-menu a { color: #fff; }
#sub-menu ul { top: 23px; }
#sub-menu .menu ul { border-color: #6e4578; border-top-width: 0; left: -22px; }
#sub-menu .menu > a { padding: 10px; }
#sub-menu .menu li a { color: #444; }
#sub-menu .menu li a:hover { }
#sub-menu .menu > a:hover, #sub-menu .menu > a.selected { color: #ddd; }

/* Nav
------------------------------------------------------------------*/
#nav { background: #eee; padding-top: 10px; }

/* Breadcrumb
------------------------------------------------------------------*/
.crumbs ul { color: #777; font-size: 12px; margin: 0 0 15px 10px; float: left; }
.crumbs li { float: left; list-style: none; }
.crumbs li a { float: left; display: block; }
.crumbs li a { 
background: #b76590 none repeat scroll 0 0;
    border-radius: 2px;
    color: white;
    font-size: 14px;
    margin: 0 3px 0 0;
    padding: 2px 10px;
}
.crumbs li.first a { 

background: #333333 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    text-decoration: none;
}
.crumbs li a[disabled] { background: none; }

/* Tabs
--------------------------------------------------------------------------------*/
.tabs h1 { color: #6e4578; line-height: 100%; position: relative; margin: 0 10px 0 2px; bottom: 5px; }
.tabs ul { margin: 0 0 0 10px; }
.tabs li { float: left; list-style: none; padding: 4px 0 0 0; margin: 0 3px 0 0; }
.tabs li a { float: left; display: block; background: #ddd; color: #777; padding: 4px 8px; font-size: 12px; }
.tabs li.selected { background: #fff; padding: 0 0 0 10px; }
.tabs li.selected a { background: #fff; color: #666; padding: 6px 10px 6px 0; font-weight: bold; font-size: 14px; }
.tabs li.action a { background: transparent; color: #8A3D8E; font-size: 14px; font-weight: bold; padding: 4px 0 4px 10px; }
.tabs li.action.hilite a { color: #0d0; }
.tabs li.action .icon-12 { background-image: url(img/icons-blue-12.png); }
.tabs li.validationerror { color: #d00; }
.tabs li.validationerror a { color: #d00; }

.tabs li.view, .tabs li.view.selected { float:right; background: transparent; padding:0; margin:5px 0 0 0;}
.tabs li.view a, .tabs li.view.selected a { background: transparent; padding:0;margin:0; line-height:1;}

.tab ul { margin: 0; }
.tab li { list-style: none; }

/* TabSupport
--------------------------------------------------------------------------------*/
#setting_tab_support { display: inline-block; width: 25px !important; vertical-align: middle; }
.disabled { background-color: #cacaca; }

/* TabNavigationSupport
--------------------------------------------------------------------------------*/
#setting_tabnavigation_support { display: inline-block; width: 25px !important; vertical-align: middle; margin-right: -5px; }

/* Message
--------------------------------------------------------------------------------*/
#message { background-color: #7fb463;
    border-radius: 1px;
    color: #fff;
    display: none;
    height: 100px;
    left: 0;
    margin: auto;
    opacity: 0.9;
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    z-index: 9999; }
#message.alert { background-color: #a00; }
#message.warn { color: #9F6000; background-color: #FEEFB3; }
#message span { background-image: url(img/icons-white-48.png); position: absolute; top: 10px; left: 20px; }
#message p { position: absolute; top: 10px; left: 80px; width: 400px; font-size: 1.2em; overflow: auto;max-height: 50px; overflow: auto; }
#message a { color: #fff; text-decoration: underline; }
#message a.messagelink { position: absolute; right: 20px; bottom: 10px; }

/* Message
--------------------------------------------------------------------------------*/
.msginfo, .msgsuccess, .msgwarning, .msgerror { margin: 10px 0px; padding: 15px 10px 15px 10px; font-size: 12px; }
.msginfo { color: #00529B; background-color: #BDE5F8; }
.msgsuccess { color: #4F8A10; background-color: #DFF2BF; }
.msgwarning { color: #9F6000; background-color: #FEEFB3; }
.msgerror { color: #D8000C; background-color: #FFBABA; }

/* Content
--------------------------------------------------------------------------------*/
.head { margin-bottom: 10px; position: relative; }
.head h1 { margin-bottom: 5px; }
.byline, .tagline, .status, .permalink, .tags, .teaser { color: #6e4578; font-size: 12px; }
.devinfo { color: #fff; font-size: 12px; float: right; padding: 11px 0; }
.teaser { margin: 5px 0 0 0; }
.status { padding-top: 5px; }
.head .buttons { padding-left: 0; }

#content .field { border: none; }
#content .field label { float: none; width: auto; }
#content .field .text { float: none; width: auto; }

/* TagField
--------------------------------------------------------------------------------*/
.tagEditor { margin: 4px 0; padding: 0; clear: left; margin-left: 156px !important; }
.tagEditor li { display: inline; background-image: url(img/uploadify/cancel.png); background-color: #eef; background-position: right center; background-repeat: no-repeat; list-style-type: none; padding: 0 28px 0 6px; margin: 0 4px; cursor: pointer; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.tagEditor li:hover { background-color: #eee; }

/* Metadata Help
--------------------------------------------------------------------------------*/

span.help-icon {
    margin-left: 3px;
}

/* Prompt message
--------------------------------------------------------------------------------*/

.prompt-modal-dialog {
    border-radius:0px !important;
    font-family: 'Trebuchet MS' !important;
    position:fixed !important;
}

.prompt-modal-dialog .ui-widget-header.ui-corner-all.ui-dialog-titlebar {
    margin: -3px -3px 0px -3px !important;
    background: #888 !important;
    color: white!important;
    border: 1px solid #aaaaaa !important;
    border-width: 0 0 1px 0 !important;
    border-radius: 0px !important;
}
.prompt-modal-dialog .ui-widget-header.ui-corner-all.ui-dialog-titlebar .ui-dialog-titlebar-close.ui-corner-all{
    display:none !important;
}

.prompt-modal-dialog .ui-dialog-buttonset .ui-button:last-child, .prompt-modal-dialog .ui-dialog-buttonset .ui-button.red-btn {
    color: #fff !important;
    background: #b76590 !important;
}

.prompt-modal-dialog .ui-dialog-buttonset .ui-button, .prompt-modal-dialog .ui-dialog-buttonset .ui-button.white-btn {
    cursor: pointer !important;
    border: none !important;
    color: #b76590 !important;
    background: white !important;
    font-family: 'Trebuchet MS' !important;
    font-weight: bold !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.prompt-modal-dialog .ui-dialog-content {
    padding: 30px 25px !important;
    height: auto !important;
}

.prompt-modal-dialog + .ui-widget-overlay {
    opacity:0 !important;
}

a.load_metadata {
    display: none;
}