body{

}


#container{
	width: 900px;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;	
	line-height: 12pt;
}

#container_header_text{
	margin-bottom: 30px
}


.pp_data_row{

}



.pp_data_row_on{
/*	background-color: #e8f9fb;*/
}



.pp_data_row td{
	vertical-align: top;
	padding: 8px;
}

#pp_data_table{
	border-collapse: collapse;
	width: 900px;
	margin-top: 30px;
}

#pp_data_table td{
	border: thin solid #bbb;
}

#pp_data_table th{
	padding-right: 15px;
}


.pp_memo_authors{
	width: 180px;
}
.pp_memo_title{
	width: 400px;
} 

.pp_memo_desc{
	margin: 8px 0px;
	line-height: 12pt;
}

.pp_memo_hide{
	display:none;
	margin: 8px 0px;
}

.pp_memo_link{
	text-align: right;
	font-weight: bold;
}

.pp_memo_title{
	cursor: pointer;
	font-weight: bold;
}

#pp_memo_timeline_wrapper{
	margin-top: 20px;
	text-align: center;
	width: 900px;

}

.pp_memo_permalink{
	text-align: right;
}

.pp_td_expand{
	background-image: url(http://www.propublica.org/projects/memos/images/th_arrow_asc.gif); 
    background-repeat: no-repeat; 
    background-position: center center; 
    width: 15px;
	cursor:pointer;
}

.pp_td_expand_on{
	background-image: url(http://www.propublica.org/projects/memos/images/th_arrow_desc.gif); 

}
.pp_timeline_block{

}


.sortedeven{
	background-color: #f3faff;
}

.sortedodd{
	background-color: #d3faff;
}

.td_field{
	margin: 4px 0px;
}

.td_field_title{
	font-weight: bold;
}

.td_marked{
	background: #eceaed;
}

.td_unmarked{
	background: #ffffff;
}

.td_marked_s{
	background: #e0e9f6;
}

.td_unmarked_s{
	background: #f3faff;
}



.tinfo_pic{
	float: left;
	margin: 0px 5px 5px 0px;
}

.time_block{
	border: 1px solid #777;
	border-left: 0;
	display: inline;
	cursor: pointer;
	color: white;
}

.t_block_secret{
	background-color: #eceaed;
}

.t_block_hover{
	border-bottom: 0;
	background-color: #feffee;
}


#timeline_infobox{
	display: none;
	background-color: #feffee;
	border: 1px solid #666;
	border-top: 0px;
	width: 300px;
	position: relative;
	padding: 8px;
}

#timeline_labels{
	margin: 15px 0px;
	display: none;
}
#timeline_labels{
	display: inline;#
}

/*   */

.pp_data_row_selected{
	background-color: #feffee; 
	
}



th.header{
	cursor: pointer;
	background-image: url(http://www.propublica.org/projects/memos/images/th_arrow_bg.gif); 
	background-color: #ddd;
	color: #222;
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: right; 
    border: 1px solid #aaa;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    

}

th.headerSortDown { 
    background-image: url(http://www.propublica.org/projects/memos/images/th_arrow_desc.gif); 
    background-color: #fafeFd; 
} 

th.headerSortUp { 
    background-image: url(http://www.propublica.org/projects/memos/images/th_arrow_asc.gif); 
    background-color: #fafeFd; 
} 
