﻿.pager
{
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    
     /*border-radius: 8px; 	-moz-border-radius: 8px;*/
}
.pager div.short
{
    float: right;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    width: 74px;
}
.pager div.short input
{
    width: 25px;
    border: #a1d8f0 1px solid;
    margin-left: 8px;
    float: left;
    border: 2px solid #E2E2E2; 
    color: #999;
    border-radius: 2px;
    
}
.pager ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 4px;
}
.pager ul li
{
    display: inline;
    margin-left: 2px;
}
.pager ul li a
{
    text-decoration: none;
    display: inline-table;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.pager span
{
    margin-left: 4px;
    color: #666;
    float: left;
}
.pager .btn
{
    display: block;
    text-align: center;
    float: left;
    padding: 5px;
    margin: 0;
    margin-left: 4px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.pager .disabled
{
    color: #A0A0A0 !important;
    text-shadow: 1px 1px 1px #FFFFFF;
}
/*green*/.green
{
    background-color: #FFF;
}
.green.normal
{
    margin: 0;
    padding: 2px 2px;
    border: 1px solid #AFCC71;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    background: #BDF746; /* Old browsers */
    background: -moz-linear-gradient(top, #94D60A 0%, #BDF746 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94D60A), color-stop(100%,#BDF746)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #94D60A 0%,#BDF746 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #94D60A 0%,#BDF746 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #94D60A 0%,#BDF746 100%); /* IE10+ */
    background: linear-gradient(top, #94D60A 0%,#BDF746 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94D60A', endColorstr='#BDF746',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px #ccc;
    cursor: pointer;
}
.green.active
{
    background: #0072bc; /* Old browsers */
    background: -moz-linear-gradient(top, #BDF746 0%, #94D60A 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDF746), color-stop(100%,#94D60A)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #BDF746 0%,#94D60A 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #BDF746 0%,#94D60A 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #BDF746 0%,#94D60A 100%); /* IE10+ */
    background: linear-gradient(top, #BDF746 0%,#94D60A 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDF746', endColorstr='#94D60A',GradientType=0 ); /* IE6-9 */

}
.pager.green .btn
{
     -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#a1d8f0;
    background:-moz-linear-gradient(top, #66CCFF, #AEE4FF);
    background:-webkit-gradient(linear, left top, left bottom, from(#66CCFF), to(#AEE4FF));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66CCFF', EndColorStr='#AEE4FF')";
    border:1px solid #66CCFF !important;
    cursor: pointer;
    
    font:bold 14px/14px Verdana, Tahomma, Geneva;
    text-shadow:rgba(0,0,0,0.2) 0 1px 0px; 
    color:#FFF;
    -moz-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    -webkit-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    width: auto;
    height: auto;
    padding: 5px;
    
}
.pager.green .btn2
{
     -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94D60A', endColorstr='#BDF746',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    -moz-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    -webkit-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    width: 28px;
    height: 24px;
    border: 1px solid #AFCC71;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    color: #333333;
  background-color: #ffffff;
  border-top-color: #cccccc;
  border-right-color-value: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color-value: #cccccc;
    
}
/*black*/.black
{
    background-color: #202020;
}
.black.normal
{
    background-color: #1d1d1d;
    color: #B0D551;
    border: solid 1px #000;
}
.black.active
{
    background-color: #333333;
    color: White;
    border: solid 1px #000;
}
.pager.black .btn
{
    background-color: #1d1d1d;
    color: White;
    border: solid 1px #000;
}
/*red*/.red
{
    background-color: #D50B07;
}
.red.normal
{
    background-color: #E71C18;
    color: White;
    border: solid 1px #F82723;
}
.red.active
{
    background-color: #C00D09;
    color: White;
    border: solid 1px #A90B08;
}
.pager.red .btn
{
    background-color: #E71C18;
    color: White;
    border: solid 1px #F82723;
}