/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  display: inline-block; }
  .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/
/* Misc visuals
----------------------------------*/
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }
  .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/* Dialog
----------------------------------*/
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }
  .ui-dialog .ui-dialog-titlebar {
    padding: .5em 1em .3em;
    position: relative; }
  .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .2em 0; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px; }
    .ui-dialog .ui-dialog-titlebar-close span {
      display: block;
      margin: 1px; }
    .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
      padding: 0; }
  .ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em; }
    .ui-dialog .ui-dialog-buttonpane button {
      float: right;
      margin: .5em .4em .5em 0;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      line-height: 1.4em;
      width: auto;
      overflow: visible; }
  .ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-carousel {
  visibility: hidden;
  overflow: hidden;
  position: relative;
  text-align: left;
  zoom: 1; }
  .yui-carousel.yui-carousel-visible {
    visibility: visible; }

.yui-carousel-content {
  overflow: hidden;
  position: relative;
  text-align: center; }

.yui-carousel-element li {
  border: 1px solid #ccc;
  list-style: none;
  margin: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center; }

.yui-carousel-vertical .yui-carousel-element li {
  display: block;
  float: none; }

.yui-log .carousel {
  background: #f2e886; }

.yui-carousel-nav {
  zoom: 1; }
  .yui-carousel-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.yui-carousel-button-focus {
  outline: 1px dotted #000; }

.yui-carousel-min-width {
  min-width: 115px; }

.yui-carousel-element {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  *margin: 0; }

.yui-carousel-horizontal .yui-carousel-element {
  width: 320000px; }

.yui-carousel-vertical .yui-carousel-element {
  height: 320000px; }

.yui-skin-sam .yui-carousel-nav select {
  position: static; }

.yui-carousel .yui-carousel-item-selected {
  border: 1px dashed #000;
  margin: 1px; }

.yui-skin-sam .yui-carousel, .yui-skin-sam .yui-carousel-vertical {
  border: 1px solid #808080; }
.yui-skin-sam .yui-carousel-nav {
  background: url(../images/yui-skin-sam-sprite.png) repeat-x 0 0;
  padding: 3px;
  text-align: right; }
.yui-skin-sam .yui-carousel-button {
  background: url(../images/yui-skin-sam-sprite.png) no-repeat 0 -600px;
  float: right;
  height: 19px;
  margin: 5px;
  overflow: hidden;
  width: 40px; }
.yui-skin-sam .yui-carousel-vertical .yui-carousel-button {
  background-position: 0 -800px; }
.yui-skin-sam .yui-carousel-button-disabled {
  background-position: 0 -2000px; }
.yui-skin-sam .yui-carousel-vertical .yui-carousel-button-disabled {
  background-position: 0 -2100px; }
.yui-skin-sam .yui-carousel-button input, .yui-skin-sam .yui-carousel-button button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 44px;
  margin: -2px 0 0 -2px;
  padding: 0 0 0 50px; }
.yui-skin-sam span.yui-carousel-first-button {
  background-position: 0 -550px;
  margin-left: -100px;
  margin-right: 50px;
  *margin: 5px 5px 5px -90px; }
.yui-skin-sam .yui-carousel-vertical span.yui-carousel-first-button {
  background-position: 0 -750px; }
.yui-skin-sam span.yui-carousel-first-button-disabled {
  background-position: 0 -1950px; }
.yui-skin-sam .yui-carousel-vertical span.yui-carousel-first-button-disabled {
  background-position: 0 -2050px; }
.yui-skin-sam .yui-carousel-nav ul {
  float: right;
  height: 19px;
  margin: 0;
  margin-left: -220px;
  margin-right: 100px;
  *margin-left: -160px;
  *margin-right: 0;
  padding: 0; }
.yui-skin-sam .yui-carousel-min-width .yui-carousel-nav ul {
  *margin-left: -170px; }
.yui-skin-sam .yui-carousel-nav select {
  position: relative;
  *right: 50px;
  top: 4px; }
.yui-skin-sam .yui-carousel-vertical .yui-carousel-nav select {
  position: static; }
.yui-skin-sam .yui-carousel-vertical .yui-carousel-nav ul, .yui-skin-sam .yui-carousel-vertical .yui-carousel-nav select {
  float: none;
  margin: 0;
  *zoom: 1; }
.yui-skin-sam .yui-carousel-nav ul li {
  background: url(../images/yui-skin-sam-sprite.png) no-repeat 0 -650px;
  cursor: pointer;
  float: left;
  height: 9px;
  list-style: none;
  margin: 10px 0 0 5px;
  overflow: hidden;
  padding: 0;
  width: 9px; }
.yui-skin-sam .yui-carousel-nav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.yui-skin-sam .yui-carousel-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
  text-align: left;
  overflow: hidden; }
.yui-skin-sam .yui-carousel-nav ul li.yui-carousel-nav-page-focus {
  outline: 1px dotted #000; }
.yui-skin-sam .yui-carousel-nav ul li.yui-carousel-nav-page-selected {
  background-position: 0 -700px; }
.yui-skin-sam .yui-carousel-item-loading {
  position: absolute;
  text-indent: -150px; }

input.searchInput {
  display: block;
  float: left;
  padding: 5px; }

label {
  font-weight: normal; }

#headerContainer > div.container {
  height: 128px !important;
  /* background:  url(../images/LibraryTopImageBooks.jpg) no-repeat bottom right;*/ }

#osu-logo {
  margin-top: 30px; }

