@charset "utf-8";
/* CSS Document */


img {
max-width:700px;
}

.printonly {
display:none;

}

.donotprint {

display:block;
}


/* All Hail the Suckerfish - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#nav {
	margin: 0;
	padding: 0;
}

#nav li a, #nav li a, #nav li a:active, #nav li a:hover, #nav li a:visited {
	background: transparent;
	color: #fff;
	padding: 10px 15px 3px 15px;	
	font-weight: bold;
	text-decoration: none;
}
#nav, #nav ul {
	float: left;
	height: 28px;
	width: auto;
	list-style: none;
	line-height: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	z-index: 80;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
}

#nav a {
	display: block;
	width: auto;
	w\idth: auto;
	color: #fff;
	text-decoration: none;
}



#nav li {
	float: left;
	width: auto;
	text-align: middle;
	vertical-align: center;	
	border-right: 1px solid #5A74BD;
}
#nav li a {
	display: block;
	height: 21px;
}

/* Menu Box */
#nav li ul {
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	background-color: #1C2D7D;
	position: absolute;
	left: -999em;
	height: auto;
	width: 17em;
	font-weight: normal;	
	border: none;
	margin: 0 0 0 0;
	text-transform: none;
	padding-bottom: 15px;
	border: 0;
}

#nav li li {
	width: 17em;
}

#nav li ul a {
	border-bottom: 1px solid #3b6794;
	color: #fff;
	width: auto;
}
#nav li ul a.last {
	border: none;
}
/* third-and-above-level lists */
#nav li ul ul {
	font-size: 1em;
	margin: -2.25em 0 0 17em;
	border-top: 1px solid #8DA1D1;
	border-left: 1px solid #8DA1D1;
	border-bottom: 1px solid #18276C;
	border-right: 1px solid #18276C;	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background-color: #1C2D7D;
}
#nav li ul li {
	border: 0;
}
#nav li ul li a, #nav li ul li a:link {
	height: auto;
}
#nav li ul li:hover {
	background-color: #4969B2;
}

#nav {position: relative; height: 29px;}

#nav #panelFirst:hover {
	background: #4969B2 url(images/ucsd_bg-menu-first.gif) top left no-repeat;
}
#nav #panel2c ul li a, #nav #panel3c ul li a, 
#nav #panel4c ul li a, #nav #panel5c ul li a, 
#nav #panel6c ul li a,#nav #panel7c ul li a,
#nav #panel8c ul li a,#nav #panel9c ul li a {
	border: 0;
}

/* Extra Wide */
#nav li#panel6c ul { width: 20em; }
#nav li#panel6c ul li { width: 100%; }

/* Sticky IE Menus Fix */
#nav li:hover, #nav li.hover {
    position: static;
}

#nav li ul li a.daddy {
	background: url(images/ucsd_rightarrow2.gif) center right no-repeat;
}

/* Vertical Drop Nav */
#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 150px;
}

#nav2 li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 150px;
}

#nav2 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left: 148px;
	margin-top : -2em;
	border-top: 1px solid #FCED9A;
	border-left: 1px solid #FCED9A;
	border-right: 1px solid #C4A806;
	border-bottom: 1px solid #C4A806;
}

#nav2 li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav2 li a {
	width: 11em;
	w\idth : 10em;
	display : block;
	color : black;
	text-decoration : none;
	background-color : #FFFDF4;
	padding : 0 0.5em;
}

#nav2 li ul li a {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#nav2 li a:hover {
	color: white;
	background-color: black;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
	
#nav li a.daddy {
	background: url(images/ucsd_rightarrow1.gif) center right no-repeat;
}

/* Main Styles */
html {    
	font-size: 62.5%;
	height: 100%;
	padding: 0;
}
body {
	background-color: #4E71B9;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 100%;
	line-height: 1.6em;
	margin:0;
	padding:0;
	width:100%;
	background-image: url(images/ucsd_bg.gif);
	background-repeat:repeat-x;
	background-position: top;


}
/*
#page {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 974px;
}*/
/* Accessibility - Skip Navigation */
#skipnav {
	position: absolute;
	top: 0;
	z-index: 2;
}
	#skipnav a{
		position:absolute;
		left:0px;
		top:-500px;
		width:1px;
		height:1px;
		overflow:hidden;
	}
	#skipnav a:focus {
		background:#528BC5;
		color:#fff;
		margin-left:0!important;
		padding:3px;
	}
