
#thdb-table-container {
    width: 800px;
}

#thdb-table-container table {
    clear: both;
    width: 800px;
}

.thdb-highlighted {
    background-color: #E5E5E5;
}

.thdb-not-search-result {
    display: none;
}

.thdb-search-result {

}

.thdb-no-results-msg {
    display: none;
}

.thdb-has-no-results .thdb-no-results-msg {
    display: block;
    text-align: center;
}

#thdb-table-container .thdb-title {
    text-transform: uppercase;
}

#thdb-table-container .thdb-feature {
    display: none;
}

#thdb-table-container.sortable-enabled .thdb-feature {
    display: inline;
}

div#thdb-table-container .instructions {
    width: 100%;
}

div#thdb-table-container table tr th {
    text-transform: uppercase;
}

div#thdb-table-container table .thdb-area {
    display: block;
    font-weight: bold;
}

div#thdb-table-container table .thdb-street {
    display: block;
    font-weight: normal;
}

#thdb-table-container td p {
    font-weight: normal;
}

#thdb-table-container td a.person-anchor,
#thdb-table-container td a.person-anchor:hover {
    text-decoration: none;
    color: #464646;
}

#thdb-table-container td {
    font-weight: bold;
}

#thdb-table-container .thdb-col-name        { width: 140px; }
#thdb-table-container .thdb-col-age         { width: 40px; }
#thdb-table-container .thdb-col-location    { width: 100px; }
#thdb-table-container .thdb-col-date        { width: 135px; }
#thdb-table-container .thdb-col-cause       { width: 125px; }

/*
 Style search box
*/

/*
#thdb-table-container {
    position: relative;
}
*/

#thdb-table-container .thdb-search-container {
    margin-bottom: 10px;
    float: right;
}

#thdb-table-container .thdb-search-container .thdb-button {
    background:#EFEFEF url(/nol/shared/spl/hi/in_depth/teen_homicide/img/searchbox.png) no-repeat scroll center center;
    border:medium none;
    height:22px;
    width:66px;
    cursor: pointer;
	cursor: hand;
    
    margin: 0 10px 0 10px;
    
    /*
    position:absolute;
    left:534px;
    bottom:14px;
    */
}

#thdb-table-container .thdb-title {
    text-indent:-999em;
    overflow:hidden;
}

/*
 Debug styles
*/
#thdb-table-container table td {
    /* border: 1px solid #CCC; */
}

#thdb-table-container img {
    display: block;
    border: 1px solid #CCC;
    width: 126px;
    height: 71px;
    
    margin-top: 5px;
    
    background: transparent url(/nol/shared/spl/hi/in_depth/teen_homicide/img/no_picture_126x71.jpg) no-repeat;
}