/*
	-- -- -- -- -- -- -- -- -- -- --
	-- -- -- -- -- -- -- -- -- -- --
	UC Merced IT Department v1.5 CSS
	Type: screen, projection
	Dubbed: Genesis
	Last Edit: 11 Apr 2008
	Contact: Crystal Wuebker, Alex Kang
	Last Edit by akang2@ucmerced.edu : 7/1/10
	-- -- -- -- -- -- -- -- -- -- --
	
	-- -- -- -- -- -- -- -- -- -- --
	Hacks used:

	Tan Hack (SMBH)
		- body
		- #meta
			- #meta
			- p
		- #sidebar
			- h4
			- ul
			- li ul li
		- .three_column_list
			- .description
			- .column_one
		- .four_column_list
			- .ucm
			- .dish
			- .channel
			- .fresno
	-- -- -- -- -- -- -- -- -- -- --
	
	-- -- -- -- -- -- -- -- -- -- --
	Javascript dependencies:

	#menubar li:over
		- IE Win
	-- -- -- -- -- -- -- -- -- -- --
	-- -- -- -- -- -- -- -- -- -- --
*/


/*****************************************************
 * Clear browser default margin and padding settings *
 *****************************************************/

* {
	margin: 0;
	padding: 0;
	background: transparent;
	clear: none;
	color: #555;
}


/**************************
 * Image and Link Styling *
 **************************/

img {
	margin: 5px;
	border: none;
}

img.adobe {
	margin: 0px 0px 0px 0px;
}

a, a:visited { 
	color: #0A317A;
	text-decoration: underline;
}

a:hover { 
	color: #D9B200;
	text-decoration: underline;
}

a strong {
	color: #0A317A;
	font-weight: bold;
}

a:hover strong {
	color: #D9B200;
}


/****************
 * Body Styling *
 ****************/

body {
	font-size: small;	
	width: auto;
	min-width: 910px;
	font-family: "Trebuchet MS","Lucida Grande",Verdana,Arial,Sans-serif;
	background: #FFFFFF url(/images/seal_bg.gif) bottom right no-repeat;
}

/* 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 */
}


/*********************
 * Page type styling *
 *********************/

#summary_type, #content_type {
	margin: 20px 20px 0px 20px;
}

#content_type #sidebar {
	width: 32%;
	float: left;
	clear: both;
}

#content_type #content {
	margin-left: 34%;
}

#content_type #menu_content {
	margin-left: 34%;
}

#summary_type #sidebar {
	width: 71%;
	float: left;
	clear: both;
}

#summary_type #content {
	margin-left: 70%;
}


/******************
 * Header Styling *
 ******************/

#header {
	background: #0A317A url(/images/header_bg.gif) top left repeat-x;
	height: 100px;
}

#header h1 {
	display: none;
}

#header a {
	border: none;
}

/*#header a.survey {
	color: #FFF;
	margin: 0px 40px 0px 0px;
	float: right;
}
*/
#header img.survey {
	margin: 0px 30px 0px 0px;
	float: right;
	padding: 0px 0px 0px 1px;
}

#header img.it20image {
	float: right;
}

#header img {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#header h2 {
	float: right;
	background: url(/images/header_right.gif) no-repeat top right;
	text-indent: -5000px;
	height: 25px;
	width: 25px;
}


/********************
 * Menu Bar Styling *
 ********************/



#menu_bar {
	clear: both;
	background: #D9D9D8 url(/images/menu_bg.gif) bottom right repeat-x;
	float: left;
	width: 100%;	
	margin-bottom: 25px;
}

#menu_bar ul {
	float: left;
	list-style: none;
	padding-left: 10px;
	background: url(/images/menu_left.gif) bottom left no-repeat;
}

#menu_bar a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#menu_bar a:hover {
	color: #0A317A;
}

#menu_bar li {
	float: left;
	position: relative;
	text-align: center;
	line-height: 2em;
	width: 7.6em;
	background: url(/images/menu_border.gif) bottom right no-repeat;
}

#menu_bar li ul {
	display: none;
	position: absolute;
	padding-left: 0;
	top: 2em;
	left: -4px;
}

/* For standards compliant browsers */
#menu_bar li > ul {
	top: auto;
	left: -4px;
}

#menu_bar li:hover ul, #menu_bar li.over ul {	
	display: block;
	border-top: none;
}

/* For IE6 browsers */
* html #menu_bar li.over ul {
	background: #CFD3DA;
	border-left: 4px solid #B6B9CA;
	border-bottom: 4px solid #B6B9CA;
}

/* For IE7 browsers */
*:first-child+html #menu_bar li:hover>ul {
   margin-top: 19px;
}

