/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
width:414px;
/*height:21px;*/
margin:0px;
padding:0px;
}

#WhatsEventsContent{
	width:414px;
	height:205px;
	padding-top: 5px;
	clear:both;
	overflow:hidden;
	background-image:url(../_img/WhatsNewBG.png);
	background-repeat:no-repeat;
}

#WhatsEventsContent a.NewsItem{
	display:block;
	width:399px;
	height:19px;
	padding:6px 0px 0px 5px;
	margin:0px 0px;
	font-size:12px;
	color:#0063be;
	text-decoration:none;
}

#WhatsEventsContent a.ViewAllLink{
	display:block;
	width:175px;
	height:14px;
	padding:5px 20px 0px 0px;
	margin:auto;
	text-align:right;
	font-size:11px;
	color:#000;
	text-decoration:none;
	background-image:url(../_img/NewsViewAllArrow.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	float:right;
	margin-right:15px;		
}

#WhatsEventsContent a.NewsItem:hover{
	background-image:url(../_img/WhatsNewLinkBG_r.jpg);
}

#WhatsEventsContent a.NewsItem .title{
	color:#5e6060;
}

#WhatsEventsContent #WhatsnewTop{
	width:408px;
	padding:0px 3px;
	height:86px;
	
	/*border-bottom:3px #c3c3c3 solid;*/
}

#WhatsEventsContent #WhatsnewTop .text {
	color:#0063be;
	font-size:12px;
	line-height:16px;
	/*padding:11px 11px 11px 0px;*/
	padding:0px 1px 11px 0px;	
}


#WhatsEventsContent #WhatsnewTop .text .title{
	color:#5e6060;
	padding-top:8px;
}

#WhatsEventsContent #WhatsnewTop img{
	width:98px;
	height:65px;
	border:2px #bed5e5 solid;
	float:left;
	margin:9px;
}

.shadetabs li{
display: inline;
margin: 0px;
padding:0px;
}

.shadetabs li a{
	text-decoration:none;
	width:128px;
	height:21px;
	padding:7px 0px 0px 10px;
	float:left;
	color:#0063BE;
	background-image:url(../_img/whatsEvents_Tab.png);
	background-repeat:no-repeat;
}


.shadetabs li a:hover, .shadetabs li a.selected{ /*selected main tab style */
	background-image:url(../_img/whatsEvents_Tab_r.png);
	background-repeat:no-repeat;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


