/*
 *  Copyright 2012 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/*
CSS FOR PAGINATION
*/

.pagination
{
/* 	border-bottom: 1px solid; */
	border-top: 1px dotted #e4dbca;
	padding: 3px 0 3px;
	min-height: 20px;
	text-align: right;
}

.pagination p
{
	float: left;
	padding: 0;
	padding-top: 2px;
	margin: 0;
	text-align: right;
}

.pagination span.label
{
    vertical-align: middle;
    padding-top: 2px;
}

.pagination ul.nav
{
	padding: 0;
	margin: 0;
	text-align: right;
	display: inline;
	padding-left: 3px;
/* 	vertical-align: middle; */
}

.pagination ul.nav li 
{
	background-image: none;
	display: inline-block;
    margin-right: 3px;
    padding: 0 0;
    vertical-align: middle;
}

.pagination ul.nav li.current
{
	font-weight: bold;	
}

.pagination ul.nav li div.button
{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	display: inline-block;
}

.pagination ul.nav li input 
{
	border: 0 none !important;
	background: none !important;
	cursor: pointer;
	padding: 0;
	width: auto;
	margin: 0;
	font-size: 1em;
	height: auto !important;
}