/*
 * Copyright (c) 2011 Bill Reh.
 *
 * This file is part of Content Management Faces.
 *
 * Content Management Faces is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 */

.ygtv-edit-TaskNode  {	width: 190px;}

.ygtv-edit-TaskNode .ygtvcancel, .ygtv-edit-TextNode .ygtvok  {	border:none;}

.ygtv-edit-TaskNode .ygtv-button-container { float: right;}

.ygtv-edit-TaskNode .ygtv-input  input{	width: 140px;}

.whitebg { background-color:white; }

.ygtv-highlight1 {
    background-color: #f3f8ff;
    background: -moz-linear-gradient(100% 100% 180deg, #f3f8ff, #accfff);
    background: -webkit-gradient(linear, left top, right top, from(#f3f8ff), to(#cce2ff));
    border-radius: 10px;
}

.theScript {
    background: #8b0000;
}

.hidden {
    display: none;
}

.CodeMirror-line-numbers {
    width: 35px;
    color: #aaa;
    background-color: #eee;
    text-align: right;
    padding-right: .3em;
    font-size: 10pt;
    font-family: monospace;
    padding-top: .4em;
    line-height: normal;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tableCell {
   background-color: #B5D5E0;
   padding: 5px;
}

.rightPane {
    vertical-align: top;
    border: 1px solid #000000;
}

.leftPane {
    vertical-align: top;
    padding-top: 15px;
    padding-left: 10px;
    height: 500px;
    width: 200px;
    border: 1px solid #000000;
}

.theButton {
   float:right;
}
/*.header {
    color: #f3f8ff;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.9)), to(rgba(0,0,0,0.6)));
    -moz-mask-image: -moz-gradient(linear, left top, right top, from(rgba(0,0,0,0.9)), to(rgba(0,0,0,0.6)));
}

.headerWord {
    display: inline-block;
    font: 32px/54px 'QuicksandBold', Arial, sans-serif;
    font-weight: bold;
}

.headerWord:first-letter {
    font: 48px/72px 'QuicksandBold', Arial, sans-serif;
    font-weight: bold;
}

.headerWord-first-letter {
    font: 48px/72px 'QuicksandBold', Arial, sans-serif;
    font-weight: bold;
}

.treeButton {
    margin-right: 8px;
}

body {
 	background: none repeat scroll 0 0 #E0E0E0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 67.5%;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.theButton, .thePathButton, .styleBubble {
    font: 14px/21px 'QuicksandBold', Arial, sans-serif;
    font-weight: bold;
    background-color: #f3f8ff;
    border-radius: 15px;
    box-shadow: #000000 1px 1px 3px;
    -moz-box-shadow: #000000 1px 1px 3px;
    -webkit-box-shadow: #000000 1px 1px 3px;
    float: right;
}

.styleBubble {
    padding: 4px;
    color: #4e0c0c;
    border-color: #4e0c0c;
    border-radius: 25px 15px 25px 15px;
    -moz-border-radius: 25px 15px 25px 15px;
    -webkit-border-radius: 25px 15px 25px 15px;
}

.theButton {
    padding-top: 4px;
    font: 12px/18px 'QuicksandBold', Arial, sans-serif;
    font-weight: bold;
}

.thePathButton {
    padding-bottom: 2px;
    margin-bottom:10px;
}

.node {
    padding-right: 5px;
    display: none;
}

.commonFieldset, .namespaceFieldset, .contentFieldset {
    margin-top: 20px;
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px;
    border-width: 5px;
    border-color: #4e0c0c;
}

.namespaceFieldset {
    width: 500px;
    height: 70px;
}

.contentFieldset {
    width: 400px;
    height: 100px;
}

.cssEditor {
    border: black solid 1px;
    width: 800px;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-left: 10px;
}

.namespaceNode {
    font-weight: bold;
    margin-right: 8px;
}

.contentNode {
    font-style: italic;
}

.styleNode {
    color: #4e0c0c;
} */