﻿/*==========================================================================
White Grid View Style
==========================================================================*/
.gv_white {
    font-family: Tahoma;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-bottom:solid 2px #bbd9ee;
}

.gv_white a{text-decoration: none;}
.gv_white a:hover{color: #3074b2;}

.gv_white .altrowstyle { background-color: #edf5ff; }

.gv_white .selectedstyle {
    background-color:#fefacd;
    font-weight: bold;
}

.gv_white .selectedstyle td.first{
    background-repeat:no-repeat;   
	background-image:url(/images/bullet.gif);
    background-color:#fefacd;
    font-weight: bold;
}

.gv_white .checkedrow{
    background-color:#fefacd;
}

.gv_white td {
    background-image: none;
    padding: 1px 4px 1px 4px;
    border-bottom:solid 1px #bbd9ee;
}

.gv_white .headerstyle th {
    border-bottom:solid 2px #bbd9ee;
    color: #0066cc;
    padding: 2px 4px 2px 4px;
    vertical-align: bottom;
    font-weight: bold;
}  

.gv_white .headerstyle th a{
    font-weight: bold;
    text-decoration: none;
    color: #0066cc;
    padding-right:18px;
}    
.gv_white .rowstyle:hover td, 
.gv_white .altrowstyle:hover td, 
.gv_white .selectedstyle:hover td, 
.gv_white .checkedrow:hover td{ 
    background-color:#fffaad;
}

.gv_white .rowstyle:hover .first, 
.gv_white .altrowstyle:hover .first, 
.gv_white .selectedstyle:hover .first, 
.gv_white .checkedrow:hover .first{
    background-repeat:no-repeat;   
	background-image:url(/images/bullet.gif);
    background-color:#fffaad;
	color:#000;
}

.gv_white .sortascheader a{ background:url(/images/asc.gif) right center no-repeat; }
.gv_white .sortdescheader a{ background:url(/images/desc.gif) right center no-repeat; }


/* Data Pager Styles */
.gv_white .pager{
    font-family:arial,sans-serif;
    text-align:center;
    padding:6px;	                
} 
.gv_white .pager SPAN.command,        
.gv_white .pager SPAN.current,        
.gv_white .pager A.command{
    color:#5a90ce;
    padding:0px 5px;
    text-decoration:none;
    border:none;
}
.gv_white .pager A.command:hover{
    border:solid 2px #408BB6;
    background-color:#59A5D1;
    color:#fff;
    padding:0px 3px;
    text-decoration:none;
}        
.gv_white .pager SPAN.current{
	border:none;
    font-weight:bold;
    color:#3e3e3e;
    padding:0px 6px;
    font-size:18px;
}