#osul_logo {
  height: 89px !important;
  margin: 0;
  font-size: auto; }
  #osul_logo h1 {
    line-height: 90px; }

#contentContainer > div.container {
  padding-top: 5px;
  border: none; }

#prevHomePage {
  font-size: 11px;
  height: 30px; }
  #prevHomePage a:hover {
    text-decoration: underline; }

ul, ol {
  margin: 0 1.5em 1.5em 0; }

.off-left {
  position: absolute;
  left: -999px;
  width: 990px; }

#respond_to_widget {
  width: 200px;
  float: left;
  clear: none; }

#expanded_nav_holder > div > div.title {
  margin: 0 auto;
  padding-left: 10px; }
#expanded_nav_holder > div a {
  color: #ffffff;
  text-decoration: none; }
#expanded_nav_holder ul {
  margin-left: 0;
  padding-left: 10px;
  list-style-type: none; }

a.rssFeed {
  background: url(../images/feed-icon-14x14.png) no-repeat 0% 50%;
  height: 28px;
  padding-right: 14px;
  margin-left: 5px;
  width: 28px;
  text-decoration: none; }

div.jsonSuggestResults {
  position: absolute;
  border: 1px solid #CCC;
  padding: 0px;
  margin: 0px 2px;
  z-index: 1001;
  color: #000; }
  div.jsonSuggestResults p {
    color: #000 !important; }
  div.jsonSuggestResults div.resultItem {
    margin: 0px;
    padding: 5px;
    position: relative;
    height: auto;
    cursor: pointer; }
    div.jsonSuggestResults div.resultItem.odd {
      background-color: #ccc; }
    div.jsonSuggestResults div.resultItem.even {
      background-color: #FFFFFF; }
    div.jsonSuggestResults div.resultItem.hover {
      background-color: #CCCC66; }
    div.jsonSuggestResults div.resultItem img {
      float: left;
      margin-right: 10px; }
    div.jsonSuggestResults div.resultItem p {
      margin: 0px;
      padding: 0px; }
      div.jsonSuggestResults div.resultItem p strong {
        font-weight: bold;
        text-decoration: underline; }
      div.jsonSuggestResults div.resultItem p.extra {
        font-size: x-small !important;
        position: absolute;
        bottom: 3px;
        right: 3px; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

html ul.tabs li.ui-state-active {
  border-left: 1px solid #bcb57e; }

#tabs > ul.tabs > li a {
  font-size: 13px; }
#tabs .tab_container {
  width: 228px; }

.tab_content {
  padding: 5px 11px;
  font-size: 12px; }
  .tab_content .boxContent {
    padding: 0; }

#storyTabs {
  background: none; }
  #storyTabs .tabs {
    /* padding-left: 15px;*/
    padding-top: 1px; }
  #storyTabs .ui-tabs-nav {
    /* width: 482px;
     margin: -1px -1px 0 -1px;*/ }
  #storyTabs .tab_container {
    border: none; }
  #storyTabs ul.tabs li a {
    font-size: 15px; }
  #storyTabs ul.tabs li.ui-state-active {
    height: 32px;
    line-height: 32px;
    top: -1px; }
    #storyTabs ul.tabs li.ui-state-active a:hover {
      height: 32px;
      line-height: 32px;
      top: -1px; }
  #storyTabs ul.tabs li.ui-state-active {
    /* border-left: none;*/ }
  #storyTabs .ui-tabs-nav {
    /* background: none;*/
    background: none;
    border: none; }

