BODY {
  background-image: url( "./Background.gif" );
  color: rgb(51,51,51);
  font-family: "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
  background-repeat: no-repeat
}
  
HR {
  border-width: 0px;
  margin: 0.5em auto
}

.nof_BroadcastBlueBanners1-Default{
  font-family:Georgia; font-size:24pt; color:rgb(255,255,254)
}

.nof_BroadcastBlueNavbar4-Regular{
  font-family: Arial; font-size:12px; color:rgb(51,51,51) 
}

.nof_BroadcastBlueNavbar5-Rollover{
  font-family: Arial; font-size:12px; color:rgb(255,255,255) 
}

.nof_BroadcastBlueNavbar6-Highlighted{
  font-family: Arial; font-size:12px; color:rgb(51,51,51) 
}

.nof_BroadcastBlueNavbar7-HighlightedRollover{
  font-family: Arial; font-size:12px; color:rgb(51,51,51) 
}

.nof_BroadcastBlueNavbar9-Regular{
  font-family: Arial; font-size:11px; color:rgb(51,51,51) 
}

.nof_BroadcastBlueNavbar10-Rollover{
  font-family: Arial; font-size:11px;  color:rgb(51,51,51) 
}

.nof_BroadcastBlueNavbar11-Highlighted{
  font-family: Arial; font-size:11px;  color:rgb(51,51,51) 
}

.nof_BroadcastBlueNavbar12-HighlightedRollover{
  font-family: Arial; font-size:11px;  color:rgb(51,51,51) 
}

.color-gray{
  color: #888
}

/* Accordion */
.ui-accordion{
	border: 1px solid #3B5998 !important;
	border-top: none !important
}
 .ui-accordion a {
	border: none !important
}
div.ui-accordion.selected a.head.selected      {
	background-image: url( "./AccordionTabOpen.png" ) !important;
	color: #f2f2f2 !important
}
.ui-accordion a.head {
	background-image: url( "./AccordionTabClosed.png" ) !important;
	background-color: #ffffff !important;
	border: none !important;
	font-size: 11px !important;
	color: #f2f2f2 !important;
	font-weight: normal !important;
	text-indent: 25px !important;
	height: 30px !important;
	line-height: 30px !important
}
.ui-accordion .ui-accordion-panel a {
	display: inline !important
}

/* Tabs */
.ui-tabs-panel{
	border: 1px solid #3B5998 !important;
	padding: 5px !important
}
.ui-tabs-nav a {
	background-image: url( "./tab_top.png" ) !important;
	font-weight: normal !important;
	color: #f2f2f2 !important;
	font-size: 11px !important;
	line-height: 22px !important
}
.ui-tabs-nav .ui-tabs-selected a {
	color: #f2f2f2 !important
}
.ui-tabs-nav a span      {
	background-image: url( "./tab_top.png" ) !important;
	max-height: 50px;
	height: 22px !important
}

div.TogglePaneFancyHeader {
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 30px;
	height: 30px !important;
	padding: 0px !important;
	text-indent: 25px;
	cursor: pointer;
	border: 1px solid #3B5998 !important;
	border-width: 0px 0px !important;
	background-color: transparent !important;
	background-image: url( "./TogglePaneOpen.png" ) !important;
	background-position: 0% 0% !important;
	color: #f2f2f2 !important
}
div.TogglePaneFancyHeaderClosed {
	background-color: transparent !important;
	background-image: url( "./TogglePaneClosed.png" ) !important;
	background-position: 0% 0% !important;
	color: #f2f2f2 !important
}
div.TogglePanePlainContent {
	border: 1px solid #3B5998 !important;
	border-top: none !important
}

blockquote {
	margin-bottom: 21.28px;
	margin-left: 40px;
	margin-right: 40px;
}

address {
	line-height: 1.2;
	margin: 0px;
	font-style: italic;
}

h1 {
	font-size: 31px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}

html, body, form {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}




.nof-clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.nof-positioning {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

.nof-positioning > img {
    vertical-align: top;
}

table.nof-positioning td > img {
    vertical-align: top;
}

table.nof-positioning td {
    line-height: 0;
}

.nof-navPositioning {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.nof-navButtonAnchor {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-decoration: none;
}

.nof-ajaxTemplateHide {
	visibility:hidden;
	background-color:white;
	color:white;	
}

.nof-pgFrame p {
	font-size: 0px;
	line-height: 0px;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    /**overflow: visible;*/
}

button[disabled],
html input[disabled] {
    cursor: default;
}

/* Vertical Alignment */
.nof-align-top {
  vertical-align: top;
}

.nof-align-middle {
  vertical-align: middle;
}

.nof-align-bottom {
  vertical-align: bottom;
}

/* Horizontal Alignment */
.nof-block-left {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.nof-block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nof-block-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

table.nof-block-left,
table.nof-block-center,
table.nof-block-right {
  display: table;
}

/* Wrap Alignment */
.nof-wrap-left {
  float: left !important;
}
.nof-wrap-right {
  float: right !important;
}


.mediaplayer {
	position: relative;
	/*height: 0;
	width: 100%;*/
}

.mediaplayer video,
.mediaplayer .polyfill-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.touchevents .mediaplayer,
.touch .mediaplayer {
	font-size: 24px;
}

/*@media (pointer:coarse), (touch-enabled), (-moz-touch-enabled), (-webkit-touch-enabled) {*/
@media (pointer:coarse) {
	.mediaplayer {
		font-size: 24px;
	}
}

/*fixed*/
span > div > .jme-cb-box > div {
	padding: 0;
}

.mediaplayer > div > .jme-cb-box > div {
	padding: 0;
}

.mediaplayer[data-state="playing"][data-useractivity="false"] > .nof-audio ~ .jme-controlbar {
  opacity: 100;
  visibility: visible;
}
.mediaplayer[data-state="playing"][data-useractivity="false"] > .nof-audio ~ .cue-display span.cue-wrapper {
  bottom: 0;
}


.jcarousel-skin-nof .jcarousel-next-vertical{
    background: transparent url( "Images\\next-vertical.png" ) no-repeat 0 0}

.jcarousel-skin-nof .jcarousel-prev-vertical{
    background: transparent url( "Images\\prev-vertical.png" ) no-repeat 0 0}
