﻿
/*LIST VIEW-----------------------------------------------------------------*/

.listview
{
	width: 100%;
	font-family: Tahoma;
}
.listview H2 
{ 
	margin:0; padding:0; 
	color:#ffffff;
	height:20px;
	line-height:20px;
	font-size:14px;
}
.listview .mid
{
	padding:3px 0px 0px 0px;
}
.listview .datatable
{
	width:100%;
	color:#666;
    border-bottom:solid 1px #bbd9ee;
}        
.listview .datatable TH
{
    font-size:12px;
    font-weight:bold;
    letter-spacing:0px;
    text-align:left;
    padding:2px 4px;
    color:#426BDE;
    border-bottom:solid 2px #bbd9ee;
}
.listview .datatable TH A
{ 
	text-decoration:none;
	padding-right:18px; 
	color:#0066cc;
}
.listview .datatable TH.sortasc A { background:url(../SDTheme1/Images/asc.gif) right center no-repeat; }
.listview .datatable TH.sortdesc A { background:url(../SDTheme1/Images/desc.gif) right center no-repeat; }
.listview .datatable TD
{
    font-size:11px;
    text-align:left;
    padding:6px 4px;
    border-bottom:solid 1px #bbd9ee;
}      
.listview .datatable .row:hover
{
	background-color:#fffacd;
	color:#000;
}
.listview .datatable .first { padding-left:10px; }
.listview .datatable .row:hover .first
{
    background-repeat:no-repeat;   
	background-image:url(../SDTheme1/Images/bullet.gif);
}  
