﻿/* iKIRTable ------------------------------------------------------ */
.iKIRTable {
	margin-top: 10px;
	border-collapse: collapse;
	width: 100%;
}
.iKIRTable tr {
	/*background-color: #e5fdff;*/
	background-color: #f3faf3;
}
.iKIRTable tr.iHeaderBig td {
	font-size: 14px;
}
.iKIRTable th,
.iKIRTable tr.iHeader td {
	text-align: center;
	font-weight: bold;
	padding: 10px;
	/*background-color: #b1dfe3;*/
	background-color: #e2f7bf;
}
.iKIRTable td {
	vertical-align: top;
	padding: 5px 10px;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
}
.iKIRTable tr.iHeader td.tLeft {
	text-align: left;
}
.iKIRTable tr.iHeader td.tRight {
	text-align: right;
}


/* ContentTB ------------------------------------------------------ */
.ContentTB {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #cfcace;
	border-collapse: collapse;
	margin-top: 10px;
}
.ContentTB TD {
	font-size: 12px;
}
.ContentTB .Header td{
	height: 35px;
	background-color: #959595;
	background-image: url('/SiteCollectionImages/KBank23/ContentTBHeaderBG.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	vertical-align: top;
	color: #333;
}
.ContentTB .HColStart {
}
.ContentTB .HColMiddle, .ContentTB .HColMiddle td {
	border-left: 1px solid #b3b3b3;
	background-position: center top;
}
.ContentTB .HColEnd {
	border-left: 1px solid #b3b3b3;
	background-position: right top;
}
.ContentTB .Detail,.ContentTB .Detail td{
	padding: 5px 10px;
	border-left: 1px solid #cfcace;
	vertical-align: top;
	font-size: 11px;
	color: 333;
}
.ContentTB .DHeader, .ContentTB .DHeader td,
.ContentTB .DCol1, .ContentTB .DCol1 td,
.ContentTB .DCol2, .ContentTB .DCol2 td,
.ContentTB .DColEnd, .ContentTB .DColEnd td{
	/*width: 14%;*/
}
.ContentTB .DHeader, .ContentTB .DHeader td{
	background-color: #e2f7bf;
	font-weight: bold;
}
.ContentTB .DCol1, .ContentTB .DCol1 td{
	background-color: #f3faf3;
}
.ContentTB .DCol2, .ContentTB .DCol2 td{
	background-color: #fff;
}
.ContentTB .DColEnd, .ContentTB .DColEnd td {
	border-right: 1px solid #cfcace;
	/*background-color: #f3faf3;*/
}
.ContentTB A:link {
	color: #333;
}
.ContentTB A:active {
	color: #333;
}
.ContentTB A:visited {
	color: #333;
}
.ContentTB A:hover {
	color: red;
	text-decoration: underline
}

