.GridViewStyle 

{
    border-style: solid;
    border-width: 0px;
    border-color: #1d1d1d;
    font-family: Arial, Sans-Serif;
    font-size: xx-small;
    table-layout: auto;
    border-collapse: collapse;
    color: #000000;
}

/*Header and Pager styles*/ 

.HeaderStyle, .PagerStyle /*Common Styles*/ 

{
    background-image: url(../Imgs/imgs_orange/button_stredni.png);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}

.HeaderStyle_blue, .PagerStyle_blue /*Common Styles*/ 

{
    background-image: url('img/blue_bg.gif');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}
.HeaderStyle_gold, .PagerStyle_gold /*Common Styles*/ 

{
    background-image: url('img/gold_bg.gif');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}
.HeaderStyle_green, .PagerStyle_green /*Common Styles*/ 

{
    background-image: url('img/green_bg.gif');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}
.HeaderStyle_grey_black, .PagerStyle_grey_black /*Common Styles*/ 

{
background-image: url('img/orange_bg.gif');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}
.HeaderStyle_orange, .PagerStyle_orange /*Common Styles*/ 

{
    background-image: url('img/orange_bg.gif');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}
.HeaderStyle_red, .PagerStyle_red /*Common Styles*/ 

{
    background-image: url('img/red_bg.gif');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #1d1d1d;
}

.HeaderStyle th 

{
    padding: 5px;
    color: #000000;
}
.HeaderStyle a 

{
    text-decoration: none;
    color: #000000;
    display: block;
    text-align: left;
    font-weight: normal;
}

.PagerStyle table 

{ 

    text-align:center; 

    margin:auto; 

} 

.PagerStyle table td 

{ 

    border:0px; 

    padding:5px; 

} 

.PagerStyle td 

{
    border-top: #1d1d1d 3px solid;
    border-top-width: 0px;
}
.PagerStyle a 

{
    color: #000000;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
    border-width: 0px;
}
.PagerStyle span 

{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

/*RowStyles*/ 

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/ 

{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
    border-right-width: 0px;
    text-align: center;
}

.RowStyle td 

{ 

    background-color: #c9c9c9; 

} 

.AltRowStyle td 

{ 

    background-color: #f0f0f0; 

} 

.SelectedRowStyle td 

{ 

    background-color: #ffff66; 

} 