/*
#storyTabs .tabs span.title {
    float: left;
    width: 140px;
    padding-right: 10px;
    text-align: right;
    line-height: 28px;
    font-size: 12px;
    color: #bb0000;
}
*/
.slideContainer {
  width: 468px;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  border-right: solid 1px #A6A48D;
  float: left; }
  .slideContainer ol > li {
    display: inline;
    border: none;
    width: 468px;
    overflow: hidden;
    height: 350px; }

.yui-carousel-element li {
  text-align: left; }

.yui-skin-sam .yui-carousel-nav {
  background: none;
  height: 36px;
  padding: 3px; }

.yui-carousel .yui-carousel-item-selected {
  border: none;
  margin: 0; }

.yui-carousel-nav h2 {
  text-align: left; }

.yui-skin-sam .yui-carousel, .yui-skin-sam .yui-carousel-vertical {
  border: none; }

a[role=button]:focus {
  outline: dotted 1px #000; }

#featuredNewsHeading {
  height: 28px;
  margin: -2px;
  width: 460px; }

html* #featuredNewsHeading {
  position: relative;
  top: -29px;
  z-index: -1; }

/*
.slides { position:absolute; top:0; left:0; }
.slides > div { position:absolute; top:0; width:468px; display:none; }

.slideContainer .boxContent {
    overflow: auto;
    
}
#libraryNews > ul.pagination {
    display: none;
}
*/
#libraryNews h2 span, #libraryNews h2 a {
  float: left; }
#libraryNews h2 #paused {
  font-size: 12px;
  float: right;
  margin-right: 10px;
  padding-left: 16px;
  padding-top: 3px; }

#paused {
  opacity: 0; }

#libraryNews > h2 {
  height: 28px; }
#libraryNews .no_image .boxContent {
  height: 400px; }

ul.pagination {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  float: right;
  display: inline; }
  ul.pagination li {
    display: inline; }
    ul.pagination li a {
      padding: 2px 4px; }
    ul.pagination li.active a {
      background: url(../images/32percent-black.png);
      color: #fff; }

.boxContent {
  padding: 5px 10px 10px 10px;
  font-size: 12px; }
  .boxContent ul {
    padding-left: 0;
    list-style-type: none; }
  .boxContent li {
    margin-left: 0; }

#featuredServices .boxContent {
  border-top: 1px solid #ccc;
  padding-top: 15px; }
  #featuredServices .boxContent:first-child {
    border: none; }
#featuredServices h3 {
  text-align: center; }
#featuredServices .logo {
  width: 208px;
  max-height: 55px;
  margin: 0 auto; }
  #featuredServices .logo img {
    width: 208px;
    max-height: 55px;
    margin: 0 auto; }
#featuredServices .serviceLinks {
  margin: -10px;
  padding-top: 0px;
  height: 20px; }
  #featuredServices .serviceLinks a {
    padding-bottom: 3px; }
  #featuredServices .serviceLinks .readMore {
    float: left;
    margin-left: 10px; }
  #featuredServices .serviceLinks .goToService {
    float: right;
    margin-right: 10px; }
#featuredServices .boxContent p {
  margin-bottom: 1.5em; }

.featured-widget-no-container {
  text-align: center; }
  .featured-widget-no-container .logo {
    display: block;
    margin: 15px 0; }

.featured_news_image {
  height: 200px;
  margin-bottom: 5px; }
  .featured_news_image img {
    width: 468px; }
  .featured_news_image + .boxContent {
    overflow: auto; }

