/*
 * This file is part of Axapta Doc Generator.
 *
 * Copyright (C) 2005-2006  Lars K. Schunk.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
 * documentation files (the "Software"), to deal in the Software without restriction, including without
 * limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
 * the Software, and to permit persons to whom the Software is furnished to do so, subject to the following
 * conditions:

 * The above copyright notice and this permission notice shall be included in all copies or substantial
 * portions of the Software.

 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
 * LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
 * EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
 * OR OTHER DEALINGS IN THE SOFTWARE.
 *
 */

body {
	background-color: #F3F3F3;
}

.header {
	font-family: arial;
	font-weight: bold;
	font-size: 14pt;
}

.subHeader {
	font-family: arial;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: underline;
}	

.relationHeader {
	font-weight: bold;
}

thead tr td {
	background-color: #DDDDDD;
	font-weight: bold;
}

.labelOnField {
	color: blue;
}

.EDT {
	color: red;
}

.labelOnEDT {
	color: red;
}

.labelOnAncestor {
	color: purple;
}
.enumType {
	color: green;
}

.labelOnEnum {
	color: green;
}


.none {
	color: black;
}

.nestedPropTable, #extendingClasses, #extendingInterfaces, #implementingClasses {
	background-color: #FFFFEE;
	margin-left: 2em;
	padding: 0.5em;
}

.legendTable {
	margin-bottom: 2em;
	margin-left: 1em;
}

.legendTable tr td {
	padding-right: 2em;
}

.note {
	font-style: italic;
}

.tableRelation {
	margin-left: 1em;
}

.PK {
	color: red;
}

.TR {
	color: blue;
}

.PTR {
	color: green;
}

.moreProperties {
	text-align: center;
}

.supplementaryLabel {
	color: #888888;
}

hr.dateStamp {
	margin-top: 10em;
}

div.dateStamp {
	color: #999999;
	font-style: italic;
}

.boilerplate {
	color: #999999;
	margin-top: 2em;
	font-size: 0.8em;
}

.self {
	font-weight: bold;
}

.returnType {
	color: blue;
}

.modifier {
	color: green;
}

.parmType {
	color: blue;
}

.parmName {
	color: red;
}

.defaultParmValue {
	color: black;
}

@media print {
	.navigationBar, .moreProperties {
		display: none;
	}

	hr.dateStamp {
		margin-top: 2em;
	}
	
	#tablePropsLink, #extendingClassesLink, #labelColorCodes
 	{
		display: none;
	}
	
	form {
		display: none;
	}
}

