/*
	stylesheet overlay for IST main website
	kalle nemvalts 2006-07-12
	resizable, text-zoomable

	ucbito_		prefix used for most styles to avoid CSS namespace collisions
				(UC Berkeley Information Technology Organization)

	use this overlay to produce a blue quick links box
	
	color table:
	#ffffff white, body background
	#02305c dark blue, banner background, right box background
	#f0c419 yellow, borders
	#f54c00 red-orange, navigation highlights
	#bdd1cc green patina, quick links box, green left menu box
	#c5d2e3 light blue, left menu box
	#f0d778 yellow or gold, left menu box

	#022648 body text, slightly darker #02305c
	#004d99 link
	#116673 vlink
	#627d7c	active

*/

/*
	quick links box, green
*/

	.ucbito_ql_box {
		background-color: #c5d2e3;
		background-image: url(../images/lm-box-tr.gif);
		background-position: top right;
		background-repeat: no-repeat;
		font-size:	0.9em;
		margin-top: 1em;		/* same as left_menu_box, right_box */
		padding-top: 0.25em;
		padding-right: 0.75em;
		padding-bottom: 0.25em;
		padding-left: 0.75em;
	}

	.ucbito_ql_box_bottom {
/*		fix occasional spacing glitch in FF that leaves a 1px space above */
		position: relative;
		top: -1px;
/*		end fix */
		background-color: #c5d2e3;
		background-image: url(../images/lm-box-br.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		height: 12px;
	}

	.ucbito_ql_box ul {
		margin-left: 0px;
		padding-left: 1.25em;
	}

	.ucbito_green_bg {
		background-color: #bdd1cc;
	}


