@charset "utf-8";
/* CSS Document */
#breadcrumbs {
}
#breadcrumbs ul {
  list-style: none;
  margin: 5px 0px;
  padding: 0px;
  color: #085394;
}
#breadcrumbs li {
  display: inline;
  float: left;
} 
#globalcontentcenter #breadcrumbs li a,
#globalcontentcenter #breadcrumbs li a:link,
#globalcontentcenter #breadcrumbs li a:hover {
  font-weight: lighter;
  color: #085394;
}
 
#actions {
  float: right;
  padding: 5px;
  border: 1px solid #000;
  width: 120px;
}
#actions ul {
  margin: 0px;
  padding: 0px;
}
#globalcontentcenter li {
  display: block;
  padding: 4px;
}



.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	font-size:1em;
	display: block;
	font-weight: bold;
	margin: 2px 0px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:35px;
	line-height: 1.5em;
	
	/* End layout CSS */
	
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #666666;
	background-color:#effaff;
	width:600px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:3px;
	font-size:1em;	
	position:relative;
}
