﻿/**
 * This file contains site specific styles for the /API/Index page.
 * Use this file if you want to adjust styles specific for this page.
 */

.details {
    padding-top: 10px;
    padding-bottom: 10px;
}

.promotionImage {
    float: left;
    width: 250px;
}

.sbcApiDetails {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 40px;
}

.bigFont {
     font-size: 22px;
 }

 .logo {
    float: right;
    width: 26%;
}

#codeExample {
    font-size: 14px;
}

.main_section {
    padding: 10px;
    padding-top: 0;
}

.exampleSummary {
    margin: 12px 0 12px 0;
}

.title {
    font-size: 1.3em;
    font-weight: bold;
    float: left;
    background-color: #FFFFFF;
    margin-top: 13px;
    margin-bottom: 5px;
    padding-right: 7px;
    z-index: 2;
}

.FrameArea_Hr
{
    margin-left: 4px;
    color: #e5e5e5;
    border-top-style: none;
    border-bottom: #e5e5e5 1px solid;
    border-right-style: none;
    border-left-style: none;
}

.FrameArea_HrDiv
{
    padding-top: 18px;
}

H4.subHeading
{
    margin-top: 10px;
    font-size: 1em;
    margin-bottom: 5px;
}

SPAN.parameter
{
    font-style: italic;
}

span.data {
    padding-left: 50px;
}

.CodeSnippetContainer{
    clear: both;
    margin-top: 10px;
    line-height: normal;
}

.CodeSnippetContainerTabs
{
    position: relative;
    top: 5px;
    float: left;
    background-color: Transparent;
    vertical-align: middle;
    z-index: 2;
    margin: 0;
}

.CodeSnippetContainerTabActive{
    float: left;
    font-size: 0.8em;
    margin: 0px;
    height: 20px;
    padding: 0px 5px 0px 5px;
    color: #250c58;
    text-decoration: none;
    font-weight: bold;
    border-top: 1px #bbbbbb solid;
    border-bottom: none;
    background-color: white;
}

.CodeSnippetHrBar {
    height: 1em;
    border-top: 3px #e5e5e5 solid;
}

.CodeSnippetContainerCodeCollection
{
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 3px #e5e5e5;
    clear: both;
    margin: 0px;
    margin-bottom: 5px;
    width: 99%;
}

.CodeSnippetContainerCode
{
    width: 100%;
    border-right-width: 0px;
    margin: 0px;
    padding: 10px;
    font-size: 13px;
}

div.seeAlsoStyle
{
    padding-top: 5px;
}

.footer
{
    clear: both;
    border-top: solid 1px #bbb;
    padding: 0px 10px 5px 10px;
    font-size: 13px;
}






