<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

generic.css (tackle_trader)

*/

p.regular_buttons {
	line-height:normal;
}

/*

ul.regular_button_row

*/

ul.regular_button_row {
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-image:none; list-style-position:outside; list-style-type:none;
}

ul.regular_button_row li {
	float:left;
	margin:0px 7px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*

a.regular_button

*/

a.regular_button {
	display:inline-block;
	height:23px;
	padding:0px 7px 0px 0px;
	background-position:right top;
	background-repeat:no-repeat;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}

a.regular_button span.rb_i {
	display:inline-block;
	height:18px; 
	padding:5px 0px 0px 7px;
	cursor:pointer;
}

/*

a.rb_current

*/

a.rb_current {
	background-position:right -69px;
}

a.rb_current span.rb_i {
	background-position:0px -69px;
}

/*

hover

*/

a.regular_button:hover {
	background-position:right -23px;
}

a.regular_button:hover span.rb_i {
	background-position:0px -23px;
}

a.rb_current:hover {
	background-position:right -23px;
}

a.rb_current:hover span.rb_i {
	background-position:0px -23px;
}

/*

active

*/

a.regular_button:active {
	background-position:right -46px;
}

a.regular_button:active span.rb_i {
	background-position:0px -46px;
}

a.rb_current:active {
	background-position:right -23px;
}

a.rb_current:active span.rb_i {
	background-position:0px -23px;
}

/*

rb_green, rb_red, rb_blue, rb_grey

*/

a.rb_green {
	background-image:url(../images/buttons/regular_button/green_right.png);
}

a.rb_green span.rb_i {
	background-image:url(../images/buttons/regular_button/green_left.png);
}

a.rb_blue {
	background-image:url(../images/buttons/regular_button/blue_right.png);
}

a.rb_blue span.rb_i {
	background-image:url(../images/buttons/regular_button/blue_left.png);
}

a.rb_red {
	background-image:url(../images/buttons/regular_button/red_right.png);
}

a.rb_red span.rb_i {
	background-image:url(../images/buttons/regular_button/red_left.png);
}

a.rb_grey {
	background-image:url(../images/buttons/regular_button/grey_right.png);
}

a.rb_grey span.rb_i {
	background-image:url(../images/buttons/regular_button/grey_left.png);
}

a.rb_lightgrey {
	background-image:url(../images/buttons/regular_button/lightgrey_right.png);
}

a.rb_lightgrey span.rb_i {
	background-image:url(../images/buttons/regular_button/lightgrey_left.png);
}

a.rb_black {
	background-image:url(../images/buttons/regular_button/black_right.png);
}

a.rb_black span.rb_i {
	background-image:url(../images/buttons/regular_button/black_left.png);
}

/*

a.regular_button rb_icon

*/

a.regular_button span.rb_icon {
	padding-left:15px;
}

a.regular_button span.rb_icon {
	display:inline-block;
	background-position:0px 2px;
	background-repeat:no-repeat;
}

/*

rbi_tick, rbi_cross

*/

a.regular_button span.rbi_tick {
	background-image:url(../images/buttons/regular_button/rbi_tick.png);
}

a.regular_button span.rbi_cross {
	background-image:url(../images/buttons/regular_button/rbi_cross.png);
}

a.regular_button span.rbi_plus {
	background-image:url(../images/buttons/regular_button/rbi_plus.png);
}

a.regular_button span.rbi_minus {
	background-image:url(../images/buttons/regular_button/rbi_minus.png);
}
</pre></body></html>