@charset "utf-8";
/* CSS Document */

/* Overides CSS for the People section */

/* Typography */

#mainContent h1 {
	font-weight: bold;
	font-size: .85em;
	color: white;
	background-color: #004359;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	margin-bottom: 5px;
	text-decoration: none;
	text-align: left;
}

.result_list {
	padding: 0px;
}

div.result_list a:link#result_link div {
	color: #000000;
	text-decoration: none;
}

div.result_list a:visited#result_link div {
	color: #000000;
	text-decoration: none;
}

div.result_list a:hover#result_link div {
	background-color: #e8f3f7;
	color: #000000;
	text-decoration: none;
}

div.result_list a:active#result_link div {
	color: #000000;
	text-decoration: none;
}

div.result_list a:hover {
	text-decoration: none;
}

.result_item {
	margin: 0px 0px;
	padding: 5px 0px;
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #9fb9c1;
}

.result_criteria {
	margin: 0px 0px 10px 0px;
	font-size: .4em;
}

.result_item_image {
	float: left;
	margin-left: 0px;
}

.result_item_info {
	margin-left: 45px;
	padding: 0 5px;
	border-left: 1px solid #9fb9c1;
}

.result_item_info h3 {
	margin-top: 0px;

	font-weight: bold;
}

.result_item_info p {
	color: #4d4d4d;
	font-weight: normal;
}

.result_item_info p b {
	font-weight: bold;
}

.people_show_person .result_item {
	margin: 5px 5px;
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #9fb9c1;
}

.people_show_person .result_item_image {
	float: left;
	margin-left: 10px;
}

.people_show_person .result_item_info {
	margin-left: 125px;
	margin-right: 5px;
	padding: 0 5px;
	border-left: 1px solid #9fb9c1;
}

.people_show_person .result_item_info h2 {
	margin-top: 0px;
}

.people_show_person h1 {
	background-color: #9fb9c1;
}

.people_show_person h4 {
	margin-bottom: 5px;
}

.people_show_person p {
	margin-top: 0px;
	margin-left: 20px;
}

.people_show_person .IFrame {
	border: 1px solid #9fb9c1;
    height: 360px;
	width: 650px;
/*	overflow: auto; */
	font-weight: normal;

}

.PubFrame {
	border: 1px solid #9fb9c1;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
    height: 360px;
	width: 675px;
	overflow: auto;
	font-weight: normal;
 	/* font-size: 0.8em; */
}

.PubFrame h3 {
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	margin-bottom: -1px;
}

.PubFrame ul li
{
	list-style-type: none;
}

.PubFrame ul ul li
{
	list-style-type: square;
	font-size: 8pt;
}

/* Search box styles */
/* Alphabetic list of links */
.people_alpha_list {
	list-style:none;
	margin: -5px 0px 5px 0px;
	padding: 5px 10px;
	background-color: #407283;
	}


.people_alpha_list ul {
	display: inline;
	margin:0;
	padding:0;
	}

.people_alpha_list ul li {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding:0;
	color: #ffffff;
	font-weight: bold;
	}

.people_alpha_list a:link {
	color: #ffffff;
	text-decoration: none;
}

.people_alpha_list a:visited {
	color: #ffffff;
	text-decoration: none;
}

.people_alpha_list a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.people_alpha_list a:active {
	color: #ffffff;
	text-decoration: none;
}

.people_search_sub {
	background-color: #9fb9c1;
	margin-top: 5px;
	padding: 5px 20px;
}


.people_search input {
	border: 1px solid #C4C5C6;
	margin-right: 10px;
}

.people_search .adv-form-area {
	background-color: #9fb9c1;
	padding: 1px 10px 1px 10px;
	margin: 0px;
}

.form-row {
	margin: 5px 0 5px 0;
}

.form-left {
	margin: 0 10px 0 0;
}

.form-right {
	margin: 0 0 0 10px;
}

.form-row select {
	border: 1px solid #C4C5C6;
	width: 300px;
}

.profile-table {
	width: 99%;
}

/* Override the default max width table value */
#col3_content table.silvatable
{
	max-width: none;
}

/* Fix to make content boxes work in IE6 */
#col3 #col3_content .content-box{
padding:0;
}
*>#col3 #col3_content .content-box{
padding: 0 8px 6px;
}



/* Styles for the 'Edit my profile link on profile page */

#edit_link_block{
	width: 100px;
	padding: 0;
}

#edit_link {
	padding: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}

#edit_link a{
	color: #459CBD;
}


/* Styles for the tabs on the editing pages */

#tabs ul {
	list-style: none;
	padding:0;
	margin:0;
}

#tabs li {
	float: left;
	/* border-bottom: 1px solid;
	border-bottom-width: 0; */
	/* margin: 0 0.5em 0 0; */
	margin: 0 2px 0 0;
}

#tabs li a {
	padding: 0 1em;
}

#tabs #selected {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
}

#tabs a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	background: #a8c0d1;
}

#tabs a:hover {
	background: #ccd158;
	color: #ffffff;
}

#tabs #selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #000000;
}

#tabs-end {
	margin: 0px;
	border-top: 1px solid #459cbd;
	clear: both;
}


/*top links*/
#toptabs-container{
padding:0;
margin:0;
}
#mainnavblock{
padding:0;
margin:0;
width:100%;
float:right;
margin-top: -10px;
margin-bottom: 10px;
}
#mainnav{
list-style-type:none;
padding:0;
margin:0;
float:right;
}
#mainnav li {
border-right:1px solid #D1D1D4;
display:inline;
list-style-type:none;
padding:0 5px 0 0;
}
/*End - Top links*/

/* div.clearing {
    height: 0px;
    clear: both;
    font-size: 0em;
	margin-left: 20px;
}

div#includedContent {
	margin-top: 100px;
	clear: none;

} */