﻿/*
###################################
	Paging
###################################
*/
.Paging
	{
		position: relative;
		width: 527px;
		margin-top:9px;
		font-size:12px;
	}
.PagingPrev
	{
		position: absolute; top: 0px; left:1px;
		float:left;
		 font-weight:bold; color:#4e981f;
	}
.PagingLinks
	{
		width: 527px;
		text-align: center;
		float:left;
		
	}
.PagingNext
	{
		position: absolute; top: 0px; right: 0px;
		float:left;	
		font-weight:bold; color:#c21239;
	}
.PagingItem
	{
		display: inline-block;
		padding-left: 5px;
		padding-right: 6px;
		line-height: 16px;
		color:#555555;
	}
	
.PagingLink
    {
	    color: #c21239;
	    font-weight: bold;
	    text-decoration: none;
	    cursor: pointer;
    }

.NoRowsPlate
	{
		color: #c21239;
		padding: 0px;
		padding-top: 10px;
		font-style: italic;
	}