#header {
	background: transparent url(images/ucsd_bg.gif) top repeat-x;
	height: 106px;
	margin: 0 auto;
	padding: 0;	
}
#search {
	float: right;
	background: transparent url(images/ucsd_ucsd-header.gif) top right no-repeat;	
	height: auto;
	margin: auto auto;
	padding-top: 40px;
	width:260px;
}
.cse-branding-form label{
	display: none;
}
.cse-branding-form {
	text-align: right;
}
#menu {
	background: #4969B2 url(images/ucsd_bg-menu.gif) top left no-repeat;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 43px;
	padding: 1px 0 0 0;	
}
#menu h2 {
	display: none;
}
/*.hi-img {
	background: #efefef;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	clear: both;
	display: block;
	margin-top: 10px;
	padding: 10px;
	text-align: center;	
}
#psa {
	padding: 10px;
	border: 4px solid red;
}
#highlight {
	background: #5E73D0 url(images/ucsd_bg-hi.gif) top repeat-x;
	height: 210px;
	padding: 20px 15px;
}
#highlight h2 { padding: 0; margin: 0; border: 0; }
#highlight h2.techlinks { 
	height: 35px;
	background: transparent url(images/ucsd_techlinks.gif) top left no-repeat; 
	text-indent: -999em;
}
	
#highlight h2.education {
	height: 35px;
	background: transparent url(../img/highlight-education.gif) top left no-repeat; 
	text-indent: -999em;
}
#highlight h2.community {
	height: 35px;
	background: transparent url(../img/highlight-community.gif) top left no-repeat; 
	text-indent: -999em;
}
#highlight ul {
	margin-left: 0;
	padding-left: 0;
	display: block;
}
#highlight ul li {
	margin-left: 0;
	padding: 0 10px;
	list-style: none;
}		
#highlight ul li.first {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	list-style: none;
}
#highlight ul li a {
	color: #fff;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
#highlight ul li a:hover {
	background: transparent;
	text-decoration: underline;
}
.high-left {
	float: left;
	width: 350px;
}
.high-slideshow {
	background: transparent url(images/ucsd_bg-hi-ss.gif) top left no-repeat;
	float: right;
	height: 210px;
	width: 557px;
}
.high-slideshow.last {
	margin-right: 0;
}
#sidebar {
	background: #fff;
	float: right;
	width: 214px;
}
	#sidebar ul {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;		
	}
	
	#sidebar li {
		list-style: none;
		list-style-image: none;
	}
	
	#sidebar li a {
		background: #fff;
		border-bottom: 1px solid #eee;
		color: #104983;
		display: block;
		padding: 3px;
		width: 208px;
	}
	#sidebar li a:link, #sidebar li a:visited { 
		color: #528BC5;
		font-weight: bold;
		text-decoration: none;
	}
	#sidebar li a:active { 
		color: #72B4F5;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
	#sidebar li a:hover {	
		background: #528BC5;
		color: #fff;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
	
#contentbox {
	background: #fff url(images/ucsd_bg-content.gif) top center repeat-y;
	clear: both;
	color: #444;
	display: block;
	float: left;	
	min-height: 100%;
	padding: 0 25px 25px 25px;	
	width: 924px;
}
*/
#content { height: 100%; }
/*#contentwide {
	background: #fff;
	float: left;
	height: 100%;
	margin-right: 15px;
	width: 615px;
}*/
p 

{

margin-top: 0.3em;

margin-right: 0em;

margin-bottom: 1.5em;

margin-left: 0em;

padding-top: 0em;

padding-right: 0em;

padding-bottom: 0em;

padding-left: 0em;


}
#footer {
	background: #f3f3f3 /*url(images/ucsd_bg-footerbar.gif) top repeat-x*/;
	clear: both;
	color: #555;
	font-size: 0.9em;
	height: 30px;
	line-height: 1.2em;
	padding-left: 15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	/*width: 944px;*/
}
#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#footer ul li {
	margin-left: 0;
	border-left: 1px solid #ccc;
	list-style: none;
	display: inline;
	padding: 0 5px 0 7px;
	}
	
		
