.point { 
font-size: 15px; 
color:  #FF0000;
margin: 0px;
}

/**** ///////////// TABLES //////////////// ****/

table.compare {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #626262;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.compare th {
	margin: 0px;
	padding: 3px 2px 2px 2px;
	height: 15px;
	background: #008A73;
	background-repeat: repeat;
	font-size: 12px;
	color: #FFFFFF;
    text-align: center;
}
table.compare th.title {
	text-align: left;
}

table.compare tr.r1 {
	background-color: #FFF;
}

table.compare tr.r2 {
	background-color: #F5F5F5;
    height: 15px;

    }

table.compare td {
	border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
	padding: 1px;
    text-align: center;
}
table.compare td.func{
 border-left: 1px solid #e5e5e5;
 text-align: left;
 padding-left: 5px;
 padding-right: 5px;
}
table.compare tr.r1:hover {
	background-color: #F5F5F5;
}


/**** /////////////CSS for pop up hint box //////////////// ****/
#hintbox{ 
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #636563;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid #636563;
border-bottom: 3px solid #636563;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
color: navy;
margin: 3px 8px;
}
