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

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

/* ID = header - for positioning front matter*/
#header {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height:90px;
	min-width:850px;
	background-image:url('../Icons/ichibkgndblue.jpg');
  	z-index:100;  
}

table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: separate;
	table-layout: auto
	position: relative;
	top: 90px;  /* match to height of the ID=header */
}
table.sortable th, table.sortable td {
	text-align: center;
	padding: 1px 1px 1px 1px;
        border-style: solid;
	border-color: #444;
        font-family: 'Times New Roman';
        font-size: 8pt;

}
/* 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 th {
	border-width: 0px 1px 1px 0px;
	border-color: WhiteSmoke;
	background-color: #4B6DAD;
        color: white;
        white-space: nowrap;
	border-bottom: none;
}
table.sortable td {
	border-width: 0px 1px 0px 0px;
	border-color: #4B6DAD;
        color: black;
        white-space: nowrap;
}

thead tr.first th {
	position: sticky;
	top: 90px;  /* match to height of the ID=header */
}

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;
}
table.sortable th:last-child{   /*set the last TH border color to match the rest*/
	border-color: #4B6DAD;
}

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

/* TABLE UNIQUE */

/* Set width for first column */
table.sortable th:nth-child(1),
table.sortable td:nth-child(1){
        max-width: 40px;
}

/* Set width for secondcolumn */
table.sortable th:nth-child(2),
table.sortable td:nth-child(2){
        max-width: 200px;
}

/* Set TH for KKs to be green */
table.sortable th:nth-child(n+3):nth-child(-n+9),
table.sortable th:nth-child(n+18):nth-child(-n+25),
table.sortable th:nth-child(n+34):nth-child(-n+41),
table.sortable th:nth-child(n+50):nth-child(-n+57)
{
        background-color: #769adf;
}


/* Set TH and TD to have bold left border at 2nd, 3rd and 19th */
table.sortable th:nth-child(3),
table.sortable th:nth-child(10),
table.sortable th:nth-child(18),
table.sortable th:nth-child(26),
table.sortable th:nth-child(34),
table.sortable th:nth-child(42),
table.sortable th:nth-child(50),
table.sortable th:nth-child(58){
	border-width: 0px 1px 0px 2px;
        border-collapse:separate;
	border-color: WhiteSmoke;
        color: white;
}

table.sortable td:nth-child(3),
table.sortable td:nth-child(10),
table.sortable td:nth-child(18),
table.sortable td:nth-child(26),
table.sortable td:nth-child(34),
table.sortable td:nth-child(42),
table.sortable td:nth-child(50),
table.sortable td:nth-child(58){
	border-width: 0px 1px 0px 2px;
	border-color: #4B6DAD;
        color: Black;
}

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

#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: 0px solid black;
	/*  overflow: auto; */
  	scrollbar-color:#C9C299;
	position:relative;
}

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



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

td.locked,  th.locked{
	background-color: #ffeaff;
	/* border-right: 1px solid silver; */
	position: sticky; 
	z-index: 3;
}


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

form {
        margin: 1pt;
        display: inline-block; 
}

.nodisplay {
	display:none;
}


input[type=button] {
	color: #4B6DAD;
	padding: 1px 1px;
	margin: 2px 2px;
	font-size: 12px;
	font-family: 'Times New Roman';
 }

thead tr >th {
	position: sticky; 
	z-index: 3; 
	top:80.667px;
}
thead tr > :first-child{
	position:sticky;
	z-index:4;
	left:0px;
	top:90px;
}
thead tr > :nth-child(2){
	position:sticky;
	z-index: 4;
	left:30.8167px;
}
tbody tr > :first-child{
	position:sticky;
	z-index: 2;
	left:0px;}
tbody tr > :nth-child(2){
	position:sticky;
	z-index: 2;
	left:30.8167px;}

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