#treeToolbar {
	padding: 10px;
	font-size: 13px;
	color: #c0c0c0;
}

#treeToolbar a {
	font-size: 12px;
	color: #1585DB;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

#relatedTopic {
	padding: 0;
	margin: 0;
}

#relatedTopic h2 {
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	padding: 0;
	margin: 35px 0 10px 0;
	border-bottom: 1px solid #e0e0e0;
	color: #999;
}

#relatedTopic ul {
	font-family: tahoma, arial;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	list-style-position: outside;
}

#relatedTopic ul li {
	margin: 0;
	padding: 0 0 5px 0;
}

#relatedTopic ul li a {
	color: #6365cf;
}

#help_content {
	border-width: 3px 1px 1px 1px;
	border-color: #52A9D4;
	border-style: solid;
	padding: 10px 20px 0 20px;
	min-height: 500px;
	overflow: hidden;
	width: 640px;
}

#help_content h1 {
	font-size: 18px;
	font-family: arial;
	color: #000;
	margin: 0;
	padding: 0;
	background: none;
}

#help_content h2 {
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	padding: 0;
	margin: 35px 0 10px 0;
	border-bottom: 1px solid #e0e0e0;
	color: #999;
}


/* SIDE BAR */

#hlp_side_bar {
	float: right;
	width: 250px;
}

#hlp_side_bar .box {

}

#hlp_side_bar .box h2 {
	padding: 10px;
	color: #006699;
	background-color: #DDF0F8;
	font-weight: bold;
	font-family: sans-serif;
	border-width: 0px 1px 0 1px;
	border-color: #94C4DD;
	border-style: solid;
}

#hlp_side_bar .box .body {
	padding: 10px 15px;
	border-width: 0px 1px 0px 1px;
	border-color: #94C4DD;
	border-style: solid;
	background-color: #fff;
	overflow: hidden;
}

#hlp_side_bar .box .foot {
	border-width: 0px 0px 1px 0px;
	border-color: #94C4DD;
	border-style: solid;
	margin-bottom: 15px;
}

#hlp_side_bar ul {
	padding: 0 0 0 5px;
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
}

#hlp_side_bar ul li {
	padding: 3px 0;
	margin: 0;
}


/* SEARCH RESULTS */

#hlp_search_result {
	border-width: 3px 1px 1px 1px;
	border-color: #52A9D4;
	border-style: solid;
	padding: 10px 20px 0 20px;
	min-height: 500px;
	overflow: hidden;
	float: left;
	width: 640px;
}

#hlp_search_result h1 {
	background: none;
	color: #006699;
	font-weight: bold;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}


#hlp_search_result p.title {
	border-bottom: 1px solid #e0e0e0;	
}

#hlp_search_result ol, #hlp_search_result ul {
	font-size: 15px;
	color: #6365cf;
	font-family: arial;
	font-weight: bold;
}

#hlp_search_result ol li, #hlp_search_result ul li {
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
}

#hlp_search_result ol li a.question, #hlp_search_result ul li a.question {
	color: #6365cf;
	font-weight: bold;
	font-family: arial;
}

#hlp_search_result ol li span.answer, #hlp_search_result ul li span.answer {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

#hlp_search_result ol li span.date, #hlp_search_result ul li span.date {
	color: #939393;
	font-size: 10px;
	font-weight: normal;
}


/* HELP CATEGORIES */

.help_categories {

}

.help_categories h2 {
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
	margin: 10px 0 10px 0;
}

.help_categories h2 a {
	color: #444444;
}

.help_categories ul {
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	list-style-position: outside;
}

.help_categories ul li {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	border: 0;
}

.help_categories ul li a {
	color: #6365cf;
}

.helpPath {
	color: #000;
	font-size: 11px;
	margin-bottom: 15px;
}

.helpPath a {
	color: #6365cf;
}