/* For standards compliant browsers */
#menu_bar li:hover>ul {
	margin-top: -2px;
	background: url(/images/drop_down_bg.png) bottom right repeat-x;
	border: 0;
	
	border-left: 4px solid #B6B9CA;
	border-top: 2px solid #AAA;
	padding: 0 0 5px 0;
}

/* For IE browsers */
#menu_bar li.over ul li {
	border-right: 4px solid #B6B9CA;
	width: 100%
}

#menu_bar li ul li {
	padding: 0;
	margin: 0;
	background: none;
	padding: 0;
}

#menu_bar li ul li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	color: #555;
}

/* For standards compliant browsers */
#menu_bar li:hover>ul li a {
	padding: 0 4px 0 0;
}


.header_searchdropbutton {
   float: left;
   background: #fff;
   width: 140px;
   height: 23px;
   position: relative;
   line-height: 2em;
   border: solid 1px #999999;
   top: 1px;
   left: 5px;
}

.home_search {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #999999;
   border: solid 0px #ffffff;
   height: 16px;
   padding: 0px;
   width: 110px;
}

.go_button {
   border: solid 1px #999999;
}


#sidebar h4 {
	text-align: center;
	font-weight: bolder;
	font-size: 140%;
	border-bottom: 5px solid #CCC;
	margin-bottom: 10px;
}

/* SMBH to fix IE's Peekaboo bug */
* html #sidebar h4 {
	height: 1%;
}

#sidebar, #sidebar ul {
	list-style: none;
}

#sidebar li.right {
   float: right;
   width: 40%;
   background: #E5E5E5  url(/images/box_bgt.gif) repeat-x top left;
   font-weight: bolder;
   margin-bottom: 20px;
}

*html #sidebar li.right {
   margin-right: 0px;
   width: 35%;
}

#sidebar li.left {
   width: 56%;
   background: #E5E5E5  url(/images/box_bgt.gif) repeat-x top left;
   font-weight: bolder;
   margin-bottom: 20px;
}

*html #sidebar li.left {
   width: 48%;
}


*:first-child+html #sidebar li.left {
   width: 55%;
}



#sidebar li {
   	margin: 0px 20px 20px 0px;
   	background: #E5E5E5  url(/images/box_bgt.gif) repeat-x top left;
	font-weight: normal;
}


/* SMBH to fix IE's bleeding background problem */
* html #sidebar li {
	border: 1px solid #FFF;
}

#sidebar .container {
	background:  url(/images/box_tl.gif) no-repeat top left;
}

#sidebar .container .container {
	background: url(/images/box_tr.gif) no-repeat top right;
}

#sidebar .container .container .container {
	background: url(/images/box_br.gif) no-repeat bottom right;
}

#sidebar .container .container .container .container {
	background: url(/images/box_bl.gif) no-repeat bottom left;
	padding: 15px 20px 20px 20px;
	min-height: 110px;
}

*html #sidebar .container .container .container .container {
	width: 100%;
	min-height: 100%;
}

/* SMBH to cancel border for nested li elements */
* html #sidebar li ul li {
	border: none;
}

li.odd {
	clear: left;
}

body #sidebar li ul li {
	background: transparent;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	padding: 5px 0;
	margin: 0 5px;
	border-top: 3px #DDD solid;
}

#summary_type #sidebar li.right ul li {
	width: 100%;
}

#summary_type #sidebar li ul li {
	width: 46%;
   float: left;
}

#sidebar li ul li ul li {
	border: none;
	padding: 3px 0 3px 15px;
}




/**************************************
 * Summary Page Type Specific Styling *
 **************************************/

#summary_type ul h4 {
	border-bottom: 5px solid #CCC;
}

#summary_type ul h5 {
	font-size: 130%;
}

#summary_type ul p {
	margin-left: 10px;
	font-weight: normal;
}

#summary_type #content h4 {
	font-size: 120%;
	color: #D9B200;
	margin-left: 0px;
}

#summary_type #content p {
	margin-left: 0;
}

#summary_type #content ul {
	margin-left: 25px;
}

#summary_type #content li {
	padding: 2px;
}

#summary_type #content li.view_more {
	font-style: italic;
	list-style-type: none;
	margin: 10px;
}

.icon_list li {
	clear: both;
}

.icon_list img {
	float: left;
}


/*******************
 * Content Styling *
 *******************/

#content {
   background: transparent;
}

#content h3{
	color: #D9B200;
	font-size: 180%;
	text-shadow: 2px 2px 3px #DDD;
	margin: 15px 3px 0px 15px;
}

#content h3.services {
	display: inline;
}
	

#content h4 {
	color: #0A317A;
	font-size: 140%;
	text-shadow: 2px 2px 3px #AAA;
	margin: 10px 3px 0px 25px;
}

