﻿.foo()
{
}

/* CMS page template divs */
#pg-content, .article
{
    height: auto;
    overflow: hidden;
}
.pg-element, .docs, .record, .content, .item-header
{
    height: auto;
}

/*
.doc-link
{
    padding-left: 20px;
    background: Transparent url("/images/control/doc-imgs/adobe.gif") no-repeat left center;
}
*/
/* Top navigation selected links */
#nav_header a.Selected { 
color: #FF9900;
}

#nav_header a.Selected:hover { 
color: #FF9900;
}
#nav_header a.Selected:active {
color:#FF9900;
}
#nav_header a.Selected:visited {
color:#FF9900;
}

/* Side navigation selected links */
#repair_text a.Selected
{
    color: #FF0D00;
}
#rent_text a.Selected
{
    color: #FF6600;
}
#involved_text a.Selected
{
    color: #FFA600;
}
#improvements_text a.Selected
{
    color: #97D045;
}
#complaint_text a.Selected
{
    color: #015838;
}
#home_text a.Selected
{
    color: #6C5B84;
}
#swap_text a.Selected
{
    color: #6B2A91;
}
#help_text a.Selected
{
    color: #00A0C6;
}

#right_pics
{
    font: 0.8em Arial, Helvetica, sans-serif;
    text-align:left;
    overflow: hidden;
    height: 100%;
}

#pg-content
{
    font: 0.8em Arial, Helvetica, sans-serif;
    text-align:left;
    margin-top:15px;
    float:left;
    width: 485px;
}
#pg-content h1, h2.year
{
    margin-bottom: 15px;
}
#pg-content img.main
{
    margin-bottom: 17px;
}

.record
{
    margin-bottom: 15px;
}
.record ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.record li{
    background-image:url(../images/resources/square.gif);
    background-repeat: no-repeat;
    background-position: 0% .2em;
    padding-left: 20px;
}
.record a {
    font-weight:bold;
}
.sections a
{
    color: Black;
}
.sections a.Selected
{
    color: #015838;
}
.sections a.Selected-Repair
{
    color: #FF0D00;
}
.sections a.Selected-Rent
{
    color: #FF6600;
}
.sections a.Selected-Involved
{
    color: #FFA600;
}
.sections a.Selected-Improvements
{
    color: #97CF43;
}
.sections a.Selected-Find
{
    color: #6C5B84;
}
.sections a.Selected-Swap
{
    color: #6B2A91;
}
.sections a.Selected-Faqs
{
    color: #00A0C6;
}

.pg-element
{
    margin-bottom: 15px;
}

/* Document listing */
.docs h3
{
    margin-bottom: 15px;
}
.docs p
{
    margin-bottom: 5px;
}
.docs .AspNet-DataList table
{
    width: 100%;
}
.docs .AspNet-DataList table tbody td
{
    width: 50%;
    padding: 0px 10px 15px 0px;
    vertical-align: top;
}

/* News articles */
h2.year
{
}
.article
{
    border-bottom:1px solid #015838;
    padding-bottom:10px;
    margin-bottom:10px;
}
.article .content
{
    margin: 16px 0px;
}
.article p a, .article p.dates
{
    font-weight: bold;
}
.item-header
{
    border-bottom:1px solid #015838;
    padding-bottom:10px;
    margin-bottom:10px;
}
.item-header p
{
    margin: 5px 0px;
}

/* Tables */
table.inline
{
}
table.inline td
{
    padding: 0px 10px 10px 0px;
    text-align: center;
}
/* Search keyword */
.srch-txt
{
    background: yellow;
    color: Red;
}

p.sitemap1
{
    padding-left: 8px;
}

/* Hide paging on the languages */
.languages .AspNet-FormView-Pagination
{
    display: none;
    visibility: hidden;
}
