﻿.datagrid {
	width:99.9%;
	border:1px solid #CDCDCD;
	background-repeat: repeat-x;
	text-align:left;
	margin:10px 0 15px 1px;
	font-size: 1.1em;
	line-height:normal;
}
.popgrid
{
	font-size: 1.1em;
	padding-top: 10px;
	line-height:normal;
}

.thindatagrid {
    margin:0 auto;
	border:1px solid #CDCDCD;
	padding: 5px;
	background-repeat: repeat-x;
	margin-bottom: 1em;
}

.thindatagridalignleft {
	border:1px solid #CDCDCD;
	padding: 5px;
	background-repeat: repeat-x;
	margin-bottom: 1em;
	width: 99.9%;
	font-size: 1em;
}

.collection-col
{
	width: 250px;
}

.toprow {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	height:35px;
	color: #232323;
	background-color: #898989;
	text-decoration: none;
	border : 1px solid #CDCDCD;
	background: url('images/grid/css-plain.gif');
	background-repeat:repeat;
	padding: 1px;
	margin: 1px;
}

tr.toprow th {
	padding: 5px;
	border:1px solid #CDCDCD;
}

/* (art) FB 79702. 04-24-2015 */
.rules {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	height:35px;
	color: #000000;
	background-color: #CDCDCD;
	text-decoration: none;
	border : 1px solid #CDCDCD;
	padding: 1px;
	margin: 1px;
}

tr.rules th {
	padding: 5px;
}

tr.rules th.first {
	border-right:1px solid #F4F4F4;
}
/* (art) FB 79702. End.5 */



tr.r1 td {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #343434;
	background-color: #f4f4f4;
	text-decoration: none;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 1px;
	margin-bottom: 1px;	
	border:1px solid #CDCDCD;
}

tr.r2 td {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	background-color: #e8e8e8;
	text-decoration: none;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 1px;
	margin-bottom: 1px;	
	border:1px solid #CDCDCD;
}

tr.r1 img, tr.r2 img
{
	display:inline;
	/*padding-top: 2px;*/
}

td.collection-col img {
    padding-top: 2px;
}

caption, .emptySetCaption
{	
	text-align: left;
	margin-top: .75em;
	margin-left: .5em;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	
}
.caption
{	
	text-align: left;
	margin-top: .75em;
	margin-left: .5em;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
}

tr.pager 
{	
	text-align: center;
}

tr.pager td
{	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;	
}

.line {
	font-size: 10%;
	border-bottom : 1px solid #dedede;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}


tr.r1 td.removed
{
	background-color: #EBD9D9;
	font-weight:bold;
}

tr.r2 td.removed
{
	background-color: #EBD9D9;
	font-weight:bold;
}

tr.r1 td.added 
{
	background-color: #B0E57C;
	font-weight:bold;
}

tr.r2 td.added 
{
	background-color: #B0E57C;
	font-weight:bold;
}

tr.r1 td.optional
{
	color: #aa0000;
}

tr.r2 td.optional
{
	color: #aa0000;
}

tr.empty td
{
	color: #696969;
	font-size: 11px;
}

tr.r1 td.lower
{
	background-color: #EBD9D9;
	font-weight:bold;
}

tr.r2 td.lower
{
	background-color: #EBD9D9;
	font-weight:bold;
}

tr.r1 td.higher 
{
	background-color: #B0E57C;
	font-weight:bold;
}

tr.r2 td.higher 
{
	background-color: #B0E57C;
	font-weight:bold;
}

.PCGSTable
{
	width:480px; 
	font-weight:bold; 
	border:solid 2px #896914; 
	text-align:center; 
	margin:10px 10px 10px 10px; 
	background-color:#E3DACC;
}

.PCGSTableHeaderRow
{	
	color: white; 
	background-color:#896914; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	font-weight: bold;
	height:20px;
	text-decoration: none;	
	padding: 1px;
	margin: 1px;

	/*
	background-color: #523C00; //from pcgs dealers app
	white-space:nowrap;
    */
}