#footer ul li.first {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
.footerLeft {
	float: left;
	margin-left:15px;
}
/* General Styles */
a { 
	border: 0;
	color: #327CC5; 
	text-decoration: none;
}
a:link {
	text-decoration: underline;
	color: #353799;
	cursor: pointer;
}
a:visited { 
	text-decoration: underline;
	color: #353799;
}
a:active {
	text-decoration: underline;
	color: #353799;
}
a:hover {
	background: #EAF0FF;
	text-decoration: underline;
	color: #004386;
	cursor: pointer;
	outline: none;
}
a img, a:link img, a:hover img {
	background: transparent;
	border: 0;
}
#highlight a {
	text-decoration: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
.imglink,.imglink:link,.imglink:visited {
	border: 0;
	margin-top: 5px;
	text-decoration: none;
}
.imglink:hover {
	border: 0;
	background: none;
}
.imglink2,.imglink2:link,.imglink2:visited,.imglink2:hover {
	background: 0;
	border: 0;
}
ol { 
	margin-top: 5px;
	padding-top: 0;
	padding-left: 1em;
	margin-left: 1.5em;
}
ul{
	margin-top: 5px;
	padding-top: 0;
	padding-left: 1em;
	margin-left: 1.5em;
	list-style: square;
}
h1,h2,h3,h4,h5,h6 {
	color: #203181;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	clear: both;
}
h1 {
	display: none;
}

h2 {	
	border-bottom: 2px solid #5E73D0;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 2px 0;
}
#columnfront.news h3 {
	border-bottom: 1px solid #fff;
	color: #fff;
}

h3 {
	color: #444;
	/*border-bottom: 1px solid #ccc;*/
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 0; 
	padding: 0;
	text-transform:uppercase;	
	

}

h4 {
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 0; 
	padding: 0;	
}
.printOnly {
    display: none;
}
hr {
	border: 0;
	width: 100%;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
}


/* Sub Styles */
#menusub h3{
	color: #3E41B0;
	border-bottom: 1px solid #3E41B0;
}
#menusub{
	float: left;
	width: 150px;
	height: auto;
	margin: 0 25px 0 0;
	padding: 0 15px 15px 15px;
}
	#menusub ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#menusub ul li {
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#menusub ul li a {
		border-bottom: 1px solid #eee;
		display: block;
		padding: 3px 5px 3px 0;
		color: #5A5744;
		text-decoration: none;
		width: 100%;
		}
	
	#menusub ul li ul {	
		margin-left: 1em;
		font-size: .9em;
		}
	
	#menusub ul li ul li a{		
		font-weight: normal;
		}		
	
	#adminnav li a {
		display: inline;
		width: 30px;
		font-size: .8em
	}

	html>body #menusub li a {
		width: auto;
		}

	#menusub li a:hover {
		background: #FFF5CB;
		border-bottom: 1px solid #CBC397;
		color: #104883;
		}
#contentboxsub {
	float: left;
	width: 767px;
	height: auto;
	margin: 20px 0 0 0;
	padding-bottom: 50px;
}
#maincolsub {
	float: left;
	height: auto;
	padding: 0;
	width: 560px;
}
#maincolsub.faculty {
	width: 700px;
}
.facinfo {
	font-size: .9em;
	line-height: 1.2em;
	float: left;
	float: left;
	width: 150px;
}
.facbody {
	float: right;
	width: 530px;
	padding-top: 0;
}
.float-right {
	padding:10px 20px;
	float:right;
}

.fac-photo {
	float: left;
	padding: 0 1em 1em 0;
}

.faculty hr {
	clear: both;
}
.faculty div.right-col {
	float: right;
	width: 425px;
}
.faculty p.info{
	font-weight: bold;
	margin: 0;
}
.faculty dt {
	float: left;
	padding-right: .5em;
}
.faculty ul {
	margin-left: 1em;
}
#sidebarsub {
	float: right;
	height: auto;
	width: 150px;
	padding: 15px;
	background: #fffdf4;	
	border: 1px solid #fccd37;
}

