/* CSS Document */

div.StandardFilter {
	background-color:#f1f1f1; 
	border:1px #cbc7b8 solid;
}

table.StandardDirectoryHeadingTable
{
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-top:1px #cbc7b8 solid;
	border-bottom:1px #cbc7b8 solid;
	border-left:1px #cbc7b8 solid;
	border-right:1px #cbc7b8 solid;
}
table.StandardDirectoryHeadingTable td{
	padding: 4px;
}

table.StandardDirectoryListing
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	border-left:1px #cbc7b8 solid;
	border-right:1px #cbc7b8 solid;
	border-bottom:1px #cbc7b8 solid;
	empty-cells: show;
}
table.StandardDirectoryListing a:link
{
	text-decoration: none; 
	color: #3d4f7d
}
table.StandardDirectoryListing a:visited
{
	text-decoration: none; 
	color: #3d4f7d
}
table.StandardDirectoryListing a:active 
{
	text-decoration: none; 
	color: #3d4f7d
}
table.StandardDirectoryListing a:hover 
{
	text-decoration: none; 
	color: #7190ce
}
td.StandardDirectoryListingNoneFound{
	height:50px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
tr.StandardDirectoryListingAddNew{
	background-color:#ebeadb;
	height:30px;

}
tr.StandardDirectoryListingAddNew:hover{
	cursor: pointer;
	background-color:#d1e0ff;
	cursor:pointer;
}
tr.StandardDirectoryListingRow1{
	background-color:#FFFFFFF;
	border-bottom:1px #cbc7b8 solid;
	padding:4px;

}
tr.StandardDirectoryListingRow1:hover{
	background-color:#d1e0ff;
	border-bottom:1px #cbc7b8 solid;
	padding:4px;
	
}
tr.StandardDirectoryListingRow0{
	background-color:#F1F1F1;
	border-bottom:1px #cbc7b8 solid;
	padding:4px;
	
}
tr.StandardDirectoryListingRow0:hover{
	background-color:#d1e0ff;
	border-bottom:1px #cbc7b8 solid;
	padding:4px;
	
}


td.StandardDirectoryColumn
{
	background:url(../includes/directory/images/SDL-bg.jpg) bottom repeat-x #ebeadb;
	border-right: 1px #cbc7b8 solid;
}
td.StandardDirectoryColumn:hover
{
	background:url(../includes/directory/images/SDL-bg-over.jpg) bottom repeat-x #faf9f4;
	border-right: 1px #cbc7b8 solid;
	cursor:pointer;
}
td.StandardDirectoryColumnStatic
{
	background:url(../includes/directory/images/SDL-bg.jpg) bottom repeat-x #ebeadb;
	border-right: 1px #cbc7b8 solid;
}


