/* =================================================
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;
}
*/


.childdesc { margin-left: 20px; color:black; }

.childindent { margin-left: 40px; list-style: circle; white-space: nowrap; }


a.skip1 {
	position:absolute;
	top: -1000px;
	left: -1000px;
	height:1px;
	width:1px;
	text-align:left;
	overflow:hidden;
}

a.skip1:active, a.skippy:focus, a.skippy:hover {
  top:0;
	left:0;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	background-color:#5271ad;
	height:auto;
	overflow:auto;
	width:99%;
	padding:5px;
	z-index:100;
}

.leftcontent  
{
	float:right;
	width:85%;
}

.righttcontent  
{
	float:left;
	width:15%;
}