﻿/* General Background */
body {
	background-color: #fafafa;
	background-image: spacer.gif;
	}

/* Topic pane background */
 /* This color should match the color of your topic page background */ 
 div#hmtopicbox, div#hmcontentbox {
	background-color: #ffffff;
	}
	
/* Toolbar and other components borders and backgrounds */
.compactToolbar, .tableToolbar, .bannerToolbar, div#hmnavbox, div#hmtopicbox, div#tabsMenu , div#hmbanner {
	border-color: #fafafa;
	}	

/* Backgrounds */
div#hmnavbox, .compactToolbar, .tableToolbar, .bannerToolbar {
	background-color: #fafafa;
	border-width: 1px;
}

/* Toolbar tools */

/* Navicon size */
img.navicon {
	width: 20px;
	height: 20px;
}

/* Off state border */
img.navicon, img.naviconH, img#newtab_off, img#undock_off, img#search_off, img#qsearch_off, img#index_off, img#togtog_off, img#perma_off, img#feedback_off, img#printer_off, img#button_off, img#social_off {

	border-color:  transparent;
	}
/* Off state icon size */ 
img.navicon_off {
	width: 20px;
	height: 20px;
}
/* Tab close mini button */
img.closetab {
	display: none;
}
/* Highlighted tool */
img.naviconH {
	border-color: #696969;
	width: 20px;
	height: 20px;
	cursor: pointer;
	}
/* Tool Colors */
.navtextOn {
	color: #555555;
}
.searchTextOn {
	color: #5e5e5e;
}
.navtextOff {
	color: #afafaf;
}

/* Main page framework */
html, body {
	height: 100%;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; 
	margin: 0; padding: 0;
	}
body {
	overflow: hidden;
	}
table, td, tr, img, p {
	padding: 0;
	margin: 0; 
	}
div#unclicker {
	display: none;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-image: url("spacer.gif");
	z-index: 200;
	}

/* Prevent selection of tools etc */
div#hmnavbox *, div#hmtabscontrols * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

/* Toolbar and tools */
div#hmtoolbar {
	display: none;
	position: relative;
	height: 31px;
	padding: 1px 5px 7px 5px;
    }
div#hmnavbox, div#hmnavborder, div#hmtopicbox, .compactToolbar, .bannerToolbar {
	border: none;
	margin: 4px;
	}
.bannerToolbar {
	border-width: 0 0 1px 0; 
	margin: 0px;
}
div#hmbanner {
	display: block;
	height: 45px;
	background-color: #f0f0f0;
	background-image: url("spacer.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #696969;
}
table#tbtable {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	display: none;
}
.tableToolbar {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-collapse: collapse;
	position: absolute;
	left: 0; top: 0;
	margin: 0;
}
td.tbleft {text-align: left;}
td.tbright {text-align: right;}
td.tbcenter {text-align: center; margin: 0 auto;}
td.tbsearch {text-align: left; width: 185px; vertical-align: top; padding: 0;}
div.naviconboxR, div.naviconboxL {
	padding: 2px 1px 3px 1px;
	display: inline-block;
	margin-right: 2px;
	text-align: center;
	white-space: nowrap;
	text-transform: capitalize;
	line-height: 1em;
	}
div.naviconboxR, div.naviconboxL, div#hmsearch {
	font-family: Tahoma, Verdana, Arial, sans-serif, Helvetica;
	font-size: 9px;
	font-weight: normal;
}
img.navicon, img.naviconH, img#newtab_off, img#undock_off, img#search_off, img#qsearch_off, img#index_off, img#togtog_off, img#perma_off, img#feedback_off, img#social_off, img#printer_off {
	margin: 0;
	padding: 2px 4px 2px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	}
	img.naviconH {
		border-color: #696969;
	}
img#newtab_off, img#undock_off, img#search_off, img#qsearch_off, img#index_off, img#togtog_off, img#perma_off, img#feedback_off, img#social_off, img#printer_off {
	display: none;
	cursor: default;
	}

/* Main container page components */
div#hmcontainer {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	}
div#hmnavbox {
	position: absolute;
	margin-top: 4px;
	top: 45px; /* Top must match banner height, same variable */
	left: 0; bottom: 0;
	width: 275px;
	padding: 2px 2px 2px 5px;
	}
div#hmnavborder {
	position: absolute;
	top: 0px; right: 0px; bottom: 0px; left: 0px;
	}
iframe#hmnavigation, iframe#hmcontent {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	}
div#hmnavhandle {
	position: absolute;
	width: 15px;
	height: 18px;
	right: -2px;
	top: 12px;
	border-right: 0;
	z-index: 200;
	}
