﻿
div.UIK_FixedHeadTable {
}

	div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header {
		overflow: hidden;
	}

		div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header,
		div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header div.cellHead,
		div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header div.cellHeadLast {
			height: 1.5em;
		}

			div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header div.cellHead {
				float: left;
				border-right: 1px solid #d5d5d5; /* Border standard color */
				padding-left: 3px;
				padding-right: 2px;
				background-color: white;
			}

				div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header div.cellHead input.checkbox {
					margin: 1px 0px 0px 4px;
					vertical-align: middle;
				}

			div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header div.cellHeadLast {
				float: left;
				padding-left: 1px;
			}

	div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content {
		border-top: 1px solid #d5d5d5; /* Border standard color */
		border-bottom: 1px solid #d5d5d5; /* Border standard color */
	}

		div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.row-header td {
			font-weight: bold;
			padding: 1em 0 .3em .5em;
			border-bottom: 2px solid #d5d5d5; /* Border standard color */
		}

		div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.odd {
			background-color: #F1F5FA;
		}

		div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.even {
			background-color: #FFFFFF;
		}

		div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.odd td {
			border-right: 1px solid #d5d5d5; /* Border standard color */
			padding-left: 3px;
			padding-right: 2px;
		}

		div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.even td {
			border-right: 1px solid #d5d5d5; /* Border standard color */
			padding-left: 3px;
			padding-right: 2px;
		}

		div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.selected {
			background-color: #2e8af7;
			color: White;
		}

			div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.selected a {
				color: White;
			}

		div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content span.dayDesc {
			opacity: 0.4;
		}

		div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.selected span.dayDesc {
			opacity: 1;
			color: white;
		}

.UIK_frontLineListChk {
	vertical-align: middle;
	margin-bottom: .25em;
}
