/* grass style sheet */

.butop { background: none; }
.butlh { width: 15px; background-image:url(butlh.jpg); vertical-align: bottom; }
.butrh { width: 15px; background-image:url(butrh.jpg); vertical-align: bottom; }

/*
.bubot { width: 15px; background-image:url(bubot.jpg); }
.bublh { width: 15px; background-image:url(bublh.jpg); }
.bubrh { width: 15px; background-image:url(bubrh.jpg); }
*/

.button { color: #FFF; }
	.button:hover { color: #5555DD; }
	.button:active { color: #5555CC; }

.buttonMark { color: #5555DD; }
	.buttonMark:hover { color: #5555DD; }
	.buttonMark:active { color: #5555CC; }


.toplinkline { margin-bottom: 3px;  }
	.topbuttonholder { display: inline; margin:0px; margin-left: 2px; background: #0ff url(butop.jpg) top repeat-x; }

.botlinkline { margin-bottom: 3px;  }
	.botbuttonholder { display: inline; padding: 0px; margin: 0px; margin-left: 2px; background: #0ff url(butop.jpg) 0px 0px repeat-x; }

.botbuttonholder .butop { background: none; display: inline; }
.botbuttonholder .butlh { width: 15px; background-image:url(butlh.jpg); vertical-align: top; }
.botbuttonholder .butrh { width: 15px; background-image:url(butrh.jpg); vertical-align: top; }
