@charset "utf-8";

/**
 * File       
 * Created    5/9/13 8:46 PM 
 * Author     Matt Thomas | matt@betweenbrain.com | http://betweenbrain.com
 * Support    https://github.com/betweenbrain/
 * Copyright  Copyright (C) 2013 betweenbrain llc. All Rights Reserved.
 * License    GNU GPL v3 or later
 */

.jfontsize a{
	text-indent: -9999;
}

.jfontsize span{
   color: #393939;
    font-family: 'Titillium';
    font-size: 10px;
    padding-left: 3px;
    text-decoration: none;
    position: relative;
    top: 3px;
   
}
.jfontsize-button {
	font    : bold 12px arial;
	cursor  : pointer;
	
	
}

#jfontsize-minus{
	width: 25px;
	height: 25px;
	background-image:url(btnMinus.fw.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float:left;
}


#jfontsize-default{
	width: 25px;
	height: 25px;
	background-image:url(btnDefault.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float:left;
}


#jfontsize-plus{
	width: 25px;
	height: 25px;
	background-image:url(btnPlus.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float:left;
}


/*.jfontsize-button:hover {
	text-decoration : none;
	background      : #333;
	color           : #fff;
	border          : solid 1px #333;
}*/

.jfontsize-disabled, .jfontsize-disabled:hover {
	color      : #aaa;
	border     : solid 1px #eee;
	background : #eee;
}