/* CSS Document */
.slider_block{
	
	display:block;
	position: relative;
	overflow: hidden; 
	border: 0px solid #C9CE8D; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 185px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 100%;			
	clear: both;	
	margin-bottom:10px;
	text-align: center;
}

.slider_block .slide_details{
	width:185px;
	border:0px solid #FF0000;
}

.slider_nav_container{
	border:0px solid #FF0000;	
	width:185px;
	float:left;
	margin:0px;
	padding:0px;
}
.left_arrow, .right_arrow{width: 26px;float:left}
.right_arrow{ float:right}

.slider_nav_div{
	border:0px solid #FF0000;
	margin-left:auto;
	margin-right:auto;
	width:125px;
}
.slider_nav_div a { 
	float:left; 
	min-height:23px; 
	height:23px;
	width:23px;
	display:inline; 
	text-decoration: none; 
	margin:0px 2px;
	
	padding:5px 0px 0px 0px;
	color:#000000;
	font-weight:bold;
	
	background: url("/images/paging.jpg") no-repeat center;
}
.slider_nav_div a.activeSlide { 
	background: url("/images/pageover.jpg") no-repeat center;
	color:#FFFFFF;
}
.slider_nav_div a:focus { 
	outline: none;
	border:0px solid #FF0000;
}

.slider_prev, .slider_next {
	float:left;
	background: url("/images/left_arrow.png") no-repeat center;
	display: block;
	height: 24px;
	width: 26px;

}

 .slider_next{
	
	background: url("/images/right_arrow.png") no-repeat center;

}

.slide_container {
	margin:0px;
	float:left;
	height:100%;
	text-align: left;
	border:0px solid #ff0000;
}

.slide {
	float:left;
	display:block;
	width:185px;
}

.slide a{
	text-decoration: underline;
}

.slide .slide_title {
	display:block;
	
	font-weight: bold;
	padding:10px 0px 0px 0px;
}

.slide  ul {
	border:0px solid #00FF00;
	padding-left:10px;
	_padding-left:12px;
	margin:0px;
}

.slide_link {
	font-size: 11px;
	float:right;
	padding:0px;
}



#date_box{
	float:left;
	width:182px;
	margin:auto;
	height:50px;
	display:block;
	text-align: center;
	font-weight: bold;
	border:0px solid #FF0000;
}

#date_box #month{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

#date_box #day_box{
	float:right;
	display:block;
	border:2px solid #777777;
	text-align: center;	
	padding:7px;
	line-height:normal;
	font-size: 32px;
	font-weight: bold;
	background-color:#A5A5A5;
	color: #FFFFFF
}


/*  New slider css */

.event_slider_container{
	width:auto;
	height:187px;
	overflow: hidden;
	

}

.event_slide{
	height:177px;
	width:198px;
	padding:5px;

}

.event_slide .event_image {
	width:198px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	clear:both;
}

.event_slide .event_heading {
	width:198px;
	font-size:14px;
	font-weight: bold;
	padding-top:5px;
}

.event_slide .event_sub_heading {
	width:198px;
	color: #6E6E6E;
}

.event_slide .event_description{
	padding-top:5px;
}

.event_slider_nav_container{
	/*background:url(/images/blocks_nav.jpg) center repeat-x;*/ 
	margin:0px;	 
	width:auto;
	height:26px;
	padding:0px 5px;
	background-color: #7B627F;
}
		
.event_slider_nav_container .prev,
.event_slider_nav_container .next,
.event_slider_nav_bullets .bullets,
.event_slider_nav_bullets .activeSlide{
	display:block;
	width:11px;
	height:17px;
	float:left;
	border:0px solid #FF0000;
	margin:4px 1px 0px 1px;	
	}
.event_slider_nav_container .prev{
	background:url(/images/homepage_slot_nav_prev.jpg) left center no-repeat !important;
}
.event_slider_nav_container .next{
	background:url(/images/homepage_slot_nav_next.jpg) left center no-repeat !important;
}
.event_slider_nav_bullets .bullets{
	background:url(/images/homepage_slot_nav_bullet.jpg) left center no-repeat !important;
}
.event_slider_nav_bullets .activeSlide{
	background:url(/images/homepage_slot_nav_activebullet.jpg) left center no-repeat !important;
}

.event_slider_nav_container .readMore{
	float:right;
	margin:5px 1px 0px 1px;
	
}

.event_slider_nav_container .readMore a{font-weight:bold; color: #FEFEFE !important;}



/*  Newsletter slider css */

.newsletter_slider_rightside{
	border:1px solid #d8d8ec;
	width:208px; 
	margin:0 0 5px 0;
	background-color: #fff;
	/*background:url(/images/purple_bg.jpg) left bottom repeat-x !important;*/
}

.newsletter_slider_rightside #nl_slide_issue_box{
	text-align:center;
}

.newsletter_slider_container{
	width:auto;
	height:208px;
	overflow: hidden;
	/*background:transparent url(/images/purple_bg.jpg) repeat-x scroll left bottom;*/	
}

.newsletter_slide{
	height:198px;
	width:198px;
	padding:5px;
}

.newsletter_slide .newsletter_image {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	clear:both
}

.newsletter_slide .newsletter_heading {
	width:180px;
	font-size:14px;
	font-weight: bold;
	padding-top:5px;
}

.newsletter_slide .newsletter_sub_heading {
	width:180px;
	color: #6E6E6E;
}

.newsletter_slide .newsletter_description{
	padding-top:5px;
}

.newsletter_slider_nav_container{
	background:url(/images/blocks_nav.jpg) center repeat-x; 
	margin:0px;	 
	width:auto;
	height:26px;
	padding:0px 5px;
	/*background-color: #858585;*/
}
		
.newsletter_slider_nav_container .prev,
.newsletter_slider_nav_container .next,
.newsletter_slider_nav_bullets .bullets,
.newsletter_slider_nav_bullets .activeSlide{
	display:block;
	width:11px;
	height:17px;
	float:left;
	border:0px solid #FF0000;
	margin:4px 1px 0px 1px;	
	}
.newsletter_slider_nav_container .prev{
	background:url(/images/slot_buttons/left_arrow.png) center center no-repeat !important;
}
.newsletter_slider_nav_container .next{
	background:url(/images/slot_buttons/right_arrow.png) center center no-repeat !important;
}
.newsletter_slider_nav_bullets .bullets{
	background:url(/images/slot_buttons/inactive_bullet.png) center center no-repeat !important;
}
.newsletter_slider_nav_bullets .activeSlide{
	background:url(/images/slot_buttons/active_bullet.png) center center no-repeat !important;
}

.newsletter_slider_nav_container .readMore{
	float:right;
	margin:5px 1px 0px 1px;
	
}

.newsletter_slider_nav_container .readMore a{font-weight:bold; color: #FEFEFE !important;}


#homepage_member_slider {
	height:183px !important;
}

#homepage_member_slider .content_slide{
	height:180px;
	width:235px;
	border:0px solid #f00;
}
/* To hide read more link */
.hidden_link { display: none; }

