﻿body
{
    margin: 0;
    background-color: #f2f2f2;
    font-size: 12px;
    font-family: Arial;
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0.3em 0;
}

h1
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 19px;
}
h2
{
    font-family: Georgia;
    font-size: 16px;
}
h3
{
    font-size: 13px;
}

p
{
    margin: 1em 0;
    line-height: 1.3em;
}

a
{
    color: #7d0200;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}

hr
{
    border: 0;
    border-top: dotted 1px gray;
}

div#corp-navbar
{
    z-index: 10000;
    position: relative;
    background: black url('/images/navbar/corp_gradient.gif');
    height: 32px;
    width: 100%;
    text-align: center;
    box-shadow: #ccc 0px 3px 5px 1px;
    -webkit-box-shadow: #ccc 0px 3px 5px 1px;
    -moz-box-shadow: #ccc 0px 3px 5px 1px;
}
div#corp-navbar .center
{
    background: black url('/images/navbar/corp_gradient.gif');
    position: relative;
    width: 1020px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
}
div#corp-navbar img
{
    display: inline;
    margin: 4px 30px;
    vertical-align: middle;
    border: 0;
}
div#main
{
    position: relative;
    height: 100%;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 25px 20px 25px;
    background-color: #ffffff;
    z-index: 1;
}

div#middle
{
    min-height: 800px;
}

div#subscribebar
{
    font-family: Georgia;
    border-width: 3px;
    border-color: #000000;
    width: 100%;
    border-bottom-style: solid;
    font-size: 14px;
    height: 17px;
}
div#subscribebar .arrows
{
    font-size: 22px;
    line-height: 0px;
    color: #7d0200;
}
div#subscribebar a
{
    text-decoration: none;
    color: Black;
}

div#titlebartop
{
    margin-top: 15px;
    background-repeat: no-repeat;
    width: 970px;
    height: 82px;
    max-height: 82px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

div#titlebar
{
    font-family: Verdana;
    font-size: 10px;
    background-repeat: no-repeat;
    background-image: url('/images/TDNLogo.gif');
    background-position: left bottom;
    width: 970px;
    height: 18px;
}

div#titleadvert
{
    float: left;
    position: absolute;
    top: 5px;
    left: 430px;
}

div#loginstatus
{
    position: relative;
    float: right;
    color: White;
    margin-right: 10px;
    margin-top: 2px;
}
div#loginstatus a
{
    color: #f8a500;
}

div#navbar
{
    border-bottom-style: solid;
    border-width: 1px;
    border-color: Black;
    height: 30px;
    font-family: Verdana;
    font-size: 11px;
    margin-bottom: 15px;
}
div#navleft
{
    float: left;
    line-height: 33px;
}
div#navsearch
{
    float: left;
    left: 85px;
    top: 4px;
    position: relative;
}
div#navright
{
    float: right;
    line-height: 33px;
}
div#navbar a
{
    text-decoration: none;
    color: Black;
}
div#navbar a:hover
{
    color: gray;
}

.site-node
{
    float: left;
    font-family: Georgia;
    font-size: 1em;
}

.current-service
{
    display: block;
    font-size: 36px;
    font-family: Georgia;
    text-shadow: 0px 1px 0px #ccc;
    color: #003663;
}

.service
{
    font-size: 0.8em;
    color: Gray;
    border-bottom: dotted 1px #ccc;
    padding: 5px; /*background-image: url('/images/bg.gif');     background-color: #f0f0f0;*/
}
.service:hover
{
    background-color: White;
}
.service .header
{
    font-family: Georgia;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 2px 0;
    color: Black !important;
}
.service .header a
{
    color: Black;
}

.service a
{
    text-decoration: none;
    color: Gray;
}

.service .toggle
{
    font-size: 9px;
    text-decoration: none;
    color: gray;
    cursor: pointer;
}

.service .arrows
{
    color: #f8a500;
    font-family: Georgia;
    font-size: 16px;
    line-height: 0px;
}
.service:hover .arrows
{
    color: #7d0200;
}

.service-header
{
    font-family: Arial;
    font-size: 12px;
    clear: left;
}
.service-header h1, .service-header h2
{
    font-family: Georgia;
    color: #003663;
    font-weight: normal;
    text-shadow: 0px 1px 0px #ccc;
}
.service-header h1
{
    font-size: 36px;
    text-shadow: 0px 1px 0px #e1e1e8;
}
.service-header h2
{
    font-size: 24px;
}
.service-header hr
{
    border-top: dotted 1px #ccc;
    border-bottom: none;
    height: 1px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 5px;
    clear: left;
}
.service-header p
{
    line-height: 1.5em;
    color: #424242;
}

.help-box
{
    text-align: center;
    line-height: 150%;
    float: right;
    display: block;
    border: solid 1px gray;
    background-color: #f3f3f3;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: right;
    width: 250px;
}

.full-size
{
    width: 1020px;
}

.textbox
{
    margin: 2px 0;
    padding: 1px;
    font-size: 11px;
}
.textbox-watermark
{
    font-size: 11px;
    color: Gray;
}

.button
{
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    min-height: 18px;
    padding: 2px 7px;
    border: outset 1px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #999;
    color: #434544;
    background: #999 url('/images/gradient.gif') repeat-x left top;
}
.button:active
{
    background: #999 url('/images/gradient.gif') repeat-x left bottom;
}

.button-orange
{
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-shadow: 0px -1px 0px #777;
    background-color: #f78320;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: outset 1px #f78320;
    padding: 2px 7px;
    min-height: 18px;
    color: White;
    background: #f78320 url('/images/gradient-orange.gif') repeat-x left top;
}
.button-orange:active
{
    background: #f78320 url('/images/gradient-orange.gif') repeat-x left bottom;
}

.button-red
{
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-shadow: 0px -1px 0px #777;
    min-height: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px outset #770000;
    padding: 2px 7px;
    background-color: #770000;
    color: White;
    background: #770000 url('/images/gradient-red.gif') repeat-x left top;
}
.button-red:active
{
    color: #eee;
    background: #770000 url('/images/gradient-red.gif') repeat-x left bottom;
}

.rounded
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
}
.rounded-bottom
{
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid gray;
}
.drop-shadow
{
    -moz-box-shadow: #aaa 0px 5px 10px 0.9px;
    box-shadow: #aaa 0px 5px 10px 0.9px;
    -webkit-box-shadow: #aaa 0px 5px 10px 0.9px;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#aaa, offX=5, offY=5, positive=true);
}
.drop-shadow-light
{
    box-shadow: #ccc 0px 5px 10px 0.9px;
    -webkit-box-shadow: #ccc 0px 5px 10px 0.9px;
    -moz-box-shadow: #ccc 0px 5px 10px 0.9px;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=5, offY=5, positive=true);
}
.inset
{
    text-shadow: 0px -1px 0px #000;
}

.red
{
    color: #770000 !important;
}
.blue
{
    color: #003663 !important;
}
.orange
{
    color: #ff9f00 !important;
}
.black
{
    color: #000 !important;
}
.slate
{
    color: #424242;
}

/* HomePage.master */

.small-header
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 14px;
}

