.dhtmltooltip{
	position: absolute;
	width: 300px;
	border: 1px;
	padding: 2px;
	background-color: #FFF;
	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);
}

.filtertooltip {
	position: absolute;
	width: 400px;
	border: 1px solid black;
	padding: 2px;
	background-color: #e7e7e7;
	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);
}



a.brightgrey:link, a.brightgrey:visited {
	background:url("../../resources/images/layout/tab_grey_r.gif") no-repeat 0 0;
}
a.brightgrey:link span, a.brightgrey:visited span {
	background:url("../../resources/images/layout/tab_grey_l.gif") no-repeat 100% 0;
	color: #666;
}
a.brightgrey:hover {
	background:url("../../resources/images/layout/button_brightred_left.gif") no-repeat 0 0;
	color: #fff;
}
a.brightgrey:hover span {
	background:url("../../resources/images/layout/button_brightred_right.gif") no-repeat 100% 0;
	color: #fff;
}
a.brightgrey_d:link, a.brightred_d:visited {
	background:url("../../resources/images/layout/button_brightred_left.gif") no-repeat 0 -44px;
}
a.brightgrey_d:link span, a.brightred_d:visited span {
	background:url("../../resources/images/layout/button_brightred_right.gif") no-repeat 100% -44px;
	color: #666;
}

