/* ***********************************************************************
BUDGETTRAVEL.COM - GLOBAL STYLESHEET FOR MODULES & PLUGINS
This file contains global styles for modules like the booking module 
and jquery plugins
  
NOTES:
- when troubleshooting IE, check the IE stylesheets

************************************************************************** */

/* /////////////////////////////////////////////////////////////////////// */
/* ARTICLE COMMENTS */
/* 2009.08.17 JBeam - styles for all article comments should eventually go here.
For now, targeting the below styles only to the destinations > city pages. */
/* /////////////////////////////////////////////////////////////////////// */
#wrapper_main.destinations.city #wrapper_socialmedia #wrapper_articlecomments ul#ka_commentList h3 .editor
{
	display:inline-block;
	margin:0px 0px 0px 10px;
	padding:0px;
	width:58px;
	height:15px;
	background-image:url('http://www.budgettravel.com/bt-srv/images/sprite_socialmedia_v1.1.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	z-index:0;
	vertical-align:top;
	
	color:#fff;
	font-size:0px;
	line-height:0px;
	text-indent:-10px;
}

/* /////////////////////////////////////////////////////////////////////// */
/* READER REPORTS */
/* 2009.06.04 JBeam - these currently exist only on FAST Real Deals listings */
/* /////////////////////////////////////////////////////////////////////// */

#readerReport
{
	padding:0px 0px !important;
	background-image:none !important;
}

	#readerReport .rrHolder
	{
		margin:0px 15px 0px 5px!important;
		padding:7px 11px 9px;
		border:1px solid #c880b9;
	}
	
		#readerReport .rrHolder .rrHeader
		{
			margin-bottom:7px;
		}
		
		#readerReport .rrHolder .rrBody
		{
			padding-left:110px;
			/* height:70px; */
			background-repeat:no-repeat;
			background-position:0px 0px;
		}
		
			#readerReport .rrHolder .rrBody .rrTitle
			{
				font-family:Georgia,Times,serif;
				font-weight:bold;
			}
			
			#readerReport .rrHolder .rrBody .rrTellUs
			{
				margin-top:5px;
				padding-left:20px;
				background-image:url('http://www.budgettravel.com/bt-srv/realdeals/readerreport/images/readerreport_bullet.gif');
				background-repeat:no-repeat;
				background-position:0px 0px;
			}
			
				#readerReport .rrHolder .rrBody .rrTellUs a
				{
					color:#910274;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-weight:bold;
				}