.vertical-spacer
{
    padding-top: 10px;
    margin-top: 10px;
}

.list-table
{
    font-size: 11px;
}
.list-table th, .data-table td
{
    vertical-align: top;
}
.list-table th
{
    font-weight: bold;
    text-align: left;
}
.list-table tbody tr td
{
    border-bottom: #c8c8c8 1px solid;
    background-color: #f8f8f8;
}
.list-table tbody .alt td
{
    background-color: #e3ecf2;
}

.data-table
{
    font-size: 11px;
    text-align: left;
}
.data-table th, .data-table td
{
    vertical-align: top;
    padding: 3px;
}
.data-table th
{
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px black;
    vertical-align: bottom;
}
.data-table th a
{
    color: Black;
}
.data-table tbody tr td
{
    border-bottom: #c8c8c8 1px solid;
    background-color: #f8f8f8;
}
.data-table tbody .alt td
{
    background-color: #e3ecf2;
}
.data-table-pager
{
    font-weight: bold;
}
.data-table-pager table tr td
{
    border: 0;
}
.data-table-pager table td a
{
    text-decoration: none;
}

#stat-header
{
    background-image: url('/images/bg.gif');
    margin-bottom: 0 0 0 10px;
    font-size: 9px;
    padding: 5px;
}
#stat-header table
{
    width: 100%;
}
#stat-header th
{
    background: gray;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    height: 14px;
    color: White;
    padding-left: 5px;
    padding-right: 5px;
}
#stat-header td
{
    font-family: Verdana;
    border-bottom: solid 1px #dedede;
    height: 16px;
    padding-left: 3px;
    padding-right: 3px;
}
#stat-header .title
{
    color: #770000;
}
#stat-header a
{
    color: #770000;
    text-decoration: none;
}
#stat-header a:hover
{
    text-decoration: underline;
}

