/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
  /* IE10 touch compatibility */
  -ms-touch-action: none;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("/.cfg/www.toledoblade.com/admintemplates/css/Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/.cfg/www.toledoblade.com/admintemplates/clientlib/images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

/* global */
div.ui-cluetip {
  font-size: 1em;
}
.ui-cluetip-header,
.ui-cluetip-content {
  padding: 12px;
}
.ui-cluetip-header {
  font-size: 1em;
  margin: 0;
  overflow: hidden;
}

#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/.cfg/www.toledoblade.com/admintemplates/css/images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default .ui-cluetip-header {
  background-color: #87876a;
}


/*
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
*/
/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(/.cfg/www.toledoblade.com/admintemplates/css/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/.cfg/www.toledoblade.com/admintemplates/css/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/.cfg/www.toledoblade.com/admintemplates/css/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/.cfg/www.toledoblade.com/admintemplates/css/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: #fff;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 0;
  color: #900;
}

.cluetip-jtip .ui-cluetip-header {
  background-color: #ccc;
  padding: 6px;
  margin-bottom: 1em;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(/.cfg/www.toledoblade.com/admintemplates/css/images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(/.cfg/www.toledoblade.com/admintemplates/css/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(/.cfg/www.toledoblade.com/admintemplates/css/images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/.cfg/www.toledoblade.com/admintemplates/css/images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-rounded {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: #fff;
  border: 1px solid #ccc;
}


/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

#cboxTitle { 
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 98%;
	padding: 0 1%;
	background-color: #444;
	opacity: 0.75;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #fff; 
}
            
.cboxIE #cboxTitle { 
	filter: alpha(opacity = 75); 
} 

.libAjaxHideOnLogin {
	width:100%; 
}

.libAjaxInputInvalid {
	background-color: #ffaaaa;
}

.libAjaxMessages {
	padding: 4px;
	text-align: center;
}

.libAjaxNewUserName, .libAjaxNickName {
	width: 12em;
}

.libAjaxRefreshCaptcha {
	font-size: 16px;
}

.libAjaxSermoPostAttributes, .libAjaxSermoAttributes {
	margin-top: -4px;
}

.libAjaxUserRegInput {
	width: 20em;
}

.libAjaxUserRegLabel {
	width: 12em;
	display: block;
}

.libAjaxInputValid {
	background-color: #7fff00;
}

.libAjaxValidDate, .libAjaxValidationCode {
	width: 8em;
}

#libAjaxSermoContainer {
	margin: 3px;	
	font-size: 1.0em;
}

A.libSermo:link, A.libSermo:visited, A.libSermo:hover, A.libSermo:active,    
A.libSermoLink:link,  A.libSermoLink:visited, A.libSermoLink:hover, A.libSermoLink:active,    
A.libSermoLoginReminder:link,  A.libSermoLoginReminder:visited, A.libSermoLoginReminder:hover, A.libSermoLoginReminder:active,    
A.libSermoPost:link,  A.libSermoPost:visited, A.libSermoPost:hover, A.libSermoPost:active,    
A.libAjaxLogin:link,  A.libSAjaxLogin:visited, A.libAjaxLogin:hover, A.libAjaxLogin:active,    
A.libAjaxRegister:link,  A.libAjaxRegister:visited, A.libAjaxRegister:hover, A.libAjaxRegister:active
{
	text-decoration: underline;
}

A.libSermo, A.libSermoPost{
	height:16px;
	font-size:16px;
	text-decoration: underline;
}

.libSermoAbuse {
	color: green;
}

.libSermoDislike, .libSermoLike, .libSermoAbuse, .libSermoReply {
	margin-left:-2px;
	margin-right:-2px;
	margin-bottom: -4px;	
}

.libSermoInput {
	width: 240px;
	max-width: 240px;
	margin: 2px;
	padding: 1px 0px 1px 0px;
	border: 2px inset;
}

.libSermoItemHeader {
	padding: 4px;
	font-size: 14px;
	border: 0px;
}

.libSermoItemBody {
	border-left: 1px solid;
	border-right: 1px solid;
}

.libSermoItemFooter {
	padding: 4px;
	border-bottom: 0px none;
	height:16px;
	font-size:16px;
}

.libSermoInput{
	width:230px;
	margin-bottom:2px;
}

.libAjaxInputInvalid {
	background-color: #ffaaaa;
}

.libAjaxInputValid {
	background-color: #ffffff;
}

.libSermoPostItem {
	margin-bottom: 4px;
}

.libSermoPostItemSubject {
	font-weight: bold;
	padding:4px 4px 0 4px;
}

.libSermoPostItemComment {
	padding: 4px;
}

.libSermoPostContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.libSermoLabel {
	width: 110px;
	display: block;
	float: left;
}

.libSermoLoginReminder, .libSermoRegisterReminder {
	padding: 6px; 
	margin-top: 10px;
	margin-bottom:10px;
}

.libSermoPoweredBy {
 	float:left; 
 	margin: -25px 0px 0px 6px;
}

.libUILoading {
	padding-right: 18px;
	background: transparent url('/.cfg/www.toledoblade.com/admintemplates/clientlib/images/ui-spinner_16x16.gif') right center no-repeat;
}

.libUIOverlay {
     position:absolute;
     width:100%;
     height: 0;
     z-index:9999;
     background-color: black;
     background-image: url('/.cfg/www.toledoblade.com/admintemplates/clientlib/../ajax-loader.gif');
     background-position: center;
     background-repeat: no-repeat;
     opacity: .45;
}

.table {
	display: table;
	border: 0px;
	padding: 0;
	margin: 0px;
}

.hundred {
	width: 100%;
}

.right {
	float: right;
}

.row{
	display:table-row;
	padding: 0px;
	margin: 0px;
}

.cell{
	display: table-cell;
	padding: 0;
	margin: 0px;
}

.clear 
{
    clear: both;
}

#ui-datepicker-div { display: none; }

.libAjaxLastViewedItem 
{
    display: none;
}

.innertube {
	padding: 5px;
}

.outertube {
	margin: 5px;
}

.pr5 {
	padding-right: 5px;
}

.AutolinkTerm
{
	color:Green ;
	cursor:pointer ;
}

.AutolinkPopup
{
	border: 1px solid #C0C0C0 ;
	background-color: #FFFFC0 ;
	
	display:none;
	
	z-index:10 ;
	position: absolute ;
	
	padding: 10px 10px 10px 10px ;
}

.AutolinkPopup a
{
	text-decoration: none ;
}
.AutolinkPopup hr
{
    width: 75%;
	height: 1px;
}

.AutolinkPopup h4
{
	margin: 0px ;
	padding: 0px 0px 10px 0px ;
}

.AutolinkPopup p
{
	margin: 0px ;
	padding: 0px ;
}

/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(/libercus/default/css/bx_styles/gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(/libercus/default/css/bx_styles/gray_prev.png) no-repeat 0 -30px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(/libercus/default/css/bx_styles/gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(/libercus/default/css/bx_styles/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(/libercus/default/css/bx_styles/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}












/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* 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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* 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 @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=4px&bgColorHeader=eeeeee&bgTextureHeader=01_flat.png&bgImgOpacityHeader=33&borderColorHeader=162a4d&fcHeader=162a4d&iconColorHeader=162a4d&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=10&borderColorContent=162a4d&fcContent=000000&iconColorContent=000000&bgColorDefault=e1f2fc&bgTextureDefault=01_flat.png&bgImgOpacityDefault=100&borderColorDefault=162a4d&fcDefault=000000&iconColorDefault=000000&bgColorHover=162a4d&bgTextureHover=01_flat.png&bgImgOpacityHover=50&borderColorHover=162a4d&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=162a4d&bgTextureActive=01_flat.png&bgImgOpacityActive=30&borderColorActive=162a4d&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fbf5d0&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=ba6f2b&fcHighlight=000000&iconColorHighlight=ba6f2b&bgColorError=fbf089&bgTextureError=01_flat.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=2b2b2b&iconColorError=cd0a0a&bgColorOverlay=444444&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=15&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=0px&offsetTopShadow=4px&offsetLeftShadow=4px&cornerRadiusShadow=4px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #162a4d; background: #ffffff url(/libercus/default/css/images/ui-bg_flat_10_ffffff_40x100.png) 50% 50% repeat-x; color: #000000; }
.ui-widget-content a { color: #000000; }
.ui-widget-header { border: 1px solid #162a4d; background: #eeeeee url(/libercus/default/css/images/ui-bg_flat_33_eeeeee_40x100.png) 50% 50% repeat-x; color: #162a4d; font-weight: bold; }
.ui-widget-header a { color: #162a4d; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #162a4d; background: #e1f2fc url(/libercus/default/css/images/ui-bg_flat_100_e1f2fc_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #162a4d; background: #162a4d url(/libercus/default/css/images/ui-bg_flat_50_162a4d_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #162a4d; background: #162a4d url(/libercus/default/css/images/ui-bg_flat_30_162a4d_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #ba6f2b; background: #fbf5d0 url(/libercus/default/css/images/ui-bg_flat_55_fbf5d0_40x100.png) 50% 50% repeat-x; color: #000000; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #000000; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fbf089 url(/libercus/default/css/images/ui-bg_flat_95_fbf089_40x100.png) 50% 50% repeat-x; color: #2b2b2b; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #2b2b2b; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #2b2b2b; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/libercus/default/css/images/ui-icons_000000_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/libercus/default/css/images/ui-icons_000000_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/libercus/default/css/images/ui-icons_162a4d_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/libercus/default/css/images/ui-icons_000000_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/libercus/default/css/images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/libercus/default/css/images/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/libercus/default/css/images/ui-icons_ba6f2b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/libercus/default/css/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #444444 url(/libercus/default/css/images/ui-bg_flat_15_444444_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 4px 0 0 4px; padding: 0px; background: #aaaaaa url(/libercus/default/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }/*
 * jQuery UI Resizable @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.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-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { 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-primary .ui-icon, .ui-button-text-icon-secondary .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-primary .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-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .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: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.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 { position: relative; 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 .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

.maincontent ul {
	margin:5px 0px 10px 0px;
}

.maincontent ul li {
	list-style-position:inside;
}

p {
	line-height: 1.5em;
	margin-top:0px;
	margin-bottom:15px;	
}

p a:link,p a:visited{
	color: #0000ff;
	text-decoration: none;
	outline: none;
}

a, a:visited{
	color: #15294E;
	text-decoration: none;	
}

a:hover{
	color: #8abdda;
}

.upper {
	text-transform: uppercase;
}

.twocol {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
}

.threecol {
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
}

.fourcol {
	-moz-column-count:4;
	-webkit-column-count:4;
	column-count:4;
}

.small{
	font-size: 0.8em;	
	font-weight: normal;
	display: inline;
}

.smaller{
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.3em !important;
}

.smallgray {
	color: #555555;
	font-size: 0.8em;
	display: inline;
}

.smalltitle{
	font-size:11pt;
	line-height: 1.5em;
}

.mediumtitle{
	line-height: 1.5em;
	font-size:11pt;
	font-weight:bold;	
}

.breaking {
	color: #E76529;
	font-size:24pt;
	font-weight:bold;
}

.alerttext, a.alerttext {
	color: #ffffff;
	font-size:18pt;
}

.developing {
	color: #BE6D29;
	font-size:18pt;
	font-weight:bold;
}

.investigation {
	color: #d71921;
	font-size:18pt;
	font-weight:bold;
}

.bigkicker{
	line-height: 1.5em;
	font-size:12pt;
	font-weight:bold;
}

.bigtitle{
	line-height: 1.5em;
	font-size:16pt;
	font-weight:bold;
}

.bigsubtitle{
	line-height: 1.5em;
	font-size:18pt;
	font-weight:bold;
}

.biggerkicker{
	line-height: 1.5em;
	font-size:18pt;
	font-weight:bold;
}

.biggertitle{
	line-height: 1.5em;
	font-size:36pt;
	font-weight:bold;
}

.biggersubtitle{
	line-height: 1.5em;
	font-size:24pt;
	font-weight:bold;
}

.smalltext {
	font-size: 8pt;
}
.updateheader{
	margin-top:0px;
	margin-bottom:5px;
}

.deptheader{
	margin-top:5px;
	margin-bottom:5px;
}

.square-bullet li {
	color: #E76529;
	list-style-type: square;
	list-style-position:inside;
}

.storyimage {
	clear: left;
	float:left; 
	width:300px;
	margin: 4px 6px 4px 4px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-size: 0.8em;
}

.storyimage.center {
	float:none;
	margin:0 auto;
}

.storycaption {
	clear: both;
	float:left; 
	width:300px;
	margin: 4px 6px 4px 0px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-size: 0.8em;
}

.tinytext {
	font-size: 0.7em;
	font-family:Arial,Helvetica, sans-serif;
}
.galleryimage {
	float:left; 
	width:300px;
	margin: 4px 6px 4px 0px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-size: 0.8em;
}

.gallerylistimage {
	float:left;
	margin: 0px 15px 20px 0px;
}

.bold {
	font-weight: bold;	
}

.uline {
	text-decoration: underline;
}

.whitetext, a.whitetext {
	color: #ffffff;
}

.darkbluetext, .darkbluetext a{
	color: #15294E;
}

#nietable {
	width:640px;
	padding:0px;
	margin:0px;
	background-color: #85FFFF;
}

.nielogo {
	background-image:url(/libercus/default/css/graphics/nie_logo-1.jpg);
	width:396px;
	height:104px;
}

.nietestimonials {
	background-image:url(/libercus/default/css/graphics/nie_testimonials_081215.gif);
	width:396px;
	height:127px;
}

.nieorangelogos {
	background-image:url(/libercus/default/css/graphics/nie_logo-1.jpg);
	width:632px;
	height:62px;
}

.classedition {
	background-image:url(/libercus/default/css/../graphics/nie/eblade_button.jpg);
	width:238px;
	height:231px;
}

.classdemo{
	background-image:url(/libercus/default/css/graphics/nie_classroomdemo.jpg);
	width:236px;
	height:36px;
}

.classregister {
	background-image:url(/libercus/default/css/graphics/nie_classroomregister.jpg);
	width:236px;
	height:73px;
}

.new315w {
	width:315px;
	height:175px;
	float:left;
	margin:0;
}

.darkredtext, .darkredtext a {
	color: #9a0000 !important;
}

.red, a.red {
color: #CA0002;
}

.bluetext, a.bluetext {
color: #036;
}

.redtext, a.redtext {
	color: #E76529;
}

.blue {
	background-color: #15294E;
	color: #ffffff;	
}

.more-blue {
color: #003336 !important;
}
.med-blue, a.med-blue, a.med-blue:visited {
	color: #4f92b6;
}

.greycell, .greycell a{
	background-color: #c9cdd9;
	color: #000000
}

.white {
	background-color: #ffffff;
	color: #15294E;	
}

.graytext {
	color:#444;
}

.borderbottom{
	border-bottom: 1px solid #15294E;
}

.borderright {
	border-right: 1px solid #203560;
}

.brdot {
	border-right: 1px dotted #b4bbc9;
}

.bbdot {
	border-bottom: 1px dotted #b4bbc9;
}

.br {
	border-right: 1px solid #BBC6C8;
}

.br2 {
	border-right: 2px solid #CCC;
}

.bt {
	border-top: 1px solid #BBC6C8;
}

.bb {
	border-bottom: 1px solid #BBC6C8;
}
	
.bl {
	border-left: 1px solid #BBC6C8;
}

.outertube{
	margin:5px;
}

.outertube2{
	margin:3px;
}


.innertube{
	padding:5px;
}

.innertube2{
	padding:3px;
}

.innertube3{
	padding:8px;
}

.innertube10{
	padding: 10px;
}

.innertube20 {
	padding:20px !important;
}

.pl5{
	padding-left: 5px;
}

.pr5{
	padding-right: 5px;
}

.pt5 {
	padding-top:5px;
}

.pl10{
	padding-left:10px;
}

.pl20 {
	padding-left:20px;
}

.pl25 {
	padding-left:25px;
}

.pl35 {
	padding-left:35px;
}

.pr10{
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pt10 {
	padding-top: 10px;
}

.pb5 {
	padding-bottom:5px;
}

.pb10 {
	padding-bottom: 10px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left:10px;
}
	
.mr10 {
	margin-right:10px;
}

.ml20 {
	margin-left:20px;
}

.mr20 {
	margin-right: 20px;
}

.ml30 {
	margin-left:30px;
}

.mr30 {
	margin-right:30px;
}

.button {
	float:left; 
	width:40%; 
	margin:3%;	
}

.weathercell {
	min-height: 135px;
	/*border: 1px solid #D9D9D9;
	box-shadow: 3px 3px #818181;
	-webkit-box-shadow: 3px 3px #818181;
	-moz-box-shadow: 3px 3px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=3, offY=3, positive=true);*/
}

.textleft {
	text-align:left;
}

.textcenter {
	text-align:center;
}

.textright{
	text-align: right;	
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align:bottom;
}

.inline{
	display:inline;
}

.inline-block{
	display:inline-block;
}

.relative {
	position:relative;
}

.border{
	border: 2px solid #BBC6C8;	
}

.border2{
	border: 1px dotted blue;	
}

.breakingborder {
	border: 2px solid #E76529;	
}

.developingborder {
	border: 2px solid #BE6D29;	
}

.investigationborder {
	border: 2px solid #d71921;	
}

.thinborder{
	border: 1px solid #BBC6C8;	
}

.highlight { 
	background-color: #f6921e; 
}

a.orange {
	color: #E76529;
}

.icon { 
	background-image:url(/libercus/default/css/graphics/icons.png); 
	background-repeat:no-repeat; 
	padding:0 0px 0px 20px;
}

a.icon_facebook { background-position:0 0;}
a.icon_reddit { background-position:0 -20px;}
a.icon_rss { background-position:0 -40px;}
a.icon_mailto { background-position:0 -60px;}
a.icon_digg { background-position:0 -80px;}
a.icon_twitter { background-position:0 -100px;}
a.icon_print { background-position:0 -120px;}
a.icon_google { background-position:0 -140px;}
a.icon_linkedin { background-position:0 -160px;}
a.icon_cancel { background-position:0 -180px;}
a.icon_ok { background-position:0 -200px;}
a.icon_abuse { background-position:0 -220px;}
a.icon_like { background-position:0 -240px;}
a.icon_dislike { background-position:0 -260px;}
a.icon_post { background-position:0 -280px;}
a.icon_hot { background-position:0 -300px;}
a.icon_controversial { background-position:0 -320px;}
a.icon_audio { background-position:0 -340px;}
a.icon_mostliked { background-position:0 -360px;}
a.icon_mostcommented { background-position:0 -380px;}
a.icon_permalink { background-position:0 -400px;}
a.icon_reply { background-position:0 -420px;}
a.icon_login { background-position:0 -440px;}
a.icon_refresh { background-position:0 -460px;}
a.icon_heisenberg { background-position:0 -480px;}
a.icon_logout { background-position:0 -500px;}
a.icon_comments { background-position:0 -520px;}
a.icon_clip { background-position:0 -540px;}
a.icon_comments2 { background-position:0 -560px;}
a.icon_mailto2 { background-position:0 -580px;}
a.icon_print2 { background-position:0 -600px;}
a.icon_claim { background-position:0 -620px;}
a.icon_news{ background-position:0 -640px;}
a.icon_jobs { background-position:0 -660px;}
a.icon_homes { background-position:0 -680px;}
a.icon_cars { background-position:0 -700px;}
a.icon_marketplace { background-position:0 -720px;}
a.icon_boocoo { background-position:0 -740px;}
a.icon_home { background-position:0 -760px;}
a.icon_eblade { background-position:0 -780px;}
a.icon_obits { background-position:0 -800px;}
a.icon_help { background-position:0 -820px;}
a.icon_coupons { background-position:0 -840px;}
a.icon_feedback { background-position:0 -860px;}
a.icon_events { background-position:0 -880px;}

/* Tab menu */

a.icon_yark {
	background-image:url(/libercus/default/css/graphics/yark.png); 
	background-repeat:no-repeat; 
	width: 64px;
	height: 19px;
	padding-left: 64px;
}

#topmenu {
	background-color: #EDF8FE; 
	width:100%;
}

.topmenu {
	background-color: #EDF8FE;
	color: #888888;
	border-top: 1px solid #D1D6DA;
	border-right: 1px solid #D1D6DA;
	border-bottom: 2px solid #15294E;
	padding:5px 10px 5px 10px;
}

.topmenu a {
	opacity: .5;
}

.topmenu:hover {
	background-color: #ffffff;
	color: #15294E;
	border-top: 2px solid #15294E;
	border-left: 2px solid #15294E;
	border-right: 2px solid #15294E;
	border-bottom: 2px solid #ffffff;
	padding:5px 9px 5px 8px;
}

.topmenu:hover a{
	opacity: 1;
}

.topmenu-active {
	opacity: 1;
	background-color: #ffffff;
	color: #15294E;
	border-top: 2px solid #15294E;
	border-left: 2px solid #15294E;
	border-right: 2px solid #15294E;
	border-bottom: 2px solid #ffffff;
	padding:5px 15px 5px 15px;
}

.topmenu-first {
	/*width:20px;*/
	border:0px solid transparent;
	border-bottom: 2px solid #15294E;
	border-right: 1px solid #D1D6DA;
}

.topmenu-last {
	/*width:99%; */
	border-bottom: 2px solid #15294E;
}

.topmenuWeekly {
	background-image:url('/libercus/default/css/graphics/weeklyadstab.png') ;
	border-bottom: 2px solid #8B8C8B;
    cursor:pointer;
}

.topmenuWeekly a {
	color:#fff !important;
	padding-left:15px;
}

/* Navbar */

#subnav:hover .submenu-container {
	display:block;
}

.submenu-container {
	position:absolute;
	left:0px;
	top:100%;
	display:none;
}

.submenu {
	/* background-color: #d4e6f0; */
	background-color: #8abdda;
	text-align:center;
}

#subnav a, #subnav a:visited {
	color: #fff;
}

#subnav:hover {
	background-color: #15294E;
}

#submenu {
	z-index:9999;
}

#submenu li {
	margin-left: 27px;
	line-height: 1.5em;
}

#featstories a, #columnists a {
	font-size: 9pt;
	margin-bottom: 5px;
	line-height: 1.4em;
}

#featstories p, #columnists p {
	font-size: 8pt;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.mainsubnavsection {
	display:none;
	position:absolute;
	background-color:#fff;
	width:100%;
}

.submenuitem:hover {
	background-color: #edf4f9;
}

.menuactive {
	background-color: #ffffff;
}

.menuactive a{
	background-color: #ffffff;
	color: #15294e;		
}

.sectionpromo-title {
	background-color: #15294E;
	color: #ffffff;	
	font-size: 11pt;
	line-height: 1.5em;
}

.sectionpromo-links a{
	color: #ffffff;
}

.sectionpromo-links {
	line-height: 1.5em;
	font-size:8pt;
}

.sectionpromo-mainstory {
	width:200px;
	border-right:2px solid #BABABA;	
}

.sectionpromo-sub-body{
	width:100%;
}

.sectionpromo-sub-body, .pollbar, .lightblue {
	background-color: #EDF8FE;
}

.sectionpromo-sub{
	width:380px;	
}

.col {
	width:320px;
}

.headlinescol1 {
	width:320px;
}

.headlinescol2 {
	width:320px;
}

.pollletter {
	line-height: 1.5em;
	font-size: 36pt;
	font-weight: bold;
}

.promoicons {
	width: 100%;
	text-align: center;	
}

.bpad {
	padding-bottom:2px;
}

.rpad {
	padding-right:5px;
}

.bborder {
	border-bottom: 1px solid black;
}

.bborder2 {
	border-bottom:1px solid #ccc;
}

.border {
	border:1px solid #ccc;
}

.storybyline{
	margin-top:5px;
	padding:5px;
	border-bottom: 1px solid #15294E;
	border-top: 1px solid #15294E;
}

.storyicons{
	margin:10px;
	text-align:center;
}

.storylistimage {
	float:left; 
	margin: 4px 6px 4px 0px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-size: 0.8em;
}

.eventitem {
	padding: 3px;
	margin:5px;
	vertical-align:top;
}

.eventicons {
	margin: -6px 5px 5px 5px;
	padding:8px;
}

#searchresult hr {
	color: #EDF8FE; 
	background-color: #EDF8FE; 
	border: 2px dotted #b4bbc9; 
	border-style: none none dotted;
}

.classitem {
	border: 1px solid #CBD7E7;
	padding: 3px;
	margin:5px;
	background-color: #FFFFFF;
	vertical-align:top;
}

.classicons {
	border: 1px solid #CBD7E7;
	border-top: 0px;
	margin: -6px 5px 5px 5px;
	padding:8px;
	background-color: #FFFFFF;
	width: 140px;
}

.clipping-icons-premium {
	border-top: 0px;
	margin-top: -7px;
	padding-bottom: 6px;
}

.clipping-item-selected {
	border: 2px dotted black;
	background-color: #eeeeee;
	padding: 2px;
}

.clipping-icons-selected {
	border-top: 0px;
	margin-top: -7px;
	padding: 7px;
	padding-top:9px;
}

.lh15 {
	line-height:1.5em;
}	

.lh20 {
	line-height:20px;
}

.lh30 {
	line-height:30px;
}

.twelve {
	width: 12%;
}

.thirteen {
	width: 13%;
}

.fourteen {
	width:14%;
}

.sixteen{
	width:16%;
}

.twenty {
	width: 20%;
}
	
.thirty {
	width: 30%;
}

.thirtythree {
	width: 33%;
}

.fourty {
	width: 40%;
}

.fifty {
	width: 50%;
}

.sixty {
	width: 60%;
}
	
.seventy {
	width: 70%;
}

.eighty {
	width:80%;
}

.tenp {
	width:10px;
}
	
.twentyp {
	width:20px;
}

.hundredp {
	width: 100px;
}

.hundredfiftyp {
	width: 150px;
	}

.twohundredp {
	width: 200px;
}

.threehundredp {
	width:300px;
	}

.clear {
	clear: both;
}

.libSermoItemHeader {
	border: 1px solid  #15294E;
	background-color: #EDF8FE
}

.libSermoItemBody {
	border-left: 1px solid  #15294E;
	border-right: 1px solid  #15294E;	
}

.libSermoItemFooter {
	border-left: 1px solid  #15294E;
	border-right: 1px solid  #15294E;	
	border-bottom: 1px solid  #15294E;
	margin-bottom:5px;
}

.libSermoDislike, .libSermoLike, .libSermoAbuse, .libSermoReply {
	margin-left:-2px;
	margin-right:-2px;
	margin-bottom: -4px;	
}

.libSermoInput{
	width:230px;
	margin-bottom:2px;
}

.libAjaxInputInvalid {
	background-color: #ffaaaa;
}

.libAjaxInputValid {
	background-color: #ffffff;
}

.slider-validate.denied, .slider-validate.libAjaxInputInvalid {
	background: #ffaaaa !important;
}

.slider-validate.verified {
	background: green !important;
}

#wrapper, .wrapper{
	margin-left: auto;
    margin-right: auto;
    width: 990px;
}

