

.jetemlak {
	display: inline-block;
	margin: 0;
	padding: 0;
	font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
	text-decoration: none !important;
	background: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	
	/* Fix extra width padding in IE */
	overflow: visible;
}

.jetemlak span {
	display: block;						/* Prevents :active from working in IE--oh well! */
	height: 24px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right top;
}

.jetemlak span span {
	padding-right: 0;
	padding-left: 12px;
	line-height: 24px;
	background-position: left top;
}

.jetemlak span span span {
	padding-left: 21px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _background-image: none;		Or just hide icons from the undeserving IE6 */
	/* _padding-left: 0;					Or just hide icons from the undeserving IE6 */
}

.jetemlak span span span.after {
	padding-left: 0px;
	padding-right: 21px;
	background-position: right center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-right: 0;					Or just hide icons from the undeserving IE6 */
}



.jetemlak:hover span,
.jetemlak:focus span {
	background-position: 100% -24px;
}

.jetemlak:hover span span,
.jetemlak:focus span span {
	background-position: 0% -24px;
}

.jetemlak:active span {
	background-position: 100% -48px;
}

.jetemlak:active span span {
	background-position: 0% -48px;
}


.jetemlak img {
	margin-right: 5px;
	vertical-align: text-top;
}

.jetemlak img.after {
	margin-right: 0;
	margin-left: 5px;
	/* IE6 still requires a PNG transparency fix */ 
	/* _margin-left: 0;		Or just hide icons from the undeserving IE6 */
}

.jetemlak.jetismedium	{ font-size: 15px !important; }
.jetemlak.jetislarge	{ font-size: 18px !important; }


/*
 * Button Skins
 * 
 * .PNG background images with alpha transparency are also supplied if you'd rather use them instead of the 
 * default .GIF images. (Just beware of IE6's lack of support.) 
 * 
 * Additional skins can be added below. The images/skins/ButtonTemplate.psd can be used to create new skins.
 * Prefix the skin name with "jetis" to avoid any potential conflicts with other class names. 
 */

/* Silver Button Skin (the default skin) */

.jetemlak,
.jetemlak.jetissilver {
	color: #666 !important;
}
	
.jetemlak:hover,
.jetemlak:focus,
.jetemlak.jetissilver:hover,
.jetemlak.jetissilver:focus {
	color: #333 !important;
}
	
.jetemlak span,
.jetemlak.jetissilver span {
	background-image: url(images/skins/silver/button_right.gif);
}

.jetemlak span span,
.jetemlak.jetissilver span span {
	background-image: url(images/skins/silver/button_left.gif);
}


/* 
 * Simple Skin Buttons
 */

.jetemlak.jetissimple {
	position: relative;
	padding: 5px 10px 5px;
	font: inherit;
	font-size: 13px !important;
	font-style: normal !important;
	font-weight: bold !important;
	color: #fff !important;
	line-height: 1;
	background-image: url(images/awesome-overlay-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	/* Special effects */
	/* Cross browser inline block hack - http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
}


.jetemlak.jetissimple:hover,
.jetemlak.jetissimple:focus {
	background-position: 0 -50px; 
	color: #fff !important;
}

.jetemlak.jetissimple span {
	height: auto;
	padding-left: 24px;
	padding-right: 0;
	background-position: left center;
	background-repeat: no-repeat;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-left: 0;		Or just hide icons from the undeserving IE6 */
}

.jetemlak.jetissimple span.after {
	padding-left: 0;
	padding-right: 24px;
	background-position: right center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-right: 0;		Or just hide icons from the undeserving IE6 */
}

/* Simple button colors */
.jetemlak.jetissimple					{ background-color: #11244c; }		/* Default */
.jetemlak.jetissimple.jetisblack		{ background-color: #333; }
.jetemlak.jetissimple.jetisred		{ background-color: #a90118; }
.jetemlak.jetissimple.jetisorange	{ background-color: #ff8a00; }
.jetemlak.jetissimple.jetisyellow	{ background-color: #ffb515; }
.jetemlak.jetissimple.jetisgreen		{ background-color: #59a901; }
.jetemlak.jetissimple.jetisblue		{ background-color: #015ea9; }
.jetemlak.jetissimple.jetisteal		{ background-color: #2daebf; }
.jetemlak.jetissimple.jetismagenta	{ background-color: #a9014b; }
.jetemlak.jetissimple.jetispurple	{ background-color: #9d01a9; }

/* Simple button sizes */
.jetemlak.jetissimple.jetissmall          { padding: 4px 7px 5px; font-size: 10px !important; }
.jetemlak.jetissimple.jetissmall:active   { padding: 5px 7px 4px; }
.jetemlak.jetissimple                    { /* default */ }
.jetemlak.jetissimple:active             { padding: 6px 10px 4px; }
.jetemlak.jetissimple.jetismedium         { /* default */ }
.jetemlak.jetissimple.jetismedium:active  { padding: 6px 10px 4px; }
.jetemlak.jetissimple.jetislarge          { padding: 8px 14px 8px; font-size: 14px !important; }
.jetemlak.jetissimple.jetislarge:active   { padding: 9px 14px 7px; }
.jetemlak.jetissimple.jetisxl             { padding: 8px 14px 8px; font-size: 16px !important; }
.jetemlak.jetissimple.jetisxl:active      { padding: 9px 14px 7px; }
.jetemlak.jetissimple.jetisxxl            { padding: 8px 14px 8px; font-size: 20px !important; }
.jetemlak.jetissimple.jetisxxl:active     { padding: 9px 14px 7px; }
.jetemlak.jetissimple.jetisxxxl           { padding: 8px 14px 8px; font-size: 26px !important; }
.jetemlak.jetissimple.jetisxxxl:active    { padding: 9px 14px 7px; }

.jetemlak.jetissimple.jetissmall[disabled]:active,
.jetemlak.jetissimple.jetissmall.disabled:active   	{ padding: 4px 7px 5px; }
.jetemlak.jetissimple[disabled]:active,
.jetemlak.jetissimple.disabled:active 	            { padding: 5px 10px 5px; }
.jetemlak.jetissimple.jetismedium[disabled]:active,
.jetemlak.jetissimple.jetismedium.disabled:active 		{ padding: 6px 10px 4px; }
.jetemlak.jetissimple.jetislarge[disabled]:active,
.jetemlak.jetissimple.jetislarge.disabled:active   	{ padding: 8px 14px 8px; }
.jetemlak.jetissimple.jetisxl[disabled]:active,
.jetemlak.jetissimple.jetisxl.disabled:active	      { padding: 8px 14px 8px; }
.jetemlak.jetissimple.jetisxxl[disabled]:active,
.jetemlak.jetissimple.jetisxxl.disabled:active 		   { padding: 8px 14px 8px; }
.jetemlak.jetissimple.jetisxxxl[disabled]:active,
.jetemlak.jetissimple.jetisxxxl.disabled:active    	{ padding: 8px 14px 8px; }




