/* 
	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";

#declaration .header
{
	font-size:90%;
	font-weight:bold;
	background-color: #fbeabb;
	margin-bottom:1px;
	padding:0.1em;
}

#declaration .block
{
	background-color: #fbf6e9;
	padding: 0.5em 0.6em;
}

.subblock div
{
	margin-bottom: 1em;
	border-bottom: solid 1px #fbd56d;
	padding: 0 0.3em 1px 0.3em;
	margin-left:-0.5em;
	font-weight: bold;
}

.invoke
{
	font-style: italic;
	font-size:110%;
	margin-bottom:1em;
}

.subblock
{
	border: solid 1px #fbd56d;
	padding:1em;
}

.readonlywarning
{
	font-style: italic;
	display: block;
	font-size:95%;
}

.key
{
	font-weight: bolder;
}
	
.name
{
	font-weight: bolder;
}

.attributes
{
	color: Red;
}

.type
{
	color: #2A5699;
}

.param
{
	display:block;
	margin:0.2em 0 0.2em 3em;
}

div.apisection div
{
	font-size:120%;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0.2em;
}

.apitable td
{
	background-color: #fbf6e9;
	padding: 0.4em;
}

.apitable
{
	position: relative;
	width: 100%;
	background-color: white;
	border: 0;
}

.apitable th
{
	background-color: #fbeabb;
	padding: 0.4em;
	font-weight: bolder;
	text-align: left;
	font-size:110%;
}

.sample
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.sample div.language
{
	font-size:90%;
	font-weight:bold;
	background-color: #fbeabb;
	margin-bottom:1px;
	padding:0.1em;
	position:relative;
	width:100%;
}

.sample pre
{
	font-size:85%;
	font-weight:normal;
	background-color:#fbf6e9;
	padding: 0.5em;
	margin:0;
	font-family: "Courier New";
}

.codecopy
{
	position:relative;
	float:right;
	clear:left;
	cursor:pointer;
	border-bottom:solid 1px black;
	font-size:90%;
}

.languagename
{
	position:relative;
	float:left;
	clear:right;
}
	
#declared, .library
{
	font-weight: bolder;
}

.seealsoitem
{
	font-size:80%;
	display:block;
	margin: 0.2em 0 0.2em 2em;
}

.paramname
{
	font-style:italic;
	font-weight:bolder;
	display:block;
	margin:0.5em 0 0.3em;
}

.paramdesc
{
	display:block;
	margin-left:2em;
}

.enumvalue
{
	display:block;
	margin: 0.4em 0 0.4em 2em;
}

.enumvalue .name
{
	position:absolute;
	left:30em;
}

.valueimm
{
	display: block;
}

.note
{
	font-weight:bolder;
	display:block;
	margin-left:-1em;
}