.footer a {
	color:#fff;
	text-shadow: 1px 1px #000;
	filter: glow(color=black, strength=1);
}

.footerlinkheader {
	font-size:10pt;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 0px;
	margin-bottom:10px;
	border-bottom:1px solid #85b9d5;
	text-shadow: 2px 2px #000;
	filter: glow(color=black, strength=1);
	}

.footerdescription {
	border-top:1px solid #85b9d5;
	padding:10px 0px;
	margin:5px 0px;
	font-size:8pt;
	line-height:12pt;
	text-shadow: 1px 1px #000;
	filter: glow(color=black, strength=1);
	}
	
.sections1 {
	line-height: 1.5em;
	font-size:14pt;
}

.sections2 {
	font-size:10pt;
	padding-left: 15px;
	line-height: 1.5em;
}

.sections3 {
	font-size:8pt;
	padding-left: 30px;
	line-height: 1.5em;
}

.sections4 {
	font-size:7pt;
	padding-left: 45px;
	line-height: 1.5em;
}

#mainframe{
	display:table;
	width: 990px;
	background-color: #ffffff;
}

#contentframe{
	display:table;
	width:100%;
}

#rightrail {
	width:300px;
	padding-left:5px;
	padding-top:5px;
}

.weather{
	color: #15294E;
	background-color: #EDF8FE;
}

