/* CSS Document */

/* Pager css styles */
div.pager {
clear:both;
width:100%;
margin: auto;
padding: 0px !important;
font-size: 11px;
height: 22px !important;
line-height: 20px !important;
overflow: hidden;
background-color: #eeeeee !important;
/*font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
}
span.nr_of_res{
float:left;
line-height:20px;
}
span.showing 
{
    text-indent: 5px;
}
span.res_per_page select 
{
font-size:10px;
display: inline;
vertical-align: middle;
}
span.res_per_page {
float:left;
margin-left:4px;
line-height:20px;
}
span.pages {
display: block;
float: right;
clear: none;
line-height:20px;
}
a.arr_pager {
text-decoration:none;
}
a.c_page {
font-weight:bold;
margin-left:3px;
margin-right:3px;
}
a.o_page {
margin-left:3px;
margin-right:3px;
}
