/* 
* PHP BBCode 
* @author	Duncan Mundell <duncan<nospam>@swaziboy.com>
* @version	1.0
* @updated	21/01/2007
*/

.smileys {
	background: transparent;
	border: 0;
	text-align: left;
	}

.smileys img {
	padding: 3px;
	}

.bold {
	font-weight: bold;
	}

.italics {
	font-style: italic;
	}

.underline {
	text-decoration: underline;
	}

.strikethrough {
	text-decoration: line-through;
	}

.overline {
	text-decoration: overline;
	}

.sized {
	text-size:
	}
.header {
    color:#333333;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
    font-size: 0.9em;
}

option#red { color: red; background: red;}
option#darkred { color: darkred; background: darkred;}
option#darkblue { color: darkblue; background: darkblue;}
option#blue { color: blue; background: blue;}
option#darkgreen { color: darkgreen; background: darkgreen;}
option#green { color: green; background: green;}
option#orange { color: orange; background: orange;}
option#brown { color: brown; background: brown;}
option#yellow { color: yellow; background: yellow;}
option#pink { color: pink; background: pink;}
option#purple { color: purple; background: purple;}
option#cyan { color: cyan; background: cyan;}
option#magenta { color: magenta; background: magenta;}
option#lightgreen { color: lightgreen; background: lightgreen;}
option#lightblue { color: lightblue; background: lightblue;}
option#black { color: black; background: black;}
option#darkgray { color: darkgray; background: darkgray;}
option#gray { color: gray; background: gray;}
option#lightgray { color: lightgray; background: lightgray;}
option#white { color: white; background: white;}

#huge { font-size: 1.5em;}
#large { font-size: 1.3em;}
#medium { font-size: 1.1em;}
#small { font-size: 0.9em;}
#tiny { font-size: 0.7em;}

.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;
	}
