
/* ---------------------------------------------------------
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;}

.moduleName 
{
    font-style: italic;
    text-decoration: underline;
}

/* -----------------------------------------------------------------------
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;
}

pre {
	    font-size: 1em;
    font-family: "Trebuchet MS","Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;

    color: #696969;
}

/* ---------------------------------------------------------
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: 15%;
}

.api-name {
    width: 45%;
}

.api-documentation {
    width: 40%;
}

.parameter-name {
    width: 20%;
}

.parameter-documentation {
    width: 50%;
}

.parameter-source {
    width: 30%;
}
