/* page 'Price Grid' start */
#blue-table{
	width: 100%;
	float: left;
	padding-bottom: 1em;
}
#blue-table:after {
	content:"";
	display:block;
	clear:both;
}
#blue-table table{
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	font-size: 0.916em;
	margin: 0px 0 0 -1px;
}
#blue-table td{
	border: 1px solid #aebfd0;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	
}
#blue-table .active a{
	color: #3a3a3a;
	cursor: default;
	text-decoration: none;
}
#blue-table .active a:hover{
	cursor: default;
	text-decoration: none;
}

/* Created new class to handle the table header link color from orange (hard to read) to a light gray */
#blue-table .table-head a{
	color: #E1E2E3;
	cursor: default;
}
#blue-table .table-head a:hover{
	cursor: default;
}
/* End of link class change */

#blue-table th{
	padding: 0;
	margin: 0;
	color: #fff;
	background: #7591aa;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: bottom;
}
.blue-bg td{
	background-color: #c9dff2;
}
.light-blue-bg td{
	background-color: #f1f6fa;
}
div.table{
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #aebfd0;
	border-right: 1px solid #aebfd0;
	color: #3a3a3a;
}

/* page 'Price Grid' end */

/* Fix for the div that is autogenerated from asp.net on gridview controls */
#blue-table div.table div
{
    background-color: White;
    display: inline;
}