#weatherbug {
	float:right;
	text-align:center;
}

#menu{
	width: 100%;
	background-color: #15294E;
	height:25px;
	font-size: 10pt;
}

#searchbutton {
	background-color: #ffffff;
	padding: 3px;
}

#icon {
	display: table;
	padding-top:5px;
}

#morenews {
	background-color: #EDF8FE;
}

.bx-wrapper {
	margin-left: 65px;
}

.bx-prev {
	border: 0;	
}	
	

#slider1, #slider2 {
	width: 175px;
	margin: 10px 0px;
}

.rtl{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:  10px;
	border-top-left-radius: 10px;
}

.rtr{
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:  10px;
	border-top-right-radius: 10px;
}

.rbl{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius:  10px;
	border-bottom-left-radius: 10px;
}

.rbr{
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:  10px;
	border-bottom-right-radius: 10px;
}

.rtl5{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius:  5px;
	border-top-left-radius: 5px;
}

.rtr5{
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:  5px;
	border-top-right-radius: 5px;
}

.rbl5{
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:  5px;
	border-bottom-left-radius: 5px;
}

.rbr5{
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius:  5px;
	border-bottom-right-radius: 5px;
}

a.bluelink {
	color: #0000ff;
}

.factboxleft {
	background-color: #eeeeee;
	border: 1px solid black;
	clear: left;
	float:left; 
	width:300px;
	margin: 4px 6px 4px 0px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-size: 0.8em;
}

