/****************************************************************************
*** 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: #999999;
			background-image: none;*/
		/* Or for a background image */
			background-color: #CCCCCC;
	background-image: url(http://www.fox16.com/sites/klrt/content/commserver/images/bk_grd.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;
	background-attachment: fixed;			
	}	

	#Common
	{
		border-top: solid 3px #5789BF; /* Set to 0px or change color to mimic MenuBar Background Color */
	}

/****************************************************************************
*** Major Colors ********************************************************
****************************************************************************/

	.CommonTitleBarTitle
	{
		color: #104177;	/* Site Title Color */
	}

	.CommonTitleBarDescription
	{
		color: #104177; /* Site Description Color */
	}

	.CommonTitle,
	.CommonTitle a:link,
	.CommonTitle a:hover,
	.CommonTitle a:visited,
	.BlogPostHeader,
	#comments h3
	
	{
		color: #104177; /* Major Headings Color */
	}

	#welcome, #welcome A, 
	#welcome A:VISITED, 
	#welcome A:ACTIVE, 
	#welcome A:HOVER
	{
		color: #104177; /* 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: #104177; 			/* Default Link Color */
	}
		
.CommonSidebarHeader
{
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	background-color: #104177;
	color: #FFFFFF;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	background-image: url(http://www.fox16.com/sites/klrt/content/commserver/images/sidebar-head.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


	.CommonSidebarHeader a:link,
	.CommonSidebarHeader a:visited,
	.CommonSidebarHeader a:hover
	{
		background: transparent;	/* 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: #104177;	/* Title Bar Background Color */
	}
	
	.CommonListHeader,
	.CommonListHeaderLeftMost
	{
		background-color: #D9E4EE;	/* Column Headers Background Color */
		color: #000000; 			/* Column Headers Text Color */
	}	
	
	.CommonBreadCrumbArea,
	.CommonBreadCrumbArea a:link,
	.CommonBreadCrumbArea a:hover,
	.CommonBreadCrumbArea a:visited
	{
		color: #104177; 			/* Color of breadcrumb links */
		background-color: #D9E4EE;	/* Background color for breadcrumbs bar */
	}

	
/****************************************************************************
*** Menu Bar ****************************************************************
****************************************************************************/

	.CommonTabBar
	{
		background-color: #FFFFFF;
		background-image: none;
	}

	.CommonSimpleTabStripTabHover,.CommonSimpleTabStripTab 
	{
	color: #FFFFFF;	/* Link Text Color */
	background: #104177 url(http://www.fox16.com/sites/klrt/content/commserver/images/bluetab.gif) no-repeat left top;
	width: 100px;
	text-align: center;
	padding: 0;
	}
	.CommonSimpleTabStripTab A:LINK, 
	.CommonSimpleTabStripTab A:VISITED, 
	.CommonSimpleTabStripTab A:ACTIVE
	{
	color: #FFFFFF;	/* Link Text Color */
	}
	
	.CommonSimpleTabStripTabHover A:LINK, 
	.CommonSimpleTabStripTabHover A:VISITED, 
	.CommonSimpleTabStripTabHover A:ACTIVE
	{
	color: #FFFFFF;
	}
	.CommonSimpleTabStripTab A:HOVER,
	.CommonSimpleTabStripTabHover A:HOVER
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

	.CommonSimpleTabStripSelectedTab
	{
	color: #FFFFFF;	
	background-color: #000000;
	background-image: url(http://www.fox16.com/sites/klrt/content/commserver/images/blacktab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	text-align: center;
	padding: 0;
}
	.CommonSimpleTabStripSelectedTab A:LINK, 
	.CommonSimpleTabStripSelectedTab A:VISITED, 
	.CommonSimpleTabStripSelectedTab A:ACTIVE,
	.CommonSimpleTabStripSelectedTab A:HOVER
	{
	color: #FFFFFF;	/* Link Text Color */
	}

/****************************************************************************
*** Forums Only *************************************************************
****************************************************************************/

	.ForumPostHeader
	{
		background-color: #5789BF; /* Background color for forum post title bar where date is shown */
	}

	.ForumPostUserArea
	{
		background-color: #D9E4EE; /* Background color for part of forum post on left where user info is shown */
	}

	.ForumPostTitleArea
	{
		background-color: #D9E4EE; /* Background color for part of forum post on top where title and buttons is shown */
	}

	.ForumPostBodyArea,
	.ForumPostFooterArea,
	.ForumPostContentArea
	{
		background-color: #D9E4EE; /* Background color for content of forum post */
	}
	
	.ForumGroupNameRead:link,
	.ForumGroupNameRead:hover,
	.ForumGroupNameRead:visited,
	.ForumGroupNameUnRead:link,
	.ForumGroupNameUnRead:hover,
	.ForumGroupNameUnRead:visited
	{
		color: #104177; 			/* Forum Name Link Color */
	}

	.ForumNameRead:link,
	.ForumNameRead:hover,
	.ForumNameRead:visited
	{
		color: #5485AA; 			/* Link color for forum thread that has been read */
	}

	.ForumNameUnRead:link,
	.ForumNameUnRead:hover,
	.ForumNameUnRead:visited
	{
		color: #104177; 			/* Link color for unread forum thread */
	}
	
#CommonBodyTable {
	border-top: #000000 3px solid;
}

/*Calendar Styles*/
#CalendarArea .CalTitle {
	background-image: none;
	background-color:#104177;
}
#CalendarArea{
	overflow:auto;
}
/*#aspnetForm .CommonTitleBarTitle, #aspnetForm .CommonTitleBarDescription
	{
		display: none;
	}
*/


