/* root element for tabs  */
ul.calc_tabs { 
	list-style:none; 
	height:50px;
	margin:0;
	padding:0;
	width:100%;
}

/* single tab */
ul.fullCalc li {width: 25% !important;}
ul.calc_tabs li { 
	width: 50%;
	padding:0;
	margin:0 !important;
	float: left;
	background-image: url(http://assets.rmcloud.com/shared-images/calculators/calc_menu_bg.png);
}

* html ul.calc_tabs li { background-image:none; }

/* link inside the tab. uses a background image */
ul.calc_tabs a { 
    display:block;
	text-align:center;	
	cursor: pointer;
}

/* when mouse enters the tab move the background image */
ul.calc_tabs a:hover {
	background-image: url(http://assets.rmcloud.com/shared-images/calculators/calc_menu_active.png);	
}

* html ul.calc_tabs a:hover { background-image:none; background-color: #ccc; }

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.calc_tabs a.current, ul.calc_tabs a.current:hover, ul.calc_tabs li.current a {	
	cursor:default !important; 
	background-image: url(http://assets.rmcloud.com/shared-images/calculators/calc_menu_hover.png);
}

* html ul.calc_tabs a.current, * html ul.calc_tabs a.current:hover, * html ul.calc_tabs li.current a  {background-image:none; background-color: #333;}

/* Next Back */



/* initially all panes are hidden */ 
div.calc_panes div.calc_pane {
	display: none;
	margin: 2px 0px 0px 0px;
	background-repeat: repeat-x;
	line-height: 1.7em;
}


div.calc_panes div.calc_pane {
color: 000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.7em;
}

div.pane td {
	color: #000 !important;
}	



