@import url("../inc/style.css");

/************ Elements ************/

/*div{border:1px solid pink;}*/
img{border:0;}

/************ Classes ************/

a.curPage{ font-weight:bold;}

.label{
	font-weight:bold;
}

h2.list_title{
	margin:1em 0 0 5px;
}

#browse h3 a{
	text-decoration:none;
}

/* This list item in the search results that has been selected/is being displayed*/
li.selected{
	background-color:#fff;
	font-weight:bold;
}

ul.coding{
	margin:.5em 0 1em 0;
	padding:0;
}

ul.coding li{
	color:black;
	margin-left:0em;
	list-style-type:none;
	margin-bottom:.4em;
}

/************ Things w/ IDs ************/

#browse{
	 margin:1.5em 0 0 1em;
	 width:760px;
}	
	
	#browse h2{
		font-size:12px;
		width:730px;
	}

#element_box{
	float:left;
	width:530px;
	height:500px;
}

	#element_box h2{
		margin:15px 0 15px 15px;
	}
	
	#element_box h3 a{
		text-decoration:none;
	}


#element_detail{
	padding:5px;
	width:500px;
	margin-left:15px;
	border:2px solid #32699F;
	
}
	#element_detail th{
		text-align:left;
		padding:0 0 4px 0;
	}
	
	#element_detail p{
		margin:1em 0 1em 0;
		color:black;
	}

#matchingElements{
	margin:.5em 0 1.5em 0;
	padding:0;
}
	
	#matchingElements a{
		color: #336699;
		text-decoration:none;
	}

	
	#matchingElements li{
		margin-left:5px;
		list-style-type:none;
		margin-bottom:.4em;
	}

#search_box{
margin-top:-1px;
	float:left;
	width:220px;
	background-color:#D2dAE6;
	height:620px;
	
}

/*Since IE doesn't do height correctly, this hides the appropriate heights from IE*/
body>#search_box{
	height:100%;
	min-height:600px;
}

#search_ddl{
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: Gray;
	azimuth: far-right;
}


#pager{
	text-align:center;
	clear:both;
	width:220px;
	font-size:12px;
	background-color:#D2dAE6;
}
	
	#pager div{
		padding-bottom:.5em;
		background-color:#D2dAE6;
	}
	
	#pager a{
		color: #336699;
		text-decoration:none;
	}
