﻿/*html
{
    background-color:#fff !important;
}

#body
{
    background-color:#fff !important;
}

footer 
{
    background-color:#fff !important;
}

/* featured *//*
.featured {
    background-color: #fff !important;
}

    .featured .content-wrapper {
        background-color: #F5822F !important;
        background-image: -ms-linear-gradient(left, #F5822F 0%, #fabc8e 100%) !important;
        background-image: -o-linear-gradient(left, #F5822F 0%, #fabc8e 100%) !important;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F5822F), color-stop(1, #fabc8e)) !important;
        background-image: -webkit-linear-gradient(left, #F5822F 0%, #fabc8e 100%) !important;
        background-image: linear-gradient(left, #F5822F 0%, #fabc8e 100%) !important;
        color: #3e5667 !important;
        padding: 20px 40px 30px 40px !important;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff !important;
        }

        .featured p {
            font-size: 1.1em !important;
        }
        
        .featured + .main-content {
            background: url("../Images/connectibAccent.png") no-repeat !important;
        }

pre, code
{
    background-color: #e2e2e2 !important;
    overflow:scroll;
}

#explorer
{
    float:left;
    width:65%;
    background-color:#fff !important;
}

#guide
{
    margin-left:70%;
    white-space: normal;
    background-color:#fff !important;
}

#guide ul
{
    list-style-type:none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#guide ul li ul
{
    margin-left: 20px;
}

#guide h1
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#guide h2 {
    font-size: 1.5em;
}

#guide h3 {
    font-size: 1.25em;
}

#guide h4 {
    font-size: 1em;
}

#guide h5, h6 {
    font-size: 0.75em;
}

#guide blockquote
{
    font-size:smaller;
}

input.DateTime
{
    display:none;
}

div.datepicker
{
    font-size: smaller;
    width:190px;
    height:170px;
}

ul.parameters li
{
    padding-bottom:10px;
}
*/
span.success
{
    color:Green;
}

span.error
{
    color:Red;
}

.parameters li
{   
      list-style-type:none; 
}