/* Forms */
.form {
	margin:0;
	padding:0;
}
.searchlinks{
	color: #fff;
	float: left;
	width: auto;
	clear: left;
}
.searchlinks a, .searchlinks a:link, .searchlinks a:visited, 
.searchlinks a:active { color: #fff; border: none; }
.searchlinks a:hover {background: transparent; border-bottom: 1px solid #fff; }


.div_textbox {
	width:160px;
	background:transparent;
	clear: right;
	float:right;
	height:35px;
	padding:0;
}

.textbox {
	background-color:#eee;
	height: 16px;
	width:150px;
	font:normal 15px Arial;
	color: #666;
	padding:3px;
	border-width: 1px;
	border-style: solid;
	border-color: #BAC5DF;
}
.textbox:focus, .textbox:hover {
	background-color:#fff;
	color:#000;
}

.button_div {
	float: right;
	height:15px;
	margin:0;
	padding:0;
}
.buttons {	
	background: #40B53B;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #BAC5DF;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	height: 20px;
	width: 30px;
}
.buttons:active {
	background-color:#08AAE6;
	outline: none;
}



/* Table*/

table.contact {
	border-width: 0px;
	border-spacing: 2px;
	border-style: dashed;
	border-color: gray ;
	border-collapse: separate;
	background-color: white;
}
table.contact th {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
}
table.contact td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray ;
	background-color: white;
}

table.contactus {
	width: 100%;
}
table.contactus tr {
	text-align: left;
}
/* Definition Lists */
dl dt {
	font-weight: bold;
}
dl dd {
	/*margin: 0; Why was this here? */
}

/* Perspectives */
#perspectivesLarge {
	margin: 0;
	padding: 0;
}
#perspectivesLarge li {
	font-size: 1.5em;	
	border: 0;
	display: block;
	float: left;
	list-style: none;
	list-style-image: none;
	width: 280px;
	margin: 0 35px 0 0;	
	text-decoration: none;
	cursor: pointer;
}

#perspectivesLarge li a, #perspectivesLarge li a:link, #perspectivesLarge li a:visited, #perspectivesLarge li a:active {
	display: block;
	color: #fff;
	padding: 175px 0 10px 10px;
	border-bottom: 1px solid #8DA1D1;
}

#perspectivesLarge li.students { background: #464FB4 url(images/ucsd_perspectivesStudents.jpg) top center no-repeat; }
#perspectivesLarge li.visiting { background: #464FB4 url(images/ucsd_perspectivesVisiting.jpg) top center no-repeat; }
#perspectivesLarge li.announcements { background: #464FB4 url(images/ucsd_perspectivesAnnouncements.jpg) top center no-repeat; }
#perspectivesLarge li.announcements { margin-right: 0; }

#perspectivesLarge li a:hover {
	background: transparent;
	color: #FFDA0A;
	text-decoration: underline;
}
#perspectivesSmall {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}
#perspectivesSmall li {
	font-size: 1.4em;
	width: 310px;
	list-style: none;
	list-style-image: none;
	text-decoration: none;
	margin: 0;
}

#perspectivesSmall li a, #perspectivesSmall li a:link, #perspectivesSmall li a:visited, #perspectivesSmall li a:active {
	display: block;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 65px 0 2px 5px;
	line-height: 21px;
	border-bottom: 1px solid #8DA1D1;
}
#perspectivesSmall li.alumni { margin-bottom: 25px; background: #464FB4 url(images/ucsd_perspectivesAlumni.jpg) top center no-repeat; }
#perspectivesSmall li.faculty { background: #464FB4 url(images/ucsd_perspectivesFaculty.jpg) top center no-repeat; }

#perspectivesSmall li a:hover {
	background: transparent;
	color: #FFDA0A;
	text-decoration: underline;
}

/* Front page Columns */
#column-spotlight {
	float: left;
	width: 280px;
	margin: 0 25px 0 0;
}
#column-news {
	float: left;
	width: 280px;	
}
#column-news ul {
	list-style: square;
	padding: 0;
	line-height: 1.6em;
}
#column-events {
	float: right;
	width: 310px;
}

