/* SPAM METER*/
#spammeter                                                {float:right; margin-right:200px;}
#spammeter h1                                             {float:left; padding-right:5px;}
#spammeter span                                           {text-align:center;}
.bignumber                                                {font-size:25px; font-weight:bold; height:36px;}
#spammeter #warning                                       {text-align:center;}
.clear_breakdown                                          {clear:left; height:15px;}
#scoredivider                                             {border-top:1px solid #3074b8; margin:10px 0px; width:425px;}
#spamassassin_total                                       {position:relative; top:-5px;}

/*big number colors*/
.yellow .bignumber_left                                   {background:url(/images/spamassassin_big_yellow_left.png) no-repeat; float:left; height:36px; margin-top:-3px; width:6px;}
.yellow .bignumber_right                                  {background:url(/images/spamassassin_big_yellow_right.png) no-repeat top right; padding:3px 8px 5px 4px;}

.green .bignumber_left                                    {background:url(/images/spamassassin_big_green_left.png) no-repeat; float:left; height:36px; margin-top:-3px; width:6px;}
.green .bignumber_right                                   {background:url(/images/spamassassin_big_green_right.png) no-repeat top right; color:#FFF; padding:3px 8px 5px 4px;}

/*breakdown numbers*/
.smallnumber                                              {font-size:14px; font-weight:bold; height:25px; margin-right:30px;}
.smallnumber_left                                         {background:url(/images/spamassassin_gray_left.png) no-repeat; float:left; height:25px; margin-top:-3px; width:5px;}
.smallnumber_right                                        {background:url(/images/spamassassin_gray_right.png) no-repeat top right; height:25px; padding:3px 8px 5px 4px;}