﻿/* tag styles */
body, a 
{
    font-family: Arial;
    color: #065098;
    font-size: 12px;
    line-height: 150%;
}

h1 
{
    font-size: 20px;
    font-weight: bold;
}

h2 
{
    font-size: 16px;
    font-weight: bold;
}


td 
{
    vertical-align: top;
}

/* shared styles among elements */

.examples div, .entitiesList div
{
    padding: 5px;
}

/* entities list */

.entitiesList div
{
    background-color: #E7E5E5;
    margin: 15px 0px;
}

.entitiesList div h3
{
    font-size: 14px;
    font-weight: bold;
}

.entitiesList div table tr td 
{
    padding-right: 20px;
}

.entitiesList div table tr td ul
{
    margin: 0px;
}

/* examples area */

.examples 
{
    background-color: #F7F5F5; 
    margin-bottom: 30px;
}

.examples table 
{
    border: 0; 
    margin: 5px 0px 0px 20px;
}

.examples table tr 
{
    text-align: left;
}

.examples table tr td 
{
    padding: 0px 20px 0px 10px;
}