
body.clsHomePage {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
	background-color: #003399;
}

.clsNavigation {
	background-color: #003399;
	color: white;
}

.clsNavigationBlack {
	background-color: black;
	color: white;
}

a.clsMenu {
	color: white;
	text-decoration: none;
}

/* -------------------------------------------------
Home Page Tables
 ------------------------------------------------- */

/* Table as frameset */
table.clsHomePage {
	font-size: 1em;
	border-style: none;
	border-width:0;
	height:100%
	margin: 0px 0px 0px 0px;
}

/* pseudo project stub frame */
tr.clsHomePageTopFrame {
	height: 50px;
}

/* Pseudo content frame */
tr.clsHomePageContentFrame {
	/* 
	height: 20%;
	background-color: yellow;
	*/
}

/* top & content frame indentation */
td.clsHomePage {
	padding-left: 5px;
	padding-right: 0px;
}


/* black search frame */
td.clsNavBlack {
	background-color: #000000;
	color: white;
	text-align: center;
	vertical-align: middle;
}
/* Red search frame */
td.clsNavRed {
	background-color: #CC0000;
	color: white;
	text-align: center;
	vertical-align: middle;
}
/* white search frame */
td.clsNavWhite {
	background-color: #FFFFFF;
	color: black;
	text-align: center;
	vertical-align: middle;
}

/*
 TOC  Styles
*/
UL.clsTOC {
	margin-top: 20px;
	font-size: .9em;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC9900;
	list-style-position: outside;
	margin-left: 20px;
	list-collapse-img: url('/HSBaseWeb/theme/images/nav/toc-minus.gif');
	list-expand-img: url('/HSBaseWeb/theme/images/nav/toc-plus.gif');
	list-hover-background: #003399;
	list-hover-color: #CC9900;
	list-selected-background: #CC9900;
	list-selected-color: #FFFFFF;
}

.clsHidden {
	display: none;
}

li.clsToggle {
	list-style-image: url('/HSBaseWeb/theme/images/nav/toc-plus.gif');
}

li.clsNoExpand {
	list-style-image: url('/HSBaseWeb/theme/images/nav/toc-solid.gif');
}

li.clsLeaf {
	list-style-type: square;
	list-style-image: none;
}

ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul ul li {
	font-size: .9em;
	margin: 5px 0px 5px -20px;
}