/* Ecaflip'a coin - Wakfu TCG FanSite
 *
 * CSS File - /styles/bbcode.css - BBCode styles
 *
 */ 
 
span.BBC_underline {
	text-decoration: underline;
}

span.BBC_del {
	text-decoration: line-through;
}

.BBC_center {
	text-align: center;
	width: auto;
}

.BBC_float_left {
	float: left;
	margin: 5px;
}

.BBC_float_right {
	float: right;
	margin: 5px;
}

.BBC_left {
	text-align: left;
	width: auto;
}

.BBC_right {
	text-align: right;
	width: auto;
}

.BBC_justify {
	text-align: justify;
	width: auto;
}

/* BBCode Toolbar */
div.BBCodeToolBar {
	margin: 0.5em 0 0;
}

div.BBCodeToolBar a {
	display: block;
	cursor: pointer;
	float: left;
	height: 18px;
	padding: 2px 3px 1px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	margin: 0 2px -2px 0;
	border: 1px solid gray;
	border-bottom: 1px solid gray;
	background: url(images/field_bcg.png) top left repeat-x;
}

div.BBCodeToolBar a:hover {
	margin: -2px 2px -1px 0;
	padding: 1px 3px 3px;
}

div.BBCodeToolBar span.spacer {
	display: block;
	float: left;
	width: 5px;
}

div.BBCodeToolBar a img {
	vertical-align: middle;
}

img.emoticon { vertical-align: middle; }

a.card_neutre { color: black; font-weight: bold; }
a.card_air { color: #25a480; font-weight: bold; }
a.card_eau { color: #2f6db3; font-weight: bold; }
a.card_feu { color: #ff2020; font-weight: bold; }
a.card_terre { color: #517107; font-weight: bold; }