/* Override the base styles so that Portal has a common look across it */

/* Button */
.button,.button_hover,.button_default,.button_disabled
{font-size: 100%;width: 6em;height:2.5em;color: #EEE;padding:0;}
.button{border: solid 1px #999;background: url('../i/btn_stan_bg.gif') top repeat-x #EEE;color:#555}
.button_hover{border: solid 1px #FFB74C;background: url('../i/btn_stan_bg.gif') top repeat-x #FFE296;color:#333}
.button_default{border: solid 1px #003366;background: url(../i/btn_pri_bg.gif) top repeat-x #7195D6;color:#FFF}
.button_disabled{color: #999;border: solid 1px #acacac;background: #f1f1f1;}
