body {
	background: #A4A4A4;
	background-image: url("images/bg.png");
}

td {
	vertical-align: top;
    font-size: 10pt;
}

a:link, a:visited {
	color: black;
	font-weight: bold;
}

a:hover {
	color: #FFCC00;
}

#maintable {
	text-align: left;
}

#logo {
	vertical-align: bottom;
}

#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: 12pt;
	font-weight: bold;
	color: #FFCC00;
	background: black;
	padding: 1px 0px 0px 10px;
	letter-spacing: 5px;
}

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

img {
	border: 0px;
}

.infobutton {
	padding: 5px 5px 0px 5px;
}

.installbutton {
	padding: 5px 0px 0px 0px;
}

.inline {
    padding: 0px 5px;
    vertical-align: top;
}

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

.translationtable, #versiontable {
	border: 1px solid #cccccc;
}

.translationtable td, #versiontable td {
    text-align: center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	padding: 1px 10px 1px 10px;
}

.translationtable thead td, #versiontable thead td {
    background: #dddddd;
    font-weight: bold;
    font-size: 11pt;
}

.translationtable .nocenter, #versiontable .nocenter {
	text-align: left;
}

.bottomlink {
	text-decoration: none;
	font-size: 8pt;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 25px;
}

ul {
	list-style-type: disc;
}

li {
	margin-top: 5px;
}

.featuresheader {
	font-weight: bold;
	font-size: 12pt;
}

.buttonscolumn {
	text-align: center;
}

.buttonscolumn img {
	padding: 0px 5px 0px 5px;
}

.code {
	margin: 10px;
	border: 2px solid #686868;
	background: #cccccc;
	padding: 5px;
}

.code pre {
	font-size: 8pt;
	margin: 0px;
}