table.listing { 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	text-align: left;
	border-collapse: collapse;
	/*border: 1px solid #666666;*/
	/*border: 1px solid #800000;*/
        line-height: normal;
        letter-spacing: normal;
        
}
table.listing a {
	text-decoration: underline;
}

table.listing a:visited {
	text-decoration: none;
}

table.listing tr.even a {
	color: #191970;
}

table.listing tr.even:hover a {
	color: #6495ED;
}

table.listing tr.even:hover {
	background-color: #F0F8FF;
	color: #ffffff;
}

table.listing tr.odd:hover {
	background-color: #3d80df;
	color: #ffffff;
}

table.listing tr.even {
	padding: .95em;
        background-color: #F8F8F8;
}

table.listing tr.odd {
	padding: .75em;
	background-color: #ebf3ff;
}

table.listing th.thheader {
	padding: .95em;
	vertical-align: top;
        border-bottom: 1px solid #6495ED;
        /*border-bottom-style: outset;*/
}

table.listing td.tddetail {
	padding: .95em;
	/*width: 350px;*/
	vertical-align: top;
        border-bottom: 1px solid #6495ED;
        color: #191970;
        /*border-bottom-style: outset;*/
       
}

table.tab {
        border-bottom: 1px solid #6495ED;
        color: #191970;
        font: 80% Verdana, Arial, Helvetica, sans-serif;
}

table.listing td.tdtitle {
        
        font-size: 110%;
}

table.listing td.tdtail {
	padding: .95em;
	vertical-align: top;
        border-bottom: 1px solid #6495ED;
        /*border-bottom-style: outset;*/
}


tfoot tr {
	background: #fff url(bbar.gif) repeat-x;
	align:right;
        font-size: 125%;
}

tfoot td, tfoot th{
	color: #191970;
	/*border: 0px;*/
}

thead th {
	font-size: 125%;
	color: #191970;
	background: #B0C4DE url(tbar.gif) repeat-x;
	height: 33px;
	/*border-bottom: 1px solid #666666;*/
}

thead th:hover {
	/*background: #ffffff url(tbov.gif) repeat-x;*/
	
}

tbody tr.even {
        /*border-bottom: 1px solid #666666;*/
        /*border-style: dotted;*/
}


