.viewcalc{
    color: #ffa648;
	font-size:12px;
    text-decoration: underline;
}

.viewcalc:hover{
    color: #000000;
    text-decoration: underline;
}

.calc{
	color:#ffffff;
}

UL.tabNavigation {
	height: 21px;
	list-style: none;
	padding: 0;
	border-bottom: 3px solid #003366;
	margin-bottom: 5px;
	margin-left: 0;
}

/*   LEFT SIDE IMAGE */

UL.tabNavigation a {
	background: url(/professionalplastics/content/templates/calculators/main/tab_silver.jpg);
	color: #003399;
	font-weight: bold;
	display: block;
	float: left;
	height: 21px;
	width: 195px;
	text-decoration: none;
}



/*   LEFT SIDE IMAGE HOVER */

UL.tabNavigation a:hover {
	background: url(/professionalplastics/content/templates/calculators/main/tab_yellow.jpg);
	color: #000000;
}



/*   LEFT SIDE IMAGE SELECTED */

UL.tabNavigation a.selected {
	background: url(/professionalplastics/content/templates/calculators/main/tab_yellow.jpg);
	color: #003366;
}

UL.tabNavigation li div{
    padding-top: 5px;
    color:#003366;
}

UL.tabNavigation li div:hover{
    	color: #000000;
}

UL.tabNavigation li {
	float: left;
	margin: 0 1px 0 0;
	vertical-align: center;
}

.loading{
	background-image: url(/professionalplastics/content/templates/calculators/main/loading.gif);
	width:100px;
	height:100px;
}

.calculators{
	display:none;
}