body div.listBodyFilter div.listBodyFilterTop {
    color:white;
    background-image:url(/images/index/title_bg_ocean.jpg);
}

body div.listBodyFilter div.listBodyFilterTop div.listBodyFilterTopLabel {
    margin-left:20px;
    margin-top:2px;
}

body div.listBodyFilter div.listBodyFilterBody {
}

body div.listBodyFilter div.listBodyFilterBody div.listBodyFilterBodyKey {
    float:left;
    width:10%;
    text-align:right;
}
body div.listBodyFilter div.listBodyFilterBody div.listBodyFilterBodyValue {
    float:left;
    width:79%;
    text-align:left;
}
table.listTable {
    width:100%;
	border-bottom:2px solid #bbb; 
	border-top:2px solid #999; 
	margin-top:3px;
}
table.listTable caption {
    text-align: left;
    padding-bottom:3px;
}
table.listTable thead tr {
    height:24px;
	background-color:#C6C6C6;
	font-weight:bold;
}
table.listTable thead tr th {
	padding-left:8px;
}
table.listTable tbody tr.highlight {
    background-color:#f4f4f4;
}
table.listTable tbody tr.highlight:hover {
    background-color:#e9e9ff;
}
table.listTable tbody tr.normal {
    background-color:white;
}
table.listTable tbody tr.normal:hover {
    background-color:#e9e9ff;
}
table.listTable tbody tr {
	height:25px;
	border-bottom:1px dotted #999;
}
table.listTable tbody tr td {
	text-align:left;
	padding-left:8px;
}
table.listTable tbody tr td.beanCommand {
	padding-left:5px; 
	white-space:nowrap;
}

table.listTable2 {
    width:100%;
	border-bottom:2px solid #bbb; 
	border-top:2px solid #999; 
	margin-top:3px;
}
table.listTable2 caption {
    text-align: left;
    padding-bottom:3px;
}
table.listTable2 thead tr {
    height:24px;
	background-color:#C6C6C6;
}
table.listTable2 thead tr th {
	padding-left:8px;
}
table.listTable2 tbody tr.highlight {
    background-color:#f4f4f4;
}
table.listTable2 tbody tr.highlight:hover {
    background-color:#e9e9ff;
}
table.listTable2 tbody tr.normal {
    background-color:white;
}
table.listTable2 tbody tr.normal:hover {
    background-color:#e9e9ff;
}
table.listTable2 tbody tr {
	height:25px;
	border-bottom:1px dotted #999;
}
table.listTable2 tbody tr td {
	padding-left:8px;
}
table.listTable2 tbody tr td.beanCommand {
	padding-left:5px; 
	white-space:nowrap;
}

.listfooterPadding {
	padding-top:8px;  
}
