
html, body{
background:#f6f6f6;
font-family:Tahoma;
}
a:link,a:visited,a:active{font-family: Arial;font-size: 12px;line-height: 20px;color:#000033;text-decoration: none;}a:hover {font-family: Arial;font-size: 12px;line-height: 20px; background:#BCE1F5;}
ul#menu{
    margin: 0;
    padding:0;
    list-style: none;
    width: 520px;
    float: left;
    
}
ul#menu a{
    color:#3078b8;
    font-size: 15px;
    display: block;
    padding: 0.2em 0.7em 0.2em 1.2em;
    line-height: 1.5em;
    text-decoration: none;
    float: left;
    background: url(templates/pic/li.jpg) repeat-y;
}
ul#menu a#first{
    background: none;
}


.pagination{
padding: 2px;
}

.pagination ul{
margin:20px auto;
width:400px;
padding: 0;
text-align: center; 
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
