﻿/*
** Snapshot Grid
*/
.snapshotTitle
{
	font-family: Verdana;
	font-size: 11pt;
	color: #6d6d6d;
}
.snapshotGrid TD
{
	font-size: 10pt;	
}
.snapshotGrid TH
{
	font-family:Verdana;
	color: #6d6d6d;
	font-size: 11pt;	
    text-align:left;
}

/*
** Berseth's grid
*/
.grid 
{ 
	font-family:Verdana;
}

.grid H2 
{ 
	margin:0; padding:0; 
	height:24px;
	line-height:24px;
	font-size:14px;
}
.grid .mid
{
	padding:3px 0px 0px 0px;
}
.grid .datatable
{
	width:100%;
	color:#666;
    border-bottom:solid 1px #bbd9ee;
}        
.grid .datatable TH
{
    font-size:12px;
    font-weight:bold;
    letter-spacing:0px;
    text-align:left;
    padding:2px 4px;
    color:#333333;
    border-bottom:solid 2px #bbd9ee;
}
.grid .datatable TH A
{ 
	text-decoration:none;
	padding-right:18px; 
	color:#0066cc;
}
.grid .datatable TH.sortasc A { background:url(../images/grid/asc.gif) right center no-repeat; }
.grid .datatable TH.sortdesc A { background:url(../images/grid/desc.gif) right center no-repeat; }
.grid .datatable TD
{
    font-size:11px;
    text-align:left;
    padding:6px 4px;
    border-bottom:solid 1px #bbd9ee;
}      
.grid .datatable .row:hover
{
	background-color:#fffacd;
	color:#000;
}
.grid .datatable .first { padding-left:10px; }
.grid .datatable .row:hover .first
{
    background-repeat:no-repeat;   
	background-image:url(../img/bullet.gif);
}  
/* Data Pager Styles */
.grid .pager
{
    font-family:arial,sans-serif;
    text-align:center;
    padding:6px;	                
} 
.grid .pager SPAN.command,        
.grid .pager SPAN.current,        
.grid .pager A.command
{
    color:#5a90ce;
    padding:0px 5px;
    text-decoration:none;
    border:none;
}
.grid .pager A.command:hover
{
    border:solid 2px #408BB6;
    background-color:#59A5D1;
    color:#fff;
    padding:0px 3px;
    text-decoration:none;
}        
.grid .pager SPAN.current
{
	border:none;
    font-weight:bold;
    color:#3e3e3e;
    padding:0px 6px;
    font-size:18px;
}
/*
** Matt Berseth's vs grid style wrapper
*/
div.GridRounded {
    clear:both;
    max-width:2400px;
}

div.GridRounded div.GridTopOuter {
    background:url(../images/grid/GridHeaderLeft.png) no-repeat left bottom;
    padding:0px;
    width:100%;
}

div.GridRounded div.GridTopOuter div.GridTopInner {
    background:url(../images/grid/GridHeaderRight.png) no-repeat right bottom;
    margin-left:19px;
}

div.GridRounded div.GridTopOuter div.GridTopInner div.GridTop {
    background:url(../images/grid/GridTitleBackground.png) repeat;
    height:26px;
    margin-right:19px;
    font-size:.01em;
}

div.GridRounded div.GridMidOuter {
    background:url(../images/grid/GridLeft.png) left repeat-y;
    clear:both;
    width:100%;
}

div.GridRounded div.GridMidOuter div.GridMidInner {
    background:url(../images/grid/GridRight.png) right repeat-y;
    margin-left:19px;    
}

div.GridRounded div.GridMidOuter div.GridMidInner div.GridMid {
	background-color:#ffffff;
    margin-right:19px;
}

div.GridRounded div.GridOuter {
    background:url(../images/grid/GridBottomLeft.png) no-repeat left top;
    clear:both;
    padding:0px;
    width:100%;
}

div.GridRounded div.GridOuter div.GridBottomInner {
    background:url(../images/grid/GridBottomRight.png) no-repeat right top;
    margin-left:8px;
}

div.GridRounded div.GridOuter div.GridBottomInner div.GridBottom {
    background:url(../images/grid/GridBottom.png) repeat;
    height:11px;
    margin-right:8px;
    font-size:.01em;
}

