﻿/* DEFAULTS
----------------------------------------------------------*/

input
{
    border: 1px solid #ccc;
    /* height: 24px; */
}

input:hover
{
    border: 1px solid #111;
}
input:active
{
    border: 1px solid #111;
}


body   
{
    font-size: 11px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;

    /*color: #696969;*/
}

a:link, a:visited
{    
    color: #333333;
    text-decoration:none;
}

a:hover
{
    color: #333333;
    text-decoration:underline;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 2.0em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    font-weight: bold;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.GridPgr {   font-size: 1.2em;}
.GridPgr table { margin: 5px 0; }
.GridPgr td { border-width: 0; padding: 0 5px; color: #fff;}   
.GridPgr a { color: #000; }
.GridPgr a:hover { color: #000; }