/*
 * LIGHTSTREAMER - www.lightstreamer.com
 * Welcome Page
 */
.title {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 14pt;
  color: #000000;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}
.welcome {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 10pt;
  color: #174287;
  text-align: left;
}
.description {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 8pt;
  color: #000000;
  text-align: left;
}
.descriptionTitle {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 9pt;
  color: #000000;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
.sectionTitle {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 11pt;
  color: #174287;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.demoTitle {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 11pt;
  color: #0080FF;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.demoTitle:hover {
  text-decoration: underline;
}
a {
  color: #0080FF;
}
.demoDescription {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 8pt;
  color: #174287;
  text-align: left;
}
.demoDescriptionTitle {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 8pt;
  color: #400000;
  text-align: left;
}
.demoDescriptionSmall {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 7pt;
  color: #174287;
  text-align: left;
  margin-left: 0px;
  border-left: 2px solid #158883;
  padding-left: 5px;
}
.demoPathSmall {
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 7pt;
  color: #158883;
  text-align: left;
}
.r_box {
	background: url(r_tl.png) no-repeat top left;
}
.r_top {
	background: url(r_tr.png) no-repeat top right;
}
.r_bottom {
	background: url(r_bl.png) no-repeat bottom left;
}
.r_bottom div {
	background: url(r_br.png) no-repeat bottom right;
}
.r_content {
	background: url(r_r.png) top right repeat-y;
}
.r_top div, .r_top, .r_bottom div, .r_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.r_content, .r_bottom {
	margin-top: -19px;
}
.r_content {
  padding: 0 15px;
}
.r2_box {
	background: url(r2_tl.png) no-repeat top left;
}
.r2_top {
	background: url(r2_tr.png) no-repeat top right;
}
.r2_bottom {
	background: url(r2_bl.png) no-repeat bottom left;
}
.r2_bottom div {
	background: url(r2_br.png) no-repeat bottom right;
}
.r2_content {
	background: url(r2_r.png) top right repeat-y;
}
.r2_top div, .r2_top, .r2_bottom div, .r2_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.r2_content, .r2_bottom {
	margin-top: -19px;
}
.r2_content {
  padding: 0 2px;
}
