﻿/* http://www.colorschemer.com/online.html */
/* F0EEE5 */
.tablestyle
{
    width:100%;
    font-family:Verdana;
    font-size:small;
}
.tablestyle tbody {
    /* For alignment of the scroll bar */
    overflow:hidden;
}  
.tablestyle td, .tablestyle th{
   border-color: #CDCDCD;
}
.alternatingrowstyle{
    background-color:#F0EEE5;
}
.headerstyle {
    background-color: #DAD5BE;
    background-image: url(https://www.ci.hillsboro.or.us/icons/sortBlank.gif);
    background-repeat: no-repeat;
    background-position: center left;     
    padding-left: 20px;
} 
.headerstyle th {
    /* Keep the header cells positioned as we scroll */
    position:relative;
    padding: 3px 8px 3px 20px;
    font-weight:normal;
    border-left: 1px solid buttonhighlight;
    border-top: 1px solid buttonhighlight;
    border-bottom: 1px solid buttonshadow;
    border-right: 1px solid buttonshadow;
} 
.headerstyle a{
    text-decoration:none;
    color:black;
    display:block;
}    
.rowstyle{
   background-color: #ffffff;
}
.rowstyle td, .alternatingrowstyle td {
   padding: 4px;
}
.sortascheaderstyle{
    background-image: url(https://www.ci.hillsboro.or.us/icons/sortUp.gif);
    background-color: #C3BB97;    
    background-repeat: no-repeat;
    background-position: center left;       
}
.sortdescheaderstyle{
    background-image: url(https://www.ci.hillsboro.or.us/icons/sortDown.gif);
    background-color: #C3BB97;    
    background-repeat: no-repeat;
    background-position: center left;       
}   

.footerstyle{
    background-color:#DAD5BE;
    font-family:Verdana;
    font-size:small;
}

.footerstyle span
{
    padding:0px 6px 0px 6px;
    border-left: 1px solid buttonhighlight;
    border-top: 1px solid buttonhighlight;
    border-bottom: 1px solid buttonshadow;
    border-right: 1px solid buttonshadow;
    background-color: #BAB287;
}

.footerstyle td a
{
    padding:0px 6px 0px 6px;
    border-left: 1px solid buttonhighlight;
    border-top: 1px solid buttonhighlight;
    border-bottom: 1px solid buttonshadow;
    border-right: 1px solid buttonshadow;
    background-color:#DAD5BE;
    text-decoration:none;
}
