﻿
/* homepage design */

h1#homepageTitle, #breadcrumb, #subNav { display: none;  }
#contentColumnLeft { width: auto; padding: 10px 10px 10px 0; }
#masterColumnCenter { background: url('/design/content_tile_blue.gif') top right repeat-y; padding: 10px; }

/* Breaking News tab strip */
#newsTabs { }
#newsTabs .tabStrip { }
#newsTabs .tabStrip ul { margin: 0; padding: 0; list-style-type: none; }
#newsTabs .tabStrip li { margin: 0; list-style-type: none; display: inline; }
#newsTabs .tabLink { 
	display: inline-block; 
	text-decoration: none;
	text-align: center;
	width: 120px;
	height: 17px; 
	padding: 3px 0 0 0;
	color: #fff;
	background: url('/design/newsTabBg.png') top left no-repeat; 
	font-weight: bold;
}
#newsTabs .tabLinkActive { 
	display: inline-block; 
	text-decoration: none;
	text-align: center;
	width: 120px;
	height: 17px;
	padding: 3px 0 0 0;
	background: url('/design/newsTabBg.png') bottom left no-repeat; 
	color: #fff; 
	font-weight: bold;
}

/* tab content */
#newsTabs .tabContent { display: none; }
#newsTabs .tabContentActive { 
	display: block; 
	min-height: 200px;
	padding: 14px; 
	clear: both; 
	background: #c7dbdf;
}

#newsTabs .tabContentActive .ms-WPHeader td { background: transparent none; }
#newsTabs .tabContentActive .ms-WPTitle { background: url(/design/wpTitle448dark.png) top no-repeat; font-size: 1.1em; }
#newsTabs .tabContentActive .ms-WPBorder { border-style: none; background: transparent url(/design/wpBodyBg448.png) bottom no-repeat; }
#newsTabs .tabContentActive .ms-WPHeader td { padding: 0 !important; width: 0 !important; }
#newsTabs .tabContentActive .ms-HoverCellInActive, #newsTabs .tabContentActive .ms-HoverCellActiveDark { position: absolute; margin: -10px 0 0 -42px; }
#newsTabs .tabContentActive .ms-WPHeader td a[id*=_Close] { position: absolute; margin: 0 -20px; }


/* Events Tab Strip */
#eventTabs { }
#eventTabs .tabStrip { width: 210px; background: url('/design/wpTitle210.png') top left no-repeat; padding: 6px 0 0 4px;  }
#eventTabs .tabStrip ul { margin: 0; padding: 0; list-style-type: none; }
#eventTabs .tabStrip li { margin: 0 1px 0 0; list-style-type: none; float: left; }
#eventTabs .tabLinkE { 
	display: block; 
	text-decoration: none; 
	text-align: center;
	width: 66px;
	padding: 4px 0;
	color: #fff;
	font-weight: bold;
	background: url('/design/eventTabBgOver.png') top no-repeat;
}
#eventTabs .tabLinkActiveE { 
	display: block; 
	text-decoration: none; 
	text-align: center;
	width: 66px;
	padding: 4px 0;
	color: #6e8f95;
	font-weight: bold;
	background: url('/design/eventTabBgActive.png') top no-repeat;
}

/* tab content */

#eventTabs .tabContentE { display: none; }
#eventTabs .tabContentActiveE { 
	display: block; 
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	background: url('/design/wpBodyBg210.png') bottom no-repeat; 
	padding : 10px;
	margin: 0 0 12px 0;
}

#eventTabs h4 { font-size: 1.2em; color: #6a0c73; }



