﻿/* Gridview */
    .gridview, .gridviewbase
    {
	    text-align: left;
        font-size: small;
        color: black;
        font-family: Verdana;
        border: solid 1px #d8d8df;
    }

    .gridview th a:link,.gridview th a:visited, heipa {
        color:#1a94c1;
        text-decoration: none;
    }

    .gridview th a:hover {
        color:#1a94c1;
        text-decoration: underline;
    }
    .gridview td 
    {
	    padding: 3px 8px 3px 8px;
    }
/* EO Gridview */

.gvHeaderStyle, .gvHeaderStyle th, .gridview th
{
    height: 22px;
    padding: 8px 8px 5px 8px;
    background:url(./Images/neuro/gradient.gif) repeat-x;
}
.gvRowStyle
{
}
.gvAlternatingRowStyle
{
	background: #FFFFEE;
}
.gvSelectedRowStyle
{
}
.gvFooterStyle,
.gvFooterStyle td
{
    padding: 8px 8px 5px 8px;
    background:url(./Images/neuro/gradient.gif) repeat-x;
}
       


/* Gridview Lines */
    .gridviewlines
    {
	    text-align: left;
        font-size: small;
        color: black;
        font-family: Verdana;
        border: none;
        padding: 0px;
        border-spacing: 1px;
        background-color: gainsboro; 
    }
    .gridviewlines th
    {
        height: 22px;
        padding: 8px 8px 5px 8px;
        background:url(./Images/neuro/gradient.gif) repeat-x;
        font-size: 12px;font-weight: bold;
        vertical-align: top;
    }
    .gridviewlines td 
    {
        vertical-align: top;
	    padding: 3px 8px 3px 8px;
	    background-color: White;
    }
    .gridviewlines th a:link,.gridviewlines th a:visited {
        color:#1a94c1;
        text-decoration: none;
    }

    .gridviewlines th a:hover {
            color:#1a94c1;
            text-decoration: underline;
    }
/* EO Gridview Lines */


/* Gridview Lines Small */
    .GrdLinesSmall
    {
	    text-align: left;
        font-size: 12px;
        color: black;
        font-family: Verdana;
        border: none;
        padding: 0px;
        border-spacing: 1px;
        padding: 1px;
        background-color: gainsboro; 
    }
    .GrdLinesSmall th
    {
        /*height: 22px;*/
        padding: 4px 4px 4px 4px;
        background:url(./Images/neuro/gradient.gif) repeat-x;
        font-size: 12px;font-weight: bold;
        vertical-align: top;
    }
    .GrdLinesSmall td 
    {
        vertical-align: top;
        font-size: 10px;
	    /*padding: 3px 8px 3px 8px;*/
	    background-color: White;
    }
    .GrdLinesSmall th a:link,.GrdLinesSmall th a:visited {
        color:#1a94c1;
        text-decoration: none;
    }

    .GrdLinesSmall th a:hover {
            color:#1a94c1;
            text-decoration: underline;
    }
/* EO Gridview Lines */