﻿
/* Custom Grid Styles*/

.IKGridHeaderNoBorder
{
	border-right:none;
	border-left:none;
}

.IKAboveGridCaption
{
	font:bold 14px/15px Arial,sans-serif;
	color:#003366;
	text-align:center;
}

.IKShowResultsGridCell{
	padding:8px 10px 8px 10px;
	font:normal 10px/16px Verdana,Arial,sans-serif;
	color:#003366;
	text-align:center;
	/*border-top: solid 1px #B9D9F0;*/
	border-bottom: solid 1px #B9D9F0;
	border-right: 1px dashed #DDEDF5;
}

.IKShowResultsGridCellLeft{
	padding:8px 10px 8px 10px;
	font:normal 10px/16px Verdana,Arial,sans-serif;
	color:#003366;
	text-align:left;
	/*border-top: solid 1px #B9D9F0;*/
	border-bottom: solid 1px #B9D9F0;
	border-right: 1px dashed #DDEDF5;
}

.IKShowResultsGridCellLastAlignLeft{
	padding:8px 10px 8px 10px;
	font:normal 10px/16px Verdana,Arial,sans-serif;
	color:#003366;
	text-align:left;
	border-bottom: solid 1px #B9D9F0;
}

.IKShowResultsGridCellLast{
	padding:8px 10px 8px 10px;
	font:normal 10px/16px Verdana,Arial,sans-serif;
	color:#003366;
	text-align:center;
	border-bottom: solid 1px #B9D9F0;
}

.IKGridPager{
	font:normal 10px/11px Verdana,Arial,sans-serif;
	text-align:right;
	/*height:10px;*/
	padding: 10px 0px 10px 0px;
}

.IKGridFooter
{
	font:normal 10px/11px Verdana,Arial,sans-serif;
	text-align:center;
	height:3px;
	padding:0px 0px 0px 0px;
	background-color: White;
	/*border-right: solid 1px #7CA9D0;
	border-left: solid 1px #7CA9D0;*/
	border-top: solid 3px #7CA9D0;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.IKGridFooterCell
{
	background-color: Red;
	border: solid, 0px, Red;
}

#IKcenterGridDiv div{
	padding:10px 0px 10px 0px;
	font:normal 10px/11px Verdana,Arial,sans-serif;
	color:#003366;
	text-align:center;
}

.IKCalendarNextPrevStyle
{
	background-color: #b9d9f0;
}

.IKCalendarTitleStyle
{
	background-color: #b9d9f0;
}


.tabLft{
	background-image: url(../images/tabCornerBlueLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.tabRt{
	background-image: url(../images/tabCornerBlueRight.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border-right: none;
}

/*
TH{
	padding: 10px 15px 5px 15px;
	font: bold 10px/11px Verdana,Arial,sans-serif;
	color: #003366;
	text-align: center;
	background-color: #b9d9f0;
	vertical-align: bottom;
	border-right: 1px dashed #b9d9f0;
	border-bottom: 2px solid #7CA9D0;
}

*/