/* 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.post-gazette.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;
}

/* 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.post-gazette.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.post-gazette.com/admintemplates/css/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.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.post-gazette.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.post-gazette.com/admintemplates/css/images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.com/admintemplates/css/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(/.cfg/www.post-gazette.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.post-gazette.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.post-gazette.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.post-gazette.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 ;
}

/*! jQuery UI - v1.10.2 - 2013-04-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2C%20Arial%2C%20sans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=4px&bgColorHeader=eeeeee&bgTextureHeader=flat&bgImgOpacityHeader=33&borderColorHeader=162a4d&fcHeader=162a4d&iconColorHeader=162a4d&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=10&borderColorContent=162a4d&fcContent=000000&iconColorContent=000000&bgColorDefault=e1f2fc&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=162a4d&fcDefault=000000&iconColorDefault=000000&bgColorHover=162a4d&bgTextureHover=flat&bgImgOpacityHover=50&borderColorHover=162a4d&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=162a4d&bgTextureActive=flat&bgImgOpacityActive=30&borderColorActive=162a4d&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fbf5d0&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=ba6f2b&fcHighlight=000000&iconColorHighlight=ba6f2b&bgColorError=fbf089&bgTextureError=flat&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=2b2b2b&iconColorError=cd0a0a&bgColorOverlay=444444&bgTextureOverlay=flat&bgImgOpacityOverlay=15&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=0px&offsetTopShadow=4px&offsetLeftShadow=4px&cornerRadiusShadow=4px&ctl=themeroller
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.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:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* 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: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	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;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.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: normal;
}
.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;
}

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

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.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,
.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%;
	font-size: 0;
}

/* 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,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	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: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/libercus/default/css/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.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;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.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;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.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: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	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-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* 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,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	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;
}

/* 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;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.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-blank { background-position: 16px 16px; }
.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-on { background-position: -96px -144px; }
.ui-icon-radio-off { 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-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-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: .3;
	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: .3;
	filter: Alpha(Opacity=30);
	border-radius: 4px;
}

.controls a {
	color:#fff;
}

#controls {
	display:none;
	position:absolute;
	z-index:1;
}

div.controls {
	height:236px;
	width:420px;
}

div.controls-sports {
	height:379px;
	width:675px;
}

div.ss-controls {
	float: left;
}

.nav-controls .prev, .nav-controls .next {
	position:absolute;
	height:44px;
	width:28px;
	top:40%;
	padding:0px;
	margin:0px;
}

.nav-controls .prev {
	left:0px;
	background:url('/libercus/default/css/graphics/prev.png') no-repeat;
}

.nav-controls .next {
	right:0px;
	background:url('/libercus/default/css/graphics/next.png') no-repeat;
}

div.photo-index {
	float:right;
}

div.slideshow-container {
	position: relative;
	clear: both;
	/* This should be set to be at least the height of the largest image in the slideshow */
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/libercus/default/css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height:500px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	height:500px;
}

a.advance-link {
	margin:0px auto;
	height:500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

div.slideshow {
	width: 600px;
	height:500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}

div.download {
	/*sfloat: right;*/
}

div.caption-container {
	position: relative;
	width:420px;
	min-height:260px;
	clear: left;
}

div.sports-caption-container {
	position: relative;
	width:675px;
	min-height:300px;
	clear: left;
}

span.image-caption {
	width: 100%
}

div.caption {
	position: relative;
}

div.image-title {
	font-weight: bold;
}

div.image-wrapper {
	text-align:center;
	vertical-align:top;
	width:420px;
}

div.video-wrapper {
	text-align:center;
	height:450px;
	width:600px;
}	
	
div.image-desc {
	width:100%;
	color: #272727;
	padding-bottom:3px;
}

.transparent {
	/* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=50);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.5;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.5;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.5;
		}

div.navigation {
	width:270px;
	float:right;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
	
ul.thumbs {
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	list-style: none;
	margin: 5px 15px 5px 0px;
	height:48px;
	float:left;
	/*border:1px solid #ccc;*/
}

a.thumb {
	padding: 0px;
	display: block;
}
/*
.thumbs li.selected {
	border:1px solid #000;
}
*/
a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}

div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/* Gallery overrides */

.gallerywrapper div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/libercus/default/css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	 /* This should be set to be at least the height of the largest image in the slideshow */
}

.gallerywrapper div.slideshow span.image-wrapper {
	height:500px;
}

.gallerywrapper a.advance-link {
	margin:0px auto;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 570px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

.gallerywrapper div.slideshow {
	width:500px;
	 /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 570px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}


.gallerywrapper div.image-wrapper {
	display:table-cell;
	text-align:center;
	vertical-align:top;
	height:500px;
	width:600px;
}

.gallerywrapper div.video-wrapper {
	text-align:center;
	margin-top:65px;
	height:600px;
	width:600px;
}
	
.playslideshow, .pauseslideshow, .previous-slide, .next-slide {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-left:10px;
}

#thumbs {
	z-index: 10000000;
}
.fancybox-overlay {
	z-index: 10000001 !important;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/libercus/default/css/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/libercus/default/css/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/libercus/default/css/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/libercus/default/css/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/**************
Form CSS 
**************/


input{
	background-color: none !important;
}

#search{
	color:#000 !important;
	font-size:16px !important;
}

#business-form{
	display: none;
}



#head #searchbox .searchbox{
	border:0px;
	color:#b9b9b9; 
	width: 284px !important;
	margin:0px; 
	padding:0 0px !important; 
	height:19px !important;
}

#head #searchbox-wrapper{ 
	width: 284px !important; 
	height:19px !important;
	border-radius: 4px; 
	border:1px solid #BCCDF0 !important ;   	
}

#head #searchbox .search-button{ 
	background: #E9E9E9;
	margin-top:2px !important; 
	margin-left:2px !important;
}


input.search-button, input.search-button:hover, input.search-button:focus {
    background-color: #e9e9e9;
    background-image: none;
    border-color: #336699;
    filter: none;
}


 .search-button input.search-button-v2, input.search-button-v2 {
    height: 13px;
    margin-top: 2px;
    min-width: 13px;
    padding: 6px 27px;
    width: 13px;
}

 input.search-button, input.search-button {
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed);
    border: 1px solid #000;
    border-radius: 2px;
}



pre {
	font-size:130%
}

.story_text_subhead{
	font-size: 150%;
}


#nav-break {   
    overflow: hidden;
}


#photo-thumb{
	/*display:none;*/
	position: absolute;
	bottom:60px;
}

#front-ad{
	margin-top: 20px;
}

#holiday-banner{
	padding-bottom:30px;	
}

#holiday-shopping{
	width: 1000px;
    margin-top: 5px;
    margin-left: 10px;
}


#new-hit-state{
	width:950px;
	height:300px;
	
}

#green_bar{
	background-color: #1B5F38;
    border: 1px solid #1B5F38;
    border-radius: 0 0 10px 10px;
    height: 16px;
    margin: auto;
}

#header-logo{
	text-align: center;
	padding-top: 10px;
}

#header-logo img{
	width:40%;
}


#golinkwin h2{
	text-align: center;
	line-height: 45px;	
}

#golinkwin .center-text{
	text-align: center;
	margin: auto;
	margin-top:30px;
}

#rules{
	width:300px;
	margin: auto;
	
}

#golinkwin p{
	font-size: 16px;
	font-family: Arial,Sans-Serif;
}


#golinkwin .info{
	margin-bottom: 30px;
}

#golinkwin li{
	
	margin-bottom: 20px;	
}

/*#center-image{
	border:1px solid #000;
	height: 300px;
}*/

#center-image img{
	width:75%;
}

#header{
	background: #E9E9E9;
	padding-bottom: 20px;
}

#link-box{
	width: 300px;
}

#image-thumb{
	width:200px;
	height:130px;
	margin: auto;
	overflow: hidden;
}

#photo-thumb .center-image{
	top: 18px;
	position:relative;
}


BODY {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 75%;
	line-height: 1.3em;
	margin:0;
	padding:0;
}	

h1, h2, h3 , h4{
	line-height: 1.2em;
	margin:0px 0px 0px;
	font-family:Georgia,TimesNewRoman,Verdana;
	font-weight: normal;
}

h1 {
	font-size: 2.7em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #848383;
	margin: 0 0 10px;
	text-align: center;
}

ul, li {
	margin: 0;
	padding: 0;
}

#oas_x51{
	z-index: -1;
	margin: 0;
}

#blog-section a{
	 font-family: Georgia,TimesNewRoman,Verdana;
	 font-size: 13px;
}

#main-container{
	padding-left: 5px;
	padding-right: 5px;	
	background-color: #FFF;
}

p{
	line-height: 1.3em;
	margin-bottom: 25px;
	font-family:Georgia,TimesNewRoman,Verdana;
	color: #272727;
	margin-top: 0px;
}

.georgia {
	font-family:Georgia,TimesNewRoman,Verdana;
}

a, a:visited{
	color: #114477;
	text-decoration: none;
	outline: none;	
}

a:hover{
	text-decoration: underline
}

.storylistitem p {
	color: #474747;
	text-align: justify;
	margin-bottom:10px;
}