img#navshowhide {
	width: 15px;
	height: 15px;
}
div#hmdragdivider{
	position: absolute;
	width: 8px;
	top: 26px;
	bottom: 0px;
	right: -9px;
	cursor: ew-resize;
	z-index: 100;
	}
div#hmtopicpane {
	position: absolute;
	margin-top: 0px;
	top: 45px; /* Top must match banner height, same variable */
	left: 292px; right: 0px; 
	bottom: 0px;
	min-width: 300px;
	}

/* Tabs components */
ul#topictabs {
	min-width: 400px;
}
div#hmtabscontrols {
	position: absolute;
	top: -25px; left: 0; right: 0;
	height: 31px;
	background-color: transparent;
	display: none;
	}
div#hmtabsCtab {
	position: absolute;
	top: 6px; left: 10px;
	height: 23px;
	width: 45px;
	border-width:  1px;
	border-style: solid;
	border-bottom: 0px;
	overflow: hidden;
	font-family: Tahoma, Verdana, Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: normal;
	}
div#hmTabsCtabRight {
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	border: 0px solid black;
	z-index: 202;
	margin-left: 4px;
	}
div#hmtabswindow {
	position: absolute;
	top: 0; right: 10px; left: 54px;
	overflow: hidden;
	height: 31px; 
	}
div#hmtabslider {
	position: absolute;
	top: 0; bottom: 0;
	border-bottom: 0;
	width: 1200px;
	}
li.hmtabs { 
	position: relative;
	}
img.closetab {
	position: absolute;
	top: 9px; right: 7px;
	border: 0;
	z-index: 203;
	}
	
/* Content containers */
div#hmtopicbox {
	position: absolute;
	outline: 1px solid #ffffff;
	top: 0px; right: 0; bottom: 0; left: 0;
	margin-right: 0; 
	margin-bottom: 0;
	}
div#hmcontentbox, div#hmindexbox, div#hmsearchbox, div.hmnewtabbox {
	position: absolute;
	top: 2px; right: 2px; bottom: 1px; left: 5px;
	}
.interface {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	}

/* Quick search box */
div#hmsearch {
	padding: 0;
	font-weight: bold;
	min-width: 200px;
	}
input#searchinput {
	float: left;
	width: 152px;
	padding: 0;
	margin: 0;
	}

/* Drop-down tabs list menu components */
ul#tabsList {
	list-style:none;
	margin:0 !important;
	padding:0;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 11px;
	}
ul#tabsList li {
	text-indent:0;
	padding: 2px 3px;
	margin:0 !important;
	list-style-image:none !important;
	white-space: nowrap;
	}
div#tabsMenuBox {
	position: absolute;
	top: 29px; left: 10px;
	z-index: 202;
	}
/* Same settings for tabs menu and banner menu */
div#tabsMenu, ul.subnav {
	clear: both;
	display: none;
	border-width: 1px;
	border-style: solid;
	padding: 3px 0 3px 0;
	z-index: 202;
	}
/* Tab player icons */
img.tabPlayer, img.tabPlayerH {
	position: absolute;
	display: block;
	padding: 2px;
	border: none;
	z-index: 200;
	}
img.tabPlayer {
	width: 12px;
	height: 12px;
}
img.tabPlayerH {
	width: 13px;
	height: 13px;
}

img#tabLeft {
	left:-4px;
	width: 10px;
	height: 10px;
	bottom: 3px;
	}

img#tabRight {
	right: 0px;
	width: 10px;
	height: 10px;
	bottom: 3px;
	}
img#tabRight.tabPlayerH, img#tabLeft.tabPlayerH {
	width: 12px;
	height: 12px;
}
img#toggleTabMenu {
	left: 11px;
	top: 0px;
	}


/* Basic Tabs Wrapper */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
	position: absolute;
	top: 0px;
	left: 8px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Verdana, sans-serif;
	}

/* Single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	}

/* Suppress HTML selection outlines */ 
ul.tabs a:active {
	outline:none;
	}

/* Tabs borders */
ul.tabs a, ul.tabs a.current, div#hmtabsCtab {
	border-color: #f5f5f5;
	}

/* Non-current tabs */
ul.tabs a {
	font-size:13px;
	display:block;
	height: 22px;
	line-height:21px;
	width: auto;
	text-align:center;
	text-decoration:none;
	color:#555555;
	background-color: #e8e8e8;
	padding:0px 12px 0px 7px;
	margin:0px 4px 0px 0px;
	position:relative;
	top:6px;
	border-width:  1px;
	border-style: solid;
	border-bottom: 0px;
}
ul.tabs a span {
	color: #555555;	
	}
ul.tabs a:hover, ul.tabs a.hover, ul.tabs a span:hover, ul.tabs a span.hover {
	background-color: #ffffff;
	color: #000000;
}