.factboxright {
	background-color: #eeeeee;
	border: 1px solid black;
	clear: right;
	float:right; 
	width:300px;
	margin: 4px 0px 4px 6px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-size: 0.8em;
}


.shirttail {
	background-color: #ffeeee;
	border: 1px solid #ffcccc;
	font-style: italic;
	margin: 4px 6px 4px 0px;
	padding: 6px;
	clear: left;
	float:left; 
}

.factboxleft ul, .factboxright ul{
	padding-left: 20px;
}

.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
	}

.mt20 {
	margin-top:20px;
	}
	
.maincontent {
	max-width: 640px;
}

.cqgradient {
	background-color: #e0f4f3;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e0f4f3, endColorstr=#ffffff);

	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.26, rgb(255,255,255)),
		color-stop(0.75, rgb(224,244,243))
	);
	background: -moz-linear-gradient(
	    center bottom,
		rgb(255,255,255) 26%,
		rgb(224,244,243) 75%
	);
	
}

.cqheader {
	background-image: url('/libercus/default/css/graphics/couponqueenheader.png');
	background-repeat: no-repeat;
	height: 280px;
	width: 990px;
}

img.follow  {
	float: none;
}

.couponbg {
	background-image: url('/libercus/default/css/graphics/bg_pattern.png');
}

.coupon_tab {
	background-image: url('/libercus/default/css/graphics/coupons_tab.png');
	background-repeat: no-repeat;
	width: 132px;
	height: 50px;
	margin-top:172px;
	margin-right:6px;
}

.qa_tab {
	background-image: url('/libercus/default/css/graphics/q-a_tab.png');
	background-repeat: no-repeat;
	width: 132px;
	height: 50px;
	margin-top:172px;
	margin-right:25px;
}

.cqlogo {
	background-image: url('/libercus/default/css/graphics/couponqueen.png');
	background-repeat: no-repeat;
	height: 110px;
	width: 428px;
	margin-left: 247px;
	margin-top:50px;
}

.aplogo {
	width:27px;
	height:17px;
	background-image:url('/libercus/default/css/graphics/ap.png');
	background-repeat:no-repeat;
	margin-right:2px;
	}
	
.aplogo_on {
	background-position:-3px 0px;
	}
	
.aplogo_off {
	background-position:-32px 0px;
	}
	
.ap_news {
	background-color:#15294e;
	}
	
.ap_sports {
	background-color:#f10f1a;
	}

.ap_ae {
	background-color:#f2a474;
	}
	
.ap_business {
	background-color:#34b62e;
	}
	
.ap-sectionheaders {
	padding:0px 5px 0px 20px;
	width:100px;
	font-size:0.8em;
	}
	
.overflow {
	overflow:hidden;
}

.bannerad {
	margin-left:1px;
	margin-right:1px;
}

