﻿/* START: standard styles */
body
{
    background-color: Black;
}

table
{
    border: 0px solid #161616;
}

table tr td
{
    border:1px solid #161616;
}
table.tbl_directorySrc tr td
{
border:0px;
}
hr
{
    border: none;
    border-top: solid 1px #E1007A;
}

p
{
    margin: 15px 0 0 15px;
}

/* END: standard styles */


/* START: datagrid styles - directory search specific */
.defaultSearchCriteria
{
    background-color: #323232;
    padding: 5px;
    padding-bottom: 10px;
}
.clearMember
{
    clear: left;
    padding-top: 10px;
}
.ResultTitle
{
    padding-bottom: 5px;
    border-bottom: 1px solid #E1007A;
}

.ResultTitle a
{
    padding-top: 5px;
    padding-left: 15px;
    font-size: 150%;
    color: #E1007A;
    text-decoration: none;
}

.ResultDetails
{
    padding: 15px;
    padding-right: 25px;
    color: #fff;
    float: left;
    height: 45px;
    width: 80%;
}

.ResultImage
{
    padding-right: 20px;
    float: right;
    height: 45px;
}

.ResultDetails a
{
    color: #E1007A;
    text-decoration: none;
}

.ResultFooter
{
    padding-bottom: 7px;
}

.ResultFooter a
{
    padding-left: 16px;
    color: #E1007A;
    text-decoration: none;
}

.ResultSpacer
{
    height: 15px;
    background-color: Black;
    border-top: solid 1px #E1007A;
}

/* START: datagrid styles - site search specific */
.SiteSearchResultTitle
{
    padding-bottom: 5px;
}

.SiteSearchResultTitle a
{
    padding-top: 5px;
    padding-left: 15px;
    font-size: 150%;
    color: #E1007A;
    text-decoration: none;
}

.SiteSearchResultDetails
{
    padding: 15px;
    padding-right: 25px;
    color: #fff;
    border-top: solid 1px #E1007A;
}

.SiteSearchResultDetails a
{
    color: #E1007A;
    text-decoration: none;
}

.SiteSearchResultFooter
{
    padding-bottom: 7px;
}

.SiteSearchResultFooter a
{
    padding-left: 16px;
    color: #E1007A;
    text-decoration: none;
}

.SiteSearchResultSpacer
{
    height: 15px;
    background-color: Black;
    border-top: solid 1px #E1007A;
}


#searchResults
{
    margin-right: 201px;
    margin-bottom: 5px;
    background-color: #161616;
    clear: none;
}

.searchTitle
{
    font-size: 150%;
    color: #E1007A;
}

.searchTitleDiv Label
{
    padding-left: 15px;
}

.Row
{
    background-color: #161616;
}

.AlternatingRow
{
    background-color: #242424;
}

.Pager
{
    color: #E1007A;
    text-align: right;
}

.Pager a
{
    color: #E1007A;
    border: solid 1px #686868;
    padding: 2px;
}

.Pager td
{
    padding-top: 10px;
    padding-right: 25px;
}

.Pager span
{
    background-color: orange;
    color: #000;
}

.viewByButton
{
    padding: 3px;
    color: #fff;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

.byCategory
{
    width: 147px;
    height: 32px;
}

.byCategoryOff
{
    background-image: url('../img/2009/bttn-view-by-category.jpg');
}

.byCategoryOn
{
    background-image: url('../img/2009/bttn-view-by-category-ovr.jpg');
}

.byArea
{
    width: 116px;
    height: 32px;
}

.byAreaOff
{
    background-image: url('../img/2009/bttn-view-by-area.jpg');
}

.byAreaOn
{
    background-image: url('../img/2009/bttn-view-by-area-ovr.jpg');
}

/***** Styles from directory page pre-2009 *****/
#directory_filter
{
    display: block; /*background-color:#929091;*/
    background-color: #EEE;
    padding: 10px;
}

#listings #directory_filter
{
    background-color: #EEE;
}

#content #listings .centre_content h3 a, #content #directory .centre_content h3 a
{
    color: #E1007A;
    font-family: Arial,Helvetica,sans-serif;
}

#directory_filter select
{
    margin-right: 20px;
    float: left;
    width: 195px;
}
#directory_filter input
{
    float: left;
}
#directory_filter input[type="text"]
{
    width: 195px;
    margin-right: 20px;
}
#directory_filter p
{
    display: block;
    clear: both;
    padding-bottom: 10px;
    color: #000;
}

#content #directory .centre_content h2
{
    text-align: right;
    padding-bottom: 0px;
}
#content #directory .centre_content h2.filter
{
    font-size: 150%;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #e1007a;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.linkCatHead h3
{
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.4em;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
   
}
.member_item, .linkCatHead
{
    clear: both;
}
.member_item h3
{
    color: #e1007a;
    padding-right: 5px;
    line-height: 1.4em;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
}
.member_item .link
{
    line-height: 1.5em;
    width: 620px;
}
.member_item .img
{
    text-align: center;
    width: 90px;
    border-bottom: 0px;
    float: right;
    margin-bottom: 15px;
    margin-top: -50px;
}
.member_item img
{
    border: 1px solid #FFBBFF;
    padding: 5px;
}
.member_item p
{
    display: inline;
    float: left;
    width: 600px;
    margin-bottom: 15px;
    text-align: justify;
}

#links .member_item p
{
    width: 725px;
}

.optiontitle
{
    font-weight: bold;
}
.optioncolor1
{
    background-color: #FF99CC;
    color: #000;
}
.optioncolor2
{
    background-color: #FF66CC;
    color: #000;
}
.resource #manage h2
{
    padding-bottom: 10px;
    text-align: right;
}
.resource #manage p
{
    margin-left: 20px;
    margin-bottom: 10px;
}
.resource #directory_filter
{
    background-color: #F77BBA;
}

.resource #manage #submenu
{
    margin-bottom: 2px;
}

