html,
body {
	margin: 0;
	padding: 0;
}

html {
	background-color: #363738;
	border-bottom: 5px solid #59595a;
	height: 60px;
	font-family: Segoe UI, Arial, geneva, helvetica, sans-serif;
}

a img {
	border: medium none;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	background-color: #363738;
	color: white;
	margin-top: 8px;	
	margin-bottom: 0px;
	font-size: 27px;		
	font-family: Segoe UI, Arial, geneva, helvetica, sans-serif;
}

/* new stuff for tabs - phone only */

#tabs {
	background-color: #293439;
	padding: 0;
}

#tabs a {
	color: white;
	font-weight: normal;
	font-size: 17px;
	text-decoration: none;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	height: 34px;
	width: 50px;
	margin: 1px 35px 0 5px;
}

#tabs a:active {
	border-top: 3px solid transparent;
}

#tabs a.selected {
	/*    border: 2px solid #02b3fd; */
	border: 2px solid #0277b7;
	border-radius: 3px;
	cursor: default;
	color: #0277b7;
}

#tabs a.unselected {
	cursor: default;
}

#toctab {
	background-image: url('images/ui/toc_p.png');
}

#searchtab {
	background-image: url('images/ui/srch_p.png');
}

#indextab {
	background-image: url('images/ui/index_p.png');
}

#topictab {
	background-image: url('images/ui/topic_p.png');
}