
.SealGrid /* div containing the control */
{
	/*width:600px;*/
	margin:5px auto;
    padding: 0px 2px;
	display:table;
}

.intSealGridWrapper /* container for grid areas within .SealGrid */
{
	background-color: #2B79CE;
	/*width:100%;*/
	position:relative;
	display: block;
	color:#fff;
	border:1px none white;
	border-radius:8px;
}

.SealGrid div.intSealGridScrollable
{
	border:1px solid lightgray;
	width:inherit;
	/*background:none repeat scroll 0 0 #BFD4ED;*/
	border-radius:5px;
}

.SealGrid div.intSealGridScrollable .intSealGridDataWrapper
{
	/*border:1px solid lightgray;
	border-radius:8px;*/
	width:inherit;
}

.intSealGridHeaderWrapper
{
	/*border:1px solid lightgray;
	border-radius:8px 8px 0px 0px;
	width:98%;*/
}

.SealGrid div.intSealGridScrollable div.intSealGridTableWrapper
{
	overflow-y:scroll;
	overflow-x:hidden;
}

/* Grid areas - table, caption, filter, info, paginate */
.intSealGridTable
{
	width: 100%;
	clear: both;/* table should clear the caption and filtering input */
	margin:0;
	color:#090D11;
	table-layout: fixed;
}

.intSealGridTable input.inputtext
{
	
}

.intSealGridHeader
{
	display:none;
}

.SealGrid div.intSealGridScrollable table.intSealGridHeader
{
	display:table;
	margin:0;
	padding:0;
	clear:both;
	color:#090d11;
	table-layout:fixed;
	width:100%;
}

.SealGrid div.intSealGridScrollable table.intSealGridHeader th
{
	
}

.SealGrid div.intSealGridScrollable table.intSealGridHeader th[data-columnId="row_select"],
.SealGrid div.intSealGridScrollable table.intSealGridHeader th[data-columnId="edit"],
.SealGrid div.intSealGridScrollable table.intSealGridHeader th[data-columnId="delete"]
{
	display:none;
}

.intSealGridInfo
{
	padding: 9px 6px 6px 6px;
	float: left;
}
 
.intSealGridPaginate {
	float: right;
}
 
.intSealGridLength,
.intSealGridCaption,
.intSealGridPaginate{
	padding: 6px;
}

.intSealGridLength
{
	float: left;
	padding-top: 0;
}

.intSealGridCaption {
	float: left;
	text-align: center;
	padding-bottom: 2px;
	font-weight:bold;
}

/* Grid table styling */
.intSealGridTable th,
.intSealGridHeader th
{
	
	border-width:1px;
	border-style:solid;
	border-color: #B8B8B8;
	padding:2px;
	vertical-align: bottom;
}
.intSealGridTable td,
.intSealGridHeader td
{
	 border:1px solid #B8B8B8;
	 padding:2px;
	 vertical-align: top;
	 font-size: 11px;
}

.SealGrid div.intSealGridScrollable thead
{
	
}

.SealGrid div.intSealGridScrollable table.intSealGridTable thead
{
	display:none;
}

.intSealGridTable thead th,
.intSealGridHeader thead th
{
	/*background: #BFD4ED;*/
	font-weight:normal;
}

.SealGrid div.intSealGridScrollable tbody
{
		
}

.SealGrid tbody tr
{
	height:auto;
}

.intSealGridTable tbody th,
.intSealGridTable tbody td
{
	background-color:#eaeaea;
	text-align:left;
}
.intSealGridTable tbody th
{
	font-weight:bold;
}

.intSealGridTable tbody td
{
}
	
table.intSealGridTable tbody tr.intSealGridOdd td,
table.intSealGridTable tbody tr.intSealGridOdd th
{
	background-color: #fff;
	text-align:left;
}

.intSealGridTable tfoot th, .intSealGridTable tfoot td
{
	/*font-size: 82%;*/
}

.intSealGridTable tfoot th
{
	background: #b0cc7f;
	font-weight:normal;
	text-align: left;
}
	
.intSealGridTable tfoot td
{
	background: #d7e1c5;
	font-weight: bold;
}

/* Paging control */

a.intSealGridPageButton
{
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	display: inline-block;
	/*
	-webkit-box-shadow: inset 1px 6px 12px #F3F3F3, inset -1px -10px 5px #A1A1A1, 1px 2px 2px #222222;
    box-shadow: inset 1px 6px 12px #F3F3F3, inset -1px -10px 5px #A1A1A1, 1px 2px 2px #222222;
    background-color: #F0F0F0;
    border: 1px solid #979797;*/
    color:#111111;
    background-color: #F3F3F3;
    
	padding: 2px 6px;
	margin-left: 3px;
	cursor: pointer;
	cursor: hand;
}

a.intSealGridPageActive 
{
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	display: inline-block;	
    border: 1px solid black;
    color:White;
	padding:  2px 6px 3px;
	margin-left: 2px;
    cursor: auto;
    background-color: transparent;
}

a.intSealGridPageButton:hover,
a.intSealGridPageButtonDisabled:hover
{
   
    /*(-webkit-box-shadow: inset 1px 6px 12px #FFFFFF, inset -1px -10px 5px #CCCCCC, 1px 2px 2px #444444;
    box-shadow: inset 1px 6px 12px #FFFFFF, inset -1px -10px 5px #CCCCCC, 1px 2px 2px #444444;
    background-color: #F0F0F0;*/
    
    
    -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5);
    color:black;
}

.intSealGridPageFullNumbers a:active {
	outline: none
}
.intSealGridPageFullNumbers a:hover {
	text-decoration: none;
}

a.intSealGridPageActive:hover
{
	color:White;	
}

