span.elmAlg div.title
{
  background-color: #EE1C23;
}
span.elmAlg div.content
{
  background-color: #F5F5F5;
}
span.elmSpecial div.title
{
  background-color: #EE1C23;
}
span.elmSelector div.title
{
  background-color: #EE1C23;
}
span.elmSelector div.content
{
  background-color: #FBC6C8;
}
span.titleSelector div.title
{
  background-color: #F5F5F5;
  font-weight: bold;
  color: #000000;
  background-image: url(../images/elmIconClose.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
span.titleSelector div.title a:link
{
  color: #000000;
  text-decoration: none;
}
span.titleSelector div.title a:visited
{
  color: #000000;
  text-decoration: none;
}
span.titleSelector div.title a:hover
{
  color: #000000;
  text-decoration: underline;
}
span.titleSelector div.title a:active
{
  color: #000000;
  text-decoration: underline;
}

/* selector title */
TABLE.frame
{
  width: 90%;
  background-color: #F5F5F5;
  border-width: 0px;
  height: 19px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
  margin-top: 5px;
}
TABLE.frame TD.closeButton
{
  width: 16px;
}
TABLE.frame TD.closeButton IMG
{
  border-width: 0px;
  text-align: left;
  vertical-align: top;
}
TABLE.frame TD.link
{
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
  text-align: center;
  vertical-align: middle;
}
TABLE.frame TD.link A
{
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
TABLE.frame TD.link A:link
{
  color: #000000;
  text-decoration: none;
}
TABLE.frame TD.link A:visited
{
  color: #000000;
  text-decoration: none;
}
TABLE.frame TD.link A:hover
{
  color: #000000;
  text-decoration: underline;
}
TABLE.frame TD.link A:active
{
  color: #000000;
  text-decoration: underline;
}
TABLE.frame TD.hand
{
  cursor: hand;
}