﻿
.TblHeader_Grid
{
	background-image: url(img/pitch_bg.jpg);
	background-repeat: repeat-x;
}

.button_ZipDownload
{
    height:25px;
    background-color:Black;
    background-image:url(images/common/button_ok.png);
    background-position:0 0;
    background-repeat:no-repeat;
    text-align:center;
    border:1px solid Gray;
    padding:5px 15px 4px 30px;
    vertical-align:middle;
    text-decoration:none;
    display:table-cell;
}

.button_ZipDownload:hover
{
    background-color:#484B48;
    border:1px solid Black;
    background-position:0 -25px;
}
