/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.bbcode .markItUpButton1 a	{
	background-image:url(bold.png);
}
.bbcode .markItUpButton2 a	{
	background-image:url(italic.png);
}
.bbcode .markItUpButton3 a	{
	background-image:url(underline.png);
}

.bbcode .markItUpButton4 a	{
	background-image:url(link.png);
}

.bbcode .markItUpButton5 a	{
	background-image:url(list-bullet.png);
}
.bbcode .markItUpButton6 a	{
	background-image:url(list-numeric.png);
}
.bbcode .markItUpButton7 a	{
	background-image:url(list-item.png);
}

.bbcode .markItUpButton8 a	{
	background-image:url(quotes.png);
}
.bbcode .markItUpButton9 a	{
	background-image:url(code.png);
}
	
.bbcode .markItUpButton10 a	{
	background-image:url(clean.png);
}

.bbcode .markItUpButton11 a {
	background-image:url(../../images/emoticons/happy.gif);
}
.bbcode .markItUpButton11 ul {
		width:112px;
		padding:1px;	
	}
	.bbcode .markItUpButton11  li {
		border:1px solid white;
		width:26px;
		height:26px;
		overflow:hidden;
		padding:0px;
		margin:0px;
		float:left;
	}
	.bbcode .markItUpButton11 ul a {
		width:24px;
		height:24px;
	}
	.bbcode .markItUpButton11 ul a:hover {
		background-color:none;
	}
	.bbcode .markItUpButton11 .em1 a {
		background:url(../../images/emoticons/happy.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em2 a {
		background:url(../../images/emoticons/very_happy.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em3 a {
		background:url(../../images/emoticons/suprised.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em4 a {
		background:url(../../images/emoticons/tongue_sticking_out.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em5 a {
		background:url(../../images/emoticons/wink.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em6 a {
		background:url(../../images/emoticons/sad.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em7 a {
		background:url(../../images/emoticons/angry_grin.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em8 a {
		background:url(../../images/emoticons/angry.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em9 a {
		background:url(../../images/emoticons/nerd.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em10 a {
		background:url(../../images/emoticons/crying.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em11 a {
		background:url(../../images/emoticons/confused.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em12 a {
		background:url(../../images/emoticons/embarrassed.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em13 a {
		background:url(../../images/emoticons/undecided.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em14 a {
		background:url(../../images/emoticons/kissing.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em15 a {
		background:url(../../images/emoticons/dont_tell_anyone.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em16 a {
		background:url(../../images/emoticons/wacked_out_sunny_face.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em17 a {
		background:url(../../images/emoticons/party.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em18 a {
		background:url(../../images/emoticons/angel.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em19 a {
		background:url(../../images/emoticons/sick.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em20 a {
		background:url(../../images/emoticons/be_right_back.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em21 a {
		background:url(../../images/emoticons/devil.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em22 a {
		background:url(../../images/emoticons/yes.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em23 a {
		background:url(../../images/emoticons/no.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em24 a {
		background:url(../../images/emoticons/love.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em25 a {
		background:url(../../images/emoticons/dont_love.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em26 a {
		background:url(../../images/emoticons/kiss.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em27 a {
		background:url(../../images/emoticons/flower.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em28 a {
		background:url(../../images/emoticons/drink.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em29 a {
		background:url(../../images/emoticons/beer.gif) no-repeat;
	}
	.bbcode .markItUpButton11 .em30 a {
		background:url(../../images/emoticons/idea.gif) no-repeat;
	}
.bbcode .preview a {
	background-image:url(preview.png);
}