﻿/* Aktif Sayfa Td */
.turuncuKoyu 
{	
	background-image: url('../images/Paging/ActivePageBack.jpg');
	background-repeat: no-repeat;
	background-position:center;
	padding-left: 5px;
	padding-right: 5px;
	width: 20px;
	height: 30;	
	text-align: center;
}

/* Aktif Sayfa Text */
.Tahoma11pxSiyahKoyu{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

/* Sayfa Td */
.turuncuPaging{
	background-image:url("../images/Paging/PageBack.jpg");
	background-repeat:no-repeat;
	background-position:center;	
	padding-left: 5px;
	padding-right: 5px;	
	width: 20px;
	height: 30;	
	text-align: center;
}

/* Sayfa Text */
.Tahoma11pxTuruncuKoyu{
	font-family: Verdana;
	font-size: 10px;
	color: #E39000;	
	text-decoration:none;
	font-weight:bold;		
}

.PagingFooter {
	width: 100%;
	height: 33px;
	border: 1px solid #e0d9c6;	
	background-image: url('Images/PagingBack.gif');
	background-repeat: repeat-x;
}

a.Paging {
	color: #896608;
	font-family: Tahoma; 
	font-size: 9pt;
	text-decoration: none;
}

a.Paging:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.PagingFooterText {
	font-family: Verdana; 
	font-size: 10px;
	color: #896608;
}

/* Pagings CSS */
.SearchFooter {
	width: 100%;
	height: 41px;
	/* background-image: url('../Images/Backgrounds/FooterBack.gif');
	background-repeat: repeat-x; */
	background-color: #FFFFFF;
	border: 1px solid #cfd5e3;
}

.RecordCountCell {
	width: 90px;
	padding-left: 10px;
	padding-right: 10px;
}

.RecordCountText {
	font-weight: bold;	
}

.PageSizeCell {

	text-align: center; 
	padding-left: 10px;
}

.PageNumberCell {
	text-align: right; 
	padding-right: 10px;
}

.NextPrevLink {
	text-decoration: none;
} 

.GrayBack
{	
	background-image: url('../images/Paging/GrayPageBack.jpg');
	background-repeat: no-repeat;
	background-position:center;
	padding-left: 5px;
	padding-right: 5px;
	width: 20px;
	height: 30px;	
	text-align: center;
}

.DarkRedBack
{
    background-image:url('../images/Paging/RedActivePageBack.jpg');
	background-repeat:no-repeat;
	background-position:center;	
	padding-left: 5px;
	padding-right: 5px;	
	width: 20px;
	height: 30px;	
	text-align: center;
}

.Tahoma11pxDarkRed{
	font-family: Verdana;
	font-size: 10px;
	color: #6b192c;	
	text-decoration:none;
	font-weight:bold;		
}