hr {
	color: #cecece;
	background-color: #cecece;
	height: 1px;
	border:0;
	margin:15px 0 15px 0;
}	

img {
	border: 0;
}

.small{
	font-size: 0.8em;	
	font-weight: normal;
}

.medium{
	font-size: 1.4em;	
	font-weight: normal;
}

.lower {
	text-transform: lowercase;
}

.upper {
	text-transform: uppercase;
}

.graytext {
	color: #999999;
}

.graytext .textleft{
	font-family: Georgia,TimesNewRoman,Verdana;
}
.bold {
	font-weight: bold;	
}

.whitetext, a.whitetext, .whitetext a {
	color: #ffffff;
}

.bluehead {
	color: #114477;
}

.borderbottom{
	border-bottom: 1px solid #cccccc;
}

.br {
	border-right: 1px solid #cccccc;
}

.table {
	display: table;
}

.row{
	display:table-row;
}

.cell{
	display: table-cell;
}

.outertube{
	margin:5px;
}

.innertube{
	padding:5px;
}

.innertube10{
	padding: 10px !important;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left:10px;
}

.ml20 {
	margin-left:20px;
}

.ml40 {
	margin-left:40px
}

.mr5 {
	margin-right: 5px;
}
	
.mr10 {
	margin-right:10px;
}

.mr15 {
	margin-right:15px;
}

.mr20 {
	margin-right:20px;
}

.mt5 {
	margin-top:5px;
}
	
.mt10 {
	margin-top:10px;
}

.mt15 {
	margin-top:15px;
}

.mt20 {
	margin-top:20px;
}

.mt30 {
	margin-top:30px;
}

.mb5 {
	margin-bottom:5px;
}
	
.mb10 {
	margin-bottom:10px;
	}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.pt10 {
	padding-top:10px;
}

.pb5 {
	padding-bottom:5px;
}

.pb10 {
	padding-bottom:10px;
}
	
.pb15 {
	padding-bottom:15px;
}
	
.pl5 {
	padding-left:5px;
}

.pr5 {
	padding-right:5px;
}

.pl10 {
	padding-left:10px;
}

.pl20 {
	padding-left:20px;
}

.pr10 {
	padding-right:10px;
}	

.pr15 {
	padding-right:15px;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}	
#head .right {
	text-align: right;
	float: right;
}	
.right{
	/* text-align: right; */
	float: right;	
}

.left {
	text-align:left;
	float:left;
}

.center {
	text-align:center;
	display:block;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom{
	vertical-align:baseline;	
}

.block {
	display:block;
}

.hide {
	display:none;
}

.inline{
	display:inline;
}

.inline-block{
	display:inline-block;
}

.relative {
	position:relative;
}

.border{
	border: 2px solid #BBC6C8;	
}

.border2{
	border: 1px dotted blue;	
}

.border3{
	border: 1px solid #CCC;
}

.border4 {
	border-width:2px;
	border-style:solid;
	}

.border-frontpage {border-color:#007227;}
.border-news {border-color:#668607;}
.border-local {border-color:#bf9326;}
.border-sports {border-color:#ce6700;}
.border-opinion {border-color:#bb3923;}
.border-ae {border-color:#b53c71;}
.border-life {border-color:#74388e;}
.border-business {border-color:#2f42a1;}
.border-multimedia {border-color:#0082c6;}
.border-blogs {border-color:#00a1a3;}

.forty-six {
	width: 46%;
}

.hundred {
	width: 100%;
}

.twohundredp {
	width: 200px;
}

.twohundredfiftyp {
	width: 250px;
}

.threehundredp {
	width: 300px;
}

.threehundredfiftyp {
	width: 350px;
}

.threehundredsixtyp {
	width: 360px;
}

.clear {
	clear: both;
}

.libSermoItemHeader {
	border: 1px solid  #ccc;
	background-color: #efefef;
}

.libSermoItemBody {
	border-left: 1px solid  #ccc;
	border-right: 1px solid  #ccc;	
}

.libSermoItemFooter {
	border-left: 1px solid  #ccc;
	border-right: 1px solid  #ccc;	
	border-bottom: 1px solid  #ccc;
	margin-bottom:5px;
}

.libSermoDislike, .libSermoLike, .libSermoAbuse, .libSermoReply {
	margin-left:-2px;
	margin-right:-2px;
	margin-bottom: -4px;	
}

.libSermoAbuse {
	color: #000;
}

.libSermoInput{
	width:500px;
	max-width: 500px;
	margin-bottom:2px;
}

.libAjaxInputInvalid {
	background-color: #ffaaaa;
}

.libAjaxInputValid {
	background-color: #ffffff;
}

.ap-recent-articles .article-data{
	padding-left: 15px !important;
}
.sitenav {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgb(207, 207, 207);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgb(207, 207, 207);
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: rgb(207, 207, 207);
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: rgb(207, 207, 207);
    border-top-style: solid;
    border-top-width: 1px;
    clear: right;
    color: rgb(59, 59, 59);
    float: left;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-top: 5px;
    width: 298px;
}
.sitenav a:link, .sitenav a:visited {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    font-weight: normal;
    padding-left: 2px;
    padding-top: 2px;
}
.sitenav a:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    font-weight: normal;
    padding-left: 2px;
    padding-top: 2px;
}
.navlink {
    line-height: 22px;
}
.navlink img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    float: left;
    height: 16px;
    margin-right: 2px;
    width: 16px;
}
.rightnavcol {
    float: left;
    margin-left: 5px;
    width: 134px;
}
.leftnavcol {
    float: left;
    padding-left: 5px;
    width: 152px;
}
.sm {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.newshole
{
    display: inline;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 700px;
}

#vendorhole {
    float: left;
    margin-right: 10px;
    width: 660px;
}

#pagecontent {
    clear: left;
    float: left;
    width: 100%;
}

#head {
	width: 100%;
	height: 123px;
	margin: 0 0 0px 0;
	background-color: #CFCFCF;
}

#topmenu {
	background-color:#085e39;
	/*background-color: #404040;*/
	height: 21px;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	-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;
}

#classified-nav li {

	list-style: none;
	display: inline-block;
}

#classified-nav li .classified-icon {
	background: url('/libercus/default/css/graphics/classified_icons_v3.png') 0 0;
	float: left;
	width:18px;
	height:18px;
	margin-top: -3px;
}

	#classified-nav li #obituaries {background-position:-151px 0; width:20px;}
	#classified-nav li #classifieds {background-position:-21px 0;}
	#classified-nav li #jobs {background-position:-42px 0;}
	#classified-nav li #shopping {background-position:-63px 0;}
	#classified-nav li #cars {background-position:-84px 0; width:20px;}
	#classified-nav li #realestate {background-position:-105px 0;}
	#classified-nav li #pgstore {background-position:-129px 0;}
	#classified-nav li #events {background-position:-173px 0; width:20px;;}

#classified-nav li a {
	float: right;
	margin: 0 35px 0 5px;
	padding: 0;
}

#logoarea {
	height: 105px;
	width: 1000px;
	margin: 0 auto;
}

#sectionhead h1 {
	font-size: 3.8em;
	font-family: Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: -3px;
        white-space: nowrap;
	
}

#sectionhead hr {
	border: 1px solid #CECECE;
}

.head_news,
	.head_local,
	.head_state,
	.head_national,
	.head_editorials,
	.head_politics {color:#668607;}

.head_local,
        .head_north,
        .head_south,
	.head_east,
	.head_west,
	.head_washington,
	.head_westmoreland{color:#bf9326;}
.head_sports,
	.head_penguins,
	.head_steelers,
	.head_pirates,
	.head_college,
	.head_psu,
	.head_pitt,
	.head_rmu,
	.head_wvu,
	.head_ski,
	.head_olympics,
	.head_highschool,
	.head_outdoors,
	.head_other-sports,
	.head_olympics,
	.head_golf,
	.head_marchmadness,
	.head_duquesne{color:#ce6700;}
.head_opinion,
.head_op-ed,
.head_letters{color:#bb3923;}
.head_ae,
	.head_theater-dance,
	.head_tv-radio,
	.head_movies,
	.head_music {color:#b53c71;}
.head_life,
        .head_civilwar,
	.head_food,
	.head_homes-garden,
	.head_seen,
	.head_travel{color:#74388e;}
.head_business,
        .head_auto,
	.head_technology,
	.head_top50,
	.head_topworkplaces{color:#2f42a1;}
.maincontent {
	min-width: 700px;
	max-width: 1000px;
	float:left;
}

.mainframe{
	margin: 0 auto;
    width: 1000px;
    position: relative;
    z-index: 2;
}

#footer-whitetext{
	margin: 0 auto;
    width: 1000px;
    position: relative;
    padding-bottom:30px;
	
}

.newsframe, .newsframe_sort{
	min-width: 685px;
	max-width: 700px;
	min-height: 200px;
}

.storyframe{
	width: 675px;
	margin: 0 15px 15px 10px;
	display: inline-block;
	float: left;
}

.printstory {
	margin: 20px auto 0 auto;
	width: 98%;
	line-height: 22px;
	
}

.storyframe p, .printstory p {
	font-size: 1.3em;
	line-height: 1.5em;
	letter-spacing: -0.01em;
}

.storyframe p a, .storyframe p a:visited {
	text-decoration: underline;
}

.storyframe p a:hover {
	text-decoration: none;
}

.libstoryframe{
	width: 675px;
	margin: 0 15px 15px 10px;
	display: inline-block;
	float: left;
}

.storyrelated {
	float: left;
	font-family:Georgia,TimesNewRoman,Verdana;
	font-size: 1.4em;
	line-height: 1.4em;
}

.relatedmedia {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #dedede;
}

.relatedmedia h4 {
	text-align: left;
	margin: 0;
}

.right_ad {
  
}

#rightrail {
	float: left;
    padding-bottom: 10px;
    width: 300px;
}

#footer_bottom {
	background-color: #363636;
	width: 100%;
	position: relative;
	float: left;
	margin: 0px 0 0 0;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

#footer_bottom ul {
	list-style:none;
	list-style-type:none;
}

#footer_bottom a {
	line-height:20px;
}

#footer_bottom h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:1.5em;
	font-weight:500;
}

#footer_bottom h4 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:1.3em;
	font-weight:normal;
	color: #e9e9e9;
	margin-bottom:10px;
}

.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;
}