.white_gradient {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 50%, #f2f2f2 80%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f2f2f2), color-stop(80%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#f2f2f2 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#f2f2f2 80%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#f2f2f2 80%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 50%,#f2f2f2 80%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.light_gradient {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eef9ff, endColorstr=#A2CADE);
	background: -webkit-gradient(
		linear, 
		0% 0%, 
		0% 100%, 
		from(#EEF9FF), 
		to(#EEF9FF), 
		color-stop(.4,#A2CADE),
		color-stop(.6,#A2CADE),
		color-stop(.6,#A2CADE)
		);
	background: -moz-linear-gradient(
		100% 100% 90deg,
		#EEF9FF, 
		#EEF9FF, 
		#A2CADE 50%, 
		#A2CADE 50%, 
		#EEF9FF 100%) 
		repeat scroll 0 0 transparent;
}

.widget_temp_degree {
	font-size:25px; font-size:2.5rem;
	font-weight:bold;
	line-height:28px; line-height:2.8rem;
	position:relative;
}
	
.widget_description {
	font-size:11pt;
}
	
.weatherhr {
	background-color: #15294E;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.dispre {
	font-family:Arial, Sans-Serif;
}

#scoreslider { 
	max-height: 74px;
	overflow: hidden;
}	

#scoreslider > div { float:left; }

.sportsbanner {
	font-family:Helvetica, Arial, Sans-serif;
	font-size:13px; font-size:1.3rem;
	line-height:18px; line-height:1.8rem;
	background-color:#000;
  /*background-color:#15294e;*/
	color: #fff;
	width:980px;
	min-height:90px;
	max-height:170px;
}

.sportsbanner h2 {
	font-size:20px; font-size:2.0rem;
}

.sportsbanner h2, .sportsbanner a, .sportsbanner a:visited {
	color:#fff;
}

.sportsbanner .bx-next {
	position:absolute;
	top:15%;
	right:-20px;
	z-index:999;
	width: 21px;
	height: 40px;
	text-indent: -999999px;
	background: url(/libercus/default/css/graphics/right-arrow.png) no-repeat;
}

.sportsbanner .bx-prev {
	position:absolute;
	top:15%;
	left:-27px;
	z-index:999;
	width: 21px;
	height: 40px;
	text-indent: -999999px;
	background: url(/libercus/default/css/graphics/left-arrow.png) no-repeat;
}

.sportsbanner .bx-wrapper {
	margin-left: 28px;
	margin-top: 3px;
}

.scorescorners {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius:  5px;
	border-top-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:  5px;
	border-top-right-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:  5px;
	border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius:  5px;
	border-bottom-right-radius: 5px;
}

.scoresgradient {
	background: #ededef;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q2ZDRkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ededef 0%, #dbdbdb 50%, #d6d4d4 51%, #c9c9c9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededef), color-stop(50%,#dbdbdb), color-stop(51%,#d6d4d4), color-stop(100%,#c9c9c9));
	background: -webkit-linear-gradient(top,  #ededef 0%,#dbdbdb 50%,#d6d4d4 51%,#c9c9c9 100%);
	background: -o-linear-gradient(top,  #ededef 0%,#dbdbdb 50%,#d6d4d4 51%,#c9c9c9 100%);
	background: -ms-linear-gradient(top,  #ededef 0%,#dbdbdb 50%,#d6d4d4 51%,#c9c9c9 100%);
	background: linear-gradient(to bottom,  #ededef 0%,#dbdbdb 50%,#d6d4d4 51%,#c9c9c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededef', endColorstr='#c9c9c9',GradientType=0 );
	/*
	background-color: #6693ba;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d1d7d5, endColorstr=#6693ba);

	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.26, rgb(102,147,186)),
		color-stop(0.75, rgb(209,215,213))
	);
	background: -moz-linear-gradient(
	    center bottom,
		rgb(102,147,186) 26%,
		rgb(209,215,213) 75%
	);*/
}

.scoresitem {
	color: #000;
	width:212px;
	height:44px;
}

.bigscoresitem {
	height:63px !important;
}

.scoresitem a, .scoresitem a:visited{
	color: #000;
}

.halfscore {
	width:100px;
	height:44px;
}

.bighalfscore {
	height:63px !important;
}

.redborder {
	border: 2px solid #cf061b;
}

.greenborder {
	border: 2px solid #aadb5a;
}

.blueborder {
	border: 2px solid #21d4d4;
}

.darkblueborder {
	border:2px solid #20355F;
}

.purpleborder {
	border: 2px solid #b58fbf;
}

.darkblue {
	background-color:#20355F;
}

.campusconnectionheader {
	width:670px;
	height:240px;
	position:relative;
	background-image:url('/libercus/default/css/graphics/campus_connection.jpg');
	background-repeat:no-repeat;
}

.bluftoncollege {
	position: absolute;
	width: 130px;
	height: 45px;
	top: 140px;
	left: 10px;
	border:none;
}

.bgsucollege {
	position: absolute;
	width: 110px;
	height: 45px;
	top: 140px;
	left: 150px;
	border:none;
}

.defiancecollege {
	position: absolute;
	width: 120px;
	height: 45px;
	top: 140px;
	left: 275px;
	border:none;
}

.findlaycollege {
	position:absolute;
	width:120px;
	height:45px;
	top:140px;
	left:400px;
	border:none;
}

.heidelbergcollege {
	position: absolute;
	width: 135px;
	height: 45px;
	top: 140px;
	left: 525px;
	border:none;
}

.lourdescollege {
	position: absolute;
	width: 120px;
	height: 47px;
	top: 191px;
	left: 10px;
	border:none;
}
	
.owenscollege {
	position: absolute;
	width: 60px;
	height: 52px;
	top: 186px;
	left: 137px;
	border:none;
}

.proskills {
	position: absolute;
	width: 100px;
	height: 50px;
	top: 188px;
	left: 218px;
	border:none;
}

.sienaheightscollege {
	position: absolute;
	width: 110px;
	height: 50px;
	top: 188px;
	left: 325px;
	border:none;
}

.utoledocollege {
	position: absolute;
	width: 115px;
	height: 50px;
	top: 188px;
	left: 430px;
	border:none;
}

.winebrennercollege {
	position: absolute;
	width: 110px;
	height: 50px;
	top: 188px;
	left: 550px;
	border:none;
}

.facebookbtn {
	background-image: url('/libercus/default/css/graphics/facebook.png');
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
}

.twitterbtn {
	background-image: url('/libercus/default/css/graphics/twitter.png');
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
}

.rssbtn {
	background-image: url('/libercus/default/css/graphics/rss.png');
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
}

.ebladebtn {
	background-image: url('/libercus/default/css/graphics/eblade.png');
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
}

.mobilebtn {
	background-image: url('/libercus/default/css/graphics/mobile.png');
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
}

.gplusbtn {
	background-image: url('/libercus/default/css/graphics/GooglePlus.png');
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
}

.connectbox {
	background-color: #EDF8FE;
	min-height: 75px;
	width:300px;
}

.bluebackground {
	background-color: #88bbd9;
}

.current_conditions_temp {
	font-size: 62pt;
	line-height: 50pt;
	position: relative;
}

#___plusone_0 {
	width:60px !important;
	height:13px !important;
}

.smallcalicon {
	background-image: url('/libercus/default/css/graphics/calicon.png');
	height: 32px;
	line-height: 32px;
	padding-left:35px;
	background-repeat: no-repeat;
}

.clipicon {
	background-image: url('/libercus/default/css/graphics/clip.png');
	height: 37px;
	padding-left: 38px;
	line-height: 37px;
	background-repeat: no-repeat;
}

.manageicon {
	background-image: url('/libercus/default/css/graphics/manage.png');
	height: 37px;
	padding-left: 38px;
	line-height: 37px;
	background-repeat: no-repeat;
}

.plusicon {
	background-image: url('/libercus/default/css/graphics/plus.png');
	height: 37px;
	padding-left: 38px;
	line-height: 37px;
	background-repeat: no-repeat;
}

.searchicon {
	background-image: url('/libercus/default/css/graphics/search.png');
	width: 34px;
	height: 37px;
	padding-left: 38px;
	line-height: 37px;
	background-repeat: no-repeat;
}

.printicon{
	background-image: url('/libercus/default/css/graphics/print-icon.png');
	width: 40px;
	height: 40px;
	padding-left: 44px;
	line-height: 40px;
	background-repeat: no-repeat;
}

.calendaricon{
	background-image: url('/libercus/default/css/graphics/calendar-icon.png');
	height: 40px;
	padding-left: 44px;
	line-height: 40px;
	background-repeat: no-repeat;
}

.emailicon{
	background-image: url('/libercus/default/css/graphics/email-icon.png');
	width: 40px;
	height: 40px;
	padding-left: 44px;
	line-height: 40px;
	background-repeat: no-repeat;
}

#datetimes {
	max-height:219px;
	overflow:auto;
}

.slidertitle {
	padding-left: 3px;
	width: 165px;
}

.monster_border {
	border: 6px solid #89bcd9;	
}

/* OurTown Widget */
.widget_head{
	background-color: #8abdda;
}

#otwidget .widget_head a,#otwidget .widget_head a:visited{
	font-size:0.8em;
}

#otwidget .widget_head a:hover{
	color: #ccc;
}
	
#otwidget li {
	margin-left: 5px;
	font-size: 0.8em;	
	font-weight: normal;
	list-style-type: disc;
	list-style-position:inside;
	color: #000;
	line-height: 1em;
	margin-bottom: 8px;
}
	
#otwidget a,#otwidget a:visited{
	color: #000;
}

#otwidget a:hover{
	color: #8abdda;
}

.otwfooter-link {
	display:none;
}

.otw-sitelink {
	position:absolute;
	left:425px;
}
	
.slidesNavigation {
	position:relative;
	z-index: 9999;
	left:5px;
}

.rgb_logo {
	background-image: url('/libercus/default/css/graphics/red-green-blue_logo.png');
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	line-height: 20px;	
}

.slidesPrevious {
	background-image: url('/libercus/default/css/graphics/arrow_back.png');
	width: 10px;
	height: 12px;
	display: inline-block;
}

.slidesNext {
	background-image: url('/libercus/default/css/graphics/arrow_forward.png');
	width: 10px;
	height: 12px;
	display: inline-block;
}

.highlightfieldcolor {
	background-color:#FFF7C0;
}

.print-only {
	display:none;
}

/* Colorbox Modifications */
#cboxContent, #cboxWrapper, #colorbox { overflow:visible !important; outline:none; }
#cboxContent #cboxLoadedContent { overflow:hidden !important; }
#cboxTitle { 
	position: absolute;
	left: -5%;
	top:105%;
	width: 110%;
	padding: 0;
	background-color: transparent;
	opacity: 1;
	font: 14px/18px Arial;
	text-align: center;
	color: #EFEFEF; 
}
            
.cboxIE #cboxTitle { 
	filter: alpha(opacity = 75); 
}

