html {
	background-image:url('../Icons/ichibkgndblue.jpg');
	background-attachment: fixed;
}

a img {
	border: 0;
      	color: white;
}
a:link, a:visited {
	text-decoration: none;
	color: white;
}
p {
        font-family: 'Times New Roman';
 	margin: 0;
        color: #4B6DAD;
}

#header {
	position: fixed;
	top:0;
	background-image:url('../Icons/ichibkgndblue.jpg');
	width: 100%;
	height: 80px;  /* height of the header*/
	z-index:200;
}

table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: separate;
	table-layout: auto
}
table.sortable th, table.sortable td {
	text-align: center;
	padding: 1px 5px 1px 5px;
        border-style: solid;
	border-color: #444;
        font-family: 'Times New Roman';
        font-size: 9pt;
}
table.sortable th {
	border-width: 0px 1px 1px 0px;
	border-color: white;
	background-color: #4B6DAD;
        color: white;
        white-space: nowrap;
	border-bottom: none;
	position: sticky;
	top: 80px;  /*change to patch the height of the header*/
}
table.sortable td {
	border-width: 0px 1px 0px 0px;
	border-color: #4B6DAD;
        color: black;
}
/* set first column TB border to grey */
table.sortable td:nth-child(1) {
	border-width: 0px 1px 0px 0px;
	border-color: #b3b3b3;
        color: black;
}
table.sortable tr.odd td {
	background-color: #B7CEEC;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}

/* Added for "updated through basho... */
span.basho{
	font-family: 'Times New Roman';
	font-size:10.0pt;
	color:#6932a8;
	display:inline-block;
	padding-left:10px;
}


/* TABLE UNIQUE */
/* Set TH and TD to have bold left border every other, starting at the 3rd */
table.sortable > thead > tr:nth-child(1) > th:nth-child(n+5) {
	border-width: 0px 1px 0px 2px;
        border-collapse:separate;
        color: white;
}

table.sortable th:nth-child(4), table.sortable th:nth-child(3n+2) {
	border-width: 0px 1px 0px 2px;
        border-collapse:separate;
	border-color: WhiteSmoke;
        color: white;
}

table.sortable td:nth-child(3n+2), table.sortable td:nth-child(4) {
	border-width: 0px 1px 0px 2px;
	border-color: #4B6DAD;
        color: Black;
}

/* Set TH and TD to have bold left border every other, starting at the 3rd */
table.sortable > thead > tr:nth-child(1) > th:nth-child(n+5):nth-child(-n+8),
table.sortable > thead > tr:nth-child(2) > th:nth-child(n+5):nth-child(-n+17) {
	background: #265cc2;
}

/* classes for good to bad averages */
.regainedRnk{ background-color: #96dc96 !Important; border-bottom: 1px solid #b3b3b3 !Important;}
.unusualPromo{ background-color: Gold !Important; border-bottom: 1px solid #b3b3b3 !Important;}
.usualPromo{ border-bottom: 1px solid #b3b3b3 !Important;}

#Doit {
	background-color: #FFFF99;
        color: black;
        border-bottom: 1px solid #b3b3b3;
}

#DeSuGi{
	background-color: maroon;
        color: white;
        border-bottom: 1px solid #b3b3b3;
}

#ISI {
	background-color: #CC99FF;
        color: black;
        border-bottom: 1px solid #b3b3b3;
}

#Mass {
	background-color: #CCFFCC;
        color: black;
        border-bottom: 1px solid #b3b3b3;
}

#NPI {
	background-color: #00CCFF;
        color: black;
        border-bottom: 1px solid #b3b3b3;
} 
#Sakura {
	background-color: #FF99CC;
        color: black;
        border-bottom: 1px solid #b3b3b3;
}

#SFI {
	background-color: #FFCC99;
        color: black;
        border-bottom: 1px solid #b3b3b3;
}
#STI {
	background-color: #99CC00;
        color: black;
        border-bottom: 1px solid #b3b3b3;
}
#Unaff {
	background-color: white;
        color: black;
        border-bottom: 1px solid #b3b3b3;
}
#kosho {
	background-color: #F2F2F2;
        color: black;
}

#intai {
	background-color: #BDBDBD;
        color: black;
      border-bottom: 1px solid #b3b3b3;
}


div#tbl-container {
	width: 100%;
	/*  height: 90%; */
	border: 1px #000 ! important;
	border: 1px solid black;
}

table {
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
	background-color: WhiteSmoke;
}


thead th, thead th.locked	{
	font-size: 8.0pt;
	font-weight: bold;
	text-align: center;
	color: white;
	cursor: default; 
}
	
td.locked,  th.locked{
	background-color: #ffeaff;
	/* border-right: 1px solid silver; */
}

label {
	font-family: 'Times New Roman';
        margin: 20pt;
        color: #4B6DAD;
        font-size: 10pt;
}

form {
	margin: 0pt;
}

.nodisplay {
	display:none;
}

#scrollWrap {
	position: absolute;
	top:80px;  		/* Match the height of #Header */
	width:40%;		/* This is the width of the table */
}