#menu_content h4 {
	color: #0A317A;
	font-size: 140%;
	text-shadow: 2px 2px 3px #AAA;
	margin: 10px 3px 0px 0px;
}

#content h4.helpbox {
	color: #0A317A;
	font-size: 140%;
	text-shadow: 2px 2px 3px #AAA;
	margin: 10px 3px 0px 25px;
	padding-left: 300 px;
}

#content h5 {
	color: #444;
	font-size: 120%;
	text-shadow: 2px 2px 3px #AAA;
	margin: 15px 3px 0px 35px;
}

#content h6 {
	color: #369;
	font-size: 110%;
	text-shadow: 2px 2px 3px #AAA;
	margin: 15px 3px 0px 45px;
}

#content strong {
	color: #333;
}

#content p {
	margin: 10px 3px 10px 35px;
	line-height: 140%;
}

#menu_content p {
	margin: 0px;
}

#content ul, #content ol {
	margin: 0px 3px 5px 65px;
}

#content li {
	padding: .4em 0;
}

#content li ul, #content li ol {
	margin: 5px 0 0 35px;
}

#content li ol {
	list-style-type: lower-roman;
}

#content ol.upper {
	list-style-type: upper-latin;
}

#content li ul li, #content li ol li {
	padding: .2em 0;
}

#content li ul li {
	list-style-type: disc;
	font-size: 90%;
}

#content ol.faq, #content ul.glossary {
	margin-left: 60px;
	margin-top: 10px;
}

#content ol.faq li, #content ul.glossary li {
	padding: 2px 0;
}

#content ol.faq li *, #content ul.glossary * {
	margin: 0;
}

#content ol.faq li h5, #content ul.glossary li h5 {
	margin-bottom: 2px;
}

#content ol.faq li p, #content ul.glossary p {
	margin-bottom: 10px;
}

#content ul.glossary h5 {
	display: inline;
}

#symantec ul {
	margin: 0px 0px 0px 0px;
}

/* SMBH to fix IE margin bug */
* html #content ol.faq {
	margin-left: 65px;
}

#content ul.program_list {
	margin-left: 35px;
}

#content ul.program_list li {
	list-style-type: none;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 110%
}

#content ul.program_list li ul li {
	list-style-type: disc;
	font-size: 90%;
	font-weight: normal;
}

#content ul.program_list li ul li ul li {
	font-size: 100%;
}

#content form p.formnotes1 {
	display: inline;
	margin: -20px 0pt 0pt 0px;
	width: 180px;
	float: left;
	font-style: italic;
	font-size: 90%;	
	
}

#content form p.formnotes2 {
	display: inline;
	margin: -33px 0pt 0pt -20px;
	width: 133px;
	float: left;
	font-style: italic;
	font-size: 90%;	
	
}

#content form h5.ucmnetid {
	margin-left: 146px;
	display: inline;
}

#content form h5.name {
	margin-left: 175px;
	display: inline;
}

#content form h5.newemploy {
	margin-left: 83px;
	display: inline;
}

#content form h5.department {
	margin-left: -24px;
	display: inline;
}

#content form h5.mso {
	margin-left: 122px;
	display: inline;
}

#content form h5.startdate {
	margin-left: 180px;
	display: inline;
}

#content form h5.phonetype {
	margin-left: -10px;
	display: inline;
}

#content form h5.isdntype {
	margin-left: 182px;
	display: inline;
}

#content form .analogtype {
	margin: 1em 0 0 170px;
	display: inline;
}

#content form h5.newphone {
	margin-left: 120px;
}

#content form .tenortwen {
	margin: 1em 0 0 12px;
}

#content form .sngordbl {
	margin: 1em 0 0 12px;
}


	

#content form h5.fau {
	margin-left: 91px;
	display: inline;
}

#content div.loc {
	margin-top: 1em;
}

#content form h5.location {
	margin-left: 195px;
	display: inline;
}

#content form select.choose_loc {
	display: inline;
	margin-left: 10px;
	background: #fff;
	width: 150px;
}

#content form h5.office {
	margin-left: 70px;
	display: inline;
}

#content form h5.other {
	margin-left: 162px;
	display: inline;
}

#content form h5.port {
	margin-left: 126px;
	display: inline;
}

#content form .locform {
	margin-left: 282px;
}

#content form .itoc {
	margin: 1.2em 0 0 1em;
}

#content form .itocform {
	margin: 0 0 0 170px;
}

#content form .formsubmit {
	margin: 1em 0 0 180px;
}


/*************************
 * Right Sidebar Styling *
 *************************/
