/* Calculate Ninja (Math made easier!)
* By Ricardo Sousa
* http://www.ricardojrsousa.com
* http://www.ninjoomla.com
* Copyright (C) 2008 Ricardo Sousa www.ninjoomla.com - Code so sharp, it hurts.
* email: ricardosousa@aiedi.com
* date: April 2008
* Release: 1.0
* License : http://www.gnu.org/copyleft/gpl.html GNU/GPL
*
* Changelog
*
* 
* 1.0 - Initial Version
*        JOOMLA 1.0.1X VERSION & Joomla 1.5 Versions
*
*
*/


#njcalculator {
text-align:center; width:175px; background: #FFFFFF;
}


#calc_body{text-align:center; width:175px; background: url('../images/background.png') #FFFFFF bottom no-repeat;  height:181px;
}

#calc_body .button{ 
    text-align: center;
    color: #333333;
    border:0px solid #666666;
    padding:2px 5px;
    font-size:11px;
    font-weight:bold;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    background:url(../images/bg_button.png) repeat-x top center;
    margin:3px 0;}

   #calc_body .button:hover , #calc_bod .button:focus {
   color:#FFFFFF; border:0px solid #000;
    background:url(../images/button_hover.png) repeat-x top center;
}
    
    
    
#calc_outcome{
    text-align:right;
    padding-bottom:5px;
    padding-top:5px;
    height:10px;
}
.calc_buttonrow{text-align:center;}
.calc_button_left{text-align:center;width:35px;float:left;margin: 1px 1px 1px 1px;}
.calc_button_right{text-align:center;width:35px;float:right;margin: 1px 1px 1px 1px;}
.calc_spacer { clear: both }