@charset "UTF-8";
/* CSS Document */
/*
*/
html {
	color:#000;
}
body {
	margin:0;
	padding:0;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:  #e1ddd7;
}
#container {
	margin:0 auto;
	text-align:left;
	width: 960px;
	background-color: #fff;

}


#printheader, #printfooter {
	display: none;
	}
	
a:link, a:visited {
	color: #823519; /* brown */
	
	color: #b74a29; /* burnt orange */
	text-decoration: none;
	}		

 a:hover {
 	text-decoration: underline;
	color: #b74a29;
	
	color: #da6426; /* orange */
	
	}

#globalnav a:link, #globalnav a:visited {	
	color: #823519; /* brown */
}

#globalnav a:hover {	
	color: #b74a29;
	
	color: #da6426; /* orange */
}

/********** TEXT **********/

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #823519;
	margin-bottom: 10px;
}


h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #673519;
}


h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #673519;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #673519;
}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #da6426;
	text-decoration: none;
	}
	
h2 a:hover, h3 a:hover {
	color: #da6426;
	text-decoration: underline;
	}

p {
	font-size: 1.3em;
	margin: 2px 0 15px 0;
	line-height: 130%;
}

.small {
	font-size: .8em;
}

.sup {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}

.smallbold {
	font-size: .9em;
	font-weight: bold;
}

dl {
	margin: 10px 10px 10px -20px;
	padding: 0;
}

ul, ol {
	margin: 10px 10px 10px 20px;
	padding: 0;
}

ul {
	
	list-style:square;
}


ul li, ol li, dl dd {
	font-size: 1.3em;
	line-height: 160%;
}

ul p, ul li ul, ul li ol, ul li dl ol li ul, li ul li, li p, ol p, ol li ul, ol li dl, dl p, dl dd dl, dl dd ol, dl dd ul {
	font-size: 1.0em;
}

td ul li, td ol li, td dl dd {
	font-size: 1.2em;
}


.intro {
	
	font-weight: bold;
	color: #673519;
	letter-spacing: 0.009em;
}

.callout {
	margin: 15px 0;
	padding: 5px 0;
	border-bottom: 1px solid #e3e1de;
	border-top: 1px solid #e3e1de;
	background-color:#f5f5ed;
}

/********** LAYOUTS **********/


#main {
	width: 960px;
	margin: 0 auto;
	background-image:url(../images/background_main.gif);	
	background-repeat: repeat-y; 
}

#lnav {
	width: 220px;
	float: left;
}

#lnavpad {
	padding-left: 10px;
	padding-right: 1px;
}


#content {
	background-image:url(../images/background_3col.gif);	
	background-repeat: repeat-y; 
	width: 740px;
	float: right;
	background-color: transparent;
}

#contentrr {
	background-image:url(../images_global/background_3col.gif);	
	background-repeat: repeat-y; 
	width: 695px;
	float: right;
	background-color: transparent;
}

#contentpad {
	padding-left: 5px;
}

#leftcontent {
	width: 540px;
	float: left;
	background-color: transparent;
	padding-bottom: 10px;
}

#leftcontentpad {
	padding: 0 20px 0 10px;
}

#widecontent {
	width: 700px;
	float: left;
	background-color: #fff;
	padding-bottom: 10px;
}


#sidebar {
	width: 185px;
	float: right;
	background-color: #efefef;
	margin-top: 5px;
	
}

#sidebarpad {

}

#landing {	
	margin: 0 0 10px 0;
	padding: 0;	
	}
	


#landingleft {
	float: left;
	width: 710px;
	background-color: transparent;
}

#landingleftpad {
	padding: 0 20px 10px 20px;
}

#landingright {
	float: right;
	width: 249px;
	}

#landingrightpad {
	background-color: #f5f5f5;
	border-left: 1px solid #bcbcbc; 
	margin-top: 5px;
	border-bottom: 1px solid #bcbcbc;
	
}


.leftcol {
	float: left;
	width: 300px;
	margin-right: 30px;
}

/***** SIDEBAR ********/

.sidefeature {
	background-color: #ffefd9;
	background-color: #fff;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #fff;
	padding-top: 2px;
	margin-top: 0;
	padding-bottom: 5px;
	background-image:url(../images/background_gradient.gif);
	background-repeat:repeat-x;
}


