/* =================================================
LOCAL STYLE SHEET
Use this to overwrite any of the global styles or add customized elements
================================================= */

/* Diagnostics File */
/*@import url("/TemplatePackage/css/A/diagnostics.css");*/

/* COLOR THEME -- ORANGE */
/*@import url("/TemplatePackage/css/A/theme-orange.css");*/

/* COLOR THEME -- PURPLE */
/*@import url("/TemplatePackage/css/A/theme-purple.css");*/

/* min-height rule for topic blocks container */
/*
.top-blocks dl{
	min-height: 50px;
}
*/
blockquote {
	margin-left: 20px;
	margin-bottom: 10px;
}
a.external {
	background: url(../../images/iconout.gif) no-repeat 100% 50%;
	padding: 0 15px 0 0;	/* width of the img */
	display: inline-block;	/* IE correction to show the icon */
	cursor: pointer;	/* IE correction to show hand instead of arrow */
	vertical-align: bottom;	/* Opera correction to get the last word vertical aligned */
}
p.boldlinks a.external {
	background: #ffffff;
	padding: 0 0 0 0;	/* width of the img */
}
p.somemore a.external{ position: relative;
	background: transparent url(../../images/iconout.gif) right center no-repeat;
	display: block;
	margin: 0;
	padding: 3px 15px 3px 0;
	text-decoration: none;
	width: auto;
}
#linkPolicy {
	font-size: 0.9em;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, sans-serif;
	padding-top: 0.5em;
	color:#696969;
	list-style-image: url(../../images/iconout.gif); 
}
ol.references {
	font-size: 0.9em;
	font-weight: normal;
	color:#696969;	
}

.note 
		{
		color: #000000;
		font-size: 90%;
		}
		
.top
		{
		font-size: 95%; 
        text-align: center;
        }
               	

.top a
		{
		text-decoration: underline;
        }