#left-column
{
    font-family: Verdana;
    float: left;
    min-height: 820px;
    width: 190px;
}
#left-column p
{
    margin-top: 5px;
    margin-bottom: 0px;
}
#left-column h1
{
    font-family: "Helvetica Neue" , Helvetica;
    font-weight: bold;
}
#left-column h2
{
    font-family: "Helvetica Neue" , Helvetica;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0px;
}
#left-column .section
{
    padding: 5px 0;
    margin-bottom: 5px;
}
#left-column .section + .section
{
    border-top: solid 1px #ddd;
    margin-top: 5px;
}
#date-nav
{
    font-size: 0.8em;
}
#news-date-list a
{
    line-height: 150%;
    display: block;
}
.news-date
{
    color: Black;
    display: block;
}
.news-date-selected
{
    color: #7d0200;
    font-weight: bold;
}

#login-popup
{
    border-top: solid 1px #ffffff;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
    display: none;
    position: absolute;
    left: 623px;
    top: 172px;
    width: 350px;
    padding: 10px;
    background-color: #ffffff;
    z-index: 1000;
}
#login-popup label
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    display: block;
}
#login-popup input + label
{
    display: inline;
    color: Gray;
    font-weight: normal;
    margin-bottom: 2px;
}

.content-wide
{
    float: left;
    border-left: solid 1px #ccc;
    width: 769px;
    padding-left: 10px;
    min-height: 1300px;
}
.content
{
    float: left;
    width: 490px;
    max-width: 490px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-height: 2000px;
}
.content .section
{
    clear: both;
    border-top: dotted 1px gray;
    margin-bottom: 15px;
    padding-top: 15px;
}