#cboxContent button { outline:none; border:none; }
#cboxLoadedContent { overflow:hidden; }

.memories_photo {
	margin: 4px 6px 4px 4px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	font-size: 0.8em;
	float:left;
}


/* Youneeq */
.maincontent .youneeq { margin-top: 30px; max-width: 675px; }
#rightrail .youneeq { max-width:300px; }
.youneeq { overflow: hidden; }
.yq_article_box { display: inline-block; width: 158px; height: 164px; float: left; margin-right: 5px; margin-left: 5px}
.recommended-modal { float: right; }
.yq_title { display: inline-block; margin: 0 0 0 0; padding: 0 0 0 0; }
.yq_img_box { display: inline-block; overflow: hidden; width: 158px; height: 110px; box-shadow: 0 2px 10px -4px black; border: solid 2px white; }
.yq_text { color: black; display: inline-block; height: 46px;}
.yq_title_box { display: inline-block; }
.yq_header { display: block; }

#classitems .ui-dialog-buttonset { margin: 20px 0; }
#classitems .ui-datepicker-trigger {
	height:20px;
	width:auto;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}

.gamelocation { display:inline;}
.show-location,
.remove-button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.story-printcontainer header { clear:both; }

html {
	font-size: 62.5%;
}	

BODY {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px; font-size: 1.6rem;
	color: #6B6A6A;
	line-height: 20px; line-height: 2.0rem;
	margin:0;
	padding:0;
}

p {
	color: #000;
}

hr {
	border: 1px solid #A1A1A2;
	border-top-width:0px !important;
}

.br {
	border-right: 1px solid #8B8C8B;
}

hr.double {
	border: 1px solid #4D4B4A;
	margin: 3px 0 3px 0;
}

ul, li {
	padding:0px;
	margin:0px;
	list-style-position:inside;
}

/* Typography */

h1, h2, h3 {
	color:#000;
	margin-top:0px;
	margin-bottom:10px;
}

h1 { 
	font-size: 32px; font-size: 3.2rem;
	line-height: 34px; line-height: 3.4rem;
 }
 
h2 {
	font-size: 24px; font-size: 2.4rem;
	line-height: 28px; line-height: 2.8rem;
}

h3 { 
	font-size: 18px; font-size: 1.8rem;
	line-height: 20px; line-height: 2.0rem; 
}

a, a:visited {
	text-decoration: none;
	color: #6B6A6A;
}

.grey {
	color:#424242 !important;
}

.bold {
	font-weight:bold;
}

.upper {
	text-transform:uppercase;
}

.blacktext, a.blacktext, .blacktext a {
	color:#000;
}

.whitetext, .whitetext a {
	color:#fff !important;
}

.orangetext, a.orangetext {
	color: #9C4010;
}

.small{
	font-size: 12px; font-size: 1.2rem;
	font-weight: normal;
	display: inline;
}

.smaller{
	font-size: 11px; font-size: 1.1rem;
	font-weight: normal;
	line-height: 13px !important;	line-height: 1.3rem !important;
}

.smallgray {
	color: #555555;
	font-size: 12px; font-size: 1.2rem;
	display: inline;
}

.smalltitle{
	font-size: 15px; font-size: 1.5rem;
	line-height: 24px; line-height: 2.4rem;
}

.mediumtitle{
	font-size: 15px; font-size: 1.5rem;
	line-height: 24px; line-height: 2.4rem;
	font-weight:bold;	
}

a.bigtitle, a.bigtitle:visited, a.fpbigtitle, a.fpbigtitle:visited, a.fpmediumtitle, a.fpmediumtitle:visited, a.fptitle, a.fptitle:visited, a.fpsmalltitle, a.fpsmalltitle:visited {
	color:#000;
}

.breaking, .developing, .alerttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px; font-size: 2.4rem;
	font-weight:bold;
}

.breaking {
	color: #E76529;
}

.alerttext, a.alerttext {
	color: #ffffff;
}

.developing {
	color: #BE6D29;
}

.bigtitle {
	line-height:32px; line-height: 3.2rem;
	font-size:22px; font-size:2.2rem;
	font-weight:bold;
}

.adtext {
	text-align: center;
	color: #444444;
	font-size: 12px; font-size: 1.2rem;
	text-transform: uppercase;
}

.fpmainstory .bigtitle {
	font-size:34px; font-size:3.4rem;
	line-height:38px; line-height:3.8rem;
	font-weight:bold;
}

.fpsmalltitle {
	font-size:18px; font-size:1.8rem;
	line-height:20px; line-height:2.0rem;
}

.fptitle {
	font-size:20px; font-size:2rem;
	line-height:22px; line-height:2.2rem;
}

.fpmediumtitle {
	font-size:22px; font-size:2.2rem;
	line-height:24px; line-height:2.4rem;
}

.fpbigtitle {
	font-size:25px; font-size:2.5rem;
	line-height:28px; line-height:2.8rem;
}

.smalltext {
	font-size:10px; font-size:1rem;
	line-height:12px; line-height:1.2rem;
	font-family:Arial,Helvetica, sans-serif;
}

/* Structure */

#wrapper, .wrapper{
	margin-left: auto;
    margin-right: auto;
    width: 990px;
}

.defaultwidth-left { max-width:445px; }
.bigwidth-left { max-width:680px; }

#topstories {
	max-width:445px; 
	padding-right:10px;
}

#breaking{
	width:220px;
	padding-left:5px;
	padding-right:5px;
}

#topnav {
	background-color: #ffffff;
}

.headlinescol1 {
	width:320px;
}

.headlinescol2 {
	width:320px;
}

.table {
	display: table;
}

.row{
	display:table-row;
}

.cell{
	display: table-cell;
}

/* Positioning */

.textcenter {
	text-align:center;
}

.textright{
	text-align: right;	
}

.left {
	float:left;
}

.center {
	text-align: center;
	/*display: block;*/
}

.right{
	float: right;	
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom{
	vertical-align:bottom;	
}

.inline{
	display:inline;
}

.inline-block{
	display:inline-block;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
}

.fixed {
	position:fixed;
}

/* Widths & Heights */

.thirty {
	width:30%;
}

.thirtythree {
	width:33%;
}

.fifty {
	width:50%;
}

.sixtyfive {
	width:65%;
}

.hundred {
	width:100%;
}

.vhundred {
	height:100%;
}

.sixhundredp {
	width:600px;
}

/* Margin & Padding */

.mt5 {
	margin-top:5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mt10 {
	margin-top:10px;
}

.mb10 {
	margin-bottom:10px;
}

.mt195 {
	margin-top:195px;
}

.pl5 {
	padding-left:5px;
}

.pr5 {
	padding-right:5px;
}

.pl10 {
	padding-left:10px;
}

.pr10 {
	padding-right:10px;
}

.pt5 {
	padding-top:5px;
}

.pb5 {
	padding-bottom:5px;
}

.innertube3 {
	padding:8px;
}

.innertube10 {
	padding:10px;
}

.innertube20 {
	padding:20px;
}

/* Top menu */

#topmenu {
	background-color: #FEF9D3; 
	width:100%;
}

.topmenu {
	background-color: #FEF9D3;
	color: #888888;
	border-top: 1px solid #D1D6DA;
	border-right: 1px solid #D1D6DA;
	border-bottom: 2px solid #8B8C8B;
	padding:5px 10px 5px 10px;
}

.topmenu a {
	opacity: .5;
}

.topmenu:hover {
	background-color: #ffffff;
	color: #8B8C8B;
	border-top: 2px solid #8B8C8B;
	border-left: 2px solid #8B8C8B;
	border-right: 2px solid #8B8C8B;
	border-bottom: 2px solid #ffffff;
	padding:5px 9px 5px 8px;
}

.topmenu:hover a{
	opacity: 1;
}

.topmenu-active {
	opacity: 1;
	background-color: #ffffff;
	color: #8B8C8B;
	border-top: 2px solid #8B8C8B;
	border-left: 2px solid #8B8C8B;
	border-right: 2px solid #8B8C8B;
	border-bottom: 2px solid #ffffff;
	padding:5px 15px 5px 15px;
}

.topmenu-first {
	/*width:20px;*/
	border:0px solid transparent;
	border-bottom: 2px solid #8B8C8B;
	border-right: 1px solid #D1D6DA;
}

.topmenu-last {
	/*width:99%; */
	border-bottom: 2px solid #8B8C8B;
}

/* Weather  Widget */

.weathertemp {
	font-size: 29px; font-size: 2.9rem;
	line-height: 30px; line-height: 3.0rem;
	color: #000000;
	padding-top: 5px;
}

.weathertext {
	color: #000000;
}

.weatherhead {
	color: #000000;
	text-transform: uppercase;
}

.fcsttemp {
	font-size: 10px; font-size: 1.0rem;
	line-height: 12px; line-height: 1.2rem;
	text-align: center;
}

.fcstlink {
	font-size: 15px; font-size: 1.5rem;
	line-height: 14px; line-height: 1.4rem;
}

#libAjaxUserinfo {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px; font-size: 1.1rem;
}

