﻿.gridheader
{
   background-image: url(images/bits/gridhead.gif);
   background-repeat: repeat-x;
}

.gridheader th
{
	border-bottom: 1px solid #cccccc;
    padding: 5px;
	height: auto;
	cursor:pointer;
}

.gridheader th
{
	text-decoration: none;
    font-weight:bold;
    
}

tr.listrow td
{
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e6b4;
}

tr.listrow td table td
{
	margin-top: 10px;
	border: 0;
}

.tooltip 
{
    line-height: 16px;
    background-color: #C9DCC0;
    color: #443727;
    border: 1px solid #C9C065;
    padding: 5px;
    margin: 5px;
}

.gridheader th.headerSortUp
{	
    background: url('images/sort/asc.gif') no-repeat right 50%;
}
.gridheader th.headerSortDown
{    
    background: url('images/sort/desc.gif') no-repeat right 50%;
}
