/*
 * Copyright (C) 2006-2009 Citrix Systems Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published
 * by the Free Software Foundation; version 2.1 only. with the special
 * exception on linking described in file LICENSE.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 */

body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Nimbus Sans L", "Trebuchet MS", Helvetica, Arial, sans-serif; 
	font-size: 80%;
	font-weight: normal;
	line-height: 140%;
	background: white;	
	color : black;
	background-color: #eee;
}

#wrap {
	width: 90%;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 4.5em;
	margin: 0;
	padding: 0;
	color: white;
	background-color: #990000;
	border: 1px solid black;
	border-width: 0 1px;
}

#header h1 {
	font-size: 200%;
	margin: .7em;
}

#main {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #cc3300;
	border: 1px solid black;
	border-top: 0;
}

#container {
	float: left;
	width: 100%;
	margin: 0 -22em 0 0;
	padding: 0;
}

#content {
	background-color: #ffffdd;
	padding: 1.5em 1em;
	margin: 0 22em 0 .5em;
	line-height: 170%;
}

#sidebar {
	float: right;
	width: 20em;
	padding: 1em;
	color: white;
}


#sidebar th {
	text-align: left;
	border-bottom: 1px solid white;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	height: 1em;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	border: 0em;
	font-weight: bold; 
	font-family: sans-serif;
	text-align: left;
	border-width : thin;
}

h1 {
	font-size: 200%;
	margin-top: 1.2em;
}

h2 {
	font-size : 150%;
	margin: 1em 0 .5em;
}

h3 {
	font-size : 110%;
	border-bottom-style: solid;
	margin: .8em 0 .5em;
}

h4, h5, h6, h7, h8, h9 {
	font-size : 100%;
}

#content h1, #content h2 {
	color: #900;
}

.title {
	margin-top: 0;
}

a, a:link, a:visited, a:active, a:hover { color : inherit; text-decoration: none;}
a:hover { color : inherit; text-decoration : underline }

hr {
	border: 1px thin #666;
}

.superscript { font-size : 80% }
.subscript { font-size : 80% }

#menu {
	margin: 1.5em .7em 0;
	list-style-type: none;
	text-align: center;
	float: right;
	clear: right;
}

#menu li {
	display: block;
	float: left;
}

#menu li a {
	padding: 15px 0 0 2em;
	font-size: 1.3em;
	font-weight: bold;
}

#menu li a:hover
{
	color: #fff;
	text-decoration: none;
}

#sidemenu {
	padding-top: 1em;
	padding-bottom: 1em;
//	border-bottom: 1px solid white;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	background-color: #ee4400;
}

.grey {
	color: #ccc;
}

.empty {
	color: red;
}

table
{
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding: 3px 1em 3px 0;
}

th {
	text-align: left;
	border-bottom: 1px solid black;
}

.defined {
	margin: 1em 0;
	padding: 0 .5em;
	background-color: #ffcc66;
}

.description {
	font-weight: bold;
	margin-bottom: 1em;
}

.deprecated {
	margin: .5em 5em .7em;
	padding: 5px;
	border: 1px solid grey;
	text-align: center;
	background-color: orange;
}

tt, .code {
	font: 1.3em monospace;
	font-weight: inherit;
}

.comment {
	margin: 1em 0;
}

.comment br {
	margin-bottom: .5em;
}

.field, .field2
{
	margin: 0em 0;
	padding: .5em .7em .7em;
	background-color: #ffeeaa;
}

.field2
{
	background-color: #ffddaa;
}

.field-type {
	font-size: 80%;
}

.field-name {
	font-weight: bold;
}

.field-head {
	font-style: italic;
}

.field-description {
	margin: .7em 0;
}

.field-table td {
	padding: .3em .5em .3em 0;
}

.inline-type {
	margin-right: .5em;
}

.inline-qualifier {
	font-size: 70%;
	vertical-align: top;
	margin-left: .5em;
}

.inline-params {
	margin-left: .5em;
}

.lifecycle {
	font-size: 90%;
	float: right;
	font-variant:small-caps;
	color: #900;
	margin: auto 0.5em;
}

.small-button {
	font-size: 70%;
	float: right;
	margin: 0.2em 0 0.2em 0.5em;
}

.stat {
	font-size: 70%;
	color: #cc3300;
	vertical-align: top;
}

.type {
}

.symbol {
	font-family: sans-serif;
	color: #cc6600;
}

.large {
	font-size: 130%;
}

.spaced {
	padding: 0 0.3em;
}

.optional {
	font-size: 70%;
	vertical-align: top;
}


