/*
 * YPR v1.0.0 - Yahoo pipes renderer plugin for jQuery
 *
 * Copyright (c) 2008 Toby Batch (neontribe.org)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * $Date: 2009-02-05 10:49 (Thurs, 05 Feb 2009) $
 * $Rev: 4663 $
 */
 
#ypr_navig_left
{
	background: url(jquery.ypr.go-previous.png) no-repeat 0 0;
	height: 16px;
	width: 16px;
	cursor: pointer;
}

#ypr_navig_right
{
	background: url(jquery.ypr.go-next.png) no-repeat 0 0;
	height: 16px;
	width: 16px;
	cursor: pointer;
}

.ypr_link
{
	margin-bottom:8px;
}

#ypr
{
	color: #0c0c0c;
	width: 350px;	
	background: #dcdcdc;
	border: 2px outset;
	margin: 5px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#ypr a
{
	color: #0000c0;
}

#ypr_navig
{
	margin-top: 5px;
}