/* 
	Copyright (c) 2010 by HHD Software
	This file is part of the HHD Software Hex Editor
	Do not use it and do not make copies of it without written permission from HHD Software
	Please contact us at http://www.hhdsoftware.com/Company/contact-us.html
*/

@import "common.css";

.idhyper
{
	font-weight: bold;
}

.descriptor dt
{
	font-weight: bold;
	text-decoration: underline;
}

.descriptor dd
{
	margin-left: 2em;
}

.descriptor dd ul
{
	list-style-type:none;
	margin-left: 0;
	padding-left:0;
	margin-bottom:1em;
}

.descriptor dd ul li span
{
	font-weight: bold;
}

.fcomp
{
	font-family: Verdana;
}
	
.fcomp .even
{
	background-color: #ddeeee;
}

.fcomp .tabletitle
{
	font-style:italic;
	font-variant:small-caps;
	text-decoration:underline;
}

.popup dt
{
	font-style:italic;
}

.standard_table
{
	width:100%;
	border: solid 1px #fbd56d;
}

.standard_table .border_right
{
	border-right: solid 1px #fbd56d;
}

.standard_table .even
{
	background-color: #fbf6e9;
}

.standard_table .header
{
	background-color: #fbeabb;
}

.standard_table td
{
	padding: 0.2em;
}

.standard_table .header td
{
	font-weight:bold;
	padding: 0.3em;
	border-bottom:solid 1px #fbd56d;
}

#header
{
	 margin: 0 auto; 
	 background-color: #f7f7f7;
	 min-width:500px;
}

#header0
{
	 height: 60px;
}

#header01
{
	float: left; 
	margin: 5px 9px;
}

#header02
{
	float: left; 
	color: #444; 
	margin: 16px 6px;
}

#header03
{
	float: right; 
	margin: 0px auto;
}

.headersep
{
	clear: both; 
	float: none; 
	width: 100%; 
	height: 1px; 
	overflow:hidden;
}

#body
{
	margin:0.8em;
}

#footer
{
	width:100%;
	border-top: solid 1px #b3b3b3;
	text-align:center;
	padding-top:0.4em;
}

.sample pre
{
	font-size:85%;
	font-weight:normal;
	background-color:#fbf6e9;
	padding: 0.5em;
	margin:0;
	font-family: Lucide Console,Courier New;
}

.fields dt
{
	font-style:italic;
	margin:0.5em 0;
	border-top: solid 1px #fbeabb;
	padding-top:0.2em;
}

.features dt
{
	font-weight: bold;
	margin:0.5em 0;
	border-top: solid 1px #fbeabb;
	padding-top:0.2em;

	display:list-item;
	list-style:disc inside;
}

.features dt:first-child, .fields dt:first-child
{
	border-top: none;
	padding-top:0;
}

.features dd, .fields dd
{
	margin-left:2em;
}

.PrevButton, .NextButton, .TopButton
{
	padding-right: 1em;
}

.NavigationButtons
{
	text-align: center;
	margin: 1em 0;
}

ul.large_list
{
    clear:both;
}

.large_list > li
{
    display:block;
    width: 33%;
    float: left;
    min-width: 20em;
}
