/***********************************************************************/
/*                                                                     */
/*  Special formatting for name slats                                  */
/*                                                                     */
/***********************************************************************/

.nameslat {
	background-image:url(http://theaikidodojo.com/wp-content/plugins/rank_slats/images/namewood.gif);
	border: light solid #000000;
	width: 12px;
	line-height: 1;
	font-variant: small-caps;
	font-weight: bold;
	color: <?=$color2?> ;
	border-top: thin solid <?=$color2?> ;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid <?=$color1?> ;
	font-size: 12px;
}
.kyuslat {
	background-image:url(http://theaikidodojo.com/wp-content/plugins/rank_slats/images/rankwood.gif);
	border: light solid #000000;
	width: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top: thin solid <?=$color2?> ;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid <?=$color1?> ;
	font-size: 12px;
}
.rankslat {
	background-image:url(http://theaikidodojo.com/wp-content/plugins/rank_slats/images/rankwood.gif);
	width: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	color: #000000;
	border-top: thin solid <?=$color2?> ;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid <?=$color1?> ;
	font-size: 12px;
}  	 
