
/* table containing locator controls */
.cdsLocatorControlTable {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0;
	padding: 0;
	font: 12px arial, helvetica, sans-serif;
	white-space: nowrap;
}

.cdsLocatorControlTable tbody td {
	padding-bottom: 6px;
}

.cdsLocatorControlTable tfoot td {
	padding-bottom: 4px;
}

.cdsLocatorControlTable tfoot td input {
	width: 80px;
	margin-right: 4px;
}

.cdsLocatorControlPageSelectLabelCell {
	white-space: nowrap;
	padding-right: 3px;
}

.cdsLocatorControlPageSelectCell span {
	color: #008;
	cursor: pointer;
	text-decoration: underline;
	padding-right: 12px;
}

.cdsLocatorControlRecordCountCell {
	padding: 0px 60px 0px 60px;
	white-space: nowrap;
}
.cdsLocatorControlGoCell {}
.cdsLocatorControlResetCell {
    width: 100%;
}

.cdsLocatorControlUnitCell {
    padding: 0 48px 0 0;
    white-space: nowrap;
}

.cdsLocatorControlTable tfoot td.cdsLocatorControlUnitCell input {
    width: 12px;
}

.cdsLocatorControlTable tfoot td.cdsLocatorControlUnitCell label {
    padding-right: 12px;
}

/* table containing locator */
.cdsLocatorTable {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0;
	padding: 0;
	font: 12px arial, helvetica, sans-serif;
	text-align: center;
}

.cdsLocatorTable thead {
}

.cdsLocatorTable thead td {
	background-color: #f8f8f8;
	border: 1px solid #999;
	padding: 2px;
}

.cdsLocatorTable thead .cdsLocatorHeaderLabelRow td {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}
.cdsLocatorHeaderSelectRow {}
.cdsLocatorHeaderSelectRowRangeField {
	margin-right: 1px;
}

.cdsLocatorHeaderSortRow {}
.cdsLocatorTable thead td.cdsLocatorHeaderResetCell {
	color: #008;
	cursor: pointer;
	text-decoration: underline;
	border-right: 0;
	font-weight: bold;
}
.cdsLocatorTable thead td.cdsLocatorHeaderResetCellDisabled {
	color: #999;
	border-right: 0;
}
.cdsLocatorTable thead td.cdsLocatorHeaderSortCell {
	color: #008;
	cursor: pointer;
	text-decoration: underline;
	border-left: 0;
}

.cdsLocatorTable tbody td {
	text-align: center;
	padding: 2px 4px;
	border: 1px solid #999;
}

.cdsLocatorRowOdd {
	background-color: #eeeeff;
}

.cdsLocatorRowEven {
	background-color: #fff;
}

.cdsLocatorRowSelected {
	background-color: #054eb5;	/* 211, 107, 198 */
	color: #fff;
}

.cdsLocatorTable tbody td.cdsLocatorPartNumberCell {
	text-align: left;
	white-space: nowrap;
}

/* tooltip stuff */

span.attributeTooltip {
    text-decoration: underline;
    cursor: pointer;
}

.cluetip-default {
    background-color: #transparent;
    border: 1px solid #666;
    -moz-box-shadow: 3px 3px 6px #999;
    -webkit-box-shadow: 3px 3px 6px #999;
    box-shadow: 3px 3px 6px #999;
}

.cluetip-default #cluetip-outer {
    background-color: #f4f4f4;
    color: #000;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
}

.cluetip-default #cluetip-inner {
    padding: 10px;
}

.clue-right-default .cluetip-arrows {
    background-image: url(../images/ct_arrowleft.gif);
}
.clue-left-default .cluetip-arrows {
    background-image: url(../images/ct_arrowright.gif);
    left: 100%;
    margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
    background-image: url(../images/ct_arrowdown.gif);
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}
.clue-bottom-default .cluetip-arrows {
    background-image: url(../images/ct_arrowup.gif);
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}
