
div.title {
	color: #000;
	border-bottom: 2px solid #FB0;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	font-weight: bold;
	font-size: 1.3em;
}

div.small_title {
	color: #000;
	border-bottom: 1px solid #55A;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	font-weight: bold;
	font-size: 1.1em;
}

div.demo_box {
	padding: 1em;
	border: 1px dashed #AAC;
	margin-bottom: 1.5em;
}

div.source_box {
	margin-bottom: 3em;	
}

div.source_box div.syntaxhighlighter {
	max-height: 600px;
	overflow: auto;
}

div.container {
	position: relative;
}

#top_right_box {
	position: fixed;
	top: 0px;
	right: 0px;
	background: #FFF;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 0.3em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	z-index: 100;
}

#hide_source_toggle {
	display: inline-block;
}

#more_topic_info {
	position: absolute;
	right: 4px;
	top: 70px;
	display: none;
}

#more_topic_info a {
	cursor: pointer;
	background-image: url('../images/help.png');
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;
	height: 24px;
	padding-top: 2px;
	padding-right: 26px;
	text-decoration: none;
}

#more_topic_info a:hover { color: #FA0; }

ul.link_list { list-style: none; padding-left: 3px; }

ul.link_list li {
	background: url('../images/html.png') no-repeat center left;
	padding-left: 20px;
}

ul.link_list li a { text-decoration: none; }
ul.link_list li a:hover { text-decoration: underline; }

/* ------------------------------------------------- */

#lang_selector {
	background: #EEE;
	padding: 0.3em;
	margin-bottom: 1em;
	color: #888;
	padding-left: 2em;
}

/* ------------------------------------------------- */
