@charset "utf-8";
/* CSS Document */

table.dataTable tr.tblTop {
background-image: url(/assets/images/table-top-bg2.gif);
background-repeat: repeat-x;
}

table.dataTable th {
border-bottom: 2px solid #5f5f5f;
}

/* cccom added 11/15/2009 */
table.dataTable tr.tblBottom {
	background-image: url(/assets/images/table-end-sml-middle.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #5f5f5f;
	height: 11px;
}

th.colHeadStart{vertical-align:bottom;text-align:left;}
th.colHeadStart div.catDropImg img:hover{cursor:pointer;}

th.colHeadStart img {
    margin-top: 8px;
}

*th.colHeadStart img {
    margin-bottom: 2px;
}

th.colHeadStart div.catTitle{margin-top:8px;color:#000;font-weight:normal;}
th.colHeadStart div.catTitle span{font-weight:bold;font-size: 120%;}
th.colHeadEnd {
    vertical-align:bottom;
    text-align:right;
}
*th.colHeadEnd img {
    margin-bottom: 2px;
}
th.colFootStart {
    text-align: left;
}
th.colFootEnd {
    text-align: right;
}

table.dataTable tr.tblBottom th {
    border-style: none;
}

table.dataTable th.colHead img {
    margin-right: 1px;
}

table.dataTable th.colHead a {
	color: #fff;
	text-decoration: none;
}



/* cccom added 11/15/2009 */
table.dataTable td {
	border-bottom: 2px solid #999;
	border-right: 1px solid #d0d0d0;
	text-align: center;
	font-size: 90%;
}

table.dataTable p {
    margin: 0;
    padding: 0;
}

table.dataTable td.img {
	border-right: none;
	text-align: left;
	width: 85px;
	padding: 5px 3px 5px 7px;
	border-left: 1px solid #999;
}

table.dataTable td.smlDetail {
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	padding-bottom: 3px;
}

table.dataTable td.smlDetail h3 {
	margin: 6px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}

table.dataTable td.smlDetail h3 a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

table.dataTable td.cellMsg {
color: #000;
border-bottom: none;
height: 40px;
}

table.dataTable td.msgGreen {
background-image: url(/assets/images/dealfinder/5tab-green-back.gif);
background-repeat: repeat-x repeat-y;
border-left: none;
border-top: 1px solid #999;
border-right: 1px solid #d0d0d0;
color: #333;
text-align: center;
padding: 5px 2px;
font-size: 90%;
border-bottom: 2px solid #999;
}

table.dataTable td.cellMsg2 {
color: #000;
border-bottom: none;
height: 40px;
}

table.dataTable td.stanCell {
color: #000;
}

table.dataTable td.stanCell, table.dataTable td.cellMsg2, table.dataTable td.cellMsg {
padding: 0 4px;
width: 62px;
}

table.dataTable td.end {
padding: 0 10px;
border-right: 1px solid #999;
}

table.dataTable td.msg {
background-color: #f0f0f0;
border-left: none;
border-top: 1px solid #999;
border-right: 1px solid #d0d0d0;
color: #333;
text-align: center;
padding: 5px 2px;
font-size: 90%;
border-bottom: 2px solid #999;
}

span.lrgTxt {
font-size: 14px;
font-weight: bold;
padding: 0 5px;
color: #000;
}

div.infoPanel {
padding: 5px;
}

div.infoPanel span {
text-transform: uppercase;
font-size: 120%;
font-weight: bold;
}

div.infoPanel ul {
margin: 5px 0 0 0;
padding: 5px 0 0 0;
list-style: none;
border-top: 1px dashed #ccc;
}

div.infoPanel ul li {
margin: 0 0 5px 0;
padding: 0 5px 5px 5px;
border-bottom: 1px dashed #ccc;
}