.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 6px 4px 0px;
	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;
	float:left; 
}

.factboxleft ul, .factboxright ul{
	padding-left: 20px;
}

.commentbubble {
	background: url('/libercus/default/css/graphics/comment-icon.png');
	height: 16px;
	width: 16px;
}

.thumbsup {
	background: url('/libercus/default/css/graphics/thumbs-up.png');
	height: 15px;
	width: 16px;
}

.thumbsdown {
	background: url('/libercus/default/css/graphics/thumbs-down.png');
	height: 15px;
	width: 16px;
}

.abuse {
	background: url('/libercus/default/css/graphics/abuse.png');
	height: 15px;
	width: 15px;
}

.reply {
	background: url('/libercus/default/css/graphics/reply.png');
	height: 15px;
	width: 15px;
}

.ui-tabs .ui-tabs-nav li a {
	padding:3px 5px !important;
}

.searchbox {
	color: #999;
	font-style: italic;
	padding: 0 5px;
	height: 26px;
	width: 342px;
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-right: 0px;
	vertical-align: middle;
	margin-top:55px;	
}

.searchbutton_wrapper {
	height: 26px;
	width: 26px;
	background-color: white;
	border-top: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-left: 0px;
	vertical-align: middle;
	float: right;
	margin-top:55px;
}

.searchbutton {
	width: 23px;
	height: 17px;
	float: right;
	margin-top: 5px;
}

.pgsprite {
	background: url("/libercus/default/css/graphics/menu.gif") repeat-x;
}

