﻿/* Type selectors */
table {
    border-width: 1px;
    border-spacing: 2px;
    border-style: solid;
    border-color: #c0c096;
    border-collapse: collapse;
    background-color: #f7f7e7;
    margin-top: 6px;
    margin-bottom: 6px;
}

table td
{
    border-width: 1px;
    padding: 1px;
    border-style: solid;
    border-color: #c0c096;
    vertical-align: top;
}

table th, table tr.dataGridHeader td
{
    padding: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #0a7fc0;
    border-color: #0a7fc0;
    vertical-align: top;
}

table tr.odd
{
    background-color: #ebebdc;
}


/* ID selectors */

#introLite
{
    margin-bottom: 12px;
}

#content
{
    min-height: 120px;
    float: right;
    width: 716px;
    padding: 0 16px 16px 0;
}

#leftNav
{
    width: 214px;
    border-right: solid 1px #c0c096;
    margin-left: 16px;
}

#leftNav h1
{
    margin-bottom: 12px;
    font-size: 12pt;
}

#quickLinks
{
    list-style: none;
    margin-left: 0px;
    width: 208px;
}

#quickLinks li
{
    margin-bottom: 8px;
}

#quickLinks li a
{
    display: block;
    width: 188px;
    height: 21px;
    background-image: url(/Resources/Images/quickLink.png);
    font-size: 0.8em;
    color: #fff;
    text-decoration: none;
    padding: 1px 0 0 8px;
}

#content > p, #content > ul, #content > ol, #content > div p
{
    margin-bottom: 8px;
}

.articlePhoto
{
    float:right;
    margin-left: 16px;
    border: solid 1px black;
}

.articlePhotoLeft
{
    float:left;
    margin-right: 16px;
    border: solid 1px black;
}

.twoColumns {overflow: hidden;width: 100%;list-style-type: none;margin: 0px;padding: 0px;}
.twoColumns > li{width: 50%;float: left;}
.twoColumns > li > a{display: block;}
.twoColumns > li p { margin-bottom: 8px; }

.video4x3
{
    display:block;
    width:320px;
    height:240px;
    border: solid 1px #000;
}
 
#sectionLinks
{
    list-style: none;
    margin-left: 0px;
    margin-bottom: 16px;
}

#sectionLinks li
{
    margin-bottom: 4px;
}

#twitterBadge
{
    margin-top: 24px;
    text-align:center;
}

#twitterBadge p
{
    padding-top: 8px;
}