#sidebar h2, #landingright h2 {
	margin-top: 5px;
	padding: 0 5px 2px 10px;
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #673519;
	line-height: 130%;
	
}


#sidebar h3, #landingright h3 {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0 5px 0 10px;
	font-size: 1.0em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #482f22;
	line-height: 120%;
	
}


#sidebar form, #landingright form {
	margin: 5px 5px 15px 10px;
}




#sidebar p, #landingright p {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 1.1em;
	font-family:  Verdana, Geneva, sans-serif;
}


#sidebar ul, .sidefeature ul {
	list-style: square;
	margin-top: 2px;
	margin-left: 20px;
	padding-left: 0;
	color: #482f22;
}

#sidebar ul li, .sidefeature ul li {
	margin-left: 5px;
	padding-left: 0;
	padding-right: 10px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
	margin-bottom: 5px;
	
}

/********** TOP NAV *************/



#navbar {
	float: left;
	position: relative;
	top: 0;
	background-image:url(../images/navbar.gif);
	width: 600px;
	height: 30px;
}

#search {
	float: right;
	color: #fff;
	width: 240px;
	margin-top: 0;
	display: inline;
}

#search  {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}



#ctl00_ctl00_TextBox_SearchCriteria {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 130px;
	line-height: 15px;
	display: inline;
	margin: 5px 6px;
}

#ctl00_ctl00_Button_Search .button {
	margin: 5px 0;
	padding: 2px 2px;
}

#nav {
  width: 600px;
  height: 30px;
   background: url(../images/navbar.gif) no-repeat;
  margin: 0;    
  padding: 0;
}


#nav li {
  float: left;
  list-style: none;
}
#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 30px;
  background: url(../images/navbar.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}
li#nav_home a {
  left: 0;
  width: 125px;
  background-position: 0 0;
}
li#nav_about a {
  left: 125px;
  width: 115px;
  background-position: -125px 0;
}
li#nav_research a {
  left: 242px;
  width: 125px;
  background-position: -242px 0;
}
li#nav_people a {
  left: 382px;
  width: 125px;
  background-position: -382px 0;
}
li#nav_news a {
  left: 505px;
  width: 125px;
  background-position: -505px 0;
}
li#nav_home a:hover {
  background-position: 0 -30px;
}
li#nav_about a:hover {
  background-position: -125px -30px;
}
li#nav_research a:hover {
  background-position: -242px -30px;
}
li#nav_people a:hover {
  background-position: -382px -30px;
}
li#nav_news a:hover {
  background-position: -505px -30px;
}


/********** BREADCRUMB **********/

#breadcrumb {
	font-size: 1.0em;
	color: #673519;
	font-family:Verdana, Geneva, sans-serif;
	padding: 5px 20px;
	border-bottom: 1px solid #bcbcbc;
	height: 1.5em;
}


#breadcrumb a:link, #breadcrumb a:visited {
	color:#673519;
	text-decoration: none;
}


#breadcrumb a:hover {
	color: #e48426;
	text-decoration: underline;

}




/********** HEADER ELEMENTS **********/

#header {
}

#gnav {
	background-color: #fff;
	height: 40px;
}

#gnav #kplogo {
	float: left;
	width: 220px;
	height: 40px;
	display: inline;
	background-image:url(../images/kp_logo.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	color: transparent;
}

#gnav #globalnav {
	float:right;
	text-align: right;
}

#gnav #globalnav ul {
	list-style: none;
	margin: 12px 0;
	padding: 0;
}

#gnav #globalnav ul li{
	display: inline;
	padding: 0 20px 0 5px;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#gnav #globalnav ul li a:link, #gnav #globalnav ul li a:visited {
	background-image:url(../images/bullet_orange.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding: 0 0 0 16px;
}

#gnav #globalnav ul li a:hover {
	text-decoration: none;
}

#printbanner, #printbanner h1 {
	display: none;
}



#banner {
	padding: 0;
	background-color:#482f22;
	height: 55px;
	}



#banner2 {
	padding: 0;
	background-image:url(../images/dor_banner2.gif);
	background-repeat:no-repeat;
	height: 55px;
}

#banner3 {
	padding: 0;
	background-image:url(../images/dor_banner3.gif);
	background-repeat:no-repeat;
	height: 55px;
}

#banner4 {
	padding: 0;
	background-image:url(../images/dor_banner4.gif);
	background-repeat:no-repeat;
	height: 55px;
}