.pgsprite_head{background-position: 0 -270px;}
.pgsprite_now{background-position: 0 0;}
.pgsprite_news{background-position: 0 -27px;}
.pgsprite_local{background-position: 0 -54px;}
.pgsprite_sports{background-position: 0 -81px;}
.pgsprite_opinion{background-position: 0 -108px;}
.pgsprite_ae{background-position: 0 -135px;}
.pgsprite_life{background-position: 0 -162px;}
.pgsprite_business{background-position: 0 -189px;}
.pgsprite_multimedia{background-position: 0 -216px;}
.pgsprite_blogs{background-position: 0 -243px;}
.pgsprite_white{background: #fff;}

/* columnists sprite */
.pgsprite_c {
	background: url("/libercus/default/css/graphics/pgcolumnists.jpg");
}
.pgsprite_david-shribman {background-position: 0 0;}
.pgsprite_brian-oneill {background-position: 0 -50px;}
.pgsprite_tony-norman {background-position: 0 -100px;}
.pgsprite_sally-kalson {background-position: 0 -150px;}
.pgsprite_reg-henry {background-position: 0 -200px;}
.pgsprite_dan-simpson {background-position: 0 -250px;}
.pgsprite_jack-kelly {background-position: 0 -300px;}
.pgsprite_ruth-ann-dailey {background-position: 0 -350px;}
.pgsprite_diana-nelson-jones {background-position:0 -450px;}
.pgsprite_gary-rotstein {background-position:0 -500px;}


.menu-arrow {
	background-image:url('/libercus/default/css/graphics/arrow_cut.png');
	background-repeat:no-repeat;
	width:20px;
	height:12px;
	padding:0px !important;
	margin:0px auto !important;
	display:none;
}

.menu-arrow.current{
	display:block !important;
}

.arrow_now {background-color:#007227;}
.arrow_news {background-color:#668607;}
.arrow_local {background-color:#bf9326;}
.arrow_sports {background-color:#ce6700;}
.arrow_opinion {background-color:#bb3923;}
.arrow_ae {background-color:#b53c71;}
.arrow_life {background-color:#74388e;}
.arrow_business {background-color:#2f42a1;}
.arrow_multimedia {background-color:#0082c6;}
.arrow_blogs {background-color:#00a1a3;}

.footer_sec {
	width:10px;
	height:14px;
	margin:2px 5px 3px 0;
	float: left;
	position:relative;
}

.topstories {
	width: 420px;
	padding-bottom: 10px;
	margin-right: 5px;
	float: left;	
}


#first-image img{
	width:100%;
	max-width: 420px;
	height:100%;
}

.topstories700 {
	width: 700px;
	margin-right: 5px;
	float: left;
	bottom-border: 1px #cdcdcd solid;
}


.topstories440 {
	width: 440px;
	margin-right: 5px;
	float: left;	
}

.newsbox224 {
	width: 224px;
	margin: 0 14px 30px 0;
	float: right;
	border: #cecece 1px solid;
}

.newsbox245 {
	width: 245px;
	margin: 0 14px 30px 0;
	float: right;
	border: #cecece 1px solid;
	line-height: 1.2em; 
	font-size: 12px;
}

.newsbox300 {
	width: 300px;
	margin: 0 0px 30px 0;
	float: right;
	border: #cecece 1px solid;
}

.newsbox400 {
	width: 400px;
	margin-right: 5px;
	float: right;	
}

.localnewsboxBig {
 	width: 670px;
 	margin-bottom: 20px;
}

.newsbox338 {
	width: 338px;
	height: 306px;
	margin-bottom: 30px;
	border: #cecece 1px solid;
	float: left;
	text-align: left;
}

.newsbox324 {
	width: 324px;
	height: 650px;
	margin: 0 10px 60px 0;
	border: #cecece 1px solid;
}

.newsbox324 a{
	font-family: Georgia,TimesNewRoman,Verdana;
}

.newsbox685 {
	width: 685px;
	border: #cecece 1px solid;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}

.pgcmon{
	position:relative;
	padding-bottom:15px;
}

.pgcmon .newsbox_right{
	float:left;
	display:block;
	
}

.pgcmon .newsbox_left{
	float:left;
	display:block;
	
}

.pgcmon .box_title_more{
	position:absolute;
	/*bottom:10px !important;*/
	top:auto;
}


.apnewsbox {
	width: 236px;
	margin-bottom: 20px;
	border: #cecece 1px solid;
}
.localnewsbox {
	height: 415px;
	width: 335px;
	margin-bottom: 20px;
	border: #cecece 1px solid;
}

.newsbox_left {
	width: 250px;
	border-right: 1px solid #cecece;
	display: inline-block;
}

.newsbox_right {
	width: 420px;
	margin-left: 10px;
	display: inline-block;
}
.news_box1000 {
	position:relative;
	width:998px;
	height:auto;
	border:#cecece 1px solid;
	margin:0 0 40px;
	clear:both;
}

.emailedbox {
	width: 300px;
	margin: 0 0 30px;
	border: #cecece 1px solid;
}

.emailedbox ul li {
	list-style-type: none;
	padding: 10px;
	margin: 0 0 0 5px;
}

.pubtime {
	font-style: italic;
	color: #a80e11;
}

.boxhead {
	margin: -11px 0 0 10px;
	padding: 0 10px 0 5px;
	background: white;
	display: inline-block;
}

.boxhead h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #666666;
	font-size: 1.7em;
	text-transform: uppercase;
	display: inline;
}
.boxhead h2 a{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #666666;
	/* font-size: 1.3em; this is breaking other boxhead tags contact Mike V. */
	text-transform: uppercase;
	display: inline;
}

.breaking_box {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px 0 0;
	background: #B0B0B0;
	display: inline;
}

.section_box {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px 0 0;
	display: inline;
}
.section_box_columnists {
	width: 50px;
	height: 50px;
	float: left;
	margin: -15px 10px 0 0;
	display: inline;
}
.mainnav {
	position:relative;
	margin:2px 0px 0px 0px;
}
	
.mainnav a {
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
	
.mainnav .cell {
	width:98px;
	padding:0px 1px;
}

.mainnav .cell div {
	padding:5px 0px;
	text-align:center;
}
	
.closebox {
	background-image:url('/libercus/default/css/graphics/close_box.gif');
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	cursor:pointer;
}

.subitemslistlinks {
	
	line-height: 1.1em;
	padding: 3px 0 4px 3px;
	margin: 1px 0;
}

.subnavsectionslinks div {
	font-size:12px;
	line-height:1.1em;
	padding:0 0 10px 0;
	
}

.subitemsmainlink {
	font-size: 1.0em;
	font-weight: bold;
	line-height:1.2em;
	position:absolute;
	bottom:20px;
	padding-left:52px; 
	width:200px;	
}

.subnavsectionslinks a{
	color:#666;
}
	
.mainsubnavsection {
	display:none;
}

.columnists {
	background-image: url('/libercus/default/css/graphics/columnists.jpg');
	background-repeat: no-repeat;
	padding: 0 8px 0 0;
	width: 35px;
	height: 35px;
	float: left;
}

.columnists_shribman {background-position: 0 0;}
.columnists_oneill {background-position: 0 -35px;}
.columnists_norman {background-position: 0 -70px;}
.columnists_kalson {background-position: 0 -105px;}
.columnists_henry {background-position: 0 -140px;}
.columnists_simpson {background-position: 0 -175px;}
.columnists_kelly {background-position: 0 -210px;}
.columnists_dailey {background-position: 0 -245px;}
.columnists_bennett {background-position: 0 -280px;}
.columnists_cook {background-position: 0 -315px;}
.columnists_collier {background-position: 0 -350px;}
.columnists_jones {background-position: 0 -385px;}
.columnists_rotstein {background-position: 0 -420px;}

.storydate{
	display: inline-block;
	margin-top:8px;
	margin-bottom:8px;
	color: #474747;
	font-size: 1.2em;
}

.byline {
	margin-bottom: 20px;
	color: #474747;
	font-size: 1.3em;
}

.sharetext {
	color: #848383;
	font-size: 1.2em;
	margin-bottom: 10px;
	text-align: center;
}

.latest {
	width: 298px;
	margin: 0 0 15px 0;
	border: 1px solid #CECECE;
	background-color: #EEEEEE;
}

.latest h2 {
	padding: 10px 0 2px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #114477;
	text-transform: uppercase;
}

.latestitem {
	background-color: #FAFAFA
}

.credit {
	color: #9b9b9b;
	margin: 3px 0 4px 0;
}

.weathertemp {
	height: 20px;
	width: 30px;
	margin: 30px 22px 0 0;
	font-size: 1.3em;
	float: right;
}

#storyBody {
	font-size: 1.2em;
	line-height: 1.4em;
}

#storyBody p{
	margin-bottom: 15px;
	margin-top:0px;
}

#storyBody li {
	margin-left:15px;
}

.fontBox {
	float:left;
	height:20px;
	line-height:20px;
}

.fontBox span {
	float:left;
	display:block;
}

.fontBox a {
	float:left;
	margin:0 0 0 5px;
	border:1px solid #ccc;
	padding:0;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	background:#f9f9f9;
	color:#aaa;
}

.fontBox a:hover {
	color:#000;
	background:#fffed3;
	border:1px solid #aaa;
}
	
.fontBox a.small {
	margin:0 0 0 10px;
	font-size:8px;
}

.fontBox a.medium {
	font-size:11px;
}

.fontBox a.large {
	font-size:14px;
}

.fontBox a.selected {
	background:#000;
	color:#fff;
	border:1px solid #000;
}

.smallstory{
	font-size: 0.8em;
	line-height: 1.3em;
}

.largestory{
	font-size: 1.3em;
	line-height: 1.4em;
}

.storyrail {
	width: 190px;
	margin-right: 5px;
}

.print {
	background: url('/libercus/default/css/graphics/print.png');
	height: 18px;
	width: 18px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

.email {
	background: url('/libercus/default/css/graphics/e-mail.png');
	height: 14px;
	width: 18px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

.promobox {
	border: #cecece 1px solid;
	padding: 10px;
	margin-bottom: 25px;
	margin-top:15px;
}

/*#slides{
	height:280px;
	overflow: hidden;
	padding-bottom: 15px;
}*/



/*#slides .image-caption .image-wrapper img{
	width:100%;
	max-width: 420px;
}*/

.promobox h2 {
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #666;
	margin: 0;
}

.promobox p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.storyvideo {
	background: url('/libercus/default/css/graphics/rm_video.gif') no-repeat 0 top;
	padding-left: 25px;
}

.storypdf {
	background: url('/libercus/default/css/graphics/rm_pdf.png') no-repeat 0 top;
	padding-left: 25px;
}

.storyaudio {
	background: url('/libercus/default/css/graphics/rm_audio.png') no-repeat 0 top;
	padding-left: 25px;
}

.storylink {
	list-style: none;
	padding-bottom: 10px;
}

li.storylink .bullet-link{
	float:left;
	padding-right: 10px;
} 


 li.storyaudio, li.storypdf, li.storyvideo {
	list-style: none;
	clear: both;
	min-height: 18px;
	margin: 3px 0;
}

.pos {
	width: 300px;
	height: 100px;
	float: left;
	margin: -20px 17px 30px 16px;
}

/*Newsletter Signup */
#eNewsSignUp_h {
	height:100px;
	width:300px;
	background-image:url('/libercus/default/css/graphics/E-Newsletter_Button_300x100_01.png');
	margin:0px 0 30px 0;
	position: relative;
}

#eLetterInputs {
	position:absolute; 
	margin:0; 
	padding:0px; 
	top:70px; 
	left:10px;
}

/* Moving Boxes */
.place_holder {
	width: 681px;
	height: 75px;
	background: #ddd;
	border:2px dashed #ff0000;
	margin: 0 0 40px 0;
	clear:both;
	float:left;
	
}

.place_holder h2 {
	text-align:center;
	color:#fff;
	margin:20px 0 0 0;
	font-size:30px;
}

#sort-commit{
	width:100%;
	top:0;
	position:fixed;
	height:80px;
	background:rgb(64, 64, 64);
	z-index:1000001;
	display:none;
	color:#fff;
	text-align:center;
	-moz-box-shadow: 0px 3px 4px #222;
	-webkit-box-shadow: 0px 3px 4px #222;
	box-shadow: 0px 3px 4px #222;
}

.sort-commit-txt {
	padding:20px;
}

#sort-commit button {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 100px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #2B2B2B;
	border: 0;
	background: #FCCC00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCCC00', endColorstr='#AE8D01');
	background: -webkit-gradient(linear, left top, left bottom, from(#FCCC00), to(#AE8D01));
	background: -moz-linear-gradient(top, #FCCC00, #AE8D01);
}

#sort-commit button:hover {
	background: #826900;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCCC00', endColorstr='#826900');
	background: -webkit-gradient(linear, left top, left bottom, from(#FCCC00), to(#826900));
	background: -moz-linear-gradient(top, #FCCC00, #826900);
}


/* Advertising Label "Advertising" */
.ad_label {
	text-align: center;
	font-family: helvetica;
	font-size: 10px;
	color: #ccc;
	margin: 0;
}

/* APNewsBox For Section Fronts */
.ap-section-front .apnewsbox {
	width: 255px;
	margin-left: 5px;
}

/* PROMO BOXES
--------------------------------------------------------------------------------------- */
#promo_box {
	border:1px solid #cecece;
	background-color:#fff
}

.promo_content {
	padding:10px
}

.promo_content h2 {
	font-family:Helvetica,Arial,sans-serif;
	font-weight:700;
	font-size:20px;
	color:#666;
	margin:0
}

.promo_content img {
	margin:10px 0
}

.promo_content .rm li {
	height:30px
}

a.potd {
	color:#fff;
	text-decoration:none
}

/*PHOTOS OF THE DAY
--------------------------------------------------------------------------------------- */
#photosOfTheDay {
	margin:0 0 30px
}

#photosOfTheDay #slider1 {
	height:1%;
	overflow:hidden;
	padding:15px 0 25px
}

#photosOfTheDay .viewport {
	float:left;
	width:942px;
	height:170px;
	overflow:hidden;
	position:relative
}

#photosOfTheDay .buttons {
	background:url('/libercus/default/css/graphics/buttons2.png') no-repeat scroll 0 0 transparent;
	display:block;
	margin:75px 0 0;
	background-position:0 -25px;
	text-indent:-999em;
	float:left;
	width:25px;
	height:25px;
	overflow:hidden;
	position:relative
}

#photosOfTheDay .next {
	background-position:0 0;
	margin:75px 0 0
}

#photosOfTheDay .disable {
	visibility:hidden
}

#photosOfTheDay .overview {
	list-style:none;
	position:absolute;
	padding:0;
	margin:0;
	width:1276px;
	left:0;
	top: 0
}

#photosOfTheDay .overview li {
	float:left;
	margin:0 15px 0 0;
	padding:1px;
	height:170px;
	border:1px solid #dcdcdc;
	width:300px
}

#photosOfTheDay .caption {
	display:none;
	width:280px;
	position:absolute;
	bottom:1px;
	padding:10px;
	background:#222;
	color:#fff;
	text-decoration:none!important
}

.potd {
	text-decoration:none
}
/* PODCASTS
--------------------------------------------------------------------------------------- */
#pcast_logo {
	height:50px;
	width:50px;
	margin-right:10px;
	float:left;
	background-image:url(/libercus/default/css/graphics/podcast_logos_50.png)
}

.tuned_in {
	background-position:0 0
}

