/********************************************
Cascading Style Sheet for the bbcode style

For use with Marbl-cms, www.marbl-cms.com

Marbl-CMS, Copyright Martin Borgman
All Rights Reserved - www.marbl-cms.com
********************************************/

#bbcode_center {
	text-align:center;
}
#bbcode_divider {
	clear:both;
}
#bbcode_left {
	text-align:left;
}
#bbcodef_left {
	padding: 5px;
	float:left;
}
#bbcode_right {
	text-align:right;
}
#bbcodef_right {
	padding: 5px;
	float:right;
}

#ul-circle {
	list-style-type:circle;
}
#ul-square {
	list-style-type:square;
}
#ul-none {
	list-style-type:none;
	list-style-image:none;
}

#ol-1 {
	list-style-type:decimal;
}
#ol-i {
	list-style-type:lower-roman;
}
#ol-I {
	list-style-type:upper-roman;
}
#ol-a {
	list-style-type:lower-alpha;
}
#ol-A {
	list-style-type:upper-alpha;
}