/* Current Tabs */ 
ul.tabs a.current, ul.tabs a.current span, div#hmtabsCtab {
	color: #000000;
	background-color: #ffffff;
	}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important;
	color: #555555 !important;
	}
ul.tabs a, div#hmnavhandle a {
	outline: none;
	}
	
/* Drop-down tabs list menu top border */ 
div#tabsMenu {
	border-top-color: #ccc;
	}
/* Tab player tools mouseover highlight */
img.tabPlayerH {
	cursor: pointer;
	fill: red;
	}
/* Drop-down tabs list menu background color, shadows and corners */
div#tabsMenu {
	background-color: #e8e8e8;
	}
/* Drop-down tabs list menu entries */
ul#tabsList li a {
	text-decoration: none;
	color: #555555;
	}
ul#tabsList li a:visited {
	color: #555555;
	}
ul#tabsList li:hover, ul#tabsList li:hover a {
	color: #000000;
	/*text-decoration: underline;*/
	background-color: #ffffff;
	} 
ul#tabsList li a:hover {
	color: #000000;
	/*text-decoration: underline;*/
	background-color: #ffffff;
	} 

/* Initially all panes are hidden */
.panes .pane {
	display:none;
	}

/* Drop-down menus in banner header */

ul.topnav {
	position: absolute;
	top: 25px; 
	right: 0;
	height: 20px;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #696969;
	background-color: #fafafa;
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	z-index: 1000;
	white-space: nowrap;
	}
/* Menu titles */
ul.topnav li a, ul.topnav li a:visited, ul.topnav li a:hover {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
ul.topnav > li > a:hover {
	text-decoration: underline;
	}
ul.subnav li a:hover, ul.subnav li:hover,  ul.subnav li:hover a {
	color: #000000;
	background-color: #ffffff;
	}

/* Menu items */
ul.subnav li a {
	color: #555555;
}
/* Menu background and border */
ul.topnav li ul.subnav {
	background: #e8e8e8;
	border-color: #f5f5f5;
	border-width: 0px 1px 1px 1px;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	font-weight: bold;
	position: relative; 
	}
ul.topnav li a{
	padding: 2px 5px;
	display: block;
	float: left;
	}
ul.topnav li span { 
	width: 17px;
	height: 35px;
	float: left;
	}
ul.topnav li span.subhover {
	background-position: center bottom; 
	cursor: pointer;
	} 
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; top: 0;
	float: left;
	margin: 0px;
	}
ul.topnav li ul.subnav.last {
	left: auto;
	right: 0;
}
ul.topnav li ul.subnav li {
	margin: 0; padding: 0;
	clear: both;
	width: 100%;
	}
html ul.topnav li ul.subnav li a {
	float: left;
	width: auto;
	font-weight: normal;
	}

/* Get rid of general selection outlines */
a, a:active, * :focus {
  outline:0;
  -moz-outline-style:none;
	}

/* Permalink box styles */

div.popups {
	visibility: hidden;
	width: auto;
	margin: 0;
	padding: 0 7px 7px 0;
	overflow: auto;
	position: absolute;
	z-index: 900;
	border-width: 2px;    
	border-style: solid;
    border-color: #fafafa;
	background-color: #ffffff;  
	zoom: 1;  
	}
div#permalink {
	position: absolute;
	top: 70px;
	right: 30px;
	z-index: 1100;
	visibility: hidden;
	width: auto;
	padding-top: 3px;
	background-color: #f3f3f3;
	overflow: hidden;
	}
div#permalink tr#offlinemessage{
   display: none;
   font-family: Arial, sans-serif, Helvetica;
   font-size: 12px;
	}
div#permalink textarea {
	position: relative;
	width: 250px;
	top: 3px; bottom: 3px; left: 3px; right: 3px;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	}

/* For image lightboxes opened in the main page */
#hmlightbox 
{
  border: none;
  padding: 8px;
  background: #FFF;
  font-size: 110%;
  font-weight: bold;
  color: #777;
  box-shadow: 5px 5px 5px #888;
}

/* Printable Version */
@media only print {

	body {
		background: none !important;
	}
	
	div#hmbanner, div#hmtoolbar, div#hmnavbox, div#hmtabscontrols {
		display: none !important;
	}
	
	div#hmtopicpane {
		position: absolute !important;
		top: 0 !important; right: 0 !important;
		bottom: 0 !important; left: 0 !important;
	}
	div#hmtopicbox {
		border-width: 0 !important;
	}
	div#hmtopicpane, div#hmtopicbox, div#hmcontentbox, iframe#hmcontent
	{
		overflow: visible !important;
	}
	div#hmcontentbox {
		position: relative !important;
		width: 100% !important;
		height: 100% !important;
		padding-bottom: 100% !important;
	}
	iframe#hmcontent {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}

}
