/****************************************************************************
*** Structure ***************************************************************
****************************************************************************/

	/* Uncomment to hide Site Title and Site Description if shown in wide logo graphic */
	/*
	.CommonTitleBarTitle,
	.CommonTitleBarDescription
	{
		display: none;
	}
	*/

/****************************************************************************
*** Backgrounds *************************************************************
****************************************************************************/

	BODY /* Uncomment one of the choices */
	{
		/* For a background color */
			background-color: #000000;
			background-image: url('none');
		/* Or for a background image */
		/*	background-color: #000000;
			background-image: url(http://path/to/image.gif);
			background-repeat:repeat;*/
	}	

	#Common
	{
		border-top: solid 0px #007D8B; /* Set to 0px or change color to mimic MenuBar Background Color */
	}

/****************************************************************************
*** Major Colors ********************************************************
****************************************************************************/

	.CommonTitleBarTitle
	{
		color: #000000;	/* Site Title Color */
	}

	.CommonTitleBarDescription
	{
		color: #000000; /* Site Description Color */
	}

	.CommonTitle,
	.CommonTitle a:link,
	.CommonTitle a:hover,
	.CommonTitle a:visited,
	.BlogPostHeader,
	#comments h3
	
	{
		color: #000000; /* Major Headings Color */
	}

	#welcome, #welcome A, 
	#welcome A:VISITED, 
	#welcome A:ACTIVE, 
	#welcome A:HOVER
	{
		color: #267911; /* Color for "Signed in as..." block */
	}


	a:link,
	a:visited,
	a:hover,
	.CommonSidebarContent a:link,
	.CommonSidebarContent a:hover,
	.CommonSidebarContent a:visited,
	.CommonSidebarArea a:link,
	.CommonSidebarArea a:hover,
	.CommonSidebarArea a:visited,
	.CommonInlineMessageArea a:link,
	.CommonInlineMessageArea a:hover,
	.CommonInlineMessageArea a:visited
	{
		color: #267911; 			/* Default Link Color */
	}
		
	.CommonSidebarHeader,
	.CommonSidebarHeader a:link,
	.CommonSidebarHeader a:visited,
	.CommonSidebarHeader a:hover
	{
		background-color: #007D8B;	/* Sidebar Title Bar Background Color */
		color: #FFFFFF;				/* Sidebar Title Bar Text Color */
	}

	.CommonInlineMessageTitle,
	.CommonInlineMessageTitle a:link,
	.CommonInlineMessageTitle a:hover,
	.CommonInlineMessageTitle a:visited,
	.CommonListTitle,
	.CommonListTitle a:link,
	.CommonListTitle a:hover,
	.CommonListTitle a:visited
	{
		color: #FFFFFF;				/* Title Bar Text Color */
		background-color: #9FCA12;	/* Title Bar Background Color */
	}
	
	.CommonListHeader,
	.CommonListHeaderLeftMost
	{
		background-color: #FFFFFF;	/* Column Headers Background Color */
		color: #000000; 			/* Column Headers Text Color */
	}	
	
	.CommonBreadCrumbArea,
	.CommonBreadCrumbArea a:link,
	.CommonBreadCrumbArea a:hover,
	.CommonBreadCrumbArea a:visited
	{
		color: #000000; 			/* Color of breadcrumb links */
		background-color: #FFFFFF;	/* Background color for breadcrumbs bar */
	}

	
/****************************************************************************
*** Menu Bar ****************************************************************
****************************************************************************/

	.CommonTabBar
	{
		background-color: #9FCA12;	/* Background Color */
		background-image: url('none');
	}

	.CommonSimpleTabStripTab, 
	.CommonSimpleTabStripTab A:LINK, 
	.CommonSimpleTabStripTab A:VISITED, 
	.CommonSimpleTabStripTab A:ACTIVE
	{
		color: #FFFFFF;	/* Link Text Color */
		background-color: #9FCA12;	/* Background Color */
		background-image: url('none');
	}

	.CommonSimpleTabStripTabHover,
	.CommonSimpleTabStripTabHover A:LINK, 
	.CommonSimpleTabStripTabHover A:VISITED, 
	.CommonSimpleTabStripTabHover A:ACTIVE,
	.CommonSimpleTabStripTab A:HOVER,
	.CommonSimpleTabStripTabHover A:HOVER
	{
		color: #FFFFFF;	/* Hover Tab Link Color */
		background-color: #007D8B; /* Hover Tab Background Color */
		background-image: url('none');
	}

	.CommonSimpleTabStripSelectedTab,
	.CommonSimpleTabStripSelectedTab A:LINK, 
	.CommonSimpleTabStripSelectedTab A:VISITED, 
	.CommonSimpleTabStripSelectedTab A:ACTIVE,
	.CommonSimpleTabStripSelectedTab A:HOVER
	{

		color: #FFFFFF;	/* Selected Tab Link Color */
		background-color: #007D8B; /* Selected Tab Background Color */
		background-image: url('none');
	}

/****************************************************************************
*** Forums Only *************************************************************
****************************************************************************/

	.ForumPostHeader
	{
		background-color: #267911; /* Background color for forum post title bar where date is shown */
	}

	.ForumPostUserArea
	{
		background-color: #CCCCCC; /* Background color for part of forum post on left where user info is shown */
	}

	.ForumPostTitleArea
	{
		background-color: #FFFFFF; /* Background color for part of forum post on top where title and buttons is shown */
	}

	.ForumPostBodyArea,
	.ForumPostFooterArea,
	.ForumPostContentArea
	{
		background-color: #FFFFFF; /* Background color for content of forum post */
	}
	
	.ForumGroupNameRead:link,
	.ForumGroupNameRead:hover,
	.ForumGroupNameRead:visited,
	.ForumGroupNameUnRead:link,
	.ForumGroupNameUnRead:hover,
	.ForumGroupNameUnRead:visited
	{
		color: #000000; 			/* Forum Name Link Color */
	}

	.ForumNameRead:link,
	.ForumNameRead:hover,
	.ForumNameRead:visited
	{
		color: #999999; 			/* Link color for forum thread that has been read */
	}

	.ForumNameUnRead:link,
	.ForumNameUnRead:hover,
	.ForumNameUnRead:visited
	{
		color: #000000; 			/* Link color for unread forum thread */
	}
