
body {
	font-family: Verdana; 
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	background-image: url(images/background.png);
}


div.collapsable-section {
	overflow: hidden;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 20px;
	margin-bottom: 8px;
	margin-top: 8px;
	border-color: #7f7f7f;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a:hover {
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: blue;
	border-bottom-width: 1px;
	border-style: dashed;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.download-list {
}

a.disclosure {
	text-shadow: 0px 2px 1px #cccccc;
	margin-top: 8px;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
}

a.disclosure:hover {
	border-width: 1px;
	border-color: #666666;
	border-style: none;
	color: #7f7f7f;
	text-shadow: 0px 2px 1px #cccccc;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.download {
	background-position: 1px;
	border-width: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-color: #cccccc;
	border-style: dashed;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(images/download.png);
}

a.download:hover {
	border-width: 1px;
	border-color: blue;
	border-style: dashed;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

ul {
	list-style-type: square;
	font-family: Verdana; 
	font-size: 10pt;
	margin: 10px;
}

.command {
	font-size: smaller;
	padding: 2px;
	background-color: #e6e6e6;
	border-width: 0px;
	border-style: dashed;
}

p.caption {
	font-family: Verdana; 
	font-size: 9pt;
	margin: 18px;
}

p.title {
	border-bottom-color: #cccccc;
	border-top-color: #e6e6e6;
	padding: 2px;
	background-repeat: repeat-x;
	background-image: url(images/header.png);
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-style: outset;
	font-weight: bold;
	font-family: Verdana; 
	font-size: 10pt;
	margin: 10px;
}

p.section {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	font-size: 10pt;
	padding: 4px;
}

p.section-sub {
	width: 1000px;
	margin-left: -8px;
	background-color: #e6e6e6;
	border-bottom-color: #7f7f7f;
	border-top-color: #b3b3b3;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-size: 9pt;
	font-weight: bold;
	padding: 4px;
}

p.section-top {
	background-position: 0 4px;
	padding-left: 22px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
	font-size: 10pt;
	background-repeat: no-repeat;
	background-image: url(images/arrow.png);
	font-weight: bold;
}

div.sub {
	margin-top: 20px;
	color: #666666;
	font-weight: bold;
	font-family: Verdana; 
	font-size: 8pt;
}

img {
	border: 0px;
}

img.icon {
	padding: 10px;
}

img.button {
	margin-right: 4px;
	display: block;
	float: left;
	position: relative;
	left: -12px;
	top: 18px;
	padding: 2px;
}

div.content {
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	margin-top: 40px;
	margin-left: auto;
    margin-right: auto;
	width: 650px;
}

div.center {
    background-repeat: repeat-x;
    background-image: url(images/bar.png);
    margin-bottom: 0px;
    margin-top: 0px;
    width: 800px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: white;
	margin-left: auto;
    margin-right: auto;
}

img.shadow {
	position: absolute;
	right: 700;
	width: 50;
}

div.field {
	max-height: 200px;
	background-repeat: repeat;
	border-color: #7f7f7f;
	border-width: 1px;
	border-style: solid;
	
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	overflow: scroll;
}

.version-history {
	font-family: monospace;
	font-size: smaller;
}

.manual {
	font-size: 9pt;
}

.note {
	color: #4c4c4c;
	font-style: italic;
	font-size: 8pt;
}

.download-list {
	font-size: 8pt;
}

.hr {
	margin-bottom: 8px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
}
