/* ----- Widget Styles ----- */

div.widget.container {
	border: 1px solid #006666;
  background-color: #99cccc;
	margin: 0 0 0.5em 0;
}

div.widget h2 {margin: 0; }

div.widget h2 img {padding: 3px; }

div.widget h2 ul.behaviors { margin: 0; top: 2px; right: 2px }


div.widget.container h2 {
  font-family: Arial,helvetica,sans serif; 
  font-size:12px; 
  color: black; 
  font-weight: bold;
  margin-left: 5px;
  line-height: 18px
}
div.widget.error {
	padding: 0px;
	border: 1px solid #ff0000;
	background: transparent;
	font-weight: normal;
}
div.widget.error h2 {
	background: #ffaaaa;
	color: #000000;
}
div.widget-content {
	overflow-x: auto;
	width: auto;
	_width: 100%;
	padding: 0.2em;
	background: white;
}
div.widget h2 {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: black;
	background: background-color:#99cccc;
	position: relative; /* this allows the position: absolute; to work below */
	padding: 0 0 5px 0.2em;
}
div.widget h2 ul.behaviors {
	display: inline;
	position: absolute;
	top: 0px;
	right: 0px;
}
div.widget h2 ul.behaviors li {
	display: inline;
	padding: 0;
	margin: 0 0px;
}
div.widget span.property {
    display: none;
}
ul.behaviors img {
	width: 15px;
	height: 15px;
  
}


