
body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans";
	background-color: #C0C0C0;
}

.header {
	margin: 5px;
	color: #333;
	background: #929292;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	font-size: 12px;
}

.ContentBlock {
	color: #333;
	padding: 4px;
	margin: 5px;
	background: white;
	border: 1px solid #333;
	font-size: 12px;
	width: 100%;
}

.MenuLink {
	white-space: nowrap;
	border: 1px solid #333;
	background: #C0C0C0;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}

.Gap {
	border-bottom:1px solid #333;
}

.SubMenuContainer a {
	display : block;
}

.SubMenu {
	display : none;
	position : absolute;
}

.MenuLink a {
	color: #000000;
	text-decoration: none;
}

.MenuLink a:visited {
	color: #000000;
	text-decoration: none;
}

.MenuLink a:hover {
	color: #000;
	background-color: #CCCCCC;
	text-decoration: none;
}

.MenuLink a:active {
	background: #ffc;
	text-decoration: none;
}

.MenuLinkCurrentPage {
	white-space: nowrap;
	border: 1px solid #333;
	border-bottom: 0px;
	background: #C0C0C0;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}

.MenuLinkCurrentPage a {
	color: #000000;
	text-decoration: none;
}

.MenuLinkCurrentPage a:hover {
	color: #000;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: Blue;
}



p {
	text-indent: 10px;
	padding-top : 5px;
	margin: 0px;
}

p:first-letter {
	font-size: 16px; font-weight: bold;
}

table {
	border-collapse: collapse;
	font-size: 12px;
}

sup {
	font-size : 10px;
}

sub {
	font-size : 10px;
	vertical-align : baseline;
}

.smalltext {
	font-size: 10px;
}

.smalltext a {
	font-size: 10px;
}

.picture {
	text-align: center;
	font-size: 10px;
	font-style : italic;
}

.chapter {
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px; 	
}

.emphasize {
	font-weight : bold;
}

.cursive {
	font-style : italic;
}

.ProductPicture {
	border: 1px solid black;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

.ProductDescription {
	border: 0px;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}

.leveldown {
	margin-left : 5px;
}

.folder {
	vertical-align : middle;
	cursor: hand;
	background-image : url(/support/compendium/images/folder.gif);
	background-repeat : no-repeat;
	background-position : left;
	padding-left: 15px;
	font-size: 12px;
}

.sheet {
	vertical-align : middle;
	cursor: hand;
	background-image : url(/support/compendium/images/sheet.gif);
	background-repeat : no-repeat;
	background-position : left;
	padding-left: 15px;
	font-size: 12px;
}

.folder a:active {
	background-color : #87CEEB;
}

.sheet a:active {
	background-color : #87CEEB;
}


