/* BBCode Styles */
img.emo
{
	vertical-align: text-bottom;
}

img.postimage
{
	margin: 5px;
	border: 1px solid #000000;
}

div.padded
{
	margin: 1.33em 0em;
	margin-left: 40px;
	margin-right: 40px;
	color: inherit;
	background-color: inherit;
}

.listbullet
{
	list-style-type: disc;
	list-style-position: inside;
}

ul.listbullet
{
	list-style-type: disc;
	list-style-position: inside;
	display: block;
}

.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;
}

.leftalign
{
	text-align: left;
}

.rightalign
{
	text-align: right;
}

.center
{
	display: block;
	text-align: center;
}

p.media
{
	margin: 5px;
}
