﻿body
{
    margin: 0px;
    font-family: Segoe UI, Tahoma, sans-serif;
    font-size: small;
    background-image: url(../images/header-bg.gif);
    background-repeat: repeat-y;
    background-color: #eaf8ff;
    min-width: 800px;
}

body a
{
    color: #5291cd;
    text-decoration: none;
}

body a:hover
{
    color: #5291cd;
    text-decoration: underline;
}

input, textarea
{
    font-size: 12px;
    font-family: Segoe UI, Tahoma, sans-serif;
}

.list_control
{
    margin-left: -7px;
}

.check_box_container
{
    margin-left: -4px;
}

.input_field_help_text
{
    font-size: 80%;
}

.error_label
{
    color: Red;
}

.bread_crumb
{
    padding-left: 10px;
    padding-top: 10px;
    display: inline-block;
}

/* Header */
.header
{
    height: 100px;
    background-image: url(../images/header-bg.gif);
    background-repeat: repeat-y;
    background-color: #eaf8ff;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.logo
{
    width: 400px;
    height: 100px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: url(../images/labs-logo.png) no-repeat;
    position: relative;
    float: left;
}

.logo a
{
    height: 100px;
    text-indent: -999999px;
    display: block;
}

#header_links_container
{
    vertical-align: middle;
    color: #333;
    position: relative;
    right: 0;
    top: 23px;
    padding-bottom: 10px;
    float: right;
}

/* End of header */

/* Footer */

#footer_links_container
{
    vertical-align: middle;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
}

/* End of footer */


/* Tab navigation */
.navigation
{
    border-collapse: collapse;
    margin-left: 30px;
    margin-right: 30px;
    height: auto;
    width: 95%;
}

.tab
{
    float: left;
    width: auto;
    height: 21px;
    margin: 0px;
    background-image: url(../images/tab-bg.gif);
    border-right: 1px #fff solid;
    padding: 5px 10px 0px 10px;
}

.tab_selected
{
    float: left;
    width: auto;
    height: 21px;
    margin: 0px;
    background-image: url(../images/tab-selected.gif);
    border-right: 1px #fff solid;
    padding: 5px 10px 0px 10px;
}

.tab a
{
    color: #fff !important;
}

.tab_selected a
{
    color: #000 !important;
}

/* End of tab navigation */


/* Success Message control */

.success_message
{
    display: block;
    padding: 5px 5px 5px 5px;
    border: 1px solid #eee;
    margin-top:10px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    color: #000;
    background: #ffffaf;
    border: solid 2px Green;
}

/* content control */

.content_container
{
    margin-left: 30px;
    margin-right: 30px;
    height: auto;
    background-color: White;
}

.content_container_innerpadding
{
    padding: 25px;
    padding-top: 20px;
}


/****** schema styling **********/

    PRE 
                {
                    border: 1px solid black;
                    background-color: #f4f4f4;
                    font-family: "Courier New", "Courier", "Monospace";
                    font-size: 15px;
                    white-space: pre-wrap;       /* css-3 */
                    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
                    white-space: -pre-wrap;      /* Opera 4-6 */
                    white-space: -o-pre-wrap;    /* Opera 7 */
                    word-wrap: break-word;       /* Internet Explorer 5.5 */
                }
    .dgProps    {
                border: none;
                }

    .dgProps CAPTION {
                color: #333333;
                padding: 6px 6px 6px 6px;
                border: 1px solid #999999;
                }

    .dgProps TD {
                border: none;
                border-bottom: 1px solid #CCCCCC;
                padding: 4px 6px 4px 6px;
                color: #333333;
                }

    .schemaProps TD {
                border: none;
                border-bottom: 1px solid #CCCCCC;
                padding: 4px 6px 4px 6px;
                color: #333333;
                width: 300px
                }
                
    .schemaProps CAPTION {
                border: 1px solid #999999;
                padding: 25px 25px 25px 25px;
                font-weight : bolder;
                }


    .textSchema {
                width: 700px;
                height: 300px;
                }
  
