
.stb-container-css {
	margin: 10px 10px 10px 10px;
}

.stb-box {
  font-size: 12px;}

.stb-caption-box {
font-size: 18px;}

.stb-body-box {
  box-sizing: content-box;
  padding: 5px 10px 10px;
font-size: 12px;}

  /* Class Dependent Parameters */
.stb-border.stb-alert-container {
  border: 1px none #F77672;
}
.stb-side.stb-alert-container {
  background: #f173f5; /* Old browsers */
  background: -moz-linear-gradient(top,  #f173f5 30%, #bb00d4 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f173f5), color-stop(90%,#bb00d4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f173f5 30%,#bb00d4 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f173f5 30%,#bb00d4 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f173f5 30%,#bb00d4 90%); /* IE10+ */
  background: linear-gradient(#f173f5 30%, #bb00d4 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f173f5', endColorstr='#bb00d4',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-alert-container {
  background: #fcccff; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcccff 30%, #f7d1ff 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#fcccff), color-stop(90%,#f7d1ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcccff 30%,#f7d1ff 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcccff 30%,#f7d1ff 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcccff 30%,#f7d1ff 90%); /* IE10+ */
  background: linear-gradient(#fcccff 30%, #f7d1ff 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcccff', endColorstr='#f7d1ff',GradientType=0 ); /* IE6-9 */
}
.stb-alert_box {
  background: #fcccff; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcccff', endColorstr='#f7d1ff',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #fcccff 30%, #f7d1ff 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#fcccff), color-stop(90%,#f7d1ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcccff 30%,#f7d1ff 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcccff 30%,#f7d1ff 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcccff 30%,#f7d1ff 90%); /* IE10+ */
  background: linear-gradient(#fcccff 30%, #f7d1ff 90%); /* W3C */
  color: #000000;
}

.stb-alert-caption_box {
  background: #f173f5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f173f5', endColorstr='#bb00d4',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #f173f5 30%, #bb00d4 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f173f5), color-stop(90%,#bb00d4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f173f5 30%,#bb00d4 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f173f5 30%,#bb00d4 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f173f5 30%,#bb00d4 90%); /* IE10+ */
  background: linear-gradient(#f173f5 30%, #bb00d4 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-alert-body_box {
  background: #fcccff; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcccff', endColorstr='#f7d1ff',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #fcccff 30%, #f7d1ff 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#fcccff), color-stop(90%,#f7d1ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcccff 30%,#f7d1ff 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcccff 30%,#f7d1ff 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcccff 30%,#f7d1ff 90%); /* IE10+ */
  background: linear-gradient(#fcccff 30%, #f7d1ff 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-black-container {
  border: 1px none #535353;
}
.stb-side.stb-black-container {
  background: #535353; /* Old browsers */
  background: -moz-linear-gradient(top,  #535353 30%, #535353 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#535353), color-stop(90%,#535353)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #535353 30%,#535353 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #535353 30%,#535353 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #535353 30%,#535353 90%); /* IE10+ */
  background: linear-gradient(#535353 30%, #535353 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#535353',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-black-container {
  background: #535353; /* Old browsers */
  background: -moz-linear-gradient(top,  #535353 30%, #535353 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#535353), color-stop(90%,#535353)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #535353 30%,#535353 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #535353 30%,#535353 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #535353 30%,#535353 90%); /* IE10+ */
  background: linear-gradient(#535353 30%, #535353 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#535353',GradientType=0 ); /* IE6-9 */
}
.stb-black_box {
  background: #535353; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#535353',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #535353 30%, #535353 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#535353), color-stop(90%,#535353)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #535353 30%,#535353 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #535353 30%,#535353 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #535353 30%,#535353 90%); /* IE10+ */
  background: linear-gradient(#535353 30%, #535353 90%); /* W3C */
  color: #FFFFFF;
}

.stb-black-caption_box {
  background: #535353; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#535353',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #535353 30%, #535353 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#535353), color-stop(90%,#535353)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #535353 30%,#535353 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #535353 30%,#535353 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #535353 30%,#535353 90%); /* IE10+ */
  background: linear-gradient(#535353 30%, #535353 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-black-body_box {
  background: #535353; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#535353',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #535353 30%, #535353 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#535353), color-stop(90%,#535353)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #535353 30%,#535353 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #535353 30%,#535353 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #535353 30%,#535353 90%); /* IE10+ */
  background: linear-gradient(#535353 30%, #535353 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-border.stb-download-container {
  border: 1px none #78c0f7;
}
.stb-side.stb-download-container {
  background: #78c0f7; /* Old browsers */
  background: -moz-linear-gradient(top,  #78c0f7 30%, #78c0f7 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#78c0f7), color-stop(90%,#78c0f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* IE10+ */
  background: linear-gradient(#78c0f7 30%, #78c0f7 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c0f7', endColorstr='#78c0f7',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-download-container {
  background: #78c0f7; /* Old browsers */
  background: -moz-linear-gradient(top,  #78c0f7 30%, #78c0f7 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#78c0f7), color-stop(90%,#78c0f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* IE10+ */
  background: linear-gradient(#78c0f7 30%, #78c0f7 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c0f7', endColorstr='#78c0f7',GradientType=0 ); /* IE6-9 */
}
.stb-download_box {
  background: #78c0f7; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c0f7', endColorstr='#78c0f7',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #78c0f7 30%, #78c0f7 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#78c0f7), color-stop(90%,#78c0f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* IE10+ */
  background: linear-gradient(#78c0f7 30%, #78c0f7 90%); /* W3C */
  color: #000000;
}

.stb-download-caption_box {
  background: #78c0f7; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c0f7', endColorstr='#78c0f7',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #78c0f7 30%, #78c0f7 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#78c0f7), color-stop(90%,#78c0f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* IE10+ */
  background: linear-gradient(#78c0f7 30%, #78c0f7 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-download-body_box {
  background: #78c0f7; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c0f7', endColorstr='#78c0f7',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #78c0f7 30%, #78c0f7 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#78c0f7), color-stop(90%,#78c0f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #78c0f7 30%,#78c0f7 90%); /* IE10+ */
  background: linear-gradient(#78c0f7 30%, #78c0f7 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-info-container {
  border: 1px none #A1EA94;
}
.stb-side.stb-info-container {
  background: #A1EA94; /* Old browsers */
  background: -moz-linear-gradient(top,  #A1EA94 30%, #A1EA94 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#A1EA94), color-stop(90%,#A1EA94)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* IE10+ */
  background: linear-gradient(#A1EA94 30%, #A1EA94 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A1EA94', endColorstr='#A1EA94',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-info-container {
  background: #A1EA94; /* Old browsers */
  background: -moz-linear-gradient(top,  #A1EA94 30%, #A1EA94 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#A1EA94), color-stop(90%,#A1EA94)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* IE10+ */
  background: linear-gradient(#A1EA94 30%, #A1EA94 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A1EA94', endColorstr='#A1EA94',GradientType=0 ); /* IE6-9 */
}
.stb-info_box {
  background: #A1EA94; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A1EA94', endColorstr='#A1EA94',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #A1EA94 30%, #A1EA94 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#A1EA94), color-stop(90%,#A1EA94)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* IE10+ */
  background: linear-gradient(#A1EA94 30%, #A1EA94 90%); /* W3C */
  color: #000000;
}

.stb-info-caption_box {
  background: #A1EA94; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A1EA94', endColorstr='#A1EA94',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #A1EA94 30%, #A1EA94 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#A1EA94), color-stop(90%,#A1EA94)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* IE10+ */
  background: linear-gradient(#A1EA94 30%, #A1EA94 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-info-body_box {
  background: #A1EA94; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A1EA94', endColorstr='#A1EA94',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #A1EA94 30%, #A1EA94 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#A1EA94), color-stop(90%,#A1EA94)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #A1EA94 30%,#A1EA94 90%); /* IE10+ */
  background: linear-gradient(#A1EA94 30%, #A1EA94 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-warning-container {
  border: 1px none #F0C30C;
}
.stb-side.stb-warning-container {
  background: #F0C30C; /* Old browsers */
  background: -moz-linear-gradient(top,  #F0C30C 30%, #F0C30C 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#F0C30C), color-stop(90%,#F0C30C)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* IE10+ */
  background: linear-gradient(#F0C30C 30%, #F0C30C 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0C30C', endColorstr='#F0C30C',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-warning-container {
  background: #F0C30C; /* Old browsers */
  background: -moz-linear-gradient(top,  #F0C30C 30%, #F0C30C 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#F0C30C), color-stop(90%,#F0C30C)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* IE10+ */
  background: linear-gradient(#F0C30C 30%, #F0C30C 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0C30C', endColorstr='#F0C30C',GradientType=0 ); /* IE6-9 */
}
.stb-warning_box {
  background: #F0C30C; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0C30C', endColorstr='#F0C30C',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #F0C30C 30%, #F0C30C 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#F0C30C), color-stop(90%,#F0C30C)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* IE10+ */
  background: linear-gradient(#F0C30C 30%, #F0C30C 90%); /* W3C */
  color: #000000;
}

.stb-warning-caption_box {
  background: #F0C30C; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0C30C', endColorstr='#F0C30C',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #F0C30C 30%, #F0C30C 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#F0C30C), color-stop(90%,#F0C30C)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* IE10+ */
  background: linear-gradient(#F0C30C 30%, #F0C30C 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-warning-body_box {
  background: #F0C30C; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0C30C', endColorstr='#F0C30C',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #F0C30C 30%, #F0C30C 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#F0C30C), color-stop(90%,#F0C30C)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #F0C30C 30%,#F0C30C 90%); /* IE10+ */
  background: linear-gradient(#F0C30C 30%, #F0C30C 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-grey-container {
  border: 1px none #ABABAB;
}
.stb-side.stb-grey-container {
  background: #ABABAB; /* Old browsers */
  background: -moz-linear-gradient(top,  #ABABAB 30%, #ABABAB 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ABABAB), color-stop(90%,#ABABAB)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* IE10+ */
  background: linear-gradient(#ABABAB 30%, #ABABAB 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABABAB', endColorstr='#ABABAB',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-grey-container {
  background: #ABABAB; /* Old browsers */
  background: -moz-linear-gradient(top,  #ABABAB 30%, #ABABAB 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ABABAB), color-stop(90%,#ABABAB)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* IE10+ */
  background: linear-gradient(#ABABAB 30%, #ABABAB 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABABAB', endColorstr='#ABABAB',GradientType=0 ); /* IE6-9 */
}
.stb-grey_box {
  background: #ABABAB; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABABAB', endColorstr='#ABABAB',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #ABABAB 30%, #ABABAB 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ABABAB), color-stop(90%,#ABABAB)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* IE10+ */
  background: linear-gradient(#ABABAB 30%, #ABABAB 90%); /* W3C */
  color: #000000;
}

.stb-grey-caption_box {
  background: #ABABAB; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABABAB', endColorstr='#ABABAB',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #ABABAB 30%, #ABABAB 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ABABAB), color-stop(90%,#ABABAB)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* IE10+ */
  background: linear-gradient(#ABABAB 30%, #ABABAB 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-grey-body_box {
  background: #ABABAB; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABABAB', endColorstr='#ABABAB',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #ABABAB 30%, #ABABAB 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ABABAB), color-stop(90%,#ABABAB)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ABABAB 30%,#ABABAB 90%); /* IE10+ */
  background: linear-gradient(#ABABAB 30%, #ABABAB 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-custom-container {
  border: 1px none #F77DF1;
}
.stb-side.stb-custom-container {
  background: #F77DF1; /* Old browsers */
  background: -moz-linear-gradient(top,  #F77DF1 30%, #F77DF1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#F77DF1), color-stop(90%,#F77DF1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* IE10+ */
  background: linear-gradient(#F77DF1 30%, #F77DF1 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F77DF1', endColorstr='#F77DF1',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-custom-container {
  background: #F77DF1; /* Old browsers */
  background: -moz-linear-gradient(top,  #F77DF1 30%, #F77DF1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#F77DF1), color-stop(90%,#F77DF1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* IE10+ */
  background: linear-gradient(#F77DF1 30%, #F77DF1 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F77DF1', endColorstr='#F77DF1',GradientType=0 ); /* IE6-9 */
}
.stb-custom_box {
  background: #F77DF1; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F77DF1', endColorstr='#F77DF1',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #F77DF1 30%, #F77DF1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#F77DF1), color-stop(90%,#F77DF1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* IE10+ */
  background: linear-gradient(#F77DF1 30%, #F77DF1 90%); /* W3C */
  color: #000000;
}

.stb-custom-caption_box {
  background: #F77DF1; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F77DF1', endColorstr='#F77DF1',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #F77DF1 30%, #F77DF1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#F77DF1), color-stop(90%,#F77DF1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* IE10+ */
  background: linear-gradient(#F77DF1 30%, #F77DF1 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-custom-body_box {
  background: #F77DF1; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F77DF1', endColorstr='#F77DF1',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #F77DF1 30%, #F77DF1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#F77DF1), color-stop(90%,#F77DF1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #F77DF1 30%,#F77DF1 90%); /* IE10+ */
  background: linear-gradient(#F77DF1 30%, #F77DF1 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-pray-container {
  border: 1px none #a6ce39;
}
.stb-side.stb-pray-container {
  background: #a6ce39; /* Old browsers */
  background: -moz-linear-gradient(top,  #a6ce39 30%, #3d822a 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#a6ce39), color-stop(90%,#3d822a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a6ce39 30%,#3d822a 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a6ce39 30%,#3d822a 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a6ce39 30%,#3d822a 90%); /* IE10+ */
  background: linear-gradient(#a6ce39 30%, #3d822a 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ce39', endColorstr='#3d822a',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-pray-container {
  background: #FEFFD5; /* Old browsers */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #daf2d5 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#daf2d5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#daf2d5 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#daf2d5 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#daf2d5 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #daf2d5 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#daf2d5',GradientType=0 ); /* IE6-9 */
}
.stb-pray_box {
  background: #FEFFD5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#daf2d5',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #daf2d5 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#daf2d5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#daf2d5 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#daf2d5 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#daf2d5 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #daf2d5 90%); /* W3C */
  color: #017138;
}

.stb-pray-caption_box {
  background: #a6ce39; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ce39', endColorstr='#3d822a',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #a6ce39 30%, #3d822a 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#a6ce39), color-stop(90%,#3d822a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a6ce39 30%,#3d822a 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a6ce39 30%,#3d822a 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a6ce39 30%,#3d822a 90%); /* IE10+ */
  background: linear-gradient(#a6ce39 30%, #3d822a 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-pray-body_box {
  background: #FEFFD5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#daf2d5',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #daf2d5 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#daf2d5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#daf2d5 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#daf2d5 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#daf2d5 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #daf2d5 90%); /* W3C */
  color: #017138;
  }

.stb-border.stb-thisweek-container {
  border: 1px none #fe9a05;
}
.stb-side.stb-thisweek-container {
  background: #FE9A05; /* Old browsers */
  background: -moz-linear-gradient(top,  #FE9A05 30%, #ff7300 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FE9A05), color-stop(90%,#ff7300)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FE9A05 30%,#ff7300 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FE9A05 30%,#ff7300 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FE9A05 30%,#ff7300 90%); /* IE10+ */
  background: linear-gradient(#FE9A05 30%, #ff7300 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9A05', endColorstr='#ff7300',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-thisweek-container {
  background: #FEFFD5; /* Old browsers */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #feffd1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#feffd1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#feffd1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#feffd1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#feffd1 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #feffd1 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#feffd1',GradientType=0 ); /* IE6-9 */
}
.stb-thisweek_box {
  background: #FEFFD5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#feffd1',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #feffd1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#feffd1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#feffd1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#feffd1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#feffd1 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #feffd1 90%); /* W3C */
  color: #000000;
}

.stb-thisweek-caption_box {
  background: #FE9A05; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9A05', endColorstr='#ff7300',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FE9A05 30%, #ff7300 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FE9A05), color-stop(90%,#ff7300)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FE9A05 30%,#ff7300 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FE9A05 30%,#ff7300 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FE9A05 30%,#ff7300 90%); /* IE10+ */
  background: linear-gradient(#FE9A05 30%, #ff7300 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-thisweek-body_box {
  background: #FEFFD5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#feffd1',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #feffd1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#feffd1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#feffd1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#feffd1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#feffd1 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #feffd1 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-meeting-container {
  border: 1px none #FE9A05;
}
.stb-side.stb-meeting-container {
  background: #FE9A05; /* Old browsers */
  background: -moz-linear-gradient(top,  #FE9A05 30%, #FE9A05 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FE9A05), color-stop(90%,#FE9A05)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); /* IE10+ */
  background: linear-gradient(#FE9A05 30%, #FE9A05 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9A05', endColorstr='#FE9A05',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-meeting-container {
  background: #FEFFD5; /* Old browsers */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #FEFFD5 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#FEFFD5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #FEFFD5 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#FEFFD5',GradientType=0 ); /* IE6-9 */
}
.stb-meeting_box {
  background: #FEFFD5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#FEFFD5',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #FEFFD5 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#FEFFD5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #FEFFD5 90%); /* W3C */
  color: #000000;
}

.stb-meeting-caption_box {
  background: #FE9A05; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9A05', endColorstr='#FE9A05',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FE9A05 30%, #FE9A05 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FE9A05), color-stop(90%,#FE9A05)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); /* IE10+ */
  background: linear-gradient(#FE9A05 30%, #FE9A05 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-meeting-body_box {
  background: #FEFFD5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#FEFFD5',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #FEFFD5 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#FEFFD5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #FEFFD5 90%); /* W3C */
  color: #000000;
  }