/* Action Links */
#actionLinks {
	margin: 0;
	padding: 0;
}
#actionLinks li {
	margin-bottom: 0;
}
#actionLinks li,#actionLinks li a, #actionLinks li a:link, #actionLinks li a:visited, #actionLinks li a:active {
	color: #353B86;
	background: #fff url(images/ucsd_ql-bg.gif) 0 0 no-repeat;
	border: 0;
	display: block;
	float: left;
	list-style: none;
	list-style-image: none;
	padding: 0;
	width: 280px;
	height: 68px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#actionLinks img { float: right; }
#actionLinks span { 
	font-size: 1.6em; 
	font-family: Arial, sans-serif; 
	line-height: 1.2em;
	float: left;
	padding: 0;
	margin: 20px auto 0 auto;
	width: 100%;
	height: auto;
	}
#actionLinks small {
	color: #999;
}
#actionLinks li a:hover {
	background: #fff url(images/ucsd_ql-bg.gif) 0 -68px no-repeat;
	color: #fff;
	text-decoration: underline;
	border: 0;
}

	
/* RSS NEWS */
.datebox {
	background: transparent url(images/ucsd_bg-date.gif) top center no-repeat;
	color: #999;
	float: left;
	font-weight: bold;
	height: 51px;
	line-height: 1.2em;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 37px;
}
.datebox small { color: #888; }
.datebox big { color: #666; }
.datelist {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;	
}
.datelist li {
	color: #444;
	border: 0;
	display: block;
	height: auto;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 1em 0;
}

.morenews {
	display: block; 
	border: 1px solid #ddd;
	text-align: center;
}
.morenews a, .morenews a:link, .morenews a:visited, .morenews a:active {
	display: block;
	border: 0;
}

table.faculty td{
	border: 0;
}
/* Hacks */

/* for Internet Explorer 6 */
/*\*/
* html #canvas {
	height: 100%;
}



/*-------------------------------------------------------------------*/

div#container {
	width: 899px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #ffffff;
	
}


/*------------------------------------------------------------*/

div#content {

	min-height: 200px;
	width: 93%;
	clear:both;
	margin-left:30px;
	margin-right:30px;
	margin-bottom: 0px;
	margin-top:30px;
}
/*--see columns.css for column layouts--*/

/*------------------------------------------------------------*/

div#addressbar {
	background-repeat:no-repeat;
	background-image: url('images/ucsd_bg-footerbar.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: center;
	background-y-position: top;
	background-color:#f3f3f3;
	clear:both;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	margin-top:30px;
	padding: 3px 0px 3px 0px;
	/*border-top:20px solid #6699cc;*/
	/*background:#cccc99;*/
}




div#addressbar p {
text-decoration:none;
font-weight:normal;
padding-top:0.7em;
text-align:left;
margin-left:30px;
 	color:#555555;
 }

/*------------------------------------------------------------*/


#copyright {

	clear:both;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
 	color:#555555;
	background-color:#f3f3f3;
	padding: 3px 0px 3px 0px;
	/*background:#cccc99;*/

	}
#copyright p {
	margin-left:30px;
}

/*------------------------------------------------------------*/
div#requestInfo p a 

{

text-decoration: none;

font-weight: bold;

background-color: #4E71B9;

color: #ffffff;

padding-top: 5px;

padding-right: 5px;

padding-bottom: 5px;

padding-left: 5px;

}

/*====================*/


#skip, div#accessibilityLinks {
position:absolute;
left: -1000px;

	font-size: 80%;

	color:#fff;

}

div#pageLink{
	display:none;
	padding-left: 25px;
		padding-right: 10px;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 75%;
				padding-top:.6em;
	
				
}

div#sharethis {
height:30px;	
}
tr.patentHeader td {font-weight:bold; border-bottom:1px solid #cccccc; border-left:0px; border-right:0px;}

tr.patentRow td {border-left:0px; border-right:0px;}

tr.patentRowAlt td {border-left:0px; border-right:0px;background-color:#EEEEEE;}
