/* General Styles */

body {
	text-align: center;
	padding: 0;
	font: 0.75em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	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.scale { 
	max-width: 100%; 
}

img.presets { 
	width: 700px; 
}

/* Layout */

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

.clearer {
	clear: both;
}

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

#pageHeader #grad {
	position: absolute;
	left: 0px;
	top: -10px;
	height: 72px;
	overflow: hidden;
}

#pageHeader #grad img {
	width: 3000px;
	height: 72px;
}

#pageHeader img {
	position: absolute;
  top: 8px;
  right: 8px;
}

#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;
}

#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: 130px;
	padding: 0 0;
}

#navcontainer ul ul li {
	display: block;
}

#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 {
}

h2 {
  font-size: 2.0em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

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;
}

table.shortcuts {
	margin-left: 20px;
    border-spacing: 5px 0px;
}

/* 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;
}