h3.featured_news_title {
  position: absolute;
  left: 0;
  bottom: 146px;
  width: 448px;
  font-size: 21px;
  padding: 5px 10px;
  color: #fff;
  background: url(../images/60percent-black.png); }

#libraryNews .no_image .featured_news_image {
  margin: 0;
  height: 0; }
#libraryNews .no_image h3.featured_news_title {
  top: 0;
  margin-bottom: 0;
  background: none; }
  #libraryNews .no_image h3.featured_news_title a {
    color: #1c4c9c; }
    #libraryNews .no_image h3.featured_news_title a:visited {
      color: #1c4c9c; }

h3.featured_news_title a {
  color: #ffffff;
  text-decoration: none; }
  h3.featured_news_title a:visited {
    color: #ffffff;
    text-decoration: none; }
  h3.featured_news_title a:hover {
    text-decoration: underline; }

#tab3 {
  padding-bottom: 1px;
  padding-right: 0;
  padding-left: 8px; }

#whoLinks h3 {
  font-size: 13px;
  color: #bb0000;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 1em; }
#whoLinks .boxContent {
  padding-bottom: 0;
  padding-right: 0;
  margin-left: 0; }
#whoLinks ul {
  margin: 0;
  width: 120px;
  float: left; }
#whoLinks .whoOption {
  font-size: 14px;
  margin-bottom: 1px; }
#whoLinks .hover a {
  color: #000; }
#whoLinks .whoOption div.image {
  display: none; }

#currentWhoImage {
  background: url(../images/roles-sprite.png) no-repeat;
  float: left;
  height: 94px;
  width: 86px;
  margin-top: -10px; }
  #currentWhoImage.student {
    background-position: 0 0; }
  #currentWhoImage.faculty {
    background-position: 0 -120px; }
  #currentWhoImage.alumni {
    background-position: 0 -240px; }

#exhibits h4, .newsStory h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.wbox h2.plain {
  background: none;
  border: none;
  height: 28px;
  color: #111111; }

#newsTabs h2.plain {
  border-bottom: solid 1px #A6A48D;
  margin-right: 10px;
  padding: 0; }

#otherNews {
  border-top: solid 1px #A6A48D; }
  #otherNews li {
    margin-bottom: 10px; }
  #otherNews .boxContent {
    padding-top: 10px; }

#blogHighlights {
  width: 468px;
  font-size: 12px; }
  #blogHighlights .boxContent {
    line-height: 17px; }
  #blogHighlights ul {
    font-size: 14px;
    margin: 0;
    padding: 0; }
  #blogHighlights li {
    list-style: none;
    padding: 5px 0;
    margin-right: 5px;
    margin-bottom: 10px;
    border-top: solid 1px #A6A48D; }
    #blogHighlights li:first-child {
      border: none; }
  #blogHighlights .author {
    font-size: 11px;
    display: block;
    margin-top: 0px; }
    #blogHighlights .author a {
      color: #000; }
      #blogHighlights .author a:visited {
        color: #000; }
  #blogHighlights .span-6 {
    width: 229px; }

#expanded_navigation {
  font-size: 16px;
  color: #ffffff; }

#expanded_nav_holder > div > div.smaller {
  font-size: 14px;
  padding-left: 8px; }
  #expanded_nav_holder > div > div.smaller a {
    padding-top: 1px;
    display: block; }
#expanded_nav_holder ul {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  font-size: 13px;
  width: 150px;
  line-height: 16px; }
#expanded_nav_holder ul li {
  width: 138px;
  padding: 5px 5px 5px 7px;
  margin: 1px 0; }

#widget_holder {
  height: 375px; }
  #widget_holder .boxContent {
    font-size: 14px; }
  #widget_holder > div, #widget_holder .widget {
    height: 100%; }

#askUsWidget .boxContent {
  font-size: 15px;
  overflow: hidden; }
