/* 
* package : Bright Calculator Module
* author : Theo van der Sluijs
* link : http://www.vandersluijs.nl, http://www.brightcode.eu
* Description : Just a nifty calculator
* copyright : Copyright (C) 2007 VanderSluijs.nl, in cooperation with www.brightcode.eu - Code so sharp, it hurts.
* email: theo@vandersluijs.nl
* date:  October 2007
* Release: 1.1
* Package Code License :  Commercial License / http://www.brightcode.eu
* Joomla! API Code License : http://www.gnu.org/copyleft/gpl.html GNU/GPL 
* JavaScript Code & CSS : Commercial License / http://www.brightcode.eu
****************************************************************************************************
 * Copyrights (c) 2007
 * All rights reserved. Brightcode.eu
 *
 * This program is Commercial software.
 * Unauthorized reproduction is not allowed.
 * Read the complete license model on our site before using this product
 * http://www.brightcode.eu
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED.
 *
 * IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *****************************************************************************************************/

#calc_container { text-align: left; width: 150px }
#calc_outcome{
	text-align:right;
	padding-bottom:5px;
	padding-top:10px;
	height:5px;
}
.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 }
#calc_container .inputbox {
	height:15px;
	border: 1px solid #CCCCCC;
}