div.intSealGridPage span>a {
	width: 15px;
	text-align: center;
}

div.intSealGridPaginate a
{
	text-decoration:none;
}

/* Sorting controls */
.intSealGridTable thead th.sorting_asc {
	background: #66A9BD url('Scripts/DataTables/media/images/sort_asc.png') no-repeat right center;
}
 
.intSealGridTable thead th.sorting_desc {
	background: #66A9BD url('Scripts/DataTables/media/images/sort_desc.png') no-repeat right center;
}
 
.intSealGridTable thead th.sorting {
	background: #66A9BD url('Scripts/DataTables/media/images/sort_both.png') no-repeat right center;
		
}
	
.SealGridColumn
{
	display:none;
}
	
/* Self clearing - the wrapper div can clear itself so that any content that follows the table will 
clear the pagination and information div elements. http://www.webtoolkit.info/css-clearfix.html
*/
.intSealGridWrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .intSealGridWrapper {display: block;}
* html .intSealGridWrapper {height: 1%;}

/* classes for the rounded-corner images
*/

.SealGrid div.roundedCornerTopLeft
{
	background: url(images/gridTopLeft.gif) no-repeat scroll 0 0 transparent;
}

.SealGrid div.roundedCornerTopRight
{
	background: url(images/gridTopRight.gif) no-repeat scroll 100% 0 transparent;
}

.SealGrid div.roundedCornerBottomRight
{
	background: url(images/gridBottomRight.gif) no-repeat scroll 100% 100% transparent;
	height:20px;
	float:right;
	clear:right;
	width:20px;
}

.SealGrid div.roundedCornerBottomLeft
{
	background: url(images/gridBottomLeft.gif) no-repeat scroll 0 100% transparent;
	height:20px;
	float:left;
	clear:left;
	width:20px;
}

.intSealGridFilter,
.intSealGridSaveButton,
.intSealGridAddButton,
.intSealGridDeleteButton,
.intSealGridMoveUpButton,
.intSealGridMoveDownButton,
.intSealGridRefreshButton {
	float: right;
	height: 24px;
	width: 24px;
	cursor: pointer;
	position: relative;
	padding: 6px 6px 2px 5px;
	top: 0px;
	left: 0px;
}

.intSealGridFilter {
	background: url(images/filter-24-white.png) no-repeat scroll center transparent;
}

.intSealGridAddButton {
	background: url(images/add-24-white.png) no-repeat scroll center transparent;
}

.intSealGridMoveUpButton {
	background: url(images/move-up-24-white.png) no-repeat scroll center transparent;
}

.intSealGridMoveDownButton {
	background: url(images/move-down-24-white.png) no-repeat scroll center transparent;
}

.intSealGridRefreshButton {
	background: url(images/refresh-24-white.png) no-repeat scroll center transparent;
}

.intSealGridDeleteButton
{
	background: url(../images/deleteX.png) no-repeat scroll 0 50% transparent;
	text-align:right;
	width:65px;
}

.intSealGridSaveButton
{
	background: url(images/save-24-white.png) no-repeat scroll center transparent;
}

thead th[data-columnId="edit"]
{
	width: 30px;
}

thead th[data-columnId="delete"]
{
	width: 45px;
}

tbody th[data-columnId="edit"],
tbody td[data-columnId="edit"]
{
	width: 30px;
}

tbody th[data-columnId="delete"],
tbody td[data-columnId="delete"]
{
	width: 45px;
}

.intSealGridDeleteCell
{
	background: url("../images/deleteX.png") no-repeat scroll 50% 50% transparent;
	cursor:pointer;
}

.intSealGridDeleteCellDisabled
{
	background: url("../images/deleteXDisabled.png") no-repeat scroll 50% 50% transparent;
}

.intSealGridEditCell
{
	background: url("images/editPencil.png") no-repeat scroll 50% 50% transparent;
	cursor:pointer;
}

.intSealGridEditCellDisabled
{
	background: url("images/editPencilDisabled.png") no-repeat scroll 50% 50% transparent;
}

.intSealGridHeaderFilterCell
{

}

.intSealGridHeaderFilterCell input
{
	width:100px;
	height:17px;
	line-height:12px;
}

.intSealAjaxLoadingImage
{
	background: url("images/ajaxLoader.gif") no-repeat scroll 50% 50% transparent;
	width:32px;
	height:32px;
	margin: 25px auto 0;
}

.intSealGridHeaderCellWrapper
{
	position:relative;
}

.intSealGridHeaderDataCell
{
}

.intSealGridCellSortImage
{
	width:18px;
	height:10px;
}

.intSealGridCellSortImageUp
{
	background: url('images/blackArrowUp.png') no-repeat scroll 0 50% transparent;
}

.intSealGridCellSortImageDown
{
	background: url('images/blackArrowDown.png') no-repeat scroll 0 50% transparent;
}

.intSealGridHeaderSort
{
	background: url('images/blackArrowDown.png') no-repeat scroll 0 50% transparent;
}

.intSealGridRowSelectCell
{
	
}

thead th[data-columnId="row_select"],
thead td[data-columnId="row_select"]
{
	width:15px;
}

tbody th[data-columnId="row_select"],
tbody td[data-columnId="row_select"]
{
	width:15px;
}

.intSealGridRowSelectCheckBox
{
	padding:0 auto;
}
intSealGridCellSortImage
.intSealGridTable label
{
	padding:0;
	margin:0;
}

.intSealGridHeaderCellTable
{
	height:100%;
	padding:0;
	margin:0;
	background-color:transparent;
	float:left;
}

.intSealGridHeaderCellTable td, .intSealGridHeaderCellTable th
{
	border:0px;
	padding: 0;
	text-align:left;
}
