﻿/* See license.txt for terms of usage */

body {
    margin: 0;
    overflow: hidden;
}

h1 {
    font-size: 17px;
    border-bottom: 1px solid threedlightshadow;
}

/************************************************************************************************/

#content {
    width: 100%;
    border: 0;
}

.link {
    color:blue;
}

.link:hover {
    text-decoration: underline;
    cursor:pointer;
}

.running {
    width: 16px;
    height: 16px;
    background-image: url(images/loading_16.gif);
}
/************************************************************************************************/

.tabView {
    width: 100%;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    color: #000000;
}

.tabViewCol {
    border-top: 1px solid #EEEEEE;
    background: url(images/group.gif) repeat-x #FFFFFF;
    vertical-align:top;
}

.tabViewBody {
    /*margin: 10px 0 4px 10px;*/
    margin: 10px 0px 0px 0px;
}

.tabBar {
    position: relative;
    padding-left: 14px;
}

.tab {
    position: relative;
    top: -3px;
    margin-top: 10px;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-bottom: none;
    color: #565656;
    font-size: 17px;
    font-weight: bold;
    font-family: Lucida Grande, Tahoma, sans-serif;
}

.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-top: 1px solid #D7D7D7;
    background-color: #FFFFFF;
}

.tabBody[selected="true"] {
    display: block;
}

/************************************************************************************************/

.tabInputBody {
    padding: 8px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11.7px;
    font-weight: 400;
    font-style: normal;
    color:  #222222;
}

.tabPreviewBody {
    min-height: 20px;
}

.tabDOMBody {
    font-family: Lucida Grande, Tahoma, sans-serif;
    font-size: 11px;
    min-height: 20px;
}

.tabSchemaBody, .tabSourceBody {
    min-height: 20px;
    height: 100%;
    padding: 8px;
}

.tabHelpBody {
    padding: 8px;
    padding-top: 0;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11.7px;
    font-weight: 400;
    font-style: normal;
    color:  #222222;
}

.tabHelpBody h2 {
    color:  #DD467B;
    font-size: 22.8px;
    font-weight:lighter;
}

.tabHelpBody h3 {
    color:  #DD467B;
    font-weight:lighter;
}

/************************************************************************************************/

.SchemaTab {
}

.HelpTab {
    margin-left:100px;
}

/************************************************************************************************/

.schemaPreview, .sourcePreview {
    width: 100%;
    height: 100%;
    border: 0;
    font-family: Monaco, monospace;
    font-size: 12px;
    overflow: auto;
}
