﻿/*CBQOverride Paging Styles*/
.ISDesign_CBQOverride { 
    position:relative;
	height:25px;
	width: 100%;
	/*background-color: aqua;*/
}    

.ISDesign_CBQOverride .CBQPgFirst { 
	/*position: absolute;*/
	bottom: 10px;
	z-index: 50;
	cursor: hand; 
	background: url('/Style%20Library/Images/FirstRecord.bmp') no-repeat 0px 0px;
	width: 30px;
	height:20px;
}

.ISDesign_CBQOverride .CBQPgFirstOff { 
	/*position: absolute;*/
	bottom: 10px;
	z-index: 50;
	background: url('/Style%20Library/Images/FirstRecordOff.bmp') no-repeat 0px 0px;
	width: 30px;
	height:20px;
}

.ISDesign_CBQOverride .CBQPgPrev { 
	/*position: absolute;*/
	bottom: 10px;
	z-index: 50;
	cursor: hand; 
	background: url('/Style%20Library/Images/PreviousRecord.bmp') no-repeat 0px 0px;
	width: 30px;
	height:20px;
}

.ISDesign_CBQOverride .CBQPgPrevOff { 
	/*position: absolute;*/
	bottom: 10px;
	z-index: 50;
	background: url('/Style%20Library/Images/PreviousRecordOff.bmp') no-repeat 0px 0px;
	width: 30px;
	height:20px;
}

.ISDesign_CBQOverride .CBQPgMsg { 
	/*position: absolute;*/
	bottom: 10px;
	z-index: 50;
	cursor: hand; 
	width: 200px;
	height:20px;
}

.ISDesign_CBQOverride .CBQPgNext { 
	/*position: absolute;*/
	bottom: 10px;
	z-index:50;
	background: url('/Style%20Library/Images/NextRecord.bmp') no-repeat 0px 0px;
	cursor:hand; 
	width: 30px;
	height:20px;	
}

.ISDesign_CBQOverride .CBQPgNextOff { 
	/*position: absolute;*/

	bottom: 10px;
	z-index:50;
	background: url('/Style%20Library/Images/NextRecordOff.bmp') no-repeat 0px 0px;
	width: 30px;
	height:20px;	
}

.ISDesign_CBQOverride .CBQPgLast { 
	/*position: absolute;*/
	bottom: 10px;
	z-index: 50;
	cursor: hand; 
	background: url('/Style%20Library/Images/LastRecord.bmp') no-repeat 0px 0px;
	width: 30px;
	height:20px;
}

.ISDesign_CBQOverride .CBQPgLastOff { 
	/*position: absolute;*/
	bottom: 10px;
	z-index: 50;
	background: url('/Style%20Library/Images/LastRecordOff.bmp') no-repeat 0px 0px;
	width: 30px;
	height:20px;
}

.ISDesign_CBQOverride .CBQTrans {
	
	background: transparent;
}
