﻿/* webPanel styles */
.descriptionPanel 
{
	FONT-SIZE: x-small;
	font-weight:normal;
	BACKGROUND-COLOR: #FAFAFA;
	width:90%;
	padding:16px;
	color: black;
	cursor:default;
}
.descriptionPanelContent
{
	border: solid 1px #636363;
	BACKGROUND-COLOR: #FDFDFD;
	background-image:url(images/panel_bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
	line-height:18px;
}
.descriptionPanelHeader 
{ 
	padding:2px 0px 1px 3px;
	border-left: #636363 1px solid; 
	border-right: #636363 1px solid; 
	height:28px;
    font-weight: bold;
    font-size: 9pt; 
    width: 100%; 
    color: white;
    background-repeat: repeat-x; 
    font-family: Lucida Sans;
    background-image:url(images/onyxBar.gif);
}



#_FilteringUI a:link, a:visited  {
	color: #0F6D0A;
}