#date {
	font-weight: bold;
	font-size: 18px; font-size: 1.8rem;
	color: #000000;
	text-align: center;
}

/* Navbar */

#mainmenu {
	padding-bottom: 10px;
	width:990px;
	top:0px;
	z-index: 9998;
}

.menu {
	background-color:#ffffff;
	padding: 3px 0 3px 0;
	border-top: solid 2px #8B8C8B;
	border-bottom: solid 2px #8B8C8B;
}

.menu a{
	text-transform: uppercase;
	color: #000000;
}

.menu div.cell{
	border-right: solid 2px #8B8C8B;
	text-align: center;
}

.menu div.cell.last{
	border-right: none;
}

.menu a.tabhover, .navhover:hover, .menu div.cell:hover{
	background-color: #FEF9D3;
}

#submenu {
	z-index:9999;
}

#submenu li {
	margin-left: 27px;
	line-height: 1.5em;
}

#submenu a {
	color:#15294E;
}

#subnav:hover .submenu-container {
	display:block;
}

.submenu-container {
	position:relative;
	left:0px;
	top:100%;
	display:none;
}

.submenu {
	background-color: #8abdda;
	text-align:center;
}

#subnav a, #subnav a:visited {
	color: #fff;
}

#subnav:hover {
	background-color: #15294E;
}

#featstories a, #columnists a {
	font-size: 9pt;
	margin-bottom: 5px;
	line-height: 1.4em;
}

#featstories p, #columnists p {
	font-size: 8pt;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.mainsubnavsection {
	display:none;
	position:relative;
	background-color:#fff;
	width:100%;
}

.submenuitem:hover {
	background-color: #edf4f9;
}

.menuactive {
	background-color: #ffffff;
}

.menuactive a{
	background-color: #ffffff;
	color: #15294e;		
}

/* Icons */
.fpicons {
	background-image:url('/libercus/default/css/images/fpicons.png');
	background-repeat:no-repeat;
	height:12px;
}

.fpicons.play {
	background-position:0px 0px;
	width:52px;
	height:51px;
}

.fpicons.home {
	background-position:-55px 0px;
	width:18px;
	height: 16px;
	padding-right:24px;
}

.fpicons.photos {
	background-position:-25px -52px;
	width:17px;
}

.fpicons.sound {
	background-position:-0px -51px;
	width:14px;
}
.fpicons.video {
	background-position:-55px -25px;
	width:18px;
}
.fpicons.clip {
	background-position:-55px -52px;
	width:14px;
}

a.icon_yark {
	background-image:url(/libercus/default/css/images/yark.png); 
	background-repeat:no-repeat; 
	width: 64px;
	height: 19px;
	padding-left: 64px;
}

/*FP Social Icons */

.fpsocialicons a {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
}

.fpsocialicons .facebookbtn { background-image: url('/libercus/default/css/graphics/fpsocialicons/facebook.png'); }
.fpsocialicons .twitterbtn { background-image: url('/libercus/default/css/graphics/fpsocialicons/twitter.png'); }
.fpsocialicons .rssbtn { background-image: url('/libercus/default/css/graphics/fpsocialicons/rss.png'); }
.fpsocialicons .gplusbtn { background-image: url('/libercus/default/css/graphics/fpsocialicons/googleplus.png'); }
.fpsocialicons .mobilebtn { background-image: url('/libercus/default/css/graphics/fpsocialicons/mobile.png'); }

/* Search Box */

#searchbox {
	padding-bottom: 5px;
}

#searchbutton {
	background-color: #ffffff;
	padding: 3px;
	text-transform: uppercase;
}

.searchlabel{
	text-transform: uppercase;
	color: #000000;
}

/* Frontpage Galleries & Videos */
#fpnewsinc .bx-wrapper, #fpgallerylist .bx-wrapper {
	padding:0px 30px;
	display:inline-table;
	margin:0px;
}

#fpnewsinc .bx-wrapper .bx-prev, #fpnewsinc .bx-wrapper .bx-next, #fpgallerylist .bx-wrapper .bx-prev, #fpgallerylist .bx-wrapper .bx-next {
	position:absolute;
	top:35%;
	z-index: 999;
	width:24px;
	height:24px;
	text-indent: -999999px;
}

#fpnewsinc .bx-wrapper .bx-prev, #fpgallerylist .bx-wrapper .bx-prev {	
	left:0px;
	background: url('/libercus/default/css/graphics/fp_bx_styles/gray_prev.png') no-repeat 0 -24px;
}

#fpnewsinc .bx-wrapper .bx-prev:hover, #fpnewsinc .bx-wrapper .bx-next:hover, #fpgallerylist .bx-wrapper .bx-prev:hover, #fpgallerylist .bx-wrapper .bx-next:hover {
	background-position:0px 0px;
}

#fpnewsinc .bx-wrapper .bx-next, #fpgallerylist .bx-wrapper .bx-next {
	right:0px;
	background: url('/libercus/default/css/graphics/fp_bx_styles/gray_next.png') no-repeat 0 -24px;
}

#fpnewsinc #slider2, #fpgallerylist #slider4 {
	padding:0px;
	margin:0px;
}

#fpnewsinc #slider2 li, #fpgallerylist #slider4 li {
		width:95px;
}

.bx-wrapper {
	margin-left: 65px;
}

.bx-prev {
	border: 0;	
}	

#slider1, #slider2 {
	width: 175px;
	margin: 10px 0px;
}

/* Right Rail */

#rightrail {
	width:300px;
	padding-left:5px;
	vertical-align: top;
}

.slbull li{
	color: #9C4010;
}

ul.slbull {
	margin: 0;
	padding: 0 0 0 15px;
}

.raillabel {
	color: #000000;
	text-transform: uppercase;
	font-size: 20px; font-size: 2.0rem;
	text-align: center;
	padding: 5px 0 5px 0;
}	

.railhed, .railhed a {
	color: #000000;
	font-size: 18px; font-size: 1.8rem;
	padding-bottom: 5px;
}

.raillink {
	text-align: right;
	padding-top: 5px;
}

.pollletter {
	font-size: 38px; font-size:3.8rem;
	line-height: 34px; line-height: 3.4rem;
}

.pollitems {
	border-top: 1px solid #A1A1A2;
	padding-top:10px;
}

.pollbutton {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background: -moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color: #ffffff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #7a797a;
	display: inline-block;
	color: #7a797a;
	font-family: Times New Roman;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
	padding: 3px 26px;
	text-decoration: none;
	cursor:pointer;
}

.pollbutton:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background: -moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color: #ffffff;
}

.pollbutton:active {
	position: relative;
	top: 1px;
}

.pollbar{
	background-color: #20355F;
}

/* Footer */

.adside {
	width:120px;
	overflow:hidden;
}
	
.adcenter {
	width:728px;
}

.footer, #submenu {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:13px; font-size:1.3rem;
	line-height:13px; line-height:1.3rem;
}

.footer #submenu li {
	margin-left: 27px;
}

.footercontainer {
	width:100%;
	min-height:325px;
	height:auto !important;
	background-color:#20355f;
}

.footerstrip {
	background-color:#4f92b6;
	border-top:2px solid #89bcd8;
	border-bottom:1px solid #4a89ad;
	height:5px;
	width:100%;
}

.footer{
	width:990px;
	min-height:325px;
	position:relative;
	margin:0 auto;
	line-height: 1.5em;
	font-size:10pt;
	color:#fff;
}

.footer a {
	color:#fff;
	text-shadow: 1px 1px #000;
	filter: glow(color=black, strength=1);
}

.footerlinkheader {
	font-size:10pt;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 0px;
	margin-bottom:10px;
	border-bottom:1px solid #85b9d5;
	text-shadow: 2px 2px #000;
	filter: glow(color=black, strength=1);
	}

.footerdescription {
	border-top:1px solid #85b9d5;
	padding:10px 0px;
	margin:5px 0px;
	font-size:8pt;
	line-height:12pt;
	text-shadow: 1px 1px #000;
	filter: glow(color=black, strength=1);
	}
	
