/* 
* PHP BBCode 
* @author	Duncan Mundell <duncan<nospam>@swaziboy.com>
* @version	1.0
* @updated	21/01/2007
*/
.bold {
	font-weight: bold;
	}

.italics {
	font-style: italic;
	}

.underline {
	text-decoration: underline;
	}

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

.overline {
	text-decoration: overline;
	}

.sized {
	
	}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.codebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #006600;
	border: 1px solid #BFBFBF;
	}

.quotebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #660002;
	border: 1px solid #BFBFBF;
	}

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

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

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

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

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

UL.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
	}
.content li {
	list-style-type: inherit;
	margin-left: 20px;
}
/* BB Code styles
----------------------------------------*/

dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}