<!--
/* @vesion=0.2.0 */

/******************************
 Defaults
******************************/
body, li
{
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #444;
}

p
{
	text-align: justify;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul, ol
{
	margin-top: 10px;
}

a
{
	color: #900;
	text-decoration: underline;
}

a:hover
{ 
	background-color: #fee; 
	text-decoration: none;
}

table
{
	border-collapse: collapse;
	margin-left: 10px;
	margin-top: 10px;
}

td
{
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	border: 2px solid #666666;
}

/******************************
 Layer
******************************/
div.body
{
	width: 700px;
}

/******************************
 About, Upgrade, License etc.
******************************/
#about
{
	margin: 40px;
	width: 640px;
}

/******************************
 Heading
******************************/
h1.title
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

h2.title
{
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

h3.title
{
	font-size: 11pt;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

/******************************
 Paragraph
******************************/
p.general_information, p.detailed_information
{
	font-size: 13pt;
	color: #660000;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: 2px solid #ddd;
}

p.image_caption
{
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

p.table_caption
{
	font-size: 9pt;
	font-style: italic;
	text-decoration: underline;
	margin-bottom: 10px;
}

p.note
{
	font-style: italic;
}

p.copyright
{
	font-size: 7pt;
	text-align: center;
	margin-left: 0px;
	margin-top: 40px;
}

span.highlight
{
	background-color: #FFFF99;
}

/******************************
 Image
******************************/
img.image
{
	margin-top: 30px;
	margin-bottom: 10px;
	border: 0px;
}

/******************************
 Table
******************************/
table.related_topics
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}

td.related_topics
{
	font-size: 9pt;
	color: #333333;
	background-color: #99CCFF;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px;
	border: 6px double #999999;
}

td.header
{
	font-weight: bold;
	background-color: #CCCCCC;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	border: 2px solid #666666;
}

td.mandatory
{
	font-family: 'Courier New';
	background-color: #F5C592;
	text-align: center;
}

td.conditional
{
	font-family: 'Courier New';
	background-color: #F3EB34;
	text-align: center;
}

td.optional
{
	font-family: 'Courier New';
	background-color: #B9DB7D;
	text-align: center;
}

td.message
{
	font-family: 'Courier New';
}

td.message_center
{
	font-family: 'Courier New';
	text-align: center;
}

td.message_right
{
	font-family: 'Courier New';
	text-align: right;
}

td.new_message
{
	font-family: 'Courier New';
	background-color: #C6D8F9;
	text-align: center;
}

td.modified_message
{
	font-family: 'Courier New';
	background-color: #6DDBE7;
	text-align: center;
}

td.specific_message
{
	font-family: 'Courier New';
	background-color: #80A7F0;
	text-align: center;
}

td.code_asn1_name
{
	font-family: 'Courier New';
	border: none;
}

td.code_asn1_param
{
	font-family: 'Courier New';
	padding-left: 25px;
	vertical-align: top;
	border: none;
}

#tree
{
	font-family: Arial, 'Courier New';
	font-size: 10pt;
	overflow: auto;
	height: 500px;
	width: 800px;
	white-space: nowrap;
	padding: 5px;
	border: 1px solid #000000;
}

#tree ul
{
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
}

#tree img
{
	margin-right: 3px;
	border: none;
}

#tree p
{
	margin-bottom: 0px;
}
-->