.sections1 {
	line-height: 1.5em;
	font-size:14pt;
}

.sections2 {
	font-size:10pt;
	padding-left: 15px;
	line-height: 1.5em;
}

.sections3 {
	font-size:8pt;
	padding-left: 30px;
	line-height: 1.5em;
}

.sections4 {
	font-size:7pt;
	padding-left: 45px;
	line-height: 1.5em;
}

/* Miscellaneous */

.stillimage_wrapper {
	position:relative;
	cursor:pointer;
}

.stillimage_overlay {
	position:absolute;
	z-index:999;
}

.videoimage,
.videoimage2 {
	width:100%;
	position:relative;
}

.videoimage-container, .video-container {
	width:100%;
	height:100%;
}

.videoimage-container .fpicons.play,
.videoimage2 .fpicons.play {
	position:absolute;
	bottom:1px;
	z-index:1000;
}

.videoimage2 { overflow:hidden; }
.videoimage2 img { display:table; }

.videoimage-container > img {
	display:table;
}	

.videoimage:hover .fpicons.play {
	display:block !important;
}

.fpheadlines {
	position:relative;
}

.fpheadlines .fplisthead {
	position:absolute;
	bottom:0px;
	width:25%;
	border-bottom:1px solid transparent;
}

.fpheadlines .fplistheader:hover .fplisthead {
	border:1px solid #000;
	border-bottom:1px solid #fff;
	background-color:#fff;
	padding-top:10px;
	z-index:1000000;
}


.fpheadlines .fplistheader {
	font-size:13px; font-size:1.3rem;
	line-height:14px; line-height:1.4rem;
	display:table-cell;
	height:30px;
	width:25%;
}

.aplistheader {
	color:#000;
	font-size:16px; font-size:1.6rem;
	margin-top:10px;
}

.fpheadlines .fplistheader:hover {
	border:0px solid transparent;
}

.fpheadlines .fplistheader:hover .fplistcontainer {
	display:table;
}

.fplistcontainer {
	display:none;
	position:absolute;
	left:0px;
	top:29px;
	background-color:#fff;
	border:1px solid #000;
	z-index:100000;
	text-align:left;
	cursor:default;
}

.fplistcontainer ul {
	list-style-position:inside;
}

.fplistcontainer ul li {
	margin:10px 0px;
}

.fpheadlines .fplistheader.aphead .fplistcontainer ul {
	margin:2px 0px;
}

.fplistcontainer ul li a div {
	display:inline-block;
}

.fplistcontainer.centerbox {
	left:-120px;
}

.slidertitle {
	padding-left: 3px;
	width: 165px;
}

.breakingborder {
	border: 2px solid #E76529;	
}

.developingborder {
	border: 2px solid #BE6D29;	
}

.box-sizing {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}


/******* MENU *******/

.hrlist {
	height: 1px;
	border-bottom-style: none;
	border-bottom-width: 1px 0 0 0; 
	border-color: #ccc;
}
	
#headlinesbox-tabs{
	height:345px;
}
#headlinesbox-tabs ul{
	list-style: none;
	list-style-position: outside;
	padding-top:5px;
	padding-left:5px;
	border-bottom:1px solid #fff;
}

#headlinesbox-tabs ul li {
	}

#headlinesbox-tabs ul.menu li{
	margin:0px;
	
}
#headlinesbox-tabs ul.menu li{
	display:inline-block;
	margin-top:1px;
	padding: 5px 10px;
	color: #fff;
	cursor: pointer;
	font-weight:bold;
	font-size:13px;
}
#headlinesbox-tabs ul.menu li.active{
	position:relative;
	top:0px;
	color:#15294E;
	background-color: #fff;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	background: #efefef;
	background: #fff;
	text-align: left;
	padding:10px 15px;
	margin-top:-1px;
	height:300px;
	position:relative;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	font-size: 32px;
}

.content li {
	font-size:12px;
	line-height:14px;
	}

/*Headlines*/

.content.headlines{
	display: block;
}

.content.columns, .content.apheadlines, .content.aroundtheweb, .content.national, .content.state{
	display: none;
}

.content.links a{
	color: #5f95ef;
}
/******* /LINKS *******/

.tab-bottomlink {
	position:absolute;
	top:280px;
	}

/*
 * FullCalendar v1.5.2 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Sun Aug 21 22:06:09 2011 -0700
 *
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ccc;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #ffc;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border-style: solid;
	border-width: 1px 0;
	}
	
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	}
	
.fc-state-default .fc-button-inner { /* non-theme */
	border-style: solid;
	border-width: 0 1px;
	}
	
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap;
	}
	
/* icon (for jquery ui) */
	
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/* gloss effect */
	
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0;
	}
	
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9);
	}
	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	background: #F3F3F3;
	color: #000;
	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	border-color: #999;
	}
	
.fc-state-down,
.fc-state-down .fc-button-inner {
	border-color: #555;
	background: #777;
	}
	
.fc-state-active,
.fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff;
	}
	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
a.fc-event {
	text-decoration: none;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	border-color: #36c;     /* default BORDER color */
	background-color: #36c; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
	
	
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
	
.fc-corner-left .fc-event-inner {
	border-left-width: 1px;
	}
	
.fc-corner-right .fc-event-inner {
	border-right-width: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	border-top-width: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px;
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
/* Mini Calendar */	

#calendar2 {
	width:258px !important; 
	background-color:#e8f1f8;
	font-family:Arial !important;
	}
	
#calendar2 h2 {
	font-size:14pt;
	line-height:18pt;
	margin-top:3px;
	}
	
#calendar2 .fc-header, #calendar2 .fc-header tr {
	position:relative;
	}
	
#calendar2 .fc-header {
	height:35px;
	}

#calendar2 .fc-header-left {
	width: 0%;
	text-align: left;
	}
	
#calendar2 .fc-widget-header {
	color:#172b50;
	padding:3px 0px;
	}
	
#calendar2 .fc-header-right {
	width:258px;
	float:left;
	position:relative;
	}
	
#calendar2 .fc-state-default, #calendar2 .fc-state-default .fc-button-inner {
	color:#5494B7;
	border:none;
	background-color:#fff;
	}
	
#calendar2 .fc-state-default, #calendar2 .fc-state-default .fc-button-inner, #calendar2 .fc-header-title {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#calendar2  .fc-button-content {
	height: 20px;
	line-height: 20px;
	padding: 0px;
}

#calendar2 .fc-corner-right .fc-button-inner, #calendar2 .fc-corner-right .fc-event-inner {
	margin:0px;
	}
	
#calendar2 .fc-state-default .fc-button-effect span {
	background-color:#fff;
	width:20px;
	height:20px;
	top:0px;
	border-width:0px;
	}

#calendar2 .fc-corner-left {
	position:absolute;
	left:7px;
	top:5px;
	}

#calendar2 .fc-corner-right {
	position: absolute;
	left: 230px; /* Must be 28px less than the width of the header */
	height: 20px;
	top: 5px;
	}
	
#calendar2 .fc-button-today {
	display:none;
	}
	
#calendar2 .fc-header-title {
	vertical-align: top;
	text-align: center;
	width: 258px;
	background-color:#172b50;
	color:#fff;
	position:absolute;
}

#calendar2 .fc-header-title h2{
	color:#fff !important;
}

#calendar2 .fc-event-inner {
	text-align:center;
	}
	
#calendar2 .fc-widget-content > div{ /* Event Calendar Box - No Link Version */
	margin:1px !important;
	width:31px;
	height:29px !important;
	min-height:29px !important;
	background-color:#fff;
	text-align:center;
	border:1px solid #d7d7d7;
	}
	
#calendar2 .fc-grid .fc-day-number {
	float: none;
	color: #D2E5EC;
	font-weight: bold;
	font-size: 15px;
}

#calendar2 .fc-grid .fc-day-content {
	padding:0px;
	height:0px;
	width:0px;
	}
	
#calendar2 a.fc-event { /* Event Calendar Box - Linked Version */
	margin-top: -25px;
	width: 31px !important;
	height: 29px !important;
	margin-left: -1px;
	}
	
#calendar2 .fc-day-number {
	padding-top:7px;
	}
#calendar2 .fc-event-title {
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #5398B7;
	}
#calendar2 .fc-border-separate th, #calendar2 .fc-border-separate td {
	border:1px solid transparent;
	}
#calendar2 .fc-event-skin {
	background-color:#fff;
	border-color:#d7d7d7;
	}
#calendar2 .fc-event-skin:hover {
	background-color:#5398B7;
	}
#calendar2 .fc-event-skin:hover > .fc-event-title {
	color:#fff;
	}

