﻿.aspNetPage
{
    height: 40px;
    line-height: 40px;
     text-align:right;
     vertical-align:middle;
      margin-top:10px;
       padding-right:20px;
}

.aspNetPage a, .aspNetPage span
{
  
    height: 20px;
    padding: 3px 10px;
    border: 1px solid #CCC;
    margin-left: 2px;
    font-family: arial;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align:middle;
}

.aspNetPage a:hover, .aspNetPage span:hover
{
    background: #FFAD00;
    color: white;
    text-decoration: none;
}

.aspNetPage .pageGoClass
{
    background-color: white;
    border-style: none;
    height: 25px;
    line-height: 25px;
      width:auto;
       padding-right:0px;
   
     margin:0px;
}
.aspNetPage .pageGoClass:hover
{
    background-color: white;
    color: #000000;
    cursor: default;
}


.aspNetPage .cpb
{
    background: #FFAD00;
    color: white;
}

.aspNetPage select
{
 height:23px;  width:auto; text-align:center; margin:0px 2px; border: 1px solid #CCC; vertical-align:middle;
}

.aspNetPageBootom
{
height: 40px; line-height: 40px; text-align:right;background-color:White;
}
