/* ############################################################################ */
/* #######################  Styles for the search box.  ####################### */
/* ############################################################################ */

form#SearchBox {
	width: 450px;
	border: 1px solid #999999;
	background-color: #E6F0D0;
	padding: 8px;
	margin-bottom: 10px;
}
form#SearchBox label {
	font-weight: bold;
}
form#SearchBox label#SectorLabel {
	margin-left: 10px;
}
form#SearchBox input#SubmitBtn {
	margin-left: 10px;
}

/* ############################################################################ */
/* #### Styles for the default navigation to emulate existing navigation.  #### */
/* ############################################################################ */

div#PageFrame div#Content div#IKB_LH_Content {
	clear: left;
	float: left;
	width: 220px;
}

/*
div#PageFrame div#Content div#IKB_LH_Content ul#NAVCategoryList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
	font-weight: bold;
}
div#PageFrame div#Content div#IKB_LH_Content ul#NAVCategoryList .CountLabel {
	font-weight: normal;
}
div#PageFrame div#Content div#IKB_LH_Content ul#NAVCategoryList .ActiveCat {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #E6F0D0;
	color: #7A9E30;
}
div#PageFrame div#Content div#IKB_LH_Content ul#NAVCategoryList li {
	margin: 0px;
	padding-bottom: 12px;
}
div#PageFrame div#Content div#IKB_LH_Content ul#NAVCategoryList a:link {
	color: #7A9E30;
}
div#PageFrame div#Content div#IKB_LH_Content ul#NAVCategoryList a:visited {
	color: #7A9E30;
}
div#PageFrame div#Content div#IKB_LH_Content ul#NAVCategoryList a:hover {
	color: #617D26;
	text-decoration: underline;
}
div#PageFrame div#Content div#IKB_LH_Content ul#NAVCategoryList li.ActiveContainer {
	padding-bottom: 0px;
}
*/
div#PageFrame div#Content div#IKB_LH_Content ul#NAVCategoryList ul#NAVApplicationList {
	list-style-type: none;
	margin-bottom: 0px;
	padding-top: 6px;
	font-weight: normal;
}
div#PageFrame div#Content div#IKB_LH_Content ul#NAVCategoryList ul#NAVApplicationList li {
	margin-left: 0px;
}

/* ############################################################################ */
/* ############### Styles for the content section of the page. ################ */
/* ############################################################################ */

div#PageFrame div#Content div#IKB_RH_Content {
	clear: right;
	float: left;
	width: 759px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 16px;
}
div#PageFrame div#Content div#IKB_RH_Content h3 {
	font-size: 16px;
	color: #709E30;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#PageFrame div#Content div#IKB_RH_Content h3 a:link {
	font-size: 12px;
	color: #709E30;
}
div#PageFrame div#Content div#IKB_RH_Content h3 a:visited {
	font-size: 12px;
	color: #709E30;
}
div#PageFrame div#Content div#IKB_RH_Content h3 a:hover {
	font-size: 12px;
	color: #709E30;
}
div#PageFrame div#Content div#IKB_RH_Content a:link {
	color: #709E30;
}
div#PageFrame div#Content div#IKB_RH_Content a:visited {
	color: #709E30;
}
div#PageFrame div#Content div#IKB_RH_Content a:hover {
	color: #617D26;
}
div#PageFrame div#Content div#IKB_RH_Content li .Count {
	color: #999999;
	font-size: 10px;
}
div#PageFrame div#Content div#IKB_RH_Content table.IncentiveTbl {
	margin-bottom: 50px;
}
div#PageFrame div#Content div#IKB_RH_Content table.LastIncentiveTbl {
	margin-bottom: 10px;
}
div#PageFrame div#Content div#IKB_RH_Content th {
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #E6F0D0;
	padding: 6px;
	color: #507122;
}
div#PageFrame div#Content div#IKB_RH_Content tr.IcentiveTblRow td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 6px;
	vertical-align: top;
}