/*         ADD YOUR COMMENTS WHEN MAKING CHANGES TO THIS FILE          */
/*use this to disable the comments link in the footer.*/

/*Ver. 1 - Created a comments disabling override -anant 			   */

/***********************************************************************/

span.comments-link {
display:none;
}

DIV.footer-block {
margin-top: 25pt;
margin-bottom: 20pt;
border-top: 2px #959595 solid;
border-bottom: 1px #FFFFFF solid;
text-align: right;
padding-right: 15px;
padding-top: 8px;
padding-bottom: 14px;
display: block;
}
* {
			margin: 0;
			padding: 0;
		}
		body {
			background-image: url(../images/product-splash.png);
			background-repeat: no-repeat;
			max-width: 1300px;
			min-width: 866px;
			background-color: #FFFFFF;
		}
		a:link {
			text-decoration: none;
			color: #000000;
		}
		a:visited {
			text-decoration: none;
			color: #000000;
		}
		a:hover {
			text-decoration: underline;
			color: #000000;
		}
		img {
			border: 0px;
		}
		.container {
			width: 700px;
			margin-left: 92px;
			margin-top: 130px;
		}
		.getStarted table {
			width: 480px;
			height: 200px;
			border-collapse: collapse;
			opacity: 0.78;
			filter: Alpha(opacity=90);
			float: left;
		}
		.getStarted td {
			vertical-align: middle;
			text-align: middle;
			padding: 10px;
			font-size: 16px;
			font-family: Arial;
			font-weight: light;
			color: #000000;
			background-color: #FFFFFF;
			border: none;
		}
		.getStarted th{
			vertical-align: middle;
			background-color: #747471;
			padding: 10px;
			font-size: 16px;
			font-family: Arial;
			font-weight: bold;
			color: #FFFFFF;
			text-align: left;
			border: none;
		}
		.resources table {
			width: 620px;
			height: 50px;
			margin-top: 110px;
			margin-left: -8px;
			border-collapse: collapse;
			opacity: 1.00;
			filter: Alpha(opacity=90);
			float: left;
		}
		.resources td{
			vertical-align: middle;
			text-align: middle;
			padding: 8px;
			font-size: 13.4px;
			font-family: Arial;
			font-weight: light;
			color: #000000;
			border: none;
		}
		.share table{
			width: 45px;
			margin-top: -200px;
			margin-right: -69px;
			border-collapse: collapse;
			opacity: 1.0;
			filter: Alpha(opacity=90);
			height: 200px;
			float:right;
		}
		.share td{
			vertical-align: middle;
			padding: 2px;
			<!-- background-color: #ECECEC; -->
			<!-- border: none;
		}
		.clear {
			clear: both;
		}