/* page 'Price Grid' start */
#blue-table{
	width: 100%;
	float: left;
}
#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: #5c778f;
	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 */

/* additional styles for pager */
#blue-table .pagercontrol table
{
    text-align: center;
    margin: 0px auto;
    width: 200px;
    border-collapse: collapse;
    
}
#blue-table .pagercontrol div.table  td
{
    border-bottom: 1px solid #aebfd0;
    border-right: 1px solid #aebfd0;
    text-align: center;
    width: 30px;
}

/* Fix for the div that is autogenerated from asp.net on gridview controls */
#blue-table div.table div
{
    background-color: White;
    display: inline;
}

#blue-table div.table div .norecords
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #f1f6fa;
	border:1px solid #AEBFD0;
	width: 50px;
	width: 760px;
}

#blue-table ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.166em;
	height: 29px;
}
#blue-table li{
	background: url(http://www.pcgs.com/prices/images/css-tabs/bg-price-grid-tabs-r.gif) no-repeat 100% 0;
	float: left;
	padding-right: 10px;
	margin-right: 1px;
	height: 29px;
}
#blue-table li a{
	background: url(http://www.pcgs.com/prices/images/css-tabs/bg-price-grid-tabs-l.gif) no-repeat;
	float: left;
	color: #394f65;
	text-decoration: none;
	padding: 4px 11px 1px 25px;
	height: 24px;
}

#blue-table .PrintButton a{
	float: left;
	color: #394f65;
	text-decoration: none;
	padding: 4px 11px 1px 25px;
	height: 24px;
}

#blue-table li:hover,
#blue-table li.hover,
#blue-table li.active{
	background-position: 100% -29px;
}
#blue-table li:hover a,
#blue-table li.hover a,
#blue-table li.active a{
	background-position: 0 -29px;
	color: #fff;
}
#blue-table li.active a:hover{
	cursor:default;
}
#blue-table li#print-grid,
#blue-table li#print-grid a{
	background: none;
	padding: 0;
	margin: 0;
}
#blue-table li#print-grid a{
	color: #b55e27;
	margin: 3px 0 0 15px;
}
#blue-table li#print-grid a:hover{
	text-decoration: underline;
}

.title 
{
	float: left;
	font-size: 1.1em;
	padding: 3px 3px;
	font-weight: bold;
	color: #4c677f;
}

.title-light
{
	float: left;
	font-size: 1.1em;
	padding: 3px 3px;
	font-weight: bold;
	color: #69959b;
}
