UL {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}

LI {
	margin: 0px;
}

SELECT, INPUT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}

DIV.radio {
	display: inline;
	width: 12px;
	height: 12px;
}

/* LINKS:arrow link */
A.DarkArrowLink, A.DarkArrowLink:link, A.DarkArrowLink:active, A.DarkArrowLink:visited {
	color: #b0b0b0;
	padding-top: 3px;
	background-image: url(../images/g_arrow_dark.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	display: block;
}

A.DarkArrowLink:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/g_arrow_dark_on.gif);
}

/* LINKS: red link */
A.RedLink:active, A.RedLink, A.RedLink:link, A.RedLink:hover, A.RedLink:visited {
	color: #c71444;
}

/* GLOBAL STYLES */
IMG.imgOutline {
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

IMG.iconLink {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border: none;
}

DIV.nextStepButton {
	cursor: pointer;
	cursor: hand;
}

DIV.okButton {
	cursor: pointer;
	cursor: hand;
}

TD.leftNavHead H5 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

TD.leftNavHead {
	background-color: #666666;
	height: 21px;
	padding-left: 20px;
}

TD.leftNavContent {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

DIV.subCatHead {
	background-color: #d0d0d0;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	background-image: url(/nova/carbuilder/Images/g_arrow_contract.gif);
	background-repeat: no-repeat;
	background-position: left;
}

DIV.subCat {
	display: block;
	cursor: default;
}

DIV.subCat TD.description {
	border-right: 1px solid #e7e7e7;
}

.cbHeadNumber TD {
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	width: 100px;
	height: 30px;
	cursor: default;
}

.cbHeadNumber A.current {
	color: #666666;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	
}

.cbHeadNumber A.previous {
	color: #c1444;
	cursor: default;
	text-decoration: none;
}

.cbHeadNumber A.next {
	color: #bdbdbd;
	cursor: default;
	text-decoration: none;
}

.cbHead TD {
	font-family: verdana, arial;
	font-size: 2px;
	text-align: center;
	font-weight: bold;
	width: 100px;
	height: 35px;
	cursor: default;
	
}

.cbHead A.current {
	color: #666666;
	display: inline-block;
	background-image: url(/nova/global/images/g_arrow.gif);
	padding-left: 7px;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}

.cbHead A.previous {
	color: #c1444;
	cursor: default;
	text-decoration: none;
}

.cbHead A.next {
	color: #bdbdbd;
	cursor: default;
	text-decoration: none;
}

.cbfooter H6 {
	font-size: 14px;
	padding-bottom: 5px;
}

.engineCol1 {
	background-color: #ececec;
	color: #999999;
	font-weight: bold;
	height: 19px;
	border-bottom: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	padding-left: 5px;
	width: 218px;
}

.engineCol2 {
	color: #999999;
	height: 19px;
	border-bottom: 1px solid #bdbdbd;
	padding-left: 9px;
	width: 135px;
}

.engineCol1b {
	background-color: #ececec;
	color: #999999;
	font-weight: bold;
	height: 19px;
	border-bottom: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	padding-left: 5px;
	width: 150px;
}

.engineCol2b {
	color: #999999;
	height: 19px;
	border-bottom: 1px solid #bdbdbd;
	padding-left: 9px;
	width: 85px;
}

.engineCol2Rel {
	color: #999999;
	height: 19px;
	border-bottom: 1px solid #bdbdbd;
	padding-left: 0px;
	width: 135px;
}

.engineSummaryCol1 {
	background-color: #ececec;
	color: #999999;
	font-weight: bold;
	height: 19px;
	border-bottom: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	padding-left: 5px;
	padding-right: 5px;	
}

.engineSummaryCol2 {
	color: #999999;
	height: 19px;
	border-right: 1px solid #bdbdbd;
	padding-left: 5px;
	padding-right: 5px;	
	text-align: center;
}

/* Style for footnote text*/
.cb-footnote {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: italic;
}