﻿/* HTML */
body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    background-color: #f2f2f2;
}

form
{
    padding: 0px;
    margin: 0px;
}

input, select, textarea
{
    font-family: Arial;
    font-size: 100%;
}

h1
{
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-family: Corbel, Arial;
    margin-bottom: 20px;
    color: #d0650d;
}

img
{
    border-width: 0px;
}

a:link
{
    color: #014b78;
    text-decoration: none;
}

a:visited
{
    color: #014b78;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/* Main Elements */
#HeaderPanel
{
    padding-bottom: 0px;
    border-top: solid #666 3px;
    background-color: #fff;
}

#ContentPanel
{
    background-color: #fff;
}

#FooterPanel
{
    padding: 30px 0px;
    text-align: center;
    border-top: solid #ccc 1px;
}

#SearchBox
{
    background-image: url(Images/HomePage/SearchBg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

#LoadingPanel
{
    background-color: #666;
    padding: 10px;
    font-weight: bold;
    color: #fff;
}

#__Message
{
    background-color: #ffffe2;
    border: solid #999 1px;
    color: #e2541c;
    padding: 15px;
    font-weight: bold;
}

a:link.MainMenu, a:visited.MainMenu
{
    border-top: solid #fff 3px;
    display: block;
    float: left;
    line-height: 66px;
    margin-left: 20px;
    text-decoration: none;
}

a:hover.MainMenu
{
    border-top: solid #e5700d 3px;
    display: block;
    float: left;
    line-height: 66px;
    margin-left: 20px;
    text-decoration: none;
}

a:link.MainMenu_Active, a:visited.MainMenu_Active, a:hover.MainMenu_Active
{
    border-top: solid #e5700d 3px;
    display: block;
    float: left;
    line-height: 66px;
    margin-left: 20px;
    text-decoration: none;
}

.ClearFloat
{
    clear: both;
}

.FieldLabel
{
    font-weight: bold;
    font-size: 120%;
    padding-bottom: 5px;
    color: #060;
}

.TextBox
{
    font-size: 150%;
    padding: 5px;
    border: solid #ccc 1px;
}

.DropDownList
{
    padding: 5px;
    border: solid #ccc 1px;
}

.Button
{
    text-align: center;
    width: 100px;
    padding: 3px 0px;
    font-size: 150%;
}

.DataTable
{
    width: 100%;
    border-collapse: collapse;
}

.DataTable th
{
    background-repeat: repeat-x;
    background-position: right center;
    border-bottom: solid #ddd 1px;
    height: 33px;
    line-height: 33px;
    text-align: left;
    white-space: nowrap;
    padding: 0px 10px;
}

.DataTable td
{
    padding: 5px 10px;
    border-bottom: dotted #ccc 1px;
    white-space: nowrap;
}

.ApiList div
{
    padding: 5px 0px 10px 30px;
}

.ApiList a
{
    font-weight: bold;
}

.ApiSubheader
{
    font-size: 120%;
    font-weight: bold;
    border-bottom: solid #ccc 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.ApiParameterTable
{
    border-collapse: collapse;
    text-align: left;
}

.ApiParameterTable th
{
    padding: 5px 30px 5px 5px;
    border-bottom: solid #999 2px;
    text-align: left;
}

.ApiParameterTable td
{
    padding: 5px 30px 5px 5px;
    border-bottom: dotted #ccc 1px;
}

.ApiExampleUrl
{
    color: #777;
}

.ApiExampleUrl span
{
    color: #900;
}

.Developers_DataSection
{
    white-space: pre;
    font-family: Courier New;
    background-color: #f1f1f1;
    padding: 0px 20px;
}

.Contents
{
    padding: 20px 0px 20px 10px;
}

.Breadcrumb
{
    font-size: 100%;
    padding: 5px 0px;
    border-top: dotted #ccc 1px;
    border-bottom: dotted #ccc 1px;
}