@charset "UTF-8";
/* CSS Document */

.HomeStoriesTabs {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 350px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	height: auto;
}

.HomeStoriesTabsTabGroup {
	margin: 0px;
	padding: 0px;
	
}

.HomeStoriesTabsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	/*  Change 2nd margin value for spacing between tabs */
	margin: 0px 5px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #EEE;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family:Arial;
	font-size: 10px;
	font-weight: bold;
	
}

.HomeStoriesTabsTabHover {
	background-color: #CCC;
}

.HomeStoriesTabsTabSelected {
	background-color: white;
	border-bottom: 1px solid #EEE;
}

.HomeStoriesTabsTab a {
	color: black;
	text-decoration: none;

}

.HomeStoriesTabsContentGroup {
	clear: both;
	border-left: solid 0px #cccccc;
/* 	border-bottom: solid 1px #CCC;  */
	border-bottom: 0px;
	border-top: solid 1px #999;
	border-right: solid 0px #999;
	background-color: white;
	/* Sets the height of the tabs */
	height: 240px;
	width: 355px;
}

.HomeStoriesTabsContent {
	padding: 4px;
	height: auto;
	width: 350px;
}

.HomeStoriesTabsContentVisible {
	height: auto;
	width: 350px;
	min-height: 180px;
	display: inline;
}

.VHomeStoriesTabs .HomeStoriesTabsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VHomeStoriesTabs .HomeStoriesTabsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VHomeStoriesTabs .HomeStoriesTabsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VHomeStoriesTabs .HomeStoriesTabsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

