/*********
Datasets list page datasets-list.cfm
*********/

#datasets-table {
	border-bottom: 1px solid #E7E7E7;
	table-layout:fixed;
	width:100%;
	border: 1px; 
	font-size: 1em;
}


tr.datasets-table-columnlabels td 
		{ 
		background-color: #dfdfdf; 
		font-weight: bold;
		font-family:"Verdana MS", Arial, Helvetica, sans-serif;
		padding-left: 3px;		
		padding-right: 30px;
		vertical-align: bottom;
		} 

td.datasets-table-column-heading-dataset-number
		{ 
		width:8%;
	} 
	
td.datasets-table-column-heading-study-title
		{ 
		width:92%;
		} 

tr.row0 td 
		{ 
		background-color: #ffffff; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding: 10px 3px 10px 3px;
		} 
		
tr.row1 td 
		{ 
		background-color: #F5F5F5; /*#F1E8D3*/
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding: 10px 3px 10px 3px;
		} 
		
		
#datasets-list-display-number-of-records-listed
		{
		display: block; 
		float: none;
		width: 100%;
		text-align: Right;
		font-weight: bold;
		font-size: 0.9em;
		border-top: 1px solid #E7E7E7;
		padding-top: 3px;
		}
		
#datasets-list-top-center-paragraph
		{
		margin: 20px 25px 8px 25px;
    		padding-bottom: 2px; 
    		}
	
		
/*********
DATASETS LIST FILTER inc-dataset-filter-list.cfm
*********/

.datasets-list-filter {
    display: inline;
    text-align: left;
    max-width: 940px;
    padding-bottom: 20px;
    }

.datasets-list-filter ul {
	display: inline;
	margin: 0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	float:left;
	}


.datasets-list-filter li {
	margin-right:8px;
	margin-left: 8px;
	line-height: 23px;
	float:left; 
	font-size: 1em;  
	height: 23px;
	}

.datasets-list-filter li.chosen {
	border-bottom: 2px solid #EFD6D6;
	padding: 0px 2px 2px 2px;
	font-weight: bold;
	line-height: 23px;
	height: 23px;
	color: #000;
	}