/* helpbar styles */
.ajBookTOCTitle {
	width: 20%;
	font-family: Microsoft Sans Serif;
	font-size: 13px;
	color: #455968;
	font-weight: bold;
	text-transform: capitalize;
	padding-bottom: 4px;
}

.ajBookContentTitle {
	width: 80%;
	font-family: Microsoft Sans Serif;
	font-size: 13px;
	color: #455968;
	font-weight: bold;
	text-transform: capitalize;
	padding-bottom: 4px;
	padding-left: 8px;
}

.ajBookSeparator {
	height: 2px;
	background: url(../images/helpbarSepBg.gif) repeat-x;
}

.ajBookTOCBody {
	font-family: Microsoft Sans Serif;
	font-size: 13px;	
}

.ajBookContentBody {
	padding-left: 8px;
	font-family: Microsoft Sans Serif;
	font-size: 13px;	
}

table.ajBookTOC {
	width: auto;
}

table.ajBookTOC td {
	font-family: Microsoft Sans Serif;
	font-size: 13px;
	padding-bottom: 2px;
	padding-top: 2px;
}

table.ajBookTOC td A:link { text-decoration: none; color: #9d5100; }
table.ajBookTOC td A:visited { text-decoration: none; color: #9d5100; }
table.ajBookTOC td A:hover { text-decoration: none; color: #000; }
table.ajBookTOC td A:active { text-decoration: none; color: #9d5100; }

table.ajBookContent {
	width: 100%;
}

table.ajBookContent td.TopicHeading{
	color: #9d5100;
	font-weight: bold;
	word-spacing: -2px;	
}

table.ajBookContent td {
	font-family: Microsoft Sans Serif;
	font-size: 13px;
}

/* project navigation styles */
table.DBNavBar {
	width: auto;
	margin-top: 8px;	
}

table.DBNavBar td {
	padding-right: 8px;
}

table.DBNavBar td.Page {
	font-size: 11px;
	background: url(../images/bgPageIcon.gif) no-repeat;
	width: 22px;
	height: 27px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-right: 8px;
}

table.DBNavBar td.Page A:link { text-decoration: none; color: #000; }
table.DBNavBar td.Page A:visited { text-decoration: none; color: #000; }
table.DBNavBar td.Page A:hover { text-decoration: none; color: orange; }
table.DBNavBar td.Page A:active { text-decoration: none; color: #000; }

table.DBNavBar td.Bracket {
	width: 22px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 2px;
	padding-right: 8px;
}

/* popup menu styles */
table.PopupMenu {
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;	
	border-top: 1px dotted #9da4aa;
}

/*when using border images */
td.PopupMenu_BodyBG {
	background-color: #cbd1d5;
}

/* when not using border images */
.PopupMenu_BodyBG {
  background-color: #cbd1d5;
}

table.PopupMenu td.PopupMenu_MenuItem {
	background-color: #fff;
	padding-left: 8px;
	padding-right: 8px;	
	vertical-align: middle;
	border-bottom: 1px dotted #9da4aa;
	background-color: #cbd1d5;
	height: 24px;
}

table.PopupMenu td.PopupMenu_MenuItem_Over {
	background-color: #fff;
	padding-left: 8px;
	padding-right: 8px;	
	vertical-align: middle;
	border-bottom: 1px dotted #9da4aa;
	background-color: #e8edf1;
	height: 24px;
}

table.popup2 {
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;	
	border-top: 1px dotted #c29a54;
}

td.popup2Bg {
	background-color: #e9dbaf;
}

table.popup2 td.popup2Item {
	background-color: #fff;
	padding-left: 8px;
	padding-right: 8px;	
	vertical-align: middle;
	border-bottom: 1px dotted #c29a54;
	background-color: #e9dbaf;
	height: 24px;
}

table.popup2 td.popup2ItemOn {
	background-color: #fff;
	padding-left: 8px;
	padding-right: 8px;	
	vertical-align: middle;
	border-bottom: 1px dotted #c29a54;
	background-color: #fff7d7;
	height: 24px;
}

/* progress bar styles */
table.progressbar {
	width: 324px;
	height: 27px;
	border: 1px solid #a1aab1;
}

table.progressbar td.progressbarImage {
	background: url(../images/bgProgressBar.gif) repeat-x;
	border-right: 1px solid #a1aab1;		
	
}

table.progressbar td.progressbarBlank {
	background-color: #fff;
}