


/*
	-- -- -- -- -- -- -- -- -- -- --
	-- -- -- -- -- -- -- -- -- -- --
	UC Merced Career Services
	Type: screen, projectio
	Last Edit: 29 June 2006
	Contact: Tom Richards
	-- -- -- -- -- -- -- -- -- -- --
	
	-- -- -- -- -- -- -- -- -- -- --
	External Style Sheets:
	
	- undohtml.css
	- iehacks.css
	
	-- -- -- -- -- -- -- -- -- -- --
	
	-- -- -- -- -- -- -- -- -- -- --
	Javascript dependencies:
	
	- none
	
	-- -- -- -- -- -- -- -- -- -- --
	-- -- -- -- -- -- -- -- -- -- --
*/



/****************
 * Body Styling *
 ****************/
body {
	
	font-size: small;	
	font-family: Verdana, Arial, sans-serif;
	background: #FFF;
	color: #000;
}


img#UCMerced_logo.template {
max-width:2000px;
width:auto;

}

body hr {
		display: none;
	}
	
	
	
	
	
	
/****************
 * Link Styling *
 ****************/
a, a:visited {
	color: #339;
}

a:hover {
		color: #369;
	}
	
/************
 * Skiplist *
 ************/
#skiplist {
	display: none;
}

/**********
 * Header *
 **********/
#header {
	position: relative;
	height: 156px;
}
/*	#main #header {
		background: #369;
	}*/
	#header {
		background: #FFF;
	}
	#header h1 {
		text-indent: -5000px;
		background: #369;
		height: 58px;

		border-bottom: #FC0 solid 8px;
	}
		/*#header h1 .container {
			display: block;
			width: 970px;
		}*/
	#header img#UCMerced_logo{
		position: absolute;
		top: 0;
		left: 54px;
	}
	#header img#header_graphic {
		position: absolute;
		top: 66px;
		left: 0;
	}
	#header .apply, #header .visit, #header .info {
		position: absolute;
		display: block;
	}
	#header .apply {
		top: 76px;
		left: 800px;
	}
	#header .visit {
		top: 101px;
		left: 800px;
	}
	#header .info {
		top: 126px;
		left: 800px;
	}

/***********
 * Content *
 ***********/
#content {

	background:#FFFFFF;
	background: url(images/ucm_content_bg.gif) 8px 0 no-repeat;
	padding-left:60px;
/*	padding-right:30px;*/
	color: #555;
}
	#main #content {
		background-image:url(images/ucm_seal.jpg);
		background-position: 529px 100%;
		background-repeat: no-repeat;
	}


	
		#content h2 {
			font-weight: bold;
			
			color: #C93;
			font-size: 145%;
			padding-bottom: .6em;
			/*padding-top:1.5em;*/
			
		}
		
		#content h3 {
			font-weight: bold;
			color: #369;
			font-size: 115%;
			padding-bottom: 0.6em;
			padding-top:1.5em;
			text-transform:uppercase;
		}
		
		
		#content h5 {
			font-weight: bold;
			color: #006;
			font-size: 110%;
			padding-bottom: .5em;
		}
		#content h6 {
			font-weight: bold;
			color: #369;
			font-size: 110%;
			padding-bottom: .5em;
		}

		#content  p, #content ul, #content  ol {
			margin-bottom: 1em;
			font-size: 90%;
			line-height: 1.5em;
		}
		#content  li {
			margin-left: 2em;
		}
		#content  ul {
			list-style-type: disc;
		}
		#content ol {
			list-style-type: decimal;
		}

/*****************
 * Right Feature *
 *****************/
/*#right_bar .feature {
	color: #FFF;
	background: #369;
	margin-bottom: 30px;
	padding: 5px 0 0;
	text-align: center;
}
	#right_bar .feature .content {
		padding: 10px 0 30px;
		border-top: 2px solid #FC3;
	}
	#right_bar .feature h3 {
		padding: 0 0 5px;
		margin: 5px 10px;
	}
	#right_bar .feature .text {
		padding: 0 10px;
		text-align: center;
		font-size: 90%;
		line-height: 2em;
	}
	#right_bar .feature a {
		color: #FFF;
	}
		#right_bar .feature a:hover {
			color: #C93;
		} */

/**********
 * Footer *
 **********/
#addressbar {
	clear: both;
	font-size: 80%;
	color: #fff;
	background-color:#336699;
	text-transform:uppercase;

}
	#addressbar p {
		padding-top:10px;
		padding-bottom:10px;
		text-align: center;
	}
	#addressbar a {
		color: #FC0;
	}
	#addressbar a:hover {
			color: #fff;
		}
		#addressbar a.legal {
			padding-left: 40px;
		}


/**********
 * Copyright *
 **********/
#copyright {
	clear: both;
	font-size: 80%;
	color: #fff;
	background-color:#336699;
	text-transform:uppercase;

}
	#copyright p {
		padding:0px;
		padding-bottom:10px;
		text-align: center;
	}
	#copyright a {
		color: #FC0;
	}
	#copyright a:hover {
			color: #fff;
		}
		
/***************
 * Clear Class *
 ***************/
.clearclass {
	clear: both;
}


/****************

 * Body Styling *

 ****************/

/* SMBH to fix IE5's smaller default font sizes */

* html body {

	font-size: x-small; /* For IE5/Win */

	f\ont-size: small; /* For other IE versions */

}



/********

 * Main *

 ********/

/* Height value given for IE, as IE does not support the min-height attribute, 

   but treats height just like min-height would be treated. */

* html #content #text_box #page_content {

	height: 400px;

}


@media screen, projection {
body {
	min-width: 970px;
}

#copyright p {
		width: 970px;
		min-width: 970px;
}

#addressbar p {
		width: 910px;
		min-width: 910px;
		}

#container {
	
		min-width: 970px;
}

#content {
		width:860px;
		min-width: 860px;
}

}

/*====================*/


#skip, div#accessibilityLinks {
position:absolute;
left: -1000px;

	font-size: 80%;

	color:#fff;

}

div#pageLink{
	display:none;
	padding-top:.6em;
	color:#666;
	font-size:85%;
	
				
}

div#sharethis {
height:30px;	
padding-top:10px;
}
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;}

