﻿/* uctrlPaging UserControl */
/* Aktif Sayfa Td */
.ActivePageTd 
{	
	background-image: url('../Images/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 */
.ActivePageText{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

/* Sayfa Td */
.PageTd{
	background-image:url("../Images/PageBack.jpg");
	background-repeat:no-repeat;
	background-position:center;	
	padding-left: 5px;
	padding-right: 5px;	
	width: 20px;
	height: 30;	
	text-align: center;
}

/* Sayfa Text */
.PageText{
	font-family: Verdana;
	font-size: 10px;
	color: #E39000;	
	text-decoration:none;
	font-weight:bold;		
}

/* DiğerText */
.OtherText{
	font-family: Verdana;
	font-size: 10px;
	color: #477A8D;	
	text-decoration:none;
	font-weight: normal;		
}

/* SearchDropDownList */
.SDropDownList{
	font-family: Tahoma;
	font-size: 8pt;
	color: #8584A0;
	height: 20px;
	border: solid 1px #C0C0C0;
}
/* ***************************************** */



/* Pagings CSS */
.SearchFooter {
	width: 100%;
	height: 41px;
	/* background-image: url('../Images/Backgrounds/FooterBack.gif'); */
	background-repeat: repeat-x;
	border: 1px solid #cfd5e3;
}

.RecordCountCell {
	width: 100%;
	padding-left: 15px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #477A8D;
	text-align:left ;	
	text-decoration:none;
	font-weight: normal;
}

.RecordCountText {
	font-family: Verdana;
	font-size: 11px;
	color: #004221;	
	text-decoration:none;
	font-weight:  normal;
}

.PageSizeCell {
	padding-left: 20px;
	text-align: left; 
	color: #477A8D;
}
.ddlPageSizeCell
{
	padding-left:10px;
	padding-right: 20px;
}

.PageNumberCell {
	text-align: right; 
	padding-left: 20px;
	padding-right: 20px;
}

.NextPrevLink 
{
	color: #477A8D;
	font-family: Verdana; 
	font-size: 11px;
	text-decoration: none;
} 

/* ***************************************** */