body {
  color: black;
  background-color: white;
  font-family: cursive, fantasy, sans-serif;	
  background-image: url("skyBg.png");
}

:link {
  color: rgb(70,130,180);
}
:link:hover {
  color: blue;
}
:visited:hover {
  color: blue;
}

td {
	vertical-align: top;
}


#toplinks {
	color: #686868;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	padding: 2px;
}

#toplinks .start {
	letter-spacing: 4px;
}

#toplinks a {
	color: white;
	text-decoration: none;
}

#toplinks a:hover {
	color: #FFCC00;
}

.content {
	background: white;
	border: 2px solid black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

.section {
	padding: 5px 0px 5px 0px;
}

.para {
	padding: 10px 30px 10px 30px;
}

.heading {
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC00;
	background: rgb(70,130,180);
	padding: 1px 0px 0px 10px;
	letter-spacing: 5px;
}
#mainHeading{
	font-size: 13pt;
	height:30px;
  }
#genIcon{
  list-style-image: url("generic_icon.png");
  }

.thumb {
    border: 1px dashed black;
}

.extsummary a {
	text-decoration: none;
}

.exttitle {
	font-size: 12pt;
	font-weight: bold;
}

.extmore {
	white-space: nowrap;
}

.extupdate {
	color: #686868;
	font-size: 8pt;
}

.extupdate a {
	color: #686868;
}

.infobutton {
	padding: 5px 5px 0px 5px;
}

.installbutton {
	width:85px; height:26px;
  background-image: url(skyDownload.png)
  }
.installbutton:hover {
  background-image: url(skyDownload-over.png)
  }

.heading .toplink {
	float: right;
	font-size: 8pt;
	padding: 3px 5px 0px 0px;
	letter-spacing: 0px;
}

.heading .toplink a {
	color: white;
	text-decoration: none;
}

.emphasize {
	/*text-transform: uppercase;
	font-size: 8pt;*/
	font-weight: bold;
	color: #CC6600;
}

#versiontable {
	border: 1px solid #cccccc;
}

#versiontable td {
	vertical-align: middle;
	border: 1px solid #cccccc;
	padding: 1px 10px 1px 10px;
}

