﻿table
{
	margin:0;
    padding: 0;
}

.GridViewStyle
{
	border-left:#D1CFCF solid 1px;
	border-right:#D1CFCF solid 1px;
}

.GridViewHeaderStyle
{
	margin:0;
    padding: 0;
	background-image: url(Images/grid_header.jpg);
	background-repeat:repeat-x;
	color: White;
	font-weight:bold;
	font-size:small;
	height: 22px;
	padding-left:1px;
	padding-right:1px;
	text-indent: 3px;

}

.GridViewHeaderStyle a 
{
	margin:0;
    padding: 0;
    color: white;
    font-size:1.0em;
    padding-left:4px;
    height: 22px;
}

.GridViewRowStyle, .GridViewAlternatingRowStyle
{
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	white-space: pre-wrap; /* CSS3 */ 
	word-wrap: break-word; /* IE 5.5+ */
}

.GridViewRowStyle td 
{
	background-color: #ffffff;
	padding: 4px;
	border-top:#D1CFCF solid 1px;
	border-bottom:#D1CFCF solid 1px;
	line-height:1.5em;
}

.GridViewRowStyle a:link 
{
	color: blue;
    font-size: 1em;
}

.GridViewAlternatingRowStyle td
{
	background-color:#E3E9EC;
	padding:4px;
	line-height:1.7em;
}

.GridViewFooterStyle
{
	background-image: url(Images/grid_header.jpg);
}

.GridViewPagerStyle
{
	background-image:  url(Images/grid_header.jpg);
    background-repeat:repeat-x;
    color: white;
    font-weight: bold;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto;
}

.GridViewPagerStyle td
{
	padding-left:5px;
    padding-right:5px;
}

.GridViewPagerStyle a:link
{
    color:#ffffff;
}

.GridViewSelectedRowStyle
{
    background-color: #b0bdbe;
    color: #333333;
    line-height:1.9em;
    text-indent: 3px;
}