.steelers_report {
	background-position:50px 0
}

.rated_pg {
	background-position:100px 0
}

.believe_your_ears {
	background-position:150px 0
}

.hs_sports {
	background-position:200px 0
}

.breakfast_with {
	background-position:250px 0
}

.sports_now {
	background-position:300px 0
}

.on_stage {
	background-position:350px 0
}

.tech_talk {
	background-position:400px 0
}

/* YOUR PHOTOS
--------------------------------------------------------------------------------------- */
#yourPhotos {
	margin:0 0 30px
}

#yourPhotos #slider1 {
	height:1%;
	overflow:hidden;
	padding:15px 0 25px
}

#yourPhotos .viewport {
	float:left;
	width:402px;
	height:310px;
	overflow:hidden;
	position:relative
}

#yourPhotos .buttons {
	background:url('/libercus/default/css/graphics/arrows.png') no-repeat scroll 0 0 transparent;
	display:block;
	margin:40px 30px 0 10px;
	background-position:0 0;
	text-indent:-999em;
	float:left;
	width:105px;
	height:152px;
	overflow:hidden;
	position:relative
}

#yourPhotos .next {
	background-position:0 -152px !important;
	margin:40px 0 0 30px !important;
}

#yourPhotos .disable {
	visibility:hidden
}

#yourPhotos .overview {
	list-style:none;
	position:absolute;
	padding:0;
	margin:0;
	width:3510px;
	left:0;
	top: 0
}

#yourPhotos .overview li {
	float:left;
	margin:0 15px 0 0;
	padding:1px;
	height:300px;
	border:1px solid #dcdcdc;
	width:400px
}

#yourPhotos .caption {
	display:none;
	width:400px;
	position:absolute;
	bottom:1px;
	padding:10px;
	background:#222;
	color:#fff;
	text-decoration:none!important
}

.yrpho {
	text-decoration:none
}

#yourPhotos .photointro {
	font-family: Georgia,serif;
	font-size: 16px;
	color: #474747;
	margin: 30px;
}

.ypButton {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:40px;
	width:150px;
	padding:5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#2b2b2b;
	border: 0;

	background: #fccc00; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccc00', endColorstr='#ae8d01'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fccc00), to(#ae8d01)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fccc00,  #ae8d01); /* for firefox 3.6+ */
}

.ypButton:hover {
	background: #826900; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccc00', endColorstr='#826900'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fccc00), to(#826900)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fccc00,  #826900); /* for firefox 3.6+ */
}
/* END YOUR PHOTOS
--------------------------------------------------------------------------------------- */

/* OBITUARIES
--------------------------------------------------------------------------------------- */
#obit-holder {
	border:1px solid #cecece;
	background-color:#fff
}

.obits {
	border:0 solid #cecece;
	padding:15px;
	width:250px
}

.ob_name {
	margin:4px 0 3px 20px;
	padding:3px 0
}

.ob_name a {
	text-decoration:none;
	display:block
}

.ob_name a:hover {
	text-decoration:underline
}

.box_title {
	position:relative;
	margin:-11px 0 0 10px;
	padding:0 5px;
	background:#fff;
	display:inline-block
}

.box_title h2, .box_title h2 a {
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
	color: #666;
}

.box_title_more {
	font-family:Helvetica,Arial,sans-serif;
	text-decoration:none;
	font-size:14px;
	margin:0;
	color:#147;
	float:right;
	position:relative;
	right:15px
}


/* This should be unneccessary as this section is for hyperlinks.
.box_title_more:hover {
	color:#1C68B4;
	text-decoration:underline; 
} */

.box_title_more a:hover {
	color:#1C68B4;
}

.jPaginate {
	height:34px;
	position:relative;
	color:#a5a5a5;
	font-size:small;
	width:100%
}

.jPaginate a {
	line-height:15px;
	height:18px;
	cursor:pointer;
	padding:2px 5px;
	margin:2px;
	float:left;
	/*
	background-color: rgb(206,206,206) !important;
	*/
}

.jPag-control-back {
	position:absolute;
	left:0
}

.jPag-control-front {
	position:absolute;
	top:0
}

.jPaginate span {
	cursor:pointer
}

ul.jPag-pages {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	/*width:94px !important;*/
}

ul.jPag-pages li {
	display:inline;
	float:left;
	padding:0;
	margin:0
}

ul.jPag-pages li a {
	float:left;
	padding:2px 5px;
	overflow:hidden
}

span.jPag-current {
	cursor:default;
	font-weight:400;
	line-height:15px;
	height:18px;
	padding:2px 5px;
	margin:2px;
	float:left;
	/*
	background-color: rgb(136, 136, 136) !important;
	*/
}

ul.jPag-pages li span.jPag-previous,ul.jPag-pages li span.jPag-next,span.jPag-sprevious,span.jPag-snext,ul.jPag-pages li span.jPag-previous-img,ul.jPag-pages li span.jPag-next-img,span.jPag-sprevious-img,span.jPag-snext-img {
	height:22px;
	margin:2px;
	float:left;
	line-height:18px
}

ul.jPag-pages li span.jPag-previous,ul.jPag-pages li span.jPag-previous-img {
	margin:2px 0 2px 2px;
	font-size:12px;
	font-weight:700;
	width:10px
}

ul.jPag-pages li span.jPag-next,ul.jPag-pages li span.jPag-next-img {
	margin:2px 2px 2px 0;
	font-size:12px;
	font-weight:700;
	width:10px
}

span.jPag-sprevious,span.jPag-sprevious-img {
	margin:2px 0 2px 2px;
	font-size:18px;
	width:15px;
	text-align:right
}

span.jPag-snext,span.jPag-snext-img {
	margin:2px 2px 2px 0;
	font-size:18px;
	width:15px;
	text-align:right
}

.jPag-first,.jPag-last {
	-moz-border-radius:10px!important;
	-webkit-border-radius:10px!important;
	padding:3px 5px 2px!important
}

#obitsbox {
	text-align: left;
	margin-left: 20px;
	font-size: 12px;
}

.newsObits {

}

.moreObits {
	position: relative;
	left: 88px;
}
/* END OBITUARIES & PAGINATE
--------------------------------------------------------------------------------------- */

/* PG Deals */

#pgDeal {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

.d250 {
	position:relative;
	background:url('/libercus/default/css/graphics/deal_250.jpg') 0 0 no-repeat;
	width:300px;
	height:250px;
}

.d250 .highlights {
	position:absolute;
	top:66px;
	width:274px;
	padding:10px 5px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	line-height:18px;
	left: 6px;
}

.d250 .img {
	position:absolute;
	width:50px;
	left: -4px;
	top: 129px;
}

.d250 .price {
	position:absolute;
	left: 176px;
	width: 111px;
	height: 75px;
	top: 142px;
	border:3px solid #000;
	text-align:center;
	padding:20px 0 0 0;
	font-size:25px;
}

.d250 .price .button{
	bottom:5px;
	left:5px;
	font-size: 14px;
	position:absolute;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #1b9f50; /* for non-css3 browsers */			
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6fbc80", endColorstr="#1b9f50"); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#6fbc80), to(#1b9f50)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6fbc80,  #1b9f50); /* for firefox 3.6+ */ 
	height:30px;
	width:100px;
	color:#fff;
	padding: 0;
}

.d100 {
	position:realive;
	width:300px;
	height:100px;
	background:url('/libercus/default/css/graphics/deal_100.jpg') 0 0 no-repeat;
}

.d100 .highlights {
	padding:10px;
	font-weight:bold;
}

.d100 .button {
	margin:5px 10px 0 0;
	width:100px;
	position:relative;
	float:right;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	background: #1b9f50; /* for non-css3 browsers */			
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6fbc80", endColorstr="#1b9f50"); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#6fbc80), to(#1b9f50)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #6fbc80,  #1b9f50); /* for firefox 3.6+ */ 
	height:30px;
	width:100px;
	color:#fff;
	padding: 0;
}

/* End PG Deals */

#bcvid {
	width: 300px;
	padding: 10px 10px 10px 10px;
	float: left;
	height: auto;
	background: whitesmoke;
	margin: 0 10px 10px 0;
}

#bcvid h1{
	font-family:helvetica;
	font-weight:bold;
	font-size: 16px;
}


#bcvid p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
	font-family: helvetica;
}

img.vidplay {
	position: absolute;
	bottom: 30px;
	left: 95px;
}


#home-vid-btn img.vidplay {
	position: absolute;
	bottom: 70px;
	left: 150px;
}


#clickme {
	display: inline;
}

/* Video Section */

#video_wrapper {
	background: #444444;
}

.video_container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#video_player_container {
	width: 100%;
	background: #222;
	position: relative;
}

#video_thumbs {
	padding: 40px 0;
}

#video_player {
	width: 650px;
	height: 366px;
	background: #CCC;
	margin: 10px 10px 10px 0;
	float: left;
	z-index: 1002;
	position: relative;
}

#video_player_side {
	position: relative;
	width: 340px;
	height: 366px;
	background: #505050;
	margin: 10px 0;
	float: left;
}

#video_player_side a {
	color: #fff;
	z-index: 10000;
}

.lights {
	height: 50px;
	position: relative;
}

