                             /* Download buttons */

ul.buttons{
    /* navigation list */
    margin:                     2em 0em;
    padding:                    0em;
    font-size:                  90%;
    font-weight:                bold;
    list-style:                 none;
    text-align:                 center;
    clear:                      both;
}

li.button{
    margin:                     0px;
    padding:                    0px 4px 0px 48px;
    height:                     44px;
    background-position:        center left;
    background-repeat:          no-repeat;
    text-align:                 left;
    vertical-align:             middle;
    white-space:                nowrap;
    display:                    inline-block;
}

li.button.download{
    background-image:           url('/images/download_button_left.png');
}

li.button.feedback{
    background-image:           url('/images/comment_button_left.png');
}

li.button>a{
    margin:                     0px;
    padding:                    14px 24px 14px 0px;
    height:                     16px;
    background-image:           url('/images/button_right.png');
    background-position:        center right;
    background-repeat:          no-repeat;
    vertical-align:             middle;
    white-space:                nowrap;
    cursor:                     default;
    display:                    inline-block;
}

li.button>a.two-line{
    margin:                     0px;
    padding:                    8px 24px 8px 0px;
    height:                     28px;
}

/* link styles for navigation items */
li.button>a:link{color:rgb(51,51,51); font-weight:normal; text-decoration:none;}
li.button>a:visited{color:rgb(51,51,51); font-weight:normal; text-decoration:none;}
li.button>a:hover{color:rgb(51,51,51); font-weight:normal; text-decoration:none;}

span.button.row1{
    font-size:                  100%;
}
span.button.row2{
    font-size:                  85%;
}


