/* This stylesheet is used for styling the BBCode hints */

#BBTagsHolder.hide {
	display: none;
}

#BBTagsHolder.show {
	display: block;
}

/* These are for the BBCode example tags at the top of the start topic/reply to topic/edit post forms */
#BBTagsHolder h2{
	font-size:1.2em;
	margin: 0;
	padding: 0;
}

ul.bbcodeExamples li {
	font-size: 1em;
	list-style-type:square;
}

ul.bbcodeExamples li.last {
	border: none;
}

ul.bbcodeExamples li span.example { }

#BBTagsHolder{
	background-color: #FFF;
	border: 1px solid #777;
	float:right;
	font-size:0.8em;
	padding: 5px;
	width: 270px;
}

.bbcodeExamples{
	margin: 0 !important;
	padding: 0;
}

#BBTagsHolder{
	display: block;
	left: 325px;
	position: absolute;
	top: 30px;
}

#BBTagsHolder ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#BlogEntry_Form_BlogEntryForm #tagsnote{
	float:left;
	margin: -10px 0 10px 0;
}

#BlogEntry_Form_BlogEntryForm #BBCodeHint {
	cursor: pointer;
	font-size:0.8em;
	left: 240px;
	position: absolute;
	top: 3px;
}