@charset "utf-8";
a.button:link {
	color: #666666;
}
a.button:hover {
	color: #999999;

#0057AE
; 	text-decoration: none;
}
a.button:visited {
	color: #666666;
}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	color: #666666;
	display: block;
	float: left;
	height: 17px;
	margin-right: 6px;
	padding-right: 9px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/sub_button_a.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.button span {
	display: block;
	line-height:7px;
	padding: 6px 0 4px 9px;
	background-color: transparent;
	background-image: url(../images/sub_button_span.png);
	background-repeat: no-repeat;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 9px; /* push text down 1px */
} 
