/* Selector Table Styles */
* html #sectionNav {
	float: left;
	padding-top: 5px;
	width: 140px;
}

#pageContent.fullsize {
	padding-top: 5px;
}

* html #pageContent.fullsize {
	width: auto;
	display: inline;
	margin: 0px;
}

#pageContent div.paText {
	margin-left: 160px;
}

* html #pageContent div.paText {
	margin-left: 157px;
}

#pageContent div.stLinkList {
	width: 540px;
	margin-left: 160px;
}

* html #pageContent div.stLinkList {
	width: 537px;
}

#pageContent div.stLinkListNar {
	width: 380px;
	margin-left: 160px;
}

* html #pageContent div.stLinkListNar {
	width: 377px;
}

#pageContent div.selTable {
	clear: both;
	margin: 15px 0px 0px;
	padding: 0px;
	border: 0px none;
}
#pageContent div.selTableTitle {
	border: 1px solid #333333;
	background-color: #FAFAFA;
	margin: 0px;
	padding: 3px 0px 3px 8px;
}
#pageContent div.selTableTitle h2 {
	background-color: #FAFAFA;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#pageContent span.stTitleInfoLink {
	float: right;
	padding-right: 5px;
	cursor: hand;
}

table.selTable {
	margin: 0px;
	padding: 0px;
	background-color: white;
	width: 100%;
	border: none;
	font-size: 12px;
	font-family: "trebuchet ms", "helvetica", "arial";
}

table.selTable th {
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	color: #333333; /* #00529B; */
	border-style: solid;
	border-color: #333333;
	border-width: 0px 0px 0px 1px;
}

table.selTable th.part {
	border-left-width: 0px;
}

table.selTable td {
	margin: 0px;
	padding: 2px;
	border-style: solid;
	border-color: #333333;
	border-width: 1px 0px 0px 1px;
	text-align: center;
}

table.selTable td.part {
	font-weight: bold;
	color: #00529B;
	padding: 5px 3px 5px 1px;
	border-left-width: 0px;
	line-height: 10px;
}

table.selTable span.note {
	display: block;
	font-weight: normal;
	font-size: 10px;
}

table.selTable td.nnd {
	background-color: #FAFAFA;
}

table.selTable td.nndPart {
	font-weight: bold;
	background-color: #FAFAFA;
	padding: 5px 2px 5px 2px;
	border-left-width: 0px;
	line-height: 10px;
}

table.selTable span.nndWarn {
	display: block;
	color: red;
}