.lights a {
	text-decoration: none;
}

.lights a:hover {
	text-decoration: underline;
}

.bulbs {
	width: 40px;
	height: 40px;
	position: relative;
	background: url(/libercus/default/css/graphics/lightbulbs.png) no-repeat 0 -40px;
	float: left;
	margin: 5px;
}

.lightSwitcher {
	z-index: 1002;
	position: absolute;
}

.bulbtxt {
	width: 150px;
	padding: 17px;
}

#shadow {
	background-image: url(/libercus/default/css/graphics/shade.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
	display: none;
}

.video_thumb_holder {
	position: relative;
	width: 998px;
	height: 235px;
	border: 0;
	margin: 0 0 30px;
	clear: both;
}

.video_thumb_holder .viewport {
	float: left;
	width: 942px;
	height: 170px;
	overflow: hidden;
	position: relative;
}

.video_thumb_holder .overview {
	list-style: none;
	position: absolute;
	padding: 0 3px 0;
	margin: 0;
}

.video_thumb_holder .overview li {
	float: left;
	margin: 0 16px 0 0;
	padding: 1px;
	height: 165px;
	border: 1px solid #000;
	width: 294px;
}

.video_thumb_holder .caption {
	display: none;
	width: 274px;
	position: absolute;
	bottom: 1px;
	padding: 10px;
	background: #222;
	color: #fff;
	text-decoration: none !important;
}

.video_thumb_holder .buttons {
	background: url('/libercus/default/css/graphics/buttons2.png') no-repeat scroll 0 0 transparent;
	display: block;
	text-indent: -999em;
	float: left;
	background-position:0 -25px;
	margin: 75px 0 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	position: relative;
}

.video_thumb_holder .next {
	background-position: 0 0;
	margin: 75px 0 0;
}
.video_thumb_holder .disable {
	visibility:hidden
}

.video_thumb_holder h2 {
	font-family: helvetica;
	color: #fff!important;
	margin: 0 0 5px 25px!important;
	font-size: 21px;
}

.video_thumb_holder #slider1,
.video_thumb_holder #slider2,
.video_thumb_holder #slider3,
.video_thumb_holder #slider4,
.video_thumb_holder #slider5,
.video_thumb_holder #slider6,
.video_thumb_holder #slider7,
.video_thumb_holder #slider8{
	min-height: 1%;
	overflow: hidden;
	padding: 15px 0 25px;
}

/* SPORTS NETWORK RESOURCES */
.sportsnetwork {
	list-style: none;
}
	.sportsnetwork li {
		margin: 7px 10px;
		font-size: 16px;
	}
	
	
/* LOTTERY
--------------------------------------------------------------------------------------- */
#lotto_holder {
	width:300px;
	margin:30px 0
}

#states {
	overflow-y:scroll;
	height:224px;
	width:298px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa
}

.lotto_text {
	margin:5px;
	padding:5px;
	font-family:arial;
	font-size:12px
}

.game {
	margin:0 0 10px
}

#wv_lottery,#oh_lottery {
	display:none
}

.tabrow {
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
	line-height:24px;
	height:26px;
	overflow:hidden;
	font-size:12px;
	font-family:verdana;
	position:relative
}

.tabrow li {
	border:1px solid #AAA;
	background:#D1D1D1;
	background:-o-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:-ms-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:-moz-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:-webkit-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	display:inline-block;
	position:relative;
	z-index:0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	box-shadow:0 3px 3px rgba(0,0,0,0.4),inset 0 1px 0 #FFF;
	text-shadow:0 1px #FFF;
	margin:0 -5px;
	padding:0 20px
}

.tabrow a {
	color:#555;
	text-decoration:none
}

.tabrow li.selected {
	background:#FFF;
	color:#333;
	z-index:2;
	border-bottom-color:#FFF
}

.tabrow:before {
	position:absolute;
	content:" ";
	width:100%;
	bottom:0;
	left:0;
	border-bottom:1px solid #AAA;
	z-index:1
}

.tabrow li:before,.tabrow li:after {
	border:1px solid #AAA;
	position:absolute;
	bottom:-1px;
	width:5px;
	height:5px;
	content:" "
}

.tabrow li:before {
	left:-6px;
	border-bottom-right-radius:6px;
	border-width:0 1px 1px 0;
	box-shadow:2px 2px 0 #D1D1D1
}

.tabrow li:after {
	right:-6px;
	border-bottom-left-radius:6px;
	border-width:0 0 1px 1px;
	box-shadow:-2px 2px 0 #D1D1D1
}

.tabrow li.selected:before {
	box-shadow:2px 2px 0 #FFF
}

.tabrow li.selected:after {
	box-shadow:-2px 2px 0 #FFF
}

/* Text link ads styling */
#tla ul {
	list-style: none;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
}

#tla2 ul {
	border: 0px solid #ccc;
	text-align: left;
	margin-left: 10px;
	font-size: 16px;
	text-transform:capitalize;
}

/* BIG STORY TEMPLATE */
.big-story h2 a {
	font-size: 1.5em;
	line-height: 1em;
}
.big_social {
	width: 90px;
}

/* Fix for images in story showing up infront of email story popup */
div.caption-container {z-index: 1;}


.headH1 {
	color: #111;
}
.standard_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #474747;
	line-height: 21px;
	margin: 10px 10px 0 20px;
}
.smlist {
	font-family: Georgia, serif;
	color: #272727;
	font-size: 16px;
	line-height: 22px;
}
.smlist li {
	margin: 5px 40px;
}
.newshole {
	display: inline;
	margin: 0;
	position: relative;
	width: 700px;
}

/* THE PITTSBURGH PRESS
--------------------------------------------------------------------------------------- */


.style1 {
	color: #114477;
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 22px;
	margin: 20px 20px 0 0;
}
.style2 {
	color: #272727;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 5px 20px 20px 0;
}
.style3 {
	color: #474747;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 22px;
	margin: 20px 20px 0 0;
}
/* PRESS RELEASES
--------------------------------------------------------------------------------------- */

.body_pressreleases p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #474747;
	line-height: 21px;
	margin: 0px;
}
.body_pressreleases .smlist {
	margin: 20px 10px 0 20px;
}
.body_pressreleases .smlist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #114477;
	display: block;
	font-family: georgia;
	font-size: 16px;
	line-height: 19px;
	margin: 5px;
	text-decoration: none;
}

/* NEWSLETTERS
--------------------------------------------------------------------------------------- */

#welcome {
	position: relative;
	margin: 25px 0 5px 20px;
	font-family: Georgia, serif;
	font-size: 32px;
	color: #114477;
}
#welcome h2 {
	font-size: 40px;
}
#info {
	width: 775px;
	position: relative;
	margin: 40px auto;
}
#data {
	display: inline;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	width: 250px;
	margin: 25px 0 0 60px;
	color: #474747;
}
#fold {
	background: url("/libercus/default/css/images/fold.jpg") repeat-y;
	position: relative;
	float: left;
	height: 250px;
	width: 11px;
}
#newsletters {
	float: left;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	width: 450px;
	font-size: 16px;
	line-height: 30px;
	color: #474747;
}
.inputcheck:hover {
	color: #114477;
}
.call-to-action {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #114477;
}
.inputselect {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 322px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #848383;
	border: 1px solid #aaaaaa;
}
.inputbtn {
	float: right;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 100px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #2b2b2b;
	border: 0;
	background: #fccc00; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccc00', endColorstr='#ae8d01'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fccc00), to(#ae8d01)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fccc00, #ae8d01); /* for firefox 3.6+ */
}
.inputbtn:hover {
	background: #826900; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccc00', endColorstr='#826900'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fccc00), to(#826900)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fccc00, #826900); /* for firefox 3.6+ */
}
#div-promotions, #div-menus, #div-escapes, #div-sports, #div-headlines, #div-deals, #div-pgstore {
	display: none;
}

/*TRY PGE EDITION (OVERLOADS ABOVE)
--------------------------------------------------------------------------------------- */
.pge * {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.pge .content_block {
	overflow: hidden;
}
.pge #accessarea {
	position: relative;
	text-align: center;
	width: 980px;
	clear: both;
	height: 332px;
	margin: 0 0 35px 0;
}
.pge #info {
	width: 900px;
	margin: 5px auto;
}
.pge #data {
	margin: 0px 0 0 60px;
}
.pge #easy {
	font-family: Helvetica, Arial, sans-serif;
	width: 305px;
	font-size: 30px;
	color: #32CD32;
}
.pge #newsletters {
	background: url("/libercus/default/css/../graphics/staticpages/pge/pgelaptop.jpg") no-repeat;
	background-position: right top;
	width: 650px;
	height: 300px;
}
.pge .inputselect {
	width: 262px;
}
.pge .inputbtn {
	height: 46px;
	width: 140px;
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#b22222'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#b22222)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ff0000, #b22222); /* for firefox 3.6+ */
}
.pge .inputbtn:hover {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4500', endColorstr='#8B0000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FF4500), to(#8B0000)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FF4500, #8B0000); /* for firefox 3.6+ */
}
.pge #div-promotions, .pge #div-menus, .pge #div-escapes, .pge #div-headlines, .pge #div-deals, .pge #div-pgstore {
	display: none;
}