#banner h1, #banner2 h1, #banner3 h1, #banner4 h1 {
	display: none;
}

#topnav {
	padding: 0;
	background-color:#8b7a6e;
	height: 30px;
	width: 960px;
}


/********** LEFTNAV **********/

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

ul#leftnav li {
	margin: 10px 0;
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 1.1em;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.05em;
	line-height: 130%;
}


ul#leftnav li  a:link, ul#leftnav li a:visited {
	color: #823519;
}

ul#leftnav li a:hover {
	color: #da6426;
	padding-left: 10px;
/*	background-image:url(../images/arrow_orange.gif);
	background-repeat:no-repeat; */
	margin-left: -10px;
	display: inline;

}

 li#hot {
	padding-left: 10px;
	background-image:url(../images/arrow_orange.gif);
	background-repeat:no-repeat;
}

 ul#leftnav li#hot a:link,  ul#leftnav li#hot a:visited,  ul#leftnav li#hot a:hover {
	color: #da6426;
	font-weight: bold;
	padding-left: 0;
	background-image: none;
	margin-left: 0;
	}
	

ul#leftnav li ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

ul#leftnav li ul li {
	margin: 5px 0;
	padding: 3px 5px 3px 0;
	font-size: 1.0em;
	line-height: 130%;
	border-bottom: none;
}

ul#leftnav li#hot ul li a:link, ul#leftnav li#hot ul li a:visited, ul#leftnav li#hot ul li a:hover {
	font-weight: normal;
	color: #673519;
}

 ul#leftnav li#hot ul li a:hover {
	text-decoration: underline;
	color: #da6426;
	}

ul#leftnav li#hot ul li#hot2 a:link, ul#leftnav li#hot ul li#hot2 a:visited, ul#leftnav li#hot ul li#hot2 a:hover {
	font-weight: normal;
	color: #da6426;
	
	list-style: none;
}
	

/********** SECTION BANNERS **********/

#leftcontent #aboutbanner, #leftcontent #researchbanner, #leftcontent #newsbanner, #leftcontent #peoplebanner, #leftcontent generalbanner {
	width: 540px;
	margin-bottom: 20px;
	margin-top: 5px;
	}

#widecontent #aboutbanner, #widecontent #researchbanner, #widecontent #newsbanner, #widecontent #peoplebanner, #widecontent generalbanner {
	margin-bottom: 20px;
	width: 700px;
	margin-top: 5px;
	}

#aboutbanner, #researchbanner, #newsbanner, #peoplebanner, #generalbanner {
	height: 85px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #fa9f1b;
}

#landingleft #aboutbanner, #landingleft #researchbanner, #landingleft #newsbanner, #landingleft #peoplebanner, #landingleft generalbanner {
	margin-bottom: 10px;
	margin-left: 0px;
	width: 670px;
	margin-top: 5px;
	}

#aboutbanner {
		background-image:url(../images/670_bldg.jpg);
}

#researchbanner {
	background-image:url(../images/670_tubes.jpg);
}

#peoplebanner {
	background-image:url(../images/670_fngrprint.jpg)
}

#newsbanner {
	background-image:url(../images/670_3d.jpg);
}


#generalbanner {
	background-image:url(../images/670_dblhelix.jpg);
}

h1.banner {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 2.2em;
	padding-left: 10px;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.1em;
	width: 240px;
	padding-top: 10px;
	margin-top: 5px;
}

#landingleft h1.banner {
	padding-top: 30px;
	padding-left: 20px;
}

/********** FEATURES **********/


.featurebox {
	width: inherit;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #bcbcbc;
	
	background-image:url(../images/background_gradient.gif);
	background-repeat:repeat-x;
	font-size: 1.0em;
}

.featurebox h3, .subfeature h3 {
	text-transform:uppercase;
	margin-top: 3px;
}



/********** MISC **********/


 .quote {
	width: 90%;
	margin: 10px;
	padding: 5px 10px;
	font-family: "Times New Roman", Times, serif;
	line-height: 200%;
	letter-spacing: 0.4px;
	border-top: 1px solid #cdcac3;
	border-bottom: 1px solid #cdcac3;
	color: #666;
	font-style: italic;
	font-size: 1.4em;
	line-height: 150%;
	color: #823519;
}

