@charset "UTF-8";


div.callout {
	padding: 1em;
	border: 1px solid #CFB87C;
	background-color: #eddeb4;
	color: black;
	margin-bottom: 1em;
}


div#nswContent { padding:1em; background-color:white; border:1px solid black; }
div#nswContent p {line-height:1.5;}
div#nswContent ul { margin:1em 2em;  line-height:1.5; list-style-type: disc;}
div#nswContent ol { margin:1em 2em;  line-height:1.5; list-style-type: disc;}




div#nswContent div.button {margin:2em 0px;}

div#nswContent div.button a.buttonGray {padding: 6px 8px; background: #999 url(/cs/epprod/cache_1/CU_UCB2_GRAY_FADE_1.GIF) top left repeat-x; border:1px solid #252525; color:black; font-weight:bold;}
div#nswContent div.button a.buttonGray:hover {background:#ccc url(/cs/epprod/cache_1/CU_UCB2_GRAY_FADE_LIGHT_1.GIF) top left repeat-x; border:1px solid #4b7eaa; text-decoration:none; color:white;}


div#nswContent div.button a.buttonDark {
	padding:10px 8px;
	background:#252525 url(/cs/epprod/cache_1/CU_UCB2_DARKGRAY_FADE_1.GIF) top left repeat-x;
	border:1px solid #000;
	color:#f3f3f3;
	font-weight:bold;
}

div#nswContent div.button a.buttonDark:hover {
	background:#004488 url(/cs/epprod/cache_1/CU_UCB2_LIGHTGRAY_FADE_1.GIF) top left repeat-x;
	border:1px solid #4b7eaa;
	text-decoration:none;
}
div#nswContent div.button a.buttonDark span.tagline {
	color:#CFB87C;
	font-size:95%;
	font-weight:normal;
	line-height:120%;
	font-style:italic;
	font-weight:normal;

}

div#nswContent div.button a.buttonDark:active, a.buttonDark:focus {
	outline:1px dotted #CFB87C
}