/* COMMON FOR NEWSLETTERS AND PGE EDITION
--------------------------------------------------------------------------------------- */

#copy {
	margin: 10px 20px 10px 20px;
	position: relative;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #474747;
}
#at {
	font-family: Georgia, serif;
	font-size: 350px;
	z-index: -0;
	position: absolute;
	left: 375px;
	top: 0;
	color: #d3d3d3;
}
#dataform input {
	text-align: middle;
	vertical-align: middle;
}
#line-horiz {
	background: url("/libercus/default/css/images/line-horiz.jpg") repeat-x;
	position: relative;
	float: left;
	width: 600px;
	height: 4px;
	margin: 10px 0 0 200px;
}
.inputtext:hover {
	border: 1px solid #facd00;
}
.inputtext:focus {
	border: 1px solid #facd00;
	box-shadow: 0 0 5px rgba(250, 205, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(250, 205, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(250, 205, 0, 1);
}
.inputtext {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 250px;
	padding: 0px 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #848383;
	margin: 0 0 10px 0;
	border: 1px solid #aaaaaa;
}
.inputselect:hover {
	border: 1px solid #facd00;
}
.inputselect:focus {
	border: 1px solid #facd00;
	box-shadow: 0 0 5px rgba(250, 205, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(250, 205, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(250, 205, 0, 1);
}
#classified_nav li {
	display: inline;
	list-style-type: none;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-right: 40px;
}
#classified_nav li a, #classified_nav li a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#classified_nav li a:hover {
	color: #fff;
	text-decoration: underline;
}
#classified_wrap {
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background-color: #404040;
	height: 21px;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
label:hover {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}
.newsletter_info {
	margin: 0 0 0 20px;
	color: grey;
}
div.error {
	clear: both;
	margin-left: 585px;
	padding-top: 5px;
	color: red;
}
input.error {
	border: 1px solid red;
}
select.error {
	border: 1px solid red;
}
#spin {
	float: right;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	width: 100px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #2b2b2b;
	border: 0;
	background: #fff;
}
#sports_news {
	border:1px solid #cecece;
	background-color:#fff
}


#sports_news ul li {
	list-style-type:none;
	padding:10px;
	font-size:12px;
	background-color:#fff;
}

#sports_news .alt {
	background-color:#fafafa
}

#sports_news ul li a {
	font-family:Georgia,serif;
	font-size:14px;
	line-height:16px;
	font-weight:500;
	color:#147;
	text-decoration:none;
}

#sports_news ul li a:hover {
	color:#1c68b4;
	text-decoration:underline;
}

#subsection {
	width:690px;
}

.ss_news {
	border-bottom:1px solid #B1B1B1;
	max-height:252px;
	padding:20px 0px 20px 10px;
	margin-right:10px;
	min-height:100px;
	height:auto;
	clear:both;
	position:relative
}

.ss_news:last-child {
	border-bottom:0
}

.ss_news img {
	margin-right:10px;
	border:1px solid #fff;
	position:relative;
	float:left
}
.ss_news h2 a:visited {

	font-family:Georgia,serif;
	color:#147;
	font-weight:500;
	font-size:21px;
	margin:0 0 10px;
	text-decoration:none;
	position: relative;
	display: inline
}

.ss_news img:hover {
	border:1px solid #b1b1b1
}

.ss_news .story_image_byline {
	text-align:left
}

.right_ad a {
	color:#147;
	text-decoration:none
}

.right_ad a:hover {
	color:#1c68b4;
	text-decoration:underline
}
.related_media {
	height:auto;
	padding:10px;
	border:1px solid #DEDEDE;
	clear:both;
	position:relative
}

.related_media h4 {
	text-align:left;
	margin:0;
	padding:0
}

.rm li {
	list-style:none;
	clear:both;
	min-height:18px;
	margin:3px 0
}

.rm li.rm_link {
	background:url('/libercus/default/css/graphics/rm_link.png') no-repeat 0 top
}

.rm li.rm_audio {
	background:url('/libercus/default/css/graphics/rm_audio.png') no-repeat 0 top
}

.rm li.rm_video {
	background:url('/libercus/default/css/graphics/rm_video.gif') no-repeat 0 top
}

.rm li.rm_pdf {
	background:url('/libercus/default/css/graphics/rm_pdf.png') no-repeat 0 top
}

.rm li a {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height:14px;
	color:#147;
	text-decoration:none;
	margin-left:25px;
	display:block
}

.rm li a:hover {
	text-decoration:underline;
	color:#1C68B4
}
.story_image_byline {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:12px;
	margin:3px 0 4px;
	text-align:right;
	color:#9b9b9b
}

.story_image_cutline {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:12px;
	margin:3px 0 8px 10px;
	text-align:left;
	color:#9b9b9b;
	position:relative
}

.story_excerpt {
	font-family:Georgia,serif;
	font-size:12px;
	color:#474747;
	margin:0
}

/* SEARCH PAGE
------------------------------------------------------------------------*/
#search form {
	width: 808px;
	margin: 0 auto;
}

#searchinput {
	font-size: 2em;
	padding: 3px;
	width: 700px;
}
#searchbutton {
	font-size: 2em;
	padding: 5px;
}

#search h2 .bigtitle {
	font-size: 2em;
	font-family: georgia;
	line-height: 1em;
}

.search-item {
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede;
}
.search-item img {
	margin-right: 5px;
}

.textLinkAd{
	background-color: red;
	border: 1px black solid;
}


/******** MASTHEAD STYLES AND FIXES *********/
#head{ height:auto; background-color:transparent; width:1000px; margin:auto;}

#head a{text-decoration:none;}

#head ul{margin:0px;padding:0px;}

#head ul li, #mainmenu #menu li{float:left;text-align:center;list-style-type:none;width:100px;}

#head #buttons{}

#head #buttons li{height:27px;border-right:1px groove #fff;width:99px;background-color:#dfe3e6;}

#head #buttons li:hover{background-color:#16437c;}

#head #buttons li:hover a{color:#dfe3e6;}

#head #buttons .noborder{width:100px;border:0px;}

#head #buttons li a{display:block;height:inherit;color: #16437c;font-weight: bold;font-size: 13px;padding-top:4px; text-align:center;}



#head #buttons .green{	background-color:#1fb25a;}

#head #buttons .green:hover{background-color:#dfe3e6;}

#head #buttons .green:hover a{color: #1fb25a;font-weight:bold;}

#head #buttons .blue{	background-color:#16437c;}

#head #buttons .blue:hover{background-color:#dfe3e6;}

#head #buttons .blue:hover a{color: #16437c;font-weight:bold;}

#head #buttons .green a, #head #buttons .blue a{color:#fff;padding-top:6px;font-size:11px;font-weight:normal;}

#head-middle {}

#head #logo{	float:left;	width:312px; padding-top:20px;}

#head #weather{float:left;width:267px;}

#head #weather #awcurrent{float:left;width:113px;}

#head #weather #weather-data{width: 146px;padding-left:7px;padding-top:25px;float:left;font-size:11px;}

#head #weather .date{color:#979797}
#head #weather .temp{font-size:17px;font-weight:bold;margin-top:4px;margin-bottom:4px;}
#head #weather a{color:#16437c;font-size:11px;}

#head #searchbox{float: left;margin: 19px 0px;margin-left:30px; margin-top:35px; position: relative; z-index: 99;}

#head #searchbox-wrapper{ border: 1px solid #B9B9B9; padding: 3px 5px; margin-bottom:10px;}

#head #searchbox .searchbox{border:0px;width:330px;color:#b9b9b9; margin:0px;}

#head #searchbox .search-button{ margin-top:2px; margin-left:2px;}

#mainmenu{ margin:0px !important; }

#mainmenu #menu{}

#mainmenu #menu li{background-color:#666;padding-bottom:1px;border-right:1px groove #fff;width:99px;}

#mainmenu #menu .noborder{border:0px;width:100px;}

#mainmenu #menu li a{display: block;color: white;font-weight: bold;font-size: 13px;padding-top: 3px;padding-bottom: 2px;border-bottom: 5px solid; text-decoration:none;}


#mainmenu #menu .now a{border-bottom-color:#007227;}

#mainmenu #menu .news a{border-bottom-color:#90c616;}

#mainmenu #menu .local a{border-bottom-color:#ffb80e;}

#mainmenu #menu .sports a{border-bottom-color:#ff7900;}

#mainmenu #menu .opinion a{border-bottom-color:#f53333;}

#mainmenu #menu .ae a {border-bottom-color:#f6299f;}

#mainmenu #menu .life a{border-bottom-color:#b23cea;}

#mainmenu #menu .business a{border-bottom-color:#426aff;}

#mainmenu #menu .multimedia a{border-bottom-color:#32b2f3;}

#mainmenu #menu .blogs a{border-bottom-color:#00A1A3;}


#mainmenu #menu .cell{position:relative}

#mainmenu #menu .cell .menu-arrow{ position:absolute; top:27px; left:40px; }

.clr{clear:both;}

#subnav{
/*position: absolute;
z-index: 200;*/

}

.mainsubnavsection{ position:relative; margin-top: -55px; background-color:transparent; z-index:1;}

