﻿div.UIK_FixedHeadTable
{
}

div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header {
	overflow:hidden;
	height: 16px;
	border-bottom: solid 1px #555555;
	background-image: url(img/Header.png);
	font-size: 8pt;
	font-weight: bold;
	text-shadow: #E0E0E0 0px 1px 1px;
}

div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header div.cellHead {
	float: left;
	height: 15px;
	border-left: #E2E2E2 1px solid;
	border-right: #A3A3A3 1px solid;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
}

div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header div.cellHead input.checkbox 
{
	/*margin: 1px 0px 0px 3px;
	margin-bottom: .25em;*/
}

div.UIK_FixedHeadTable div.UIK_FixedHeadTable_Header div.cellHeadLast {
	float: left;
	height: 15px;
	border-left: #E2E2E2 1px solid;
	padding-top: 1px;
}

div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content
{
	font-size: 8pt;
	border-bottom: solid 1px #D9D9D9;
}

div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.selected
{
	background: url(img/Content.Row.Selected.png);
	color: White;
}

div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.selected a
{
	color: White;
}

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: #D9D9D9 1px solid;
	padding-left: 3px;
	padding-right: 2px;
}

div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.even td
{
	border-right: #D9D9D9 1px solid;
	padding-left: 3px;
	padding-right: 2px;
}

div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content span.dayDesc
{
	color: Gray;
	font-size: 7pt;
}

div.UIK_FixedHeadTable table.UIK_FixedHeadTable_Content tr.selected span.dayDesc
{
	color: white;
	font-size: 7pt;
}

.UIK_frontLineListChk 
{
	vertical-align: middle;
	margin-bottom: .25em;	
}