/* Search interface */
#search {
float: right;
width: 250px;
height: 41px;
margin: 0 0 29px 10px;
display: block;
overflow: hidden;
}
#search ul {
float: right;
margin: 0;
}
#search ul li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#search ul li a {
position: relative;
padding: 0px 8px 6px;
color: #d0a627;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
display: block;
}
#search div {
text-align: right;
margin-top: -1px;
}
#search div a {
color: #CCC;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
}
#search div a:hover {
color: #d9a901;
}
#search div form {
display: inline;
}
#site_top_search_field, #people_top_search_field {
border: 0;
margin: 0;
border: 0;
padding: 4px;
color: #888;
display: inline;
}
.ui-tabs-panel {
font-size: 9pt;
clear: both;
}
.ui-tabs-selected {
background: url('/home/newincludes/arrow.gif') bottom center no-repeat;
display: block;
}
.ui-tabs-selected a {
outline: none;
}
.ui-tabs-nav a span {
outline: none;
color: #d9a901;
}
.ui-tabs-hide { 
display: none; 
}
.hideArrow {
background: none;
}
.searchbutton {
vertical-align: baseline;
}

/* Top bar link section */
/* KH: changed the name of these from 'rightlinks' to 'global_general_links' to reflect the reality that they may not always be on the right */
#global_general_links{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color:#fff;
float:right;
padding-top: 23px;
margin-bottom: 5px;
display: block;
}
/* Format the hyperlinks that go here */
#global_general_links a{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color:#fff;
text-decoration:none;
padding-left:2px;
padding-right:2px;
}
#global_general_links a:hover{
color:#d9a901;
}

/* Information Box with department contact information under left navigation */
#content_leftNav_info {
	margin-left: 15px;
}
#content_leftNav_info_title {
	font-weight: bold;
	font-size : 0.9em; 
	margin: 0;
}

#content_leftNav_info_text a {
	color: #F00;
}

#content_leftNav_info_text p {
	margin: 0;
}
