/* CSS Document */


/* submit page styles */

#logo { 
	text-align: left;
	width: 30%;
}

#descrip2 {
	width: 55%;
}

#descrip2 p{
	font-size: 1.1em;
}

#main {
	text-align: left;
}

/* main h2 conflicting with rsrc_main.css definition - review further whether this needs to live at particular resource

#main h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	color: #ff7d1f; - pickup from rsrc_t.css
} */

#searchdiv {
	padding: 1em 1em 1em 2em;
	/* border-color - moved to audience rsrc.css files */
	width: 20em; 
}

#searchdiv h2{
	float: left;
	width: 100%;
}

#SEARCH {
	background-color: #ddd;
}




/* response page styles */


#main #ll_logo_results { /* unique to Link Library */
	display: block;
	float: left;
	clear: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#main #ll_logo_results img { /* unique to Link Library */
	display: block;
	float: left;
	clear: none;
}

#results_search_wrapper {
	display: block;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	height: 70px;
	vertical-align: middle;
}

#results_search_wrapper p {
	font-size: 1.1em;
}


#main #searchdiv h2 {
	/* color - moved to audience rsrc.css files */
	font-size: .95em;
	font-weight: bold;
	padding: 0;
	text-align: left;
}


#SEARCH {
	background-color: #ddd;
}

#k_search {
	text-align: left;
}

#main #ll_logo_results #results_search_wrapper #k_search {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	/* border - moved to audience rsrc.css files */
}

input {
	vertical-align: middle;
	margin: 0px;
	}
	
input#imageField {
	margin-left: 5px;
	}

#tt { /* menu head blue bg color */
	display: block;
	padding: 3px 0 2px 2px;
	height: 1.2em;
	/* background color & borders - moved to audience rsrc.css files */
}

#menu { /* container for results */
	float: left;
	clear: both;
	text-align: left;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	width: 95%!important;
	width/**/: 88%;
	/* borders - moved to audience rsrc.css files */
}


.page_note {
	display: block;
	margin: 10px 30px 10px 0px;
	padding: 10px 0px 0px 0px;
	/* border-top - moved to audience rsrc.css files */
	color: #f00;
}




/* results section - list definitions */

#ll_results {
	padding-top: 20px;
	padding-left: 20px;
}

#ll_results ul {
	display: inline;
	padding: 0px;
	margin-left: 10px;
}

#ll_results li {
	display: inline;
	list-style-type: none;
	margin-left: 3px;
}

#ll_results p.link {
	font-weight: bold;
	margin-right: 20px;
}

#ll_results p.link .abstract {
	font-weight: normal;
}

#ll_results p.link .ll_link { /* unique to link library */
	font-weight: normal;
	font-size: .85em;
}

#ll_results .no_match {
	color: #f00;
}

#ll_results ul li.active_page { 
	color: #ba0000;
	font-weight: bold;
}
