#documentation_title {
	width : 200px;
	font-size : .85em;
	color : #333333;
	font-weight : bold;
	padding-bottom : 5px;
	padding-top : 10px;
	border-bottom : 1px solid #333333;
}

#documentation_description {
	padding-top : 10px;
	color : #333333;
	font-size : .75em;
	padding-bottom : 5px;
}

#documentation_header {
	font-weight : bold;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	background : #d2e1f0;
}

#documentation_header_left {
	text-align : left;
	font-weight : bold;
}

#documentation_subheader_market {
	font-size : .85em;
	font-weight : bold;
	text-align : right;
	color : #d2e1f0;
	padding-top : 5px;
}

#documentation_content {
	font-size : .75em;
	color : #656565;
	border : 1px solid #656565;
	padding : 5px;
	text-align : left;
}

#documentation_content span.actions {
	font-style : italic;
	padding-left : 20px;
}

#documentation_content_link {
	color : darkblue;
}

#documentation_content_link a {
	text-decoration : none;
	color : darkblue;
}

#documentation_content_link a:hover {
	text-decoration : none;
	color : #ff0000;
}

#documentation_content_link a td {
	font-weight : bold;
	font-size : .75em;
	text-decoration : none;
	color : darkblue;
}

#documentation_content_link a:hover td {
	text-decoration : none;
	color : #ff0000;
}

#documentation_content_header {
	font-size : .95em;
	color : #656565;
	padding-left : 5px;
	padding-top : 5px;
	margin-bottom : 5px;
	font-weight : bold;
}

#documentation_link_header {
	font-weight : bold;
	color : #c6790b;
	padding-bottom : 5px;
}



