﻿/*
###################################
	Paging
###################################
*/
.Paging
	{
		position: relative;
		width: 683px;
		margin-top:25px;
		font-size:15px;
	}
.PagingPrev
	{
		position: absolute; top: 0px; left:1px;
		float:left;
		font-weight:bold; color:#4e981f;
	}
.PagingPrev .PagingDisposed, .PagingNext .PagingDisposed
{
    color: #ababab;
    font-weight: normal;
}
.PagingLinks
	{
		width: 683px;
		text-align: center;
		float:left;
	}
.PagingNext
	{
		position: absolute; top: 0px; right: 0px;
		float:left;	
		font-weight:bold; color:#4e981f;
	}
.PagingItem
	{
		display: inline-block;
		padding-left: 5px;
		padding-right: 6px;
		line-height: 16px;
	}
	
.PagingLink
    {
	    color: #4e981f;
	    font-weight: bold;
	    text-decoration: none;
	    cursor: pointer;
    }

.NoRowsPlate
	{
		color: #3469b1;
		padding: 0px;
		padding-top: 10px;
		font-style: italic;
	}
.FaqContentPlate .Paging
	{
		position: relative;
		width: 370px;
		margin-top: 10px;
		font-size:13px;
	}
.FaqContentPlate .PagingLinks
	{
		width: 370px;
		text-align: center;
		float:left;
	}