.button {
	background-color: #da6426;
	color:#fff;
	border: 1px solid #e48426;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: 600;
	cursor: pointer;
	margin: 5px 5px 5px 0;
	padding: 1px 2px;
}

.button a:link, .button a:visited {
	color: #fff;
}

.button a:hover {
	text-decoration: none;
	color: #f1ac1d;
}


p.more {
	margin: 2px 0 5px 0;
	text-align: left;
	font-size: 0.9em;
	}

.more a:link, .more a:visited {
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #673519;
}

.more a:hover {
	text-decoration:underline;
}

.share {
	float: right;
	padding: 0 10px 20px 10px;
}



/********* IMAGE STYLES **********/
img.right {
		float: right;
		margin: 0 0 0 10px;
		padding: 0;
}

img.left {
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
}

img.absmiddle {
	vertical-align: middle;
}

img.photo {
	margin-top: 1px;
	margin-bottom: 3px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	}
	

img.video {
	border: 1px solid #000;
	padding-bottom: 15px;
	background-color: #000;
	background-image:url(../images/background_video.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}	


img.slideshow {
	border: 1px solid #000;
	padding-bottom: 10px;
	background-color: #000;
	background-image:url(../images/background_slideshow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}	



/********  LISTS ************/

ul#newslist li {
	margin-bottom: 10px;
}




/********** FACES OF SCIENTIFIC LEADERSHIP ***********/

.thumbnails {
	clear: both;
	margin-top: 15px;
	width: 600px;
	padding: 0;	
	background-color: #ffefd9;
	background-color: #fff;
	border-top: 1px solid #bcbcbc;
	background-image:url(../images/background_gradient.gif);
	background-repeat:repeat-x; 

}

.thumbnails h3 {
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #673519;
	line-height: 130%;
	margin: 3px 10px 2px 10px;
}

.thumbnails .thumbnail {
	width: 100px;
	float: left;
	background-color: transparent;
}

.thumbnail p {
	padding: 5px;
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	
}

.thumbnail img {
	margin: 5px 2px;
	padding: 0;
}





/********** ICONS ***********/



.iconaudio {
	background-image: url(../images/icon_audio.gif); 
      background-repeat: no-repeat; 
	  background-position: right;
	  padding-right: 20px;
} 


.iconvideo {
	background-image: url(../images/icon_video.gif); 
      background-repeat: no-repeat; 
	  background-position: right;
	  padding-right: 20px;
} 
	
li a img.icon {
	margin-left: 3px;
	vertical-align: middle;
}


/********** TABLES **********/


	
th {
	background-color:#482f22;
	color: #fff;
	font-weight: bold;
	}
	
/* em's are multiplicative, so reduce the size of the html text ems in the td since they use 1.2em as the base */
/* so 1.0 is 1.0 x 1.2 = 1.2, 1.2 is 1.2 x 1.2 = 1.44 etc */

td p {
	font-size: 1.0em;
}

td h2 {
	font-size: 1.4em;
}

td h3 {
	font-size: 1.2em;
}

td h4 {
	font-size: 1.1em;
}


.oddrow {
	}
	
.evenrow {
	background-color: #eee;
	}

.hoverrow {
	background-color: #ffd;
	}	


.tabledata {
	border-top: 1px solid #ccc;
	 border-left: 1px solid #ccc;
	margin: 10px 0 20px 0;
	}

.tabledata th, .tabledata td{
	padding: 4px;
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
.tabledata td p, .tabledata td ul li, .tabledata td p ul li {
	font-size: 12px;
}

.tabledata_noborder{
    border-top: 1px solid #fff;
	 border-left: 1px solid #fff;
	margin: 10px 0 20px 0;
	}

.tabledata_noborder th, .tabledata_noborder td{
	padding: 4px;
	font-size: 12px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	}
	
.tabledata_noborder td p, .tabledata_noborder td ul li, .tabledata_noborder td p ul li {
	font-size: 12px;
}

.plaintable, .prdata {
	border: none;	
	margin: 10px 0 20px 0;
	}
	

.plaintable th, .plaintable td, .prdata th, .prdata td {
	padding: 6px;	
	font-size: 12px;
}

.prdata p, .plaintable p {
	margin: -2px 0 10px 0;
}

.tablelist {
	border: none;
	margin: 5px 0;
}

.tablelist th, .tablelist td {
	padding: 2px 4px;
	font-size: 11px;
}

.tablelist td ul, .tablelist td p, .tablelist td ol {
	font-size: 1.0em;	
}

.tablelist td ul li, .tablelist td ol li {
	line-height: 160%;
}
	
	
	

.featuretable {
	margin: 10px 0 20px 0;
	padding: 0;
	}

.featuretable td {
	padding: 0;
	margin: 0;
	background-color: #f4f0e9;
}

.featuretable td h1 {
	font-size: 1.5em;
	margin-bottom: 5px;
	padding: 2px 10px;
	font-weight: bold;
}

.featuretable td p {
	font-size: 1.2em;
	margin-top: 2px;
	padding: 2px 10px;
}


.featuretable td p.more {
	margin: 2px 0 5px 0;
	text-align: left;
	font-size: 1.1em;
}

.featuretable img {
	border-right: 5px solid #fff;
}

	
	
/********** FORM ELEMENTS **********/	

#sidebar .selectlist {
	width: 150px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}	

input.textfield {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}




/********** JQUERY TABS **********/

.tabs-hide {
        display: none;
    }

ul.tabs {
	margin: 10px 0 10px 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background-color: #f3f4e9;
}

ul.tabs li a {
	text-decoration: none;
	color: #823519;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	outline: none;

}
ul.tabs li a:hover {
	background-color: #e1ddd7;
	text-decoration: underline;
}	


ul.tabs li.tabs-selected, ul.tabs li.tabs-selected a:hover  {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

#tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}
.tab_content {
	margin: 10px;
	font-size: 1.0em;
}




/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a {
    display: block;
    padding: 0 10px;
}
.tabs-nav  {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -150px;
}
.tabs-nav a  {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}
*>.tabs-nav a  { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a  {
    padding-top: 1px;
}
.tabs-nav .tabs-selected a , .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 0 -50px;
}
.tabs-nav a , .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

	

/********** FOOTER **********/

#footer {
	margin: 0;
	padding: 2px 10px 2px 20px;
	
	background-color:  #8b7a6e;
	
}

#footer p {
	margin: 5px 0 8px 0;
	font-size: 1.0em;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 150%;
}

