div#center_column_inner_wrap h2 {
	text-decoration: none;
}

#inset_box {
	background-color: #DCE4F0;
	border-bottom: 1px solid #335379;
	width: 650px;
	margin: 0 0 0.5em 1em;
	padding: 0.4em 0.8em;
	font-size: 1em;
}

#inset_box h3 {
	margin: 0 0 0.5em 0;
	font-size: 0.9em;
}

#inset_box p, #inset_box li {
	font-size: 12px;
}

#inset_box li strong {
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
}

.left_inset{
	padding-left: 0;
}

table{
	font-size: 0.9em;
}

#searchTools{
	float:right;
	padding-top: 1em;
	padding-right: 1em;
	font-size: 1em;
}

#RSSFeed a, #RSSFeed img{
	border: 0;
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#RSSFeed a:hover {
	border: 0 !important;
}




/* SEARCH FORM styling */


div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}


.input, #ajaxinput{
	display: none;
}

div.autocomplete ul li.selected{
	background-color: #ffb;
}
	
div.autocomplete ul li{
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:1em;
	font-size:1em;
	cursor:pointer;
}


/* SEARCH results styling */

.altrow {
	background-color: #DCE4F0;
}

/* Apply padding to td elements that are direct children of the tr element. */
#searchResults td
{
  padding-bottom: 7px !important;
}

#tableHeader td{
	font-size: 1em;
	font-weight: bold;
	border-bottom: 3px double black;
}

#searchResults td{
	padding-left: 0.8em !important;
}

a:link{
	text-decoration: none;
}

#searchSortedBy{
	font-size: 1.2em;
}


/* Publication Detail Page Styles */

#pubAuthors, #pubDetails{
	width:50%;

}


#pubBib {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 20px;
	background-color: #DCE4F0;
	
}

#pubBib p {
	display: inline;
}

#pubTitle {
	font-size: 1.25em;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
}


label {
	font-weight: bold;
}


#pubPDF{
	background-color:#CCD4D0;
	padding: 0.15em;
	text-align: center;
}

.publication{
padding-right: 0.9em;
}

.publication div, .publication table{
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 130%;
}

.publicationBox label{
	display:block;
}

.publicationBox p{
	padding : 0px;
}

.publicationBox{
	margin: 0 0.5em 0.5em 0;
	padding: 0;
	font-size: 0.9em;
	color: #4C4C4C;
}
