/*******************************************************************************
*
* Style Sheet for Bristol Manufacturing, Inc
* Styles for application detail views
*
* Copyright 2004 (c) Bristol Manufacturing, Inc All Rights Reserved.
*
* Revisions
* ------------------------
* June 17, 2004 - SEV - Created
*
*******************************************************************************/

/**************************************
* Default Overrides
**************************************/


/**************************************
* Search Browse Styles
**************************************/
table.detailtable {
    width: 100%;
}
td.detailimgcol {
    width: 185px;
    padding-right: 3px;
}
td.detaillabelcol {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font: bold x-small Verdana, Arial, Helvetica, sans-serif;
    color: #363636;
    background: #F5F5F5;
    white-space: nowrap;
    border-bottom: 1px #DCDCDC solid;
    text-align: left;
    width: 100px;
}
td.detailvaluecol {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font: xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #363636;
    background: transparent;
    /*white-space: nowrap;*/
    border-bottom: 1px #DCDCDC solid;
}
