/* General Styles */

body {
	background: transparent none;
	margin: 0px 5% 0px 5%;
	text-align: left;
	color: #000000;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	padding: 0px;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
	
/* Layout */

#container {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#pageHeader {
	text-align: left;
	background: none;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#pageHeader #grad {
	display: none;
}

#pageHeader img {
	float: right;
	margin-top: 10px;
	height: 50px;
}

#pageHeader h1 {
	margin: 0px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 18pt;
}

#pageHeader h2 {
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
}

#contentContainer {
	float: none !important;
	padding: 0px;
	margin-bottom: 10px;
}

#contentContainer #content {
	padding: 0px;
}

#contentContainer #content img {
}

#footer {
	text-align: center; 
	background: none;
	color: #000000;
	font-size: 10pt;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}

/* Toolbar Styles */

#navcontainer {
	display: none;
}
	
/* Global Classes */

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

div.center { 
	text-align: center; 
}

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

img.document { 
	width: 100%; 
}

hr { 
	border: 0;
	height: 0;
	border-top: 1px solid #cccccc;
}

/* 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: 16px;
  color: black;
}

span.tagline {
	display: block;
  font-size: 12px;
  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: 16px;	
	font-weight: bold;
	vertical-align: bottom;
}
