/* GENERAL OVERALL STYLES
-------------------------------------------------- */

hr {
    height: 1px;
    background-color: #dbdbdb;
    border: 0px;
    margin: 10px 0px 10px 0px;
}

hr.dots {
    background-image: url(../images/hr-dots-horizontal.jpg);
}

.sfContentBlock {
    margin: 0 0;
    padding: 0 0;
}

input, button, select, textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
    height: auto;
    overflow: auto;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #2676c0;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

input.span2, textarea.span2, .uneditable-input.span2 {
    width: 192px;
}

ul.inline, ol.inline {
    list-style: none outside none;
    margin-left: 0;
}

ul.inline > li, ol.inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

li {
    line-height: 20px;
}


.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}

.btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: whitesmoke;
    background-image: -moz-linear-gradient(top, white, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, white, #e6e6e6);
    background-image: -o-linear-gradient(top, white, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: none;
    font-family: "HelveticaNeueW02-55Roma",Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-shadow: none;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background, color;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn .caret {
    margin-left: 5px;
    margin-top: 8px;
}

.btn .normal-caret {
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-top: 4px solid transparent;
    float: right;
    margin-top: 6px;
}


.btn-generic {
  color: white;
  border: 1px solid #2f2f2f;
  text-align: left;
  padding: 3px 6px 3px 12px;
}

.btn-blue {
  background: #2676c0;
}

.btn-grey {
    background: none repeat scroll 0 0 #7B7B7B;
}

.pull-right {
    float: right;
}

.error {
    color: red;
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: white;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}


.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}


.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}


.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}


.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}


.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.title-overlay {
    margin: 0 0;
    color: white;
    font-size: 20px;
    height: 22px;
    padding: 4px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom:0px;
    left: 0px;
    vertical-align: middle;
    font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    background-image:url("../images/background/transparent-bar-default.png"); 
}

.slides > li {
    position: relative;
}


.children-family-bgimage {
     background-image:url("../images/background/transparent-bar-childrenfamily.png"); 
}

.documentary-bgimage {
     background-image:url("../images/background/transparent-bar-documentary.png"); 
}

.factual-entertainment-bgimage {
     background-image:url("../images/background/transparent-bar-factualentertainment.png"); 
}

.returning-series-bgimage {
     background-image:url("../images/background/transparent-bar-returningseries.png"); 
}

.adventure-travel-bgimage {
     background-image:url("../images/background/transparent-bar-adventuretravel.png");
}

.comedy-entertainment-bgimage {
     background-image:url("../images/background/transparent-bar-comedyentertainment.png");
}

.crime-investigation-bgimage {
     background-image:url("../images/background/transparent-bar-crimeinvestigation.png");
}

.drama-telemovies-bgimage {
     background-image:url("../images/background/transparent-bar-dramatelemovies.png");
}

.feature-films-bgimage {
     background-image:url("../images/background/transparent-bar-featurefilms.png");
}

.health-medicine-bgimage {
     background-image:url("../images/background/transparent-bar-healthmedicine.png");
}

.history-bgimage {
     background-image:url("../images/background/transparent-bar-history.png");
}

.lifestyle-bgimage {
     background-image:url("../images/background/transparent-bar-lifestyle.png");
}

.new-releases-bgimage {
     background-image:url("../images/background/transparent-bar-newreleases.png");
}

.people-society-bgimage{
     background-image:url("../images/background/transparent-bar-peoplesociety.png");
}

.science-technology-bgimage {
     background-image:url("../images/background/transparent-bar-sciencetechnology.png");
}

.wildlife-natural-history-bgimage {
     background-image:url("../images/background/transparent-bar-wildlifenaturalhistory.png");
}

.sf_pagerNumeric {
    width: 100%;
    text-align: center;
}
.sf_pagerNumeric a{
    margin-right: 5px;
}

.btn-visit-site {
    background: url(../Images/btn-visit-site.png) no-repeat;
    display: block;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
}

.custom-pager-styles .sf_pagerNumeric{
    background: none repeat scroll 0 0 white;
    clear: both;
    height: 56px;
    margin: 10px 0 34px;
    width: 100%;
    text-align: center;
}

     .custom-pager-styles .sf_pagerNumeric a {
         border-right: 2px solid #303030;
         color: #303030;
         display: inline;
         float: none;
         font-family: "HelveticaNeueW02-55Roma",Arial,Helvetica,sans-serif;
         font-size: 17px;
         font-weight: bold;
         line-height: 20px;
         padding: 0 9px;
     }

     .custom-pager-styles .sf_pagerNumeric a:hover {
         color: #2676c0;
     }

     .custom-pager-styles .sf_pagerNumeric .sf_PagerCurrent {
          color: #a0a0a0;
     }








