@import url(searchfield.css) all; 
@import url(form.css) all; 
@import url(formfield.css) all; 
@import url(infobox.css) all; 


.litentry_table_outer
{
	border-width:0px;
	border-style:solid;
	display:table;
	padding:1px;
/*  	border-color:#000080;  */
/*  	background:#9daac9;  */
	background:#f7f7f7;
	position:relative;
	width: 555px;
	min-width: 555px;
	max-width: 555px;
	margin:10px;
	
}

.litentry_row
{
	border-color:black;
	border-width:0px;
 	border-style:solid; 
/* 	display:table-row; */
	border-collapse:collapse;
	margin:1px;
	padding:0px;
	border-bottom-width:0px;
	width: 555px;
 	background:white; 
	
}


.litentry_row_sub
{
	border-color:black;
	border-width:0px;
 	border-style:solid; 
/* 	display:table-row; */
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	border-bottom-width:0px;
	
}

.litentry_cell_label
{
	border-color:grey;
	border-width:0px;
	border-style:solid;
	display:table-cell;
	border-collapse:collapse;
	vertical-align:top;
 	width:150px;
 	min-width:150px;
	max-width:150px;
 	margin:0px;
 	padding:0px;
	
}

.litentry_cell_value
{
	border-color:grey;
	border-width:0px;
	border-style:solid;
	display:table-cell;
	border-collapse:collapse;
	vertical-align:top;
 	width: 405px;
 	min-width: 405px;
	max-width: 405px;
	margin:0px;
	padding:0px;
}
.litentry_cell_value_crossref
{
	border-color:grey;
	border-width:0px;
	border-style:solid;
	display:table-cell;
	border-collapse:collapse;
	vertical-align:top;
 	width: 405px;
 	min-width: 405px;
	max-width: 405px;
	margin:0px;
	padding:0px;
	color:green;
}

.noline
{
	text-decoration:none;
}

.button
{
	border-color:#cccccc;
	background:#dddddd;
	border-style:solid;
	border-width:2px;
	margin:5px;
	padding:2px;
}

.button:hover
{
	color:white;
	border-color:grey;
	border-width:2px;
}

.image_button{
	width:16px;
	height:16px;
	border-width:1px;
	border-style:none;
	border-color:black;
	margin:0px;
	padding:0px;
	background-color:white;
}

.button_image{
	position:relative;
	left:-3px;
	top:-1px;
	border-width:0px;
	margin:0px;
	padding:0px;
}

.icon{
width:14px;
height:14px;
margin:0px;
margin-left:2px;
margin-right:2px;
border-width:0px;

}




.icon:hover
{
	border-style:solid;
	border-color:grey;
	border-width:0px;
}






