/* 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/slot_buttons/left_arrow.png") no-repeat center;
	display: block;
	height: 24px;
	width: 26px;

}

 .slider_next{
	
	background: url("/images/slot_buttons/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 */



/*  New SPONSORS slider css */

.sponsor_slider_rightside{border:1px solid #d8d8ec; width:204px; height:262px; margin:0 0 5px 0;padding:2px;background-color:#fff; }

.sponsor_slider_container{
	width:auto;
	height:208px;
	overflow: hidden;
	background:transparent url(/images/purple_bg.jpg) repeat-x scroll left bottom;	
}

.sponsor_slide{
	height:198px;
	width:198px;
	padding:5px;
}

.sponsor_slide .sponsor_image {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	clear:both
}

.sponsor_slide .sponsor_heading {
	width:180px;
	font-size:14px;
	font-weight: bold;
	padding-top:5px;
}

.sponsor_slide .sponsor_sub_heading {
	width:180px;
	color: #6E6E6E;
}

.sponsor_slide .sponsor_description{
	padding-top:5px;
}

.sponsor_slider_nav_container{
	background: url(/images/slot_nav_bg.gif) left top repeat-x;	 
	margin:0px;	 
	width:auto;
	height:26px;
	padding:0px 5px;
	background-color: #858585;
}
		
.sponsor_slider_nav_container .prev,
.sponsor_slider_nav_container .next,
.sponsor_slider_nav_bullets .bullets,
.sponsor_slider_nav_bullets .activeSlide{
	display:block;
	width:11px;
	height:17px;
	float:left;
	border:0px solid #FF0000;
	margin:4px 1px 0px 1px;	
	}
.sponsor_slider_nav_container .prev{
	background:url(/images/slot_buttons/left_arrow.png) center center no-repeat !important;
	
}
.sponsor_slider_nav_container .next{
	background:url(/images/slot_buttons/right_arrow.png) center center no-repeat !important;
	
}
.sponsor_slider_nav_bullets .bullets{
	background:url(/images/slot_buttons/inactive_bullet.png) center center no-repeat !important;
	
}
.sponsor_slider_nav_bullets .activeSlide{
	background:url(/images/slot_buttons/active_bullet.png) center center no-repeat !important;
	
}

.sponsor_slider_nav_container .readMore{
	float:right;
	margin:5px 1px 0px 1px;
	
}

.sponsor_slider_nav_container .readMore a{font-weight:bold; color: #333333 !important;}


/*  New Alliance slider css */

.alliance_slider_rightside{border:1px solid #d8d8ec; padding:2px; width:204px; height:262px; margin:0 0 5px 0;background-color:#fff;}




.alliance_slider_container{
	width:auto;
	height:208px;
	overflow: hidden;
	
		
}

.alliance_slide{
	height:198px;
	width:198px;
	padding:5px;
}

.alliance_slide .alliance_image {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	clear:both
}

.alliance_slide .alliance_heading {
	width:180px;
	font-size:14px;
	font-weight: bold;
	padding-top:5px;
}

.alliance_slide .alliance_sub_heading {
	width:180px;
	color: #6E6E6E;
}

.alliance_slide .alliance_description{
	padding-top:5px;
}

.alliance_slider_nav_container{
	background: url(/images/slot_nav_bg.gif) left top repeat-x;
	margin:0px;	 
	width:auto;
	height:26px;
	padding:0px 5px;
	background-color: #858585;
}
		
.alliance_slider_nav_container .prev,
.alliance_slider_nav_container .next,
.alliance_slider_nav_bullets .bullets,
.alliance_slider_nav_bullets .activeSlide{
	display:block;
	width:11px;
	height:17px;
	float:left;
	border:0px solid #FF0000;
	margin:4px 1px 0px 1px;	
	}
.alliance_slider_nav_container .prev{	
	background:url(/images/slot_buttons/left_arrow.png) center center no-repeat !important;
}
.alliance_slider_nav_container .next{
	
	background:url(/images/slot_buttons/right_arrow.png) center center no-repeat !important;
}
.alliance_slider_nav_bullets .bullets{
	background:url(/images/slot_buttons/inactive_bullet.png) center center no-repeat !important;
	
}
.alliance_slider_nav_bullets .activeSlide{
	background:url(/images/slot_buttons/active_bullet.png) center center no-repeat !important;
	
}

.alliance_slider_nav_container .readMore{
	float:right;
	margin:5px 1px 0px 1px;
	
}

.alliance_slider_nav_container .readMore a{font-weight:bold; color: #333333 !important;}

#homepage_member_slider {
	height:183px !important;
}



.sponsor_slider_rightside h4,
.alliance_slider_rightside h4 {
	background:#D8D4E2 none repeat scroll 0 0;padding:4px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.3pt;
	margin:0 0 5px;	
}

/* To hide read more link */
.hidden_link { display: none; }



/*  Newsletter slider css */


/** General sidebar rotator frame css begin */
.sidebar_rotator{float:left; overflow:hidden; width:12.7em !important; height:10.9em !important; border:0px solid #f00;}
.sidebar_rotator .slides_container{ width:12.7em !important; height:10.9em !important; float:left;}
.sidebar_rotator .content_slide{width:99%; border:0px solid #0f0; float:left;}
.sidebar_rotator .content_slide .image {margin-left:auto;margin-right:auto;text-align: center;clear:both}

.sidebar_rotator_nav_container{width:12.7em; margin:0em; padding:0em; position:relative; z-index:1; float:left; border:0px solid #00f;}

.sidebar_rotator_nav_container .prev,
.sidebar_rotator_nav_container .next,
.sidebar_rotator_nav_container .bullets,
.sidebar_rotator_nav_container .activeSlide{display:block; width:11px; height:12px; float:left; border:0px solid #FF0000; margin:0px 1px 0px 1px;}

/** defaults to white page bullets */

.sidebar_rotator_nav_container .prev{
	background:url(/images/slot_buttons/left_arrow_white.png) center center no-repeat !important;
}
.sidebar_rotator_nav_container .next{
	background:url(/images/slot_buttons/right_arrow_white.png) center center no-repeat !important;
}
.sidebar_rotator_nav_container .bullets{
	background:url(/images/slot_buttons/inactive_bullet_white.png) center center no-repeat !important;
}
.sidebar_rotator_nav_container .activeSlide{
	background:url(/images/slot_buttons/active_bullet_white.png) center center no-repeat !important;
}

.sidebar_rotator_nav_container .pager{float:right; margin-top:0.4em; border:0px solid #f00;}
.sidebar_rotator_nav_container .readMore{
	float:left;
	margin:0.2em 0em 0em;
	
}

.sidebar_rotator_nav_container .readMore a{font-weight:bold; color: #fff !important; text-transform:lowercase;
background:url(/images/white_arrow.png) left center no-repeat; padding:0em 0em 0em 1em;}


/** defaults to white bullet and link*/


/** Black paging navigation **/

.black_pager .prev{
	background:url(/images/slot_buttons/left_arrow.png) center center no-repeat !important;
}
.black_pager .next{
	background:url(/images/slot_buttons/right_arrow.png) center center no-repeat !important;
}
.black_pager .bullets{
	background:url(/images/slot_buttons/inactive_bullet.png) center center no-repeat !important;
}
.black_pager .activeSlide{
	background:url(/images/slot_buttons/active_bullet.png) center center no-repeat !important;
}

.black_pager .readMore a{color: #000 !important; background:url(/images/slot_buttons/actionlink_bullet.png) left 0.2em no-repeat !important;}


/** Landing page event slider **/
/*
#landing_event_slider {height:9em !important; border:1px solid #f00; overflow: hidden;  }
#landing_event_slider .content_slide {height:7em !important; border:0px solid #f00;  }
*/


.orange_pager .prev{	
	background:url(/images/slot_buttons/left_arrow.png) center center no-repeat !important;
}
.orange_pager .next{
	
	background:url(/images/slot_buttons/right_arrow.png) center center no-repeat !important;
}
.orange_pager .bullets{
	background:url(/images/slot_buttons/inactive_bullet.png) center center no-repeat !important;
	
}
.orange_pager .activeSlide{
	background:url(/images/slot_buttons/active_bullet.png) center center no-repeat !important;
	
}





