/* CSS Document */

#calculator button, #calculator input, #calculator optgroup, #calculator select, #calculator textarea
 {
    font-family: inherit;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}




#calculator #logo
{
background: url(../images/tools/logo.jpg) right top no-repeat;
height:34px;
}

#calculator #navigation a
{
color: #000;
background: #0092A7 url(../images/tools/tl-dk.gif) left top no-repeat;
text-decoration: none;
}

#calculator .selected
{
color: #000;
background: #91C5C5 url(../images/tools/tl.gif) left top no-repeat;
text-decoration: none;
	font-family: Arial;
	font-size:12px;
}

#calculator #navigation .selected span
{
background: url(../images/tools/tr.gif) right top no-repeat;
}

#calculator #navigation span{
padding: 10px;
}

#calculator #navigation a span
{
background: url(../images/tools/tr-dk.gif) right top no-repeat;
padding-right: 10px
}

#calculator #navigation a, #calculator #navigation a span, #calculator #navigation span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#calculator #navigation a, #calculator #navigation a span, #calculator #navigation span
{
float: none
}
/* End hide */

#calculator #navigation a:hover
{
color: #fff;
background: #91C5C5 url(../images/tools/tl.gif) left top no-repeat;
}

#calculator #navigation a:hover span
{
background: url(../images/tools/tr.gif) right top no-repeat;
padding-right: 10px
}

#calculator #navigation, #calculator ul
{
list-style: none outside none;
padding: 0;

}

#calculator #navigation li
{
float: left;
margin-right:1px;
} 

#calculator #columnLeft
{
min-height: 330px;
margin-bottom:0px;
}

#calculator .hd-tl {
	background: url(../images/tools/tl-dk.gif) 0 0 no-repeat #0092A7
	}

#calculator .hd-tr {
	background: url(../images/tools/tr-dk.gif) 100% 0 no-repeat; 
	padding:10px; 
}

#calculator .ft-bl {
	width:9px;
	height:15px;
	float:left;
	margin-left: -1px;
	background: url(../images/tools/bl-bk.gif) 0 bottom no-repeat;
}

#calculator .ft-br{
	float: right;
	width: 9px; 
	height:15px;
	margin-right: -1px;
	background: url(../images/tools/br-bk.gif) 0 bottom no-repeat;
}

#calculator .ft-b{
/*Margins for centre column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height:14px; /*Height must be 1px less to account for 1px border*/
border-bottom:1px solid #91C5C5;
border-left:1px solid #91C5C5;
border-right:1px solid #91C5C5;
}

#calculator .tp-tr{
	float: left;
	width: 9px; 
	height:9px;
	margin-left: -9px;
	background: url(../images/tools/tr-bk.gif) 100% 100% no-repeat;
}

#calculator .tp-b{
height:14px; /*Height must be 1px less to account for 1px border*/
border-top:1px solid #91C5C5;
border-left:1px solid #91C5C5;
border-right:1px solid #91C5C5;
}

#calculator .panel {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 9px;
}

#calculator h2 {
color:#FFFFFF;
font-size:1.2em;
font-weight:bold;
margin:0;
}

#calculator #holder{
border-left:1px solid #91C5C5;
border-right:1px solid #91C5C5;
clear:both;
height:391px;
}

#calculator #page{
margin:0px 0px 0;
}

html #calculator{
	/* IE hack */
	font-size: 100%;
	text-align: left;
	margin: 0px 0px 1px;
	padding: 0px;
	height: 100%;
}

body #calculator{
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Arial;
	font-size:12px!important;
}

#calculator a {
	text-decoration:none;
	color:#333333;
	font-family: Arial;
	font-size:12px;
}

#calculator #wrapper {
display:table; /* must put this in for FireFox. */
width:920px;
margin:auto; /* for IE6 and Firfox centering */
text-align:left; /* so that IE6 and Firefox puts the text to the left*/
/*height:1px;  Have to put SOMETHING in here for the height for both
browser. DO NOT put in a percentage, must be a pixel value */
}

#calculator #footerWrapper, #calculator #topWrapper{
float: left;
width: 100%;
}

/*NEW*/

#calculator .column
{
float:left;
margin-left:15px;
}

#calculator .row
{
margin-bottom:15px;
}

#calculator .title
{
font-weight:bold;
}
#calculator .groupTitle
{
font-weight:bold;
font-size:125%;
}

#calculator .input
{
margin:0px; /*added to remove margin set in Chrome and Safari*/
height: 15px;
}

#calculator .active-tab{
	background-color:#91C5C5;
}