﻿/*
 *   @author Jan Odvarko <odvarko@gmail.com>
 *   @link   http://www.janodvarko.cz
 */

/************************************************************************************************/

body {
    margin: 0;
    overflow: hidden;
    font-family: Lucida Grande, Tahoma, sans-serif;
    font-size: 11px;
}

h1 {
    font-size: 17px;
    border-bottom: 1px solid threedlightshadow;
}

a {
    color: #0000ff;
}

pre {
    margin: 0;
    font: inherit;
}

input {
    font-family: Lucida Grande, Tahoma, sans-serif;
    font-size: 11px;
}

/************************************************************************************************/

#content {
    width: 100%;
    border: 0;
}

/************************************************************************************************/

.tabView {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    color: #000000;
}

.tabViewCol {
    border-top: 1px solid #EEEEEE;
    background: url(chrome://firebug/skin/group.gif) repeat-x #FFFFFF;
}

.tabViewBody {
    /*margin: 10px 0 4px 10px;*/
    margin: 10px 1px 0px 1px;
    height:100%;
}

.tabBar {
    position: relative;
    padding-left: 14px;
}

.tab {
    position: relative;
    top: -3px;
    margin-top: 10px;
    padding: 4px 6px;
    border: 1px solid transparent;
    border-bottom: none;
    font-weight: bold;
    color: #565656;
}

.tab:hover {
    cursor: pointer;
}

.tab[selected="true"] {
    cursor: default !important;
    border-color: #D7D7D7;
    -moz-border-radius: 4px 4px 0 0;
    background-color: #FFFFFF;
}

.tabBody {
    display: none;
    margin: 0;
    border: 1px solid #D7D7D7;
    /*border-right: none;*/
    /*padding: 8px;*/
    background-color: #FFFFFF;
    font-family: Monaco, monospace;
    overflow-x: auto;
}

.previewContent {
    margin: 8px;
}

.tabBody[selected="true"] {
    display: block;
}

/************************************************************************************************/

.editorFrame {
    font-family: Lucida Grande, Tahoma, sans-serif;
    font-size: 11px;
    width: 100%;
    height: 100%;
}

.editorCol {
    padding-left: 5px;
    padding-right: 5px;
}

.editorLabel {
    white-space: nowrap;
}

.editorInput {
    width: 100%;
}

.editorButton {
}

.editorBar {
    width: 100%;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.editorHome {
    width: 100%;
    height: 100%;
    border-top: solid 1px #D7D7D7;
    padding-left: 8px;
}

.dataEditorHome {
    width: 100%;
    height: 100%;
    padding-left: 8px;
}

/************************************************************************************************/

.tabHelpBody {
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.helpContent {
    padding: 12px;
    padding-top: 0;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11.7px;
    font-weight: 400;
    font-style:	normal;
    color:	#222222;
    line-height: 18.7167px;
}

.helpContent h2 {
    color: 	#DD467B;
    font-size: 22.8px;
    font-weight:lighter;
}

.helpContent a {
    color: #6B8D20;
    text-decoration:underline;
}

.HelpTab {
    margin-left:100px;
}

/************************************************************************************************/

.notSupported {
    margin-top: 100px;
    text-align: center;
}