.widgets
{
    float: left;
    width: 266px;
    max-width: 266px;
    border-left: 1px solid #ccc;
}
.widgets a:hover
{
    text-decoration: none;
}
.widgets .section
{
    padding-bottom: 10px;
    margin-top: 10px;
    clear: both;
}
.widget-generic .radio
{
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.ajax__tab_container
{
    margin-top: 3px;
}
.widget-tab-lite .ajax__tab_header
{
    background: url(../images/tab-line.png) repeat-x bottom;
    display: block;
}
.widget-tab-lite .ajax__tab_active .ajax__tab_tab
{
    margin-right: 5px;
}
.widget-tab-lite .ajax__tab_header .ajax__tab_outer
{
    background: url(../images/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 3px;
    margin-right: 5px;
}
.widget-tab-lite .ajax__tab_header .ajax__tab_inner
{
    background: url(../images/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 3px;
}
.widget-tab-lite .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
}
.widget-tab-lite .ajax__tab_active .ajax__tab_outer
{
    background: url(../images/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}
.widget-tab-lite .ajax__tab_active .ajax__tab_inner
{
    background: url(../images/tab.png) no-repeat right -40px;
    color: #000000;
    border-color: #333;
}
.widget-tab-lite .ajax__tab_body
{
    padding: 8px;
    background-color: #ffffff;
    border: solid 1px #7d0200;
    border-top-width: 0;
}
.widget-tab-lite p
{
    margin: 0px;
    margin-bottom: 5px;
}

.widget-tab .ajax__tab_header
{
    background: url(../images/tab-line.png) repeat-x bottom;
    display: block;
}
.widget-tab .ajax__tab_active .ajax__tab_tab
{
    margin-right: 5px;
}
.widget-tab .ajax__tab_header .ajax__tab_outer
{
    background: url(../images/tab.png) no-repeat 0pt -40px;
    border-color: #222;
    color: #222;
    padding-left: 3px;
    margin-right: 5px;
}
.widget-tab .ajax__tab_header .ajax__tab_inner
{
    background: url(../images/tab.png) no-repeat right -40px;
    border-color: #666;
    color: #666;
    padding: 3px;
}
.widget-tab .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
}
.widget-tab .ajax__tab_active .ajax__tab_outer
{
    background: url(../images/tab.png) no-repeat left top;
    border-bottom-color: #ffffff;
}
.widget-tab .ajax__tab_active .ajax__tab_inner
{
    background: url(../images/tab.png) no-repeat right top;
    color: #000000;
    border-color: #333;
}
.widget-tab .ajax__tab_body
{
    padding: 8px;
    background-color: #e1e1e1;
    border: solid 1px #7d0200;
    border-top-width: 0;
}
.widget-tab p
{
    margin: 0px;
    margin-bottom: 5px;
}

#popular h1
{
    font-weight: normal;
    text-align: center;
    text-shadow: 0px 1px 0px #e1e1e8;
}
#popular ol
{
    padding-left: 20px;
    font-family: Georgia;
    font-size: 1.2em;
    margin: 0;
}
#popular li
{
    padding: 4px 0;
}

.widgets .advertisements .ad
{
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer-logo
{
    margin: 5px 0 0 0;
    padding-bottom: 5px;
    background-image: url('/images/footer-logo-repeat.gif');
    background-repeat: repeat-x;
    width: 970px;
    height: 62px;
    clear: both;
}
#footer
{
    font-family: Arial;
    max-width: 970px;
    padding: 10px;
    background-color: #333333;
    font-weight: bold;
    clear: both;
    color: #ddd;
    text-shadow: 0px -1px 0px #000;
}
#footer h1
{
    font-family: Arial;
    font-size: 1.5em;
}
#footer ul + h1
{
    margin-top: 20px;
}
#footer .section
{
    float: left;
    min-width: 100px;
    margin-left: 4em;
}
#footer ul
{
    margin: 5px 0;
    padding: 0 15px;
}
#footer a
{
    color: #ccc;
    text-decoration: none;
}
#footer a:hover
{
    color: #cd0521;
}
#footer p
{
    margin: 0;
}

#google-ads
{
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.search-form
{
    margin-top: 3px;
    border: solid 1px #7d0200;
    padding: 8px;
    background-color: #e1e1e1;
    background-image: url('/images/bg.gif');
    line-height: 1.6em;
}
.search-form .input-section, .widget-tab .input-section
{
    float: left;
    padding-right: 5px;
    margin-right: 5px;
    border-right: solid 1px gray;
}
.search-form p
{
    margin: 0 0 5px 0;
}

/* Page specific */

/* Neighborhood */
.hood-results
{
    margin-bottom: 20px;
}
.hood-results p
{
    font-size: 15px;
}

.list-builder-results
{
    overflow: auto;
    width: 100%;
}

.warning
{
    font-weight: bold;
    font-size: 14px;
    color: Red;
    text-align: center;
}

.tab-literal
{
    text-align: center;
    margin-bottom: 5px;
}

.timestamp
{
    font-weight: normal;
    font-size: 10px;
    color: #808080;
    white-space: nowrap;
}

/* NA Search */
.editorial-results .article-title
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 1.1em;
    color: #003663;
}
.editorial-results .article-date
{
    color: gray;
}

.georgia
{
    font-family: Georgia;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.error
{
    border-color: Red;
    font-weight: bold;
    color: Red;
}

.disabled
{
    color: Gray !important;
}

/* Record Details Pages */
#record-header
{
    margin-bottom: 5px;
    background-image: url('/images/record-header-logo-repeat.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 63px;
}
#record-details
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
}
.details-body
{
    font-family: Arial;
    margin: 0;
    width: 100%;
}
.details-body .data-table
{
    width: 100%;
}

