﻿.AspNet-GridView {
    width: 100%;
}

.AspNet-GridView div.AspNet-GridView-Pagination {
    background: #fff;
}

.AspNet-GridView div.AspNet-GridView-Pagination,
.AspNet-GridView div.AspNet-GridView-Pagination a,
.AspNet-GridView div {
    font-weight: normal;
    padding: 3px;
    text-align: center;
}

.AspNet-GridView-Pagination span {
    padding: 3px;
    border: solid 1px #CCCCCC;
    margin: 0 auto;
    display: inline-block;
    font-weight: bold;
}

.AspNet-GridView table {
    /*border: solid 1px #CCCCCC;*/
    width: 100%;

}

.AspNet-GridView table thead tr th {
    color: #555;
    background: #CCD1CD;
    font-weight: bold;
    /*border-bottom: solid 1px #CCCCCC;*/
    /*border-right: solid 1px #CCCCCC;*/
    padding: 5px;
    line-height: 100%;
}

.AspNet-GridView table thead tr th a {
    color: #F7F6F3;
}

.AspNet-GridView table tbody tr td {
    color: #333333;
    background: White;
    padding: 10px;
    /*border-bottom: solid 1px #CCCCCC;*/
    /*border-right: solid 1px #CCCCCC;    */
    font-size: 11px;

}

.AspNet-GridView table tbody td:hover {
    /*background: #B3BBAC;*/
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
    background: #F7F6F3;
    /*padding: 10px;*/
}

.AspNet-GridView tr {
    padding: 10px;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Selected td {
    background: #5D7B9D;
}

.AspNet-GridView table tfoot tr td {
    background: #bbbbbb;
    font-weight: bold;
}

.DataPrzetargClass {
    width: 10%;
    /*padding-right:2px !important;*/
    text-align: center;
}

.w30percent {
    width: 25%;

}

.w20percent {
    width: 20%;
}

.w40percent {
    width: 45%;

}

.w50percent {
    width: 50%;
}

.DataPrzetargClass hr+span {
    color: black !important;
    font-weight: bold;
    line-height: 110%;
}

hr {
    border: none;
    background-color: #bbb;
}
	
	
		
	