.mainsubnavsection{
	margin-top: 12px;
}

.mainsubnavsection .border4{ background-color:#fff; min-height: 170px;}

#quickLinks{ padding-top:20px !important;}

#oas_Top1{
	margin-top:0px !important;
}
/* BEGIN PGSTORE
--------------------------------------------------------------------------------------- */

.pgstore-slide {
	margin-top: 30px;
	position: relative;
	height: 300px;
	width: 298px;
	text-align: center;
	border: 1px solid #e2e0d4;
}
.pgstore-header {
	background: #E2E0D4;
	padding: 10px;
	width: 280px;
}
.pgstore-header h2 {
	font-size: 18px;
	font-family: helvetica;
	text-align: left;
	margin: 0;
	padding: 0;
}
.pgstore-logo {
	width: 84px;
	height: 30px;
	background:url('/libercus/default/css/graphics/pgstore-logo.png') no-repeat scroll 0 0 transparent;
	position: absolute;
	right: 5px;
}
#slider-code { height: 215px; overflow:hidden; margin-top:10px;}
#slider-code .viewport { float: left; width: 248px; height: 200px; overflow: hidden; position: relative; }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 150px; border: 1px solid #dcdcdc; width: 240px;}
#slider-code .buttons {
	background:url('/libercus/default/css/graphics/buttons2.png') no-repeat scroll 0 0 transparent;
	display: block;
	margin: 75px 0 0;
	background-position: 0 -25px;
	text-indent: -999em;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	position: relative;
}
#slider-code .next {
	top: 0;
	background-position: 0 0;
	margin: 75px 0 0;
}
#slider-code .pgstore_caption {
	font-size: 14px;
	margin-top: 10px;
}
/*END OF PGSTORE
--------------------------------------------------------------------------------------- */

.pg440{
	width: 440px;
	margin: 0 0px 0px 0px;
	float: right;
	border: #cecece 1px solid;
}




/**************** FOOTER AD THINGS  *******************/
#footer-ad-anchor{
	position:fixed;
	bottom:0px;
	z-index:100;
	width:100%;
	left:0px;
}
#footer-ad{
	background-image:url(/libercus/default/css/images/city.jpg);
	background-repeat:no-repeat;
	position:relative;
	width:1000px;
	margin:auto;	
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#373738;
	background-color:#fff;
}

#footer-ad h1, #footer-ad p{
	font-family:Helvetica, Arial, sans-serif;
}


#footer-ad .control{
	position:absolute;
	right:10px;
	top:10px;
	font-size:12px;
	color:inherit;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
}

#footer-ad img{
	border:0px;
}

#footer-ad #footer-ad-logo{
	float: left;
	width: 300px;
	padding: 15px;
}

#footer-ad-teaser{
	position:relative;
}

#footer-ad h1{
	font-size: 24px;
	margin: 15px;
	float: left;
	width: 600px;
	color: rgb(255, 255, 255);
	font-weight: normal;
}

#footer-ad-contents{
	padding-top:86px;
	display:none;
}


#footer-ad-contents .left-col{
	float: right;
	text-align: right;
	background-image: url("/libercus/default/css/images/pg_devices_c.png");
	width: 500px;
	padding-top: 190px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 30px;
}

#footer-ad-contents .right-col{
	float: right;
	width: 360px;
	padding-top: 105px;
	padding-right: 80px;
}

#footer-ad-contents .green-button{
	display:inline-block;
	background-color:#0ea94d;
	font-size:20px;
	color:#fff;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	padding:7px 10px;
	text-align:center;
	text-decoration:none;
	
}

#footer-ad .close{
color: #fff; display: block; position: absolute; top: -15px; right: -15px; background-color: black;-webkit-border-radius: 30px;border-radius: 30px;border: 3px solid white;height: 10px;width: 10px;padding: 5px;line-height: 10px;-webkit-box-shadow: 0px 0px 3px 3px rgba(55, 55, 55, .25);box-shadow: 0px 0px 3px 3px rgba(55, 55, 55, .25);font-weight: bold; text-decoration:none; cursor:pointer; 
} 

.footer-section h4{float:left;}

/** END OF ARTICLE AD *************/
#eoa-ad{background-image:url(/libercus/default/css/images/pg_logo.jpg); padding-left:76px;background-repeat:no-repeat; background-position:left; font-size:20px; height:78px; display:table; margin-top:20px;}

#eoa-ad a{display:table-cell; vertical-align:middle; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}.green,a.green{color:#1fb15c;}

/*input{
	background-color: none !important;
}

#search{
	color:#000 !important;
	font-size:16px !important;
}

#business-form{
	display: none;
}


#___gcse_0 .gsc-control-cse{
	background-color: none !important;
	background: none !important;
	border:none
}

.cse input.gsc-search-button, td.gsc-search-button{
	height:25px !important;
	border-radius: 4px !important;
	color: #FFF !important;
	
}

#gsc-iw-id1{ 
	border-radius: 4px !important;
	height:25px !important;
	
}

#gsc-i-id1{
	background: none !important;
}

 #gs_tti52 input{
	background: none !important;
	color: #000 !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus{
	border-color: #000;
}


#head #searchbox .searchbox{
	border:0px;
	width:284px !important;
	color:#b9b9b9; 
	margin:0px; 
	padding:0 0px !important; 
	height:19px !important;
}

#head #searchbox-wrapper{ 
	width: 284px !important; 
	height:19px !important;
	border-radius: 4px; 
	border:1px solid #BCCDF0 !important ;   	
}

#head #searchbox .search-button{ 
	background: #E9E9E9;
	margin-top:2px !important; 
	margin-left:2px !important;
}


input.search-button, input.search-button:hover, input.search-button:focus {
    background-color: #e9e9e9;
    background-image: none;
    border-color: #336699;
    filter: none;
}


 .search-button input.search-button-v2, input.search-button-v2 {
    height: 13px;
    margin-top: 2px;
    min-width: 13px;
    padding: 6px 27px;
    width: 13px;
}

 input.search-button, input.search-button {
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed);
    border: 1px solid #000;
    border-radius: 2px;
}*/

/***** UGC THINGS ********/
.loading{
    background-image:url(/libercus/default/css/graphics/AjaxLoader.gif);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 64px;
}

.ugcbox h2, .ugcbox h2 a, .ugc-section-closer h2, .ugc-section-closer h2 a{
	color: rgb(102, 102, 102);
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.ugcbox .fmsharelink, .ugc-section-closer .fmsharelink{
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 10px;
	display: inline-block;
}

.ugc-section-closer {
	padding-bottom: 10px;
}
.ugc-section-closer .left-col, .ugc-section-closer .right-col{
	width: 45%;
	margin: 2%;
	float: left;
}

.news-box-header-link{
	padding: 10px;
}

.news-box-header-link a{
	color: rgb(102, 102, 102);
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}


.ugc-section-closer .fm-photo-caption, .ugcbox .fm-photo-caption{
	padding: 5px;
	text-align: right;
}

.ugc-section-closer .fm-photo-wrap{
	height: 205px;
	overflow: hidden;
}

.ugcbox .fm-photo-wrap{
}

.ugc-section-closer .fm-single-photo-title, .ugcbox .fm-single-photo-title{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
}

.ugc-section-closer .fm-single-photo-credit, .ugcbox .fm-single-photo-credit{
	font-style: italic;
}



.responsive-slider { height: 1%; margin: 0px 0 0; overflow:hidden; position: relative; padding: 0 10px 10px;   }
.responsive-slider .viewport { height: 170px; overflow: hidden; position: relative; float: left; width: 92%; }
.responsive-slider .buttons {
	background-image:url(/libercus/default/css/graphics/buttons2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
    display:block;
    margin:75px 0 0;
    background-position:0 -25px;
    text-indent:-999em;
    float:left;
    width:25px;
    height:25px;
    overflow:hidden;
    position:relative
}

.responsive-slider .next-button {
    background-position:0 0;
    margin:75px 0 0
}



.responsive-slider .disable { visibility: hidden; }
.responsive-slider .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; }
.responsive-slider .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height:170px; border: 1px solid #dcdcdc; width:300px; background-color:#dcdcdc;}
.responsive-slider .overview li img{ width: 100%;}
.responsive-slider .caption {
    display:none;
    width:280px;
    position:absolute;
    bottom:1px;
    padding:10px;
    background:#222;
    color:#fff;
    text-decoration:none!important
}

hr.ugc{
	width: 90%;
	margin: 30px auto;
}


.fancybox-opened {
z-index: 10000002;
}

.upload-widget {
	border: 1px solid #d3d3d3;
background-color: #eee;
width: 50%;
margin: auto auto 20px;
padding: 10px 9px 20px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
max-width: 600px;
}

.upload-widget .btn-lg{
	font-size: 30px !important;
	text-decoration: none !important;
}

.upload-widget i{
	font-size: 1em;

}

.upload-widget span {
font-size: 22px;
position: relative;
top: -6px;
margin-left: 10px;
line-height: 1em;
}

@media (max-width: 500px){
    
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .responsive-slider .viewport { width: 82%; }
    .responsive-slider{ padding: 0 0px 10px;}
}

