/*
Upcoming events plugin styles
*/
.UEContainer
{
	width:665px;
	height:280px;
	position:relative;
	background-color:#989898;
	background-color:#FFFFFF;
	margin-bottom:5px;
	cursor:default;
	border-top:1px solid #FFFFFF;
	overflow:hidden;
}

.UEPic
{
	width:392px;
	height:224px;
	background-color:#FFFFFF;
	
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	text-align:left;
	vertical-align:top;
	cursor:default;
}

.UEPic img
{
	background-color:#FFFFFF;
}

.UEPicLoading
{
	background-color:#FFFFFF;
	width:55px;
	height:55px;
	
	position:absolute;
	left:176px;
	top:85px;
}

.UEDetail
{
	width:392px;
	height:56px;
	background-color:#989898;
	border-top: 1px solid #FFFFFF;
	position:absolute;
	left:0;
	top:224px;
	cursor:default;
}

.UEDetail .UEDetailPromo
{
	float:left;
	clear:none;
	padding:10px;
	text-align:left;
	cursor:default;
}

.UEDetail .UEDetailPromo .UEDetailPromoline1
{
	color:#FFFFFF;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:default;
}

.UEDetail .UEDetailPromo .UEDetailPromoline2
{
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:default;
}

.UEDetail .UEDetailLinks
{
	float:right;
	clear:none;
	padding: 5px 30px 0 0;
	text-align:left;
	vertical-align:middle;
	height:100%;
	min-height:100%;
	height:auto !important;
}

.UEDetail .UEDetailLinks a, .UEDetail .UEDetailLinks a:visited
{
	font-size:10px;
	color:#CCFF6D;
	line-height:20px;
	cursor:pointer;
}

.UEDetail .UEDetailLinks a:hover
{
	color:#FFFFFF;
	cursor:pointer;
}

/* All browsers: play with this to get IE right*/
.UEList
{
	width:258px;
	height:280px;
	background-color:#E9E9E9;
	
	border-left: 2px solid white;
	position:absolute;
	left:392px;
	top:0;
	cursor:default;
	margin:0;
	
}

.UEScroller
{
	width:13px;
	width:15px\9;
	height:280px;
	background-color:#E9E9E9;
	
	border-left: 2px solid white;
	position:absolute;
	right:0;
	top:0;
	cursor:default;
	margin:0;
}

.UEScrollerHandle
{
	position:absolute;
	width:13px;
	height:40px;
	top:0;
	right:0;
	cursor:pointer;
	background:#989898 url("/images/handle.gif") center center no-repeat;
	-moz-border-radius:3px;
}

.UEListItem
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid white;
	padding-right:5px;
	padding-left:0;
	clear:both;
	z-index:100;
	cursor:pointer;
	margin:0;
}

.UEListItemContainer
{
	margin-left:0;
	width:100%;
}

.UEOff .UEListItemContainer
{
	padding-right:5px;
	padding-left:5px;
}

.UEOn .UEListItemContainer
{
	padding-right:5px;
	padding-left:5px;
}

.UEListItemContainer .UEListItemDate
{
	float:left;
	clear:none;
	/*width:60px;*/
	width:110px;
	text-align:left;
	white-space:nowrap;
}

.UEListItemContainer .UEListItemTitle
{
	float:right;
	clear:none;
	text-align:left;
	/*width:165px;*/
	width:115px;
	overflow:hidden;
	white-space:nowrap;
}

.UEOnArrow
{
	position:absolute;
	left:0;
	top:0;
	background-image: url(../Images/events/UEOn.gif);
	width:14px;
	height:27px;
	display:none;
	z-index:99;
}

.UEListItem:last-child
{
	border-bottom: 1px solid white;
}

.UEOff
{
	background-color:#E9E9E9;
	color:#000000;
	border-left: 1px solid #E9E9E9;
	z-index:100;
}

.UEOn
{
	background-color:#A9C548;
	color:#FFFFFF;
	border-left: 1px solid #A9C548;
	z-index:100;
}

/* Specific to FireFox */
html>body .UEList
{
	width:258px;
	height:280px;
	background-color:#E9E9E9;
	
	border-left: 2px solid white;
	position:absolute;
	left:392px;
	top:0;
	cursor:default;
}
 
html>body .UEListItem
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid white;
	padding-right:5px;
	/*padding-left:12px;*/
	padding-left:5px;
	clear:both;
	z-index:100;
	cursor:pointer;
	margin:0;
}

html>body .UEListItemContainer
{
	margin-bottom:8px;
	padding:0;
}

html>body .UEOff .UEListItemContainer
{
	padding:0;
	margin-bottom:6px;
}

html>body .UEOn .UEListItemContainer
{
	padding:0;
	margin-bottom:6px;
}

html>body .UEListItemContainer .UEListItemDate
{
	float:left;
	clear:none;
	/*width:60px;*/
	width:115px;
	line-height:7px;
	white-space:nowrap;
}

html>body .UEListItemContainer .UEListItemTitle
{
	float:right;
	clear:none;
	text-align:left;
	/*width:165px;*/
	width:132px;
	line-height:7px;
}


html>body .UEListItem:last-child
{
	border-bottom: 1px solid white;
}

html>body .UEOff
{
	background-color:#E9E9E9;
	color:#000000;
	border-left: 1px solid #E9E9E9;
	z-index:100;
}

html>body .UEOn
{
	background-color:#A9C548;
	color:#FFFFFF;
	border-left: 1px solid #A9C548;
	z-index:100;
}

#UEtooltip {
	position: absolute;
	z-index: 3000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid black;
	background-color:#E9E9E9;
	color:#000000;
	padding:5px;
}
#UEtooltip h3, #UEtooltip div
{ 
	margin: 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#000000;
}

/* END FF */
