/* Activity Layout
*************************************************************/
/* div#ActivityContent_Area {
	width: 100%;
	height: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0;
	margin: 0 auto;
}*/

.activitiesList_title {
	color:#009900;
	font-weight:bold;
}

/*div#activitiesList_Area {
	width: 90%;
	height: auto;
	padding: 20px 0 0 20px;
	text-align: left;
}*/

ul#activities_list li{	
	padding: 0 0 8px 0;
	list-style-type:square;
	color:#009900;
}

div.activitiesArea {
	padding:0 0 0px;
	text-align:left;
	width:100%;
}


/********************************************************/
div#activitiesList_Area {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 0 0;
}

.activitiesDate {
	width: 200px;
	position: relative;
	top: 5px;
	#top: 7px;
	_top: 7px;
	font-size: 1em;
}

div#activitiesArea_Calender {
	float: left;
	width: 200px;
}

div#activitiesName_Area {
	float: left;
	width: 433px;
	height: auto;
	margin: 0 0 0 12px;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

ul.activitiesName li{	
	padding: 0 0 8px 0;
}

span.current {
	color: #CCCC00;
}

div#activitiesArea_divide {
	clear: both;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0px;
	border-bottom: 1px solid #34D2CA;
}

div#activities_content {
	text-align: justify;
	text-justify: inter-ideograph;
}

div#activities_content p.header {
	font-size: 1.3em;
	font-weight: bold;
	color: #009900;
	margin-bottom: 10px;
}

div#activities_content p.subHeader {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

div#activities_content p.content {
	text-indent: 2.1em;
}

div.activities_content_divider {
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #34D2CA;
	margin: 0 0 25px 0;
}

div.activities_content_divider_dashed {
	width: 100%;
	height: 25px;
	border-bottom: 1px dashed #34D2CA;
	margin: 0 0 25px 0;
}

div#activities_leftContent ul.relatedBook {
	width: 90%;
	padding-left: 25px;
	list-style-position: outside;
	list-style-type: disc;
}

div#activities_leftContent {
	float: left;
	width: 420px;
	padding-right: 10px;
	padding-top:0px;
	margin-top:0px;
}

div#activities_rightContent {
	float: left;
	width: 200px;
	text-align: center;
}

div#activities_rightContent img{
	float: right;
	margin-bottom: 20px;
}

div#activities_bottomContent {
	clear: both;
	width: 100%;
	height: 100%;
}

div#activitiesInfo {
	width: 95%;
	height: auto;
	padding: 15px;
	margin: 0;
	overflow: hidden;
	background-color: #eff4d9;
}

div#activitiesInfo_Small {
	float: left;
	width: 99%;
	height: auto;
	padding: 15px;
	margin: 0px;
	background-color: #eff4d9;
}

table#activitiesInfo_Table_Small {
	width: 99%px;
	padding: 0px;
	margin: 0px;
}

table#activitiesInfo_Table {
	float: left;
	width: 260px;
	height: auto;
	padding: 0px;
}

table#activitiesInfo_Table td,
table#activitiesInfo_Table_Small td {
	padding: 0 0 4px 0;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

form#Activityform {
	width: 319px;
	padding: 0px;
	margin: 0px;
}

form#Activityform select{
	padding: 0px;
	margin: 0px;
}


table#Activityform_Table {
	float: right;
	width: 319px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

table#Activityform_Table td {
	padding: 0px;
	margin: 0px;
}

table#Activityform_FormTable {
	position: relative;
	left: 14px;
	width: 291px;
	padding: 0px;
	margin: 0px;
}

table#Activityform_FormTable td {
	padding: 0px;
	margin: 0px;
}

table#Activityform_FormTable td.label {
	width: 75px;
	_width: 250px;
	#width: 250px;
}

table#Activityform_FormTable td.colon {
	width: 15px;
	vertical-align:top;
}

table#Activityform_FormTable td.form_activityName {
	padding: 8px 0;
	font-size: 1.3em;
	color: #ff6600;
	font-weight: bold;
}

