﻿/* ---------------------------------------------------------
GENERAL STYLES imported from Web Products, Tax Site 
---------------------------------------------------------- */

body   
{
    background: #f0f0f0;
    font-size: .80em;
    font-family: "Trebuchet MS","Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


a:link, a:visited
{
    color: #4b4b4b;
}

a:hover
{
    color: #4b4b4b;
    text-decoration: underline;
    cursor:pointer;
}

a:active
{
    color: #4f4f4f;
}

a img {border:none !important;}


h1 {color: #4b4b4b;}

#logo {width:100px; height:100px;margin-right:20px;}

/* -----------------------------------------------------------------------
CURRENT CLASSES GIVEN NEW STYLES OR DEFINITIONS THEY DIDN'T HAVE
--------------------------------------------------------------------------- */

.wrapper
{
    width:1000px;
    margin: 50px auto;
}

.main-content
{
    background:white;
    padding:20px;
    margin-top:50px;
}

/* ---------------------------------------------------------
CURRENT / OLD STYLES 
---------------------------------------------------------- */

pre.wrapped {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}

.warning-message-container {
    margin-top: 20px;
    padding: 0 10px;
    color: #525252;
    background: #EFDCA9; 
    border: 1px solid #CCCCCC;
}

.help-page-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0px 0px 20px 0px;
    border-top: 2px solid #D4D4D4;
}

.help-page-table th {
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #D4D4D4;
    padding: 8px 6px 8px 6px;
}

.help-page-table td {
    border-bottom: 2px solid #D4D4D4;
    padding: 15px 8px 15px 8px;
    vertical-align: top;
}

.help-page-table pre, .help-page-table p {
    margin: 0px;
    padding: 0px;
    font-family: inherit;
    font-size: 100%;
}

.help-page-table tbody tr:hover td {
    background-color: #F3F3F3;
}

a:hover {
    background-color: transparent;
}

.sample-header {
    border: 2px solid #D4D4D4;
    background: #76B8DB;
    color: #FFFFFF;
    padding: 8px 15px;
    border-bottom: none;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.sample-content {
    display: block;
    border-width: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    margin: 0px 0px 10px 0px;
}

.api-methood {
    width: 20%;
}

.api-name {
    width: 30%;
}

.api-documentation {
    width: 50%;
}

.parameter-name {
    width: 20%;
}

.parameter-documentation {
    width: 50%;
}

.parameter-source {
    width: 30%;
}


/*Tables */

table { width: 100%; text-align: left; }
th, td { padding: 10px; }
th { border-bottom: 2px; }
td { border-bottom: 1px; }