/*
	XTC Newspro 
	
	version 1.0
	
	Copyright (C) Monev Software LLC.
	
	All Rights Reserved.
	
	THIS PROGRAM IS NOT FREE SOFTWARE
	
	You shall not modify, copy, duplicate, reproduce, sell, license or
	sublicense the Software, or transfer or convey the Software or
	any right in the Software to anyone else without the prior
	written consent of Developer; provided that Licensee may make
	one copy of the Software for backup or archival purposes.
	
	Monev Software LLC
	www.themextc.com
*/

/*
 * Newspro Widget
 */
.wnewstitle{
  color:#526A9A;
  margin:7px 0px 7px 0px;
  padding:3px 0px 6px 0px;
  font-size:16px;
  border-bottom:1px solid #AAAAAA;
}
.wnewstitle a{color:#526A9A;}

.wmoretitle{
  color:#526A9A;
  margin:6px 0px 3px 0px;
  padding:0px;
  font-size:12px;
  font-weight:bold;
  line-height:13px;
}
.wmoretitle a{color:#526A9A;}

.wnewsmore{
  font-size:9px;
  padding-bottom:5px;
  padding-left:3px;
  padding-top:5px;
  margin:0px;
  border-top:1px solid #DDDCDC;
  background-color:#FFFFFF;
}
.wnewsmore a{color:#333;}

ul.pages{
  overflow:auto;
  list-style:none;
}

ul.pages li.pag{
  float:left;
  padding:5px;
  margin:0px 0px 0px 7px;
  cursor:pointer;
} 

.buttons{
  margin:8px 0px 0px 0px;
  background-color:#EEE;
}

span.prev, span.next{
  cursor:pointer;  
}

/*
 * Newspro Pop Up
 */
.xtc_popup{
  cursor:pointer;
}
.xtc_popup .pop{
  display:none;
}

.xtcpopup{
  padding:16px;
  border:8px solid #d1d1d1;
  background:#f1f1f1;
  z-index:9999999;
}

.xtcpopupclose{
  position:absolute;
  top:-20px;
  right:0px;
  width:20px;
  padding:5px;
  text-indent:-9999px;
  color:#FFFFFF;
  background:url('closebox.png') no-repeat;
  cursor:pointer;
}

.xtcpopupdrag{
  position:absolute;
  top:-20px;
  right:40px;
  width:20px;
  padding:5px;
  text-indent:-9999px;
  color:#FFFFFF;
  background:url('movebox.png') no-repeat;
  cursor:pointer;
}

/*
 * Newspro Complement: Slidebox CSS
 */
div.xtc_slidebox{position:relative;}
div.slidepanel{position:absolute;}

/*
 * Newspro Complement: Tooltips CSS
 */
div.xtc_tooltip div.tip{
  visibility:hidden;
  color:#EEE;
  background:#333;
}


