/* General Styles */

body {
	text-align: center;
	padding: 0;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 0px;
}

p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

.imageLink:hover {
	background: transparent;
}

img {
	z-index: 30;
}

div.center { 
	text-align: center; 
}

img.header {
    position: absolute;
    top: 10px;
    right: 10px;
}

img.scale { 
	max-width: 100%; 
}

img.document { 
	width: 767px; 
}

img.screen { 
    width: 100%;
}

ul.limitations {
	columns: 4;
}

/* Layout */

#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-top: 2px solid;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
}

#pageHeader #grad {
	left: 0px;
	top: -10px;
	height: 72px;
}

#pageHeader #grad img {
	width: 100%;
	height: 100%;
}

#pageHeader h1 {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 2.5em;
	line-height: normal;
	letter-spacing: normal;
}

#pageHeader h2 {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 70px;
	left: 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	letter-spacing: normal;
	white-space: nowrap;
}

#contentContainer {
	border-width: 1px;
	position: relative;
	z-index: 2;
}

#contentContainer #content {
	padding: 15px;
}

#footer {
	padding: 0;
	width: 100%;
}

#footer p {
	margin: 0;
	padding: 15px 15px 5px;
}

/* Toolbar Styles */

#navcontainer {
	height: 31px;
	position: relative;
	z-index: 3;
}

#navcontainer #current {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
	font-weight: bold;
}

#navcontainer a {
	display: block;
	padding: 6px 15px 6px;
	text-decoration: none;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */

#navcontainer ul ul {
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 135px;
	padding: 0 0;
}

#navcontainer ul ul li {
	display: block;
	border-left: medium solid #004C99;
	border-right: medium solid #004C99;
}

#navcontainer ul ul li:last-of-type {
	border-bottom: medium solid #004C99;
}

#navcontainer ul ul a {
	padding: 5px 15px;
	display: block;
	width: 100px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current {
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
}

#navcontainer ul ul ul ul a:hover {

}

div#navcontainer ul ul, 
div#navcontainer ul ul ul, 
div#navcontainer ul li:hover ul ul, 
div#navcontainer ul li:hover ul ul ul, 
div#navcontainer ul li:hover ul ul ul ul, 
div#navcontainer ul li:hover ul ul ul ul ul {
display:none;
}

div#navcontainer ul li:hover ul, 
div#navcontainer ul ul li:hover ul, 
div#navcontainer ul ul ul li:hover ul, 
div#navcontainer ul ul ul ul li:hover ul, 
div#navcontainer ul ul ul ul ul li:hover ul {
display:block;
}

/* Global Classes */

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

button.download {
    color: white;
    background-color: #000000; /* Black */
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.3em;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
}

code {
    font-family: "Courier New", Courier, monospace;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.7em;
}

h4 {
  	font-size: 1.4em;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Table Styles */

table {
	font-size: 1em;
}

/* Home */

.rule {
	text-align: center;
	color: gray;
	padding: 40px 0px 20px 0px;
}

table.apps {
	margin: auto; 
}

table.apps td {
  text-align: center;
	padding: 0px 5px;
  width: 180px;
}

table.apps img {
	padding-bottom: 8px; 
}

span.appName {
	display: block;
  font-size: 1.3em;
  color: black;
}

span.tagline {
	display: block;
  font-size: 1em;
  color: gray;
}

/* Comments */

li.comment { 
	padding-bottom: 8px; 
	list-style-type: none; 
}

li.comment i { 
	color: gray;
}

/* History */

table.versionHeader {
  width: 100%;
  border-spacing: 0px;
}

table.versionHeader table {
  float: right;
  text-align: right;
  border-spacing: 0px;
}

table.versionHeader td,
table.versionHeader table td {
	padding: 0px;
}

td.versionNumber {
	font-size: 1.3em;	
	font-weight: bold;
	vertical-align: bottom;
}

#version1Toggle {
	vertical-align: middle;
}

summary.versionNumber {
    font-size: 1.3em;
    font-weight: bold;
}
