@charset "utf-8";
/* CSS Document */

.activitiesPanelBg{
	background-color:#edebeb;
	background-image:url(../img/ActivitiesBg.png);
	background-repeat:repeat-x;
	background-color:;
	background-position:bottom;
}

.activitiesFooter_Left{
		background-image:url(../img/ActivitiesFooterLeft.png);
		width:9px;
		height:13px;
		background-repeat:no-repeat;
		background-position:top;
	}
.activitiesFooter_Right{
		background-image:url(../img/ActivitiesFooterRight.png);
		width:9px;
		height:13px;
		background-repeat:no-repeat;
		background-position:top;
	}
.activitiesFooter_Center{
		background-image:url(../img/ActivitiesFooterCenter.png);
		height:13px;
		background-repeat:repeat-x;
		background-position:top;
	}
.activitiesBigPicArea{
		width:240px;
		height:220px;
		background-position:center;
		background-size: 100%;
		background-repeat:no-repeat;
	}
.activitiesInfoArea{
		width:170px;
		height:220px;
		background-color:#1f211f;
	}
.activitiesHeader{
		color:#FFF;
		height:40px;
		width:169px;
		overflow:hidden;
		position:relative;
		font-family:Verdana;
		font-size:14px;
		font-weight:bold;
		text-align:center;
	}
.activitiesComment{
		color:#CCC;
		height:80px;
		width:169px;
		overflow:hidden;
		position:relative;
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
		text-align:center;
	}
.activitiesInfoHeader{
		color:#CCC;
		height:20px;
		width:70px;
		overflow:hidden;
		position:relative;
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
	}
.activitiesContent{
		color:#FFF;
		height:20px;
		width:100px;
		overflow:hidden;
		position:relative;
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
	}
.activitiesLocation{
		color:#CCC;
		height:60px;
		width:100px;
		overflow:hidden;
		position:relative;
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
	}
.activitiesThumb{
		cursor:pointer;
	}
.activitiesSlideHeader{
		color:#000;
		overflow:hidden;
		position:relative;
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
		text-align:center;
	}
.activitiesSlideDate{
		color:#000;
		overflow:hidden;
		position:relative;
		font-family:Verdana;
		font-size:10px;
		font-weight:bold;
		text-align:center;
	}
.activitiesSlideItem{
		padding-top:10px;
		padding-bottom:10px;
	}
.activitiesPage_Header{
		width:100%; 
		font-family:Tahoma; 
		font-size:16px; 
		color:#C00; 
		font-weight:bold;
	}
.activitiesPage_ThumbHeader{
		position:relative;
		width:100%; 
		font-family:Tahoma; 
		font-size:12px; 
		color:#C00; 
		font-weight:bold;
		cursor:pointer;
	}
.activitiesPage_ThumbText{
	position:relative;
	width:100%;
	font-family:Tahoma;
	font-size:10px;
	color:#333;
	}
.activitiesPage_InfoArea{
		width:419px; 
		background-color:#f3f3f3;
		border: 1px dotted #000;
	}
.activitiesPage_InfoHead{
		font-family:Tahoma;
		font-size:10px;
		font-weight:bold;
		color:#333;
	}
.activitiesPage_InfoText{
		font-family:Tahoma;
		font-size:10px;
		padding-left:5px;
		color:#333;
	}
.activitiesPage_ThumbInfoArea{
		width:100%; 
		height:100%;
		background-color:#f3f3f3;
		border: 1px dotted #000;
	}

