﻿table.standardList
{
	border-collapse: collapse;
	text-align:left;
	margin-top:8px;
}

table.standardList th
{
	/*
	background-image: url( 'images/contentOpenedTableHeaderGreenLine.png' );
	background-repeat: repeat-x;
	background-position: bottom;
*/
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #FFFFFF #FFFFFF #D6D1CC #FFFFFF;
	height: 18px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #1f9ace;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	padding-top: 3px;
	text-align: left;
	vertical-align: top;
}

table.standardList th a
{
	color:#1f9ace;
	text-decoration:none;
	font-weight: bold;
}

table.standardList th a:hover
{
	text-decoration:underline;
}

table.standardList td
{
	height: 20px;
	font-family: Arial;
	font-size: 12px;	
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;	
	
}


table.standardList tr.selectedRow
{
	background-color: #DDEFF7;
}

table.standardList tr.footer td
{
	
	overflow:hidden;
	height: 1px;	
	font-size:10px;
	background-repeat: repeat-x;
	background-position: top;
	border-top:solid 1px #D6D1CC;
	border-left:none;
	border-bottom:none;
	border-right:none;
}

table.standardList tr.pager
{
}

div.noResultsPanel
{
	color: Gray;
	background-color: #F4F4F4;
	padding: 3px;
	padding-left: 5px;
	margin-top: 1px;
}

div.PagerContainer
{
	vertical-align:top;
	text-align:center;
}
div.PagerContainer span
{
    display:inline-block;	
	vertical-align:top;
}
.PageLabel
{
    display:inline-block;
    width:20px;
    height:18px;
    font-weight: bold;
    background-image: url('Images/PagingItemBcg.png');
    vertical-align: top;
    padding-top:2px;
}

.CurrentPageLabel
{
	display:inline-block;
    width:20px;
    height:18px;
    font-weight: bold;
    background-image: url('Images/PagingItemBcg.png');
    vertical-align: top;
    padding-top:2px;
}