/*
	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{
	margin: 0;
	padding: 0;
	font-size:1.2em;
}

ul.bbcodeExamples li {
	list-style-type: none;
	font-size: .9em;
	line-height: 1.7em;
}
ul.bbcodeExamples li.last {
	border: none;
}
ul.bbcodeExamples li span.example {
	
}

#BBTagsHolder {
	position: absolute;
	left: 525px;
	top: 100px;
	padding: 5px;
	width: 269px;
	background: transparent url(../images/bg_shade.png) repeat;;
	border: 1px solid #333;
	font-size:0.8em;
	}


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

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

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

#BBCodeHint{
	cursor: pointer;
	font-size: .7em;
	position: absolute;
	right:10px;
	top:88px;
	color: #333;
	}
