body{
	font-family: Tahoma;
	font-size: 11.5px;
	line-height: 1.5em;
	background: #f2f3f4 url(pattern_147.gif);
}
div#container{
	width: 700px;
	margin: 0px auto;
	background: #fff;
	border: 1px solid #ccc;
}
div#result_div{
	height: 20px;
}
p#result{
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
}
div#images div{
	margin:6px;
	float: left;
}
.hf{
	clear: both; padding: 1px 6px; background: #555; color: yellow;
	font-size: 1.3em;
	border-bottom: 1px solid #999;
}
dl#accordion, dl#accordion dt, dl#accordion dd{
	padding: 0px;
	margin: 0px;
	text-indent: 0;
}
dd .content{
	overflow: hidden;
	height: 300px;
}
dd.content p{
	margin: 10px 6px;
}
dl#accordion dt{
	background: #333;
	border-bottom: 1px solid #999;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	cursor: pointer;
}
div.hf{
	text-align: center;
}
div.hf a{
	color: #fff;
	font-size: .8em;
}
div.padding{
	padding: 2px;
}
span.code{
	font-family: Courier New;
}
pre.code{
	font-family: Courier New;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f3f3f3;
}
dd.documentation h3{
	background: #DB6365;
	color: #fff;
	padding: 4px;
}
dd.documentation h4{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fdfdfd;
	padding: 4px;
}
table.params th{
	font-family: Courier New;
	text-align: left;
	padding-right: 20px;
	font-weight: normal;
}
table.params td{
	text-align: left;
}
a:hover{
	color: blue;
}