#right_sidebar {
	width: 190px;
	background: transparent url(/images/sidebar_bg.png) top left no-repeat;
	height: 600px;
	float: right;
	margin: 40px 30px 30px 50px;
	padding: 10px 15px 0 15px;
	line-height: 1.5em;
	overflow: auto;
}
	#right_sidebar h3 {
		font-size: 180%;
		margin-top: .2em;
		color: #888;
		line-height: 1em;
		text-align: center;
	}
	#right_sidebar ul {
		margin: .8em 0 0 0;
	}
	#right_sidebar li {
		list-style-type: disc;
		margin: 0 0 0.6em 1.5em;
		font-size: 95%;
		color: #369;
	}
	#right_sidebar a {
		color: #369;
		text-decoration: none;
	}
	#right_sidebar a:hover {
		color: #0A317A;
	}


/*********************************
 * Meta (Inside Content) Styling *
 *********************************/

#meta p {
	margin: 5px 0 10px 35px;
}

#meta h4, #meta h5 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#meta .pdf_link {
	text-indent: -5000px;
	display: block;
	background: url(/images/pdf_download.gif) no-repeat top center;
	width: 175px;
	height: 75px;
	margin: 10px;
	float: right;
	margin-right: 5px;;
}

/******************
 * Footer Styling *
 ******************/

#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	background: url(/images/footer_bg.gif) repeat-x bottom left;
	color: #888;
	border-top: 5px double #EEE;
	padding: 10px 0;
	letter-spacing: .1em;
	font-family: "Trebuchet MS","Lucida Grande",Century Gothic,Verdana,Arial,Sans-serif;
}


/******************
 * Markup Styling *
 ******************/

.big_image {
	text-align: center;
}

#content .org_chart {
	margin: 0;
	padding: 0;
	text-align: center;
}

.small_image {
	float: right;
}

.center_p {
	text-align: center;
}

.clear_left, #sidebar .sidebar_clear_left {
	clear: left;
}

.clear_left, #sidebarvert .sidebar_clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clear_both {
	clear: both;
}

.win_link {
	background: url(/images/icons/windows.gif) top right no-repeat;
	padding-right: 18px;
	margin-right: 4px;
}

.pdf_link {
	background: url(/images/icons/pdf.gif) top right no-repeat;
	padding-right: 14px;
	margin-right: 4px;
}

.mp3_link {
	background: url(/images/icons/mp3.gif) top right no-repeat;
	padding-right: 15px;
	margin-right: 3px;
}

.word_link {
	background: url(/images/icons/word.gif) top right no-repeat;
	padding-right: 12px;
	margin-right: 3px;
}

body .q_link {
	background: url(/images/icons/question.gif) top left no-repeat;
	text-decoration: none;
	padding: 0 5px;
	margin: 0 2px;
}

.hide {
	display: none
} 


/*******************
 * Tabular styling *
 *******************/

table {
	border-collapse: collapse;
	width: 80%;
	margin-left: 50px;
	
}

ul#symantec li table {
	border-collapse: collapse;
	width: 80%;
	margin-left: 0px;
	padding: 0px;
}

table.isp {
	width: 92%;
	margin-left: 30px;
}

table#menu_manager {
	border-collapse: collapse;
	width: 63%;
	margin-left: 50px;
	
}

table caption {
	display: none;
}

table th, table td {
	padding: .4em 7px;
	text-align: left;
}

table th {
	font-weight: bolder;
	font-size: 110%;
	color: #444;
}

table tr.alt td {
	background: #EEE;
}

table.border tr {
	border: 1px solid #555;
	margin: 0 auto;
}

table tr.title {
	background-color: #dedede;
	border: 1px solid #dedede;
}

table tr.border td {
	border: 1px solid #555;
}



/****************************
 * Service Location Styling *
 ****************************/

#content .service_location {
	margin-top: 15px;
	margin-left: 35px;
	margin-right: 30%;
}

#content .service_location .type {
	float: left;
	display: block;
	width: 5em;
	font-weight: bold;
}

#content .service_location p	{
	margin: 0;
	padding: 3px 6px;
}

#content .service_location p.alt {
	padding: 1px 6px;
	background: #EEE;
	border: 1px solid #DDD;
}

#content .service_location p .type {
	float: left;
	display: block;
	width: 5em;
	font-weight: bold;
}

#content .service_location p .info {
	display: block;
	margin-left: 5.1em;
}

#content .people_list ul {
	margin: 0;
	padding: 0;
}

#content .people_list li {
	list-style-type: none;
	width: 300px;
	float: left;
	padding-bottom: 5px;
	margin: 5px;
}

#content .people_list h4 {
	margin-top: 5px;
}

#content .people_list img {
	float: left;
	border-bottom: 7px #DDD solid;
}

#content .people_list p {
	font-size: 80%;
	margin-left: 90px;
}
















 
