
/*========================================================================
Cal Poly Template Custom Print Stylesheet

Add custom styles for your web site here.
=========================================================================*/
#content ul.atoz {
	margin: 10px 0;
	padding: 10px 0;
}
#content ul.atoz li {
	display: inline;
	margin-left: -3px;
	font-weight: bold;
	padding: 3px 4px;
	background: none;
	list-style-type:none;
}
#content ul.atoz li a {
	padding: 3px 4px;
	margin: -3px -4px;
	font-weight: bold;
	border: #fdfdfd solid 1px;
	list-style-type:none;
}
#content ul.atoz li a:link, #content ul.atoz li a:visited {
	padding: 3px 4px;
	margin: -3px -4px;
	font-weight: bold;
	border: #fdfdfd solid 1px;
	text-decoration: none;
	list-style-type:none;
}
#content ul.atoz li a:focus, #content ul.atoz li a:hover, #content ul.atoz li a:active {
	border: #aaa solid 1px;
	background: #ebebeb;
	text-decoration: none;
	color: #003300;
}

#content ul li  {
	list-style-type:none;
	background:url(../images/2nd_level/bullet_chevron.gif) 17px 7px no-repeat;
	padding-left: 30px;
}

#content ul.quicklinks li {
	background: none;
	}
	
.contentBox_no_outline_no_fill {
	padding: 15px;
	}