﻿.GridViewStyle

{

    font-family: Arial, Sans-Serif;

    font-size:small;


    border-collapse: collapse;

}

/*Header and Pager styles*/

.HeaderStyle

{

    background-color:#eaeaea;
    background-position:center;
    text-align:center;


}

.HeaderStyle th

{

    padding: 0px;
    color: #ffffff;
    text-align:center;
    border-left:solid 1px #d3d3d3;
    border-right:solid 1px #1d1d1d;
    height:25px;

}

.HeaderStyle a:link, .HeaderStyle a:visited

{

    text-decoration:none;
    color:#ffffff;
    
    text-align:center;
}


.PagerStyle table

{

    text-align:center;

    margin:auto;

}

.PagerStyle table td

{

    border:0px;

    padding:5px;/*padding around pager numbers */

}

.PagerStyle td

{

    border-top: #1d1d1d 1px solid;/*top border of pager*/

    height:40px;

}

.PagerStyle a

{

    color:#ffffff;

    text-decoration:none;

    padding:2px 10px 2px 10px;

    /*border around pager numbers*/

    border-top:solid 1px #777777;

    border-right:solid 1px #333333;

    border-bottom:solid 1px #333333;

    border-left:solid 1px #777777;

}

.PagerStyle span

{

    font-weight:bold;

    color:#FFFFFF;

    text-decoration:none;

    padding:2px 10px 2px 10px;

}

/*RowStyles*/

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/

{

    border-bottom:dashed 1px #d3d3d3;
    height:20px;
}


.AltRowStyle td

{

    background-color:#f5f5f5;
}

.SelectedRowStyle td

{

    background-color: #ffff66;

}

.NewsRowStyle td
{
	border-bottom:solid 1px #d3d3d3;
	height:20px;
}
.NewsRowStyle a:link,.NewsRowStyle a:visited
{
	text-decoration:none;
	color:#A1A1A1;
}
.NewsRowStyle a:hover
{
	text-decoration:none;
	color:Red;
}