/* 
    Document   : data-table
    Created on : Dec 9, 2013, 8:51:06 PM
    Author     : phpgeek
    Description:
        Purpose of the stylesheet follows.
*/

div#tablePagination {
    text-align: center; 
    border-top: solid 2px #ffffff; 
    padding-top: 5px; 
    padding-bottom: 5px;
}

a.button {
    color: #d33900;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;padding: 7px 12px;position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #FE5214;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#FE5214),to(#ffffff));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#FE5214),to(#ffffff));
    border: solid 1px #d33800;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}

a.button:hover {
    color: #FE5214;
    border-color: #FE5214;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

a.button:active {
    color: #000;
    border-color: #444;
}

a.left {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;margin: 0;
}

a.right:hover { 
    border-left: solid 1px #999 
}

a.right {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #f3f3f3;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