#askUsWidget .contactOption {
  border-top: solid 1px #dadeb9;
  padding-bottom: 5px; }
  #askUsWidget .contactOption:first-child {
    border: none; }
  #askUsWidget .contactOption > span {
    display: block;
    padding: 3px 0;
    color: #bb0000;
    font-size: 13px;
    font-weight: bold; }
  #askUsWidget .contactOption p {
    line-height: 1.25;
    font-size: 18px;
    margin-bottom: 5px; }
    #askUsWidget .contactOption p span {
      font-size: 0.7em; }

#knowledgeBankWidget .searchInput {
  width: 150px;
  margin-right: 5px;
  line-height: 30px; }
#knowledgeBankWidget .searchSubmit {
  margin-top: 7px;
  max-width: 40px;
  clear: none;
  float: none; }
#knowledgeBankWidget .advancedSearchLink {
  color: #bb0000; }

.widget ul.indented {
  clear: left; }
  .widget ul.indented .title {
    margin-top: 10px;
    font-size: 16px;
    color: #424242; }
  .widget ul.indented li {
    margin-left: 10px; }

#contactInformation {
  color: #fff;
  font-size: 12px; }
  #contactInformation p {
    padding-left: 0; }
  #contactInformation a {
    color: #fff;
    padding: 0;
    text-decoration: underline; }
    #contactInformation a:visited {
      color: #fff;
      padding: 0;
      text-decoration: underline; }
    #contactInformation a:hover, #contactInformation a:active {
      color: #fff;
      background: url(../images/32percent-black.png); }

/****
Start F1

******/
#popularLinks .tab_content a {
  display: block;
  clear: both;
  font-size: 14px; }
#popularLinks #popularLinksCloud a {
  display: inline;
  clear: none;
  font-size: auto; }

#popularLinksCloud ol {
  margin: 0;
  padding: 0; }
  #popularLinksCloud ol li {
    list-style-type: none;
    display: inline; }

div.newsStory hr {
  background: #A6A48D; }

#libraryNews div.newsStory {
  padding: 10px 0;
  /*    border-bottom: solid 1px #A6A48D; */ }

div.newsStory p {
  margin-bottom: 0; }
div.newsStory .newsStoryImage {
  float: left;
  margin: 0 10px 10px 0;
  width: 100px;
  height: 100px; }
div.readMore {
  text-align: right; }

#socialMedia {
  margin-top: 15px;
  height: 40px; }

.socialMediaEntry {
  height: 40px;
  border-bottom: solid 1px #A6A48D;
  margin-bottom: 10px; }

#socialMedia a {
  color: #1C4C9C;
  padding: 5px; }
  #socialMedia a:visited {
    color: #1C4C9C;
    padding: 5px; }
  #socialMedia a:hover, #socialMedia a:active {
    background: none;
    text-decoration: underline; }
#socialMedia .logo {
  height: 30px;
  width: 30px;
  border: none;
  float: left;
  margin-right: 5px;
  background: url(../images/social-sprite.png) no-repeat; }
#socialMedia .social_twitter {
  background-position: 0 0; }
#socialMedia .social_rss {
  background-position: 0 -40px; }
#socialMedia .social_facebook {
  background-position: 0 -80px; }
#socialMedia .social_podcast {
  background-position: 0 -120px; }
#socialMedia .description {
  float: left;
  color: #000;
  margin-top: 8px;
  font-size: 13px; }

#libraryNews h2 #paused {
  width: 50px; }
#libraryNews h2 #controls {
  font-size: 12px;
  float: right;
  margin-right: 10px;
  padding-left: 16px;
  padding-top: 3px; }
  #libraryNews h2 #controls a:hover {
    text-decoration: none; }

#helpContainer {
  position: absolute;
  left: 0px;
  display: none;
  bottom: 50px;
  z-index: 1000; }
  #helpContainer img {
    height: 200px; }

.surveyButtons {
  margin-left: 30px; }

#hiddensurvey {
  font-size: 16px; }

.ui-dialog-titlebar {
  background: #ccc; }

.ui-dialog {
  border: solid 2px #555;
  background: #fff; }

.buttonLink {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: #565656;
  cursor: pointer;
  padding: 10px 5px;
  background-position: 5px 10px;
  background-repeat: no-repeat; }
  .buttonLink:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
    text-decoration: none; }
