﻿
/* tooltip styling */
.tooltip1 {
	display:none;
	background-image: url(../images/elements/img-speech1.png);
	background-repeat:no-repeat;
	height:75px;
	padding:20px 40px 10px 40px;
	width:175px;
	font-size:12px;
	color:#000;
}

.tooltip2 {
	display:none;
	background-image: url(../images/elements/img-speech2.png);
	background-repeat:no-repeat;
	height:250px;
	padding:20px 40px 10px 40px;
	width:175px;
	font-size:12px;
	color:#000;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
/*
table th 
{
    padding: 0 0 0 20px;
    margin:0;
    font-weight: bold;
    color: #000;
    text-align:right !important;
    vertical-align:top;
    
}
table tr td
{
    vertical-align:top;
    line-height:15px;
    
}
*/

.gstCalculator th 
{
    padding: 0 0 0 20px;
    margin:0;
    font-weight: bold;
    color: #000;
    text-align:right !important;
    vertical-align:top;
    
}
.gstCalculator tr td
{
    vertical-align:top;
    line-height:15px;
    
}


.centeredTable
{margin-left:auto;
margin-right:auto;}


.current_ExGST_Price, .new_ExGST_Price, .diff_ExGSTPrice, .current_GST, .new_GST, .diff_GSTPrice, .current_IncGST_Price, .new_IncGST_Price, .diff_IncGSTPrice 
{
    text-align: right;
    
}

#resultTextHeader 
{
    font-weight: bold;
}

.calcBtn img
{
float:right;
margin-right:220px;
margin-top: 10px;
}

/* arrows */
.greenTri{
	background-image: url(../images/elements/icon-greenTri.png);
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	top:2px;
	position:relative;
}
.redTri{
	background-image: url(../images/elements/icon-redTri.png);
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	top:4px;
	position:relative;
}
/* help icons */
.helpIcons{
border:0px;
	background-image: url(../images/elements/icon-help2.png);
	background-repeat:no-repeat;
	height:12px;
	width:12px;
	top:4px;
	position:relative;
}
