﻿/* Blue */
.datagrid{ color:#fff; font-family:Tahoma,Calibri,sans-serif; font-size:90%}
.datagrid TABLE{clear:both; border:solid 3px #fff; background-color:#fff; width:98%; text-align:left}
.datagrid TABLE TH{font-weight:bold; background-color:#D3D3DC; color:Black; padding:4px;}
.datagrid TABLE TH A{display:block; height:100%; background:url(../../images/sortBoth.gif) right center no-repeat; padding-right:20px; color:Black; text-decoration:none}
.datagrid TABLE TH.sortasc A{background:url(../../images/sortAsc.gif) right center no-repeat}
.datagrid TABLE TH.sortdesc A{background:url(../../images/sortDesc.gif) right center no-repeat}
.datagrid TABLE TD{padding:4px; color:#333; border-bottom:solid 1px #d8dde0}
.pager{ color:Black; float:right; padding-bottom:9px}
.pager SPAN.command, 
.pager SPAN.current, 
.pager A.command{ color:Black; font-family:Tahoma; font-size:90%; padding:3px; text-decoration:none}
.pager SPAN.current{ color:Maroon; font-size:90%; font-weight:bold; text-decoration:underline}
