/*	WIKI MEMBERS		*/
	.Tools
		{	padding:		2px 0px 10px 0px;
		}
		.Tools .Links,
		.Tools .Links a
			{	font-size:		11px;
				color:			#46225f;
				font-weight:		bold;
			}
		.Tools .EditedBy
			{	font-size:		9px;
			}

	.Section
		{	padding:		7px 5px 11px 5px;
		}


		.Section td
			{	vertical-align:		top;
			}

		.Section.Top
			{	border-bottom:		1px solid #989690;
			}
			.Section.Top .Lit_Content
				{	padding-right:		20px;
				}
		.Section.Middle
			{	border-bottom:		1px solid #989690;
				border-top:		1px solid #fff;
			}
		.Section.Bottom
			{	border-top:		1px solid #fff;
			}

		.Section .Lit_Title
			{	font-size:		18px;
				color:			#46225f;
				padding:		0px 0px 0px 20px; 
			}
		.Section .Lit_Content
			{	font-size:		11px;
				padding-top:		5px; 
			}
		.Section .Lit_Img
			{	border-bottom:		1px solid #676561;
				border-right:		1px solid #676561;
			}


		.Section .Schedule
			{	border:			1px solid #595037;
				background:		#868277;
				display:		block;
				width:			135px;
			}
			.Section .Schedule .Lit_Title
				{	font-size:		14px;
					color:			#fff;
					padding:		4px; 
					border-bottom:		1px solid #575142;
					background:		#716c60;

				}
			.Section .Schedule .Lit_Content
				{	font-size:		10px;
					color:			#fff;
					padding:		5px 5px 5px 8px; 
					border-top:		1px solid #b6b4ad;
					height:			200px;
					vertical-align:		top;
				}

		.Section .TextBox
			{	font-size:		16px;
				width:			100%;
			}
		.Section .EdtTitle
			{	font-size:		10px;
				text-align:		right;
				width:			100%;
				height:			22px;
				display:		block;
				background:		#46225f;
				color:			#fff;
				padding:		3px;
			}


		.Gallery
			{
			}
			.Gallery .DivImg
				{		padding:		7px;
						float:			left;
				}
			.Gallery .DivImg .Unhover
				{		position:		static;
						display:		none;
				}
			.Gallery .DivImg .Hover
				{		position:		absolute;
						display:		table;
				}
			.Gallery .DivImg .ImgCell
				{		background:		#000;
						padding:		1px;
				}
			.Gallery .DivImg .ImgCell img
				{		border:			1px solid #fff;
				}
			.Gallery .DivImg .Arrow
				{		padding-bottom:		5px;
				}
