/*BBCode Style */
#bbtoolbar {
	text-align: center;
	margin-top: 5px;
	padding: 3px 6px;
	position: relative;
	width: auto;
	height: 20px;
	border: solid 1px #ccc;
	background-color: #fbfbfb;
}
#bbtoolbar2 { 
	text-align: center; 
	margin-top: 1px; 
	padding: 3px 6px;
	position: relative; 
	width: auto; height: 20px; 
	border: solid 1px #ccc; 
	background-color: #fbfbfb;
}
div.bbcode { text-align: center; margin-top: 5px; padding: 3px 3px 5px; width: auto; height: auto; border: solid 1px #ccc }
img.bbcode { cursor: pointer; margin-right: 2px; padding: 2px 3px }
img.bbcode:hover { background-color: #ccc; cursor: pointer; margin-right: 2px; padding: 2px 3px }
img.spacer { margin-bottom: 1px; margin-left: -2px }
#bbsmiley  { background-color: #fbfbfb; text-align: center; display: none; margin-top: 4px; padding: 10px 30px; width: auto; height: auto; max-height: 100px; overflow: auto; border: solid 1px #ccc }
#bbsmiley img:hover { background-color: #ccc; cursor: pointer; margin-right: 0px; padding: 0px 3px }
#bbsmiley IMG { margin: 1px }

/*text formatted*/
a{
	color:#0000cc;
	}
.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}

.sized {
	text-size:
}

.codelayout {
	-moz-border-radius: 5px;
    border: 1px solid #BFBFBF;
	padding:5px;
	margin-bottom:0px;
	background-color:#FDFDFD;
	text-align:left;
}

.code { 
	font-family:"Courier New", Courier, monospace;
	color:#009900;
	font-size:small;
	background-color:#FDFDFD;
	text-align:left;
	}
	
.quotebody {
	-moz-border-radius: 5px;
	border: 1px solid #BFBFBF;
	padding:5px;
	background-color:#FDFDFD;
}

.quotelayoutname{
	-moz-border-radius: 5px;
	border: 1px solid #bfbfbf;
	padding:5px;
	background-color:#FDFDFD;
	}
	
.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}
.bbhighlight { background-color: #ff6; padding-right: 4px; padding-bottom: 3px; padding-left: 4px }
.bbcenter { text-align: center }
.bbleft { text-align: left }
.bbright { text-align: right }
.bbjustify { text-align: justify }
.bbindent { line-height: 1em; margin-left: 40px }


