@charset "UTF-8";
/* CSS Document for Community Annotation with collapsible sections*/

.headerBar { 
	background:#80ABD7;
	background-image:url(../images/arrow-down.gif);
	background-position:3px 4px;
	background-repeat:no-repeat;
	border-right:1px solid #DFDFDF;
	border-left:1px solid #DFDFDF;
	border-top:1px solid #D1E6FC;
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	width:678px;
	 }
.CA-open {
	background: url(../images/tbdb/CA2_collapse.gif) 2px 4px no-repeat;
	cursor:pointer;
	}
.CA-closed {
	background: url(../images/tbdb/CA2_expand.gif) 2px 4px no-repeat;
	cursor:pointer;
	}	
.ca {
	background: #e3ffff; 
	}
.section {
	float:left; 
	font-size:11px;
	}
	
.container { 
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-top:1px solid #D1E6FC;
	/*width:680px;*/
	}

.title { 
	font-size:12px; 
	cursor:pointer;
	padding:1px 16px;
	}	

.toggle { 
	float:right; 
	cursor:pointer;
	padding:1px 16px;
	}
	
.row {
	background-image:url(../images/divider.gif); 
	background-position:5px 0;
	border-bottom:1px solid #D1E6FC;
	clear: both;
	/*width:658px;
	padding-right:16px;*/
	}

.wide { 	
	background-image: none;
	padding:2px 6px;
	width:665px;
	}
	
.rowHead {
	/*border-right:1px solid #CCCCCC;*/
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px 0 16px;
	width:150px;
	}
	
.fieldStack {
	/*border-left:1px solid #CCC;*/
	float: left;
	width:501px;
	}	
	
.field, .annot-data {
	display:block;
	/*border-bottom:1px solid #D1E6FC;*/
	padding:2px 6px;
	min-height: 16px;
	}
	
.editable { 
	/*border-top:1px solid #D1E6FC;*/
	background-color:#DDEEDD; 
	}

.collapsed { 
	background-image:url(../images/arrow-right.gif); 
	}
.detailLink { 
	display: inline-block;
	width:60px;
	}	

