/* CSS Document */

#dhtmltooltip{
	position: absolute;
	color: #fff; /* text colour (black) */
	background-image: url(../img_site/focus_content_text_bg.png);
	background-repeat: repeat-x;
	-moz-box-shadow: 3px 0px 10px #000;
	-webkit-box-shadow: 3px 0px 10px #000;
	box-shadow: 3px 0px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#000000');
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.sub_head{
	font-weight: normal;
	font-style: normal;
	margin-bottom:10px;
}

.sub_text{
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 3px;
}
	
.pr_overview_img{
	margin-left: 8px;
	margin-top: 8px;
}

.pr_overview_img_lastinline{
	margin-left: 0px;
	margin-top: 8px;
}

.whatinspiredus{
	top: 0px;
	right: 0px;
	float:right;
	margin-bottom: -18px;
	z-index:200;
}

.inbag_td{
	border-bottom: 1px solid #AAA;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;

}
.inbag_td_head{
	border-bottom: 1px solid #AAA;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 5px;
}
.inbag_td2{
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: right;
}

select{
	background-color: #e69600;
	border: 1px solid #e69600;
}