/* Copyright Bridgeline Software, Inc. An unpublished work created in 2009. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc. ("Bridgeline").  
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited. */

/* generic dataTable */

table.dataTable
{
    margin-top:12px; margin-bottom:5em;
    width:100%;
}
table.dataTable th, table.dataTable td
{
    text-align:left;
    vertical-align:top;
    border-bottom:solid 1px #ccc;    
}
table.dataTable th
{
    padding:6px 10px 6px 10px;
    color:#000;
    font-weight:bold;
    background:#deddd9;
    border-top:solid 1px #ccc;    
}
table.dataTable td
{
    padding:10px 10px 8px 10px;
}

/* list Table */

table.listTable th
{
    padding-right:25px;    
    padding-top:9px; 
    padding-bottom:9px;
    text-align:left;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    background:#deddd9;
}
table.orgResults th
{
	white-space:nowrap;
}
table.listTable td 
{
    padding:8px 0 6px 0;
    border-bottom:1px solid #ccc;
    font-size:95%;
    vertical-align:top;
}
table.listTable td.col1
{
    width:84px;
    padding-left:12px;
    font-weight:bold;
}
table.listTable td h4
{
    font-size:130%;
}
table.listTable td h5
{
    font-size:100%;
}
table.listTable td p
{
    margin-bottom:0;
}
table.listTable tr.lastRow td
{
    padding-bottom:0;
    border-bottom:none;
}
table.listTable td.singleCol
{
    padding-left:12px; padding-right:85px;
}
table.listTable .lastCol
 {
    padding-right:12px;  
 }

/* CheckBox Table  */

table.checkBoxTable
{   
    font-size:95%;
}
table.checkBoxTable td
{
    float:left;
    width:109px;
    padding-bottom:7px;
}
table.checkBoxTable td input
{
    float:left;
    margin-left:-3px;
}
table.checkBoxTable td label
{
    display:block;
    padding-left:16px;
}
table.listTable td.noBorder
{
	border:0;
}