#footer a:link, #footer a:visited {
	color: #482f22;
	color: #fff;
}

#footer a:hover {
	color: #fefefe;
}




/* Ektron */
.EktronAjaxLoading img { display: none;} /*Fix for Spinning Loading Image */


#ctl00_ctl00_ContentPlaceHolder_body_right_sidebar_TextBox_Search, #ctl00_ctl00_ContentPlaceHolder_body_right_sidebar_Button_Search  /* publications search box and button*/

{
	margin-left: 10px;
}

#homesidebar #ctl00_ctl00_ContentPlaceHolder_body_sidefeature3_DropDownList_Topics /* topics dropdown list on home page */
{
	margin-left: 10px;
}


/* search results table */

#ctl00_ctl00_ContentPlaceHolder_body_wide_content_GridView_Results {
	border: none;	
	margin: -20px 0 20px 0;
	}
	

#ctl00_ctl00_ContentPlaceHolder_body_wide_content_GridView_Results th, #ctl00_ctl00_ContentPlaceHolder_body_wide_content_GridView_Results td, #ctl00_ctl00_ContentPlaceHolder_body_wide_content_GridView_Results th, #ctl00_ctl00_ContentPlaceHolder_body_wide_content_GridView_Results td {
	padding: 6px;	
	font-size: 12px;
}

#ctl00_ctl00_ContentPlaceHolder_body_wide_content_GridView_Results p, #ctl00_ctl00_ContentPlaceHolder_body_wide_content_GridView_Results p {
	margin: -2px 0 10px 0;
}
	
#ctl00_ctl00_ContentPlaceHolder_body_wide_content_GridView_Results a {
	font-weight: bold;
}


/* no matching search results */



#Div_EmptyRow, .DivEmptyRow {
	margin: 0;
	padding: 0;
	border: 0;
}

.DivEmptyRow {
	font-size: 1.0em;
}

.DivEmptyRow h3 {
	font-size: 1.2em;
}

.DivEmptyRow ul li, .DivEmptyRow ol li, .DivEmptyRow p {
	font-size: 1.0em;
}

/* search results page */

#__ecmsearchresult .resultPreviewDetails, #__ecmsearchresult h4 .dateTime
{
	display: none;
}

#__ecmsearchresult a {
	font-weight: bold;
}


