/**** Cables/XML Table ****/
/* Structure of JavaScript generated cable data tables
+-----------------------------------------------------
|	<div id="divCables">
|		<h3> ... </h3>
|		<table id="[tblCert|tblVeri|tblOthr]">
			<caption> ... </caption>
|			<tHead>
|				<tr class="header">
|					<td> ... </td>		// Header cells 'Length', 'Connector', etc.
|				</tr>
|				<tr class="dropdown">
|					<td>       //	 tblID_col      tblId_colHeading
|						<select id="tblCert_0" name="tblCert_Length" class="[all|selected]"><option> ... </select>
|					</td>
|				</tr>
|			</tHead>
|			<tBody>
|				<tr>
|					<td class="[odd|even|selectOdd|selectEven]"> ... </td>		// Cable records cells
|				</tr>
				...
|			</tBody>
|			</tFoot>
|				<tr>
|					<td class="footer" colSpan=[recLength]>No Products Available For Selection</td>
|				</tr>
|			</tFoot>
|		</table>
		...
|	</div>
+-----------------------------------------------------
*/
#divCables table {
	font-size:9px;
	width:500px;
	margin:1px 1px 1px 1px;
	border: 0px solid green;
	}

#divCables caption {
	color:#6F6395;
	font:bold 14px Verdana,Arial,Helvetica,sans-serif;
	margin:15px 1px 5px;
}

#divCables table td {
	font:100% Verdana,Arial,Helvetica,sans-serif;
	text-align:left;  
	border:0;
	margin:2px 2px 2px 2px;
	padding-left:5px;
	}

#divCables .header td {
	background-image:url("../img/tables/table_rowhead_bg.jpg");
	/* border:10px;
	border-bottom-color:#00FF99; */
	border: 0px solid red;
	color:white;
	font-weight:bold;
	margin:2px 2px 2px 2px;
	padding:1px 5px;
	white-space:nowrap;
	}

/*div#divCables div#divCertCables table#tblCert tr.header td {
	background-image:url("../img/tables/table_rowhead_bg.jpg");
 border:10px;
	border-bottom-color:#00FF99; 
	border: 0px solid red;
	color:white;
	font-weight:bold;
	margin:2px 2px 2px 2px;
	padding:1px 5px;
	white-space:nowrap;
	} */


#divCables .odd {
	background-color:#EAEAEA;
	}

#divCables .even {
	background-color:#D5D5D5;
	}

#divCables .selectOdd {
	background-color:#EEFFFF;
	}

#divCables .selectEven {
	background-color:#CCFFFF;
	}

#divCables .footer {
	background-color:#FFDDDD;
	text-align:center;
	}

#divCables .dropdown {
	background-color:#EAEAEA;
	color:#c75215;
}

#divCables .dropdown select {
	background: #fff;
	font-size:9px;
}

#divCables select#tblCert_0 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblCert_1 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblCert_2 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblCert_3 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblCert_4 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblCert_5 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblCert_6 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblVeri_0 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblVeri_1 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblVeri_2 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblVeri_3 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblVeri_4 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblVeri_5 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblVeri_6 {
	background: #fff;
	font-size:9px;
}

#divCables select#tblVeri_7 {
	background: #fff;
	font-size:9px;
}

#divCables .all {			/* Select element when 'All' selected */
	background-color:#EAEAEA;
}

#divCables .select {		/* Select element when 'All' not selected */
	background-color:#CCFFFF;
}
