body {
	font: 10pt/1.2em "Lucida Grande", Arial, Sans-Serif;
	text-align: center;
	background: #333 url(images/background.gif);
	color: black;
}

#structure {
	position: relative;
	width: 760px;
	margin: 1.5em auto;
	text-align: left;
	padding: 2em;
	border: solid 1px black;
	background: white;
}

#widget_nav {
	font-size: 8.5pt;
	text-align: center;
	margin-top: -1em;
	margin-bottom: 1.5em;
	border-bottom: dotted 1px #666;
	padding-bottom: 1em;
}

.widget {
	margin-top: 1em;
	padding-bottom: 1em;
}

.widget ul {
	font-size: 8.5pt;
	margin-top: 0;
}

.detail {
	font-size: 8.5pt;
	padding-left: 2em;
}

.leftcol, .rightcol {
	margin-top: -9px;
	padding-top: 14px;
}

.leftcol {
	padding-right: 10px;
}

.rightcol {
	position: relative;
	width: 230px;
	float: right;
	
	border: solid 1px black;
	/*
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	*/
	
	padding-left: 20px;
	padding-right: 14px;
	
	margin-bottom: 1em;
	margin-left: 1.5em;
	
	background: #ddd;
}

.rightcol ul {
	margin-top: 0;
}

.download_tr {
	position: absolute;
	right: -1px;
	top: -1px;
}

.download_bl {
	position: absolute;
	left: -1px;
	bottom: -1px;
}

#dashboard_icon {
	float: right;
	width: 96px;
	height: 96px;
	border: none;
}

.corner {
	position: absolute;
}

#corner_tl {
	top: -1px;
	left: -1px;
}

#corner_tr {
	top: -1px;
/*	right: 0;*/
	right: -1px;
}

#corner_bl {
	bottom: -1px;
	left: -1px;
}

#corner_br {
	bottom: -1px;
/*	right: 0;*/
	right: -1px;
}

h1, h2, h3, h4, h5 {
	clear: both;
}

h1 {
	margin: 0;
}

h2 {
	border-bottom: solid 1px black;
	padding-bottom: 0.2em;
}

h3 {
	font-style: italic;
}

h3, h4, h5 {
	margin-top: 1em;
	margin-bottom: 0.25em;
}

#anchors, #instructions, pre, .history {
	border: dotted 1px black;
	background: #ddd;
	padding: 0.5em;
	font: 9pt/1.2em "Andale Mono", Monaco, "Courier New", Monospace;
}

#anchors {
	width: 640px;
}

#rss {
	float: right;
}

#rss img {
	border: none;
}

#instructions {
	clear: both;
	margin-bottom: 1em;
}

#instructions a {
	text-decoration: none;
	color: black;
}

#instructions a:hover {
	text-decoration: underline;
}

ul.list li {
	margin-top: 1em;
}

ul.list li li {
	margin-top: 0;
}

.dateline {
	font-size: 8.5pt;
}

.caption {
	font-size: 90%;
	font-style: italic;
}

.definition {
	border-bottom: dotted 1px green;
	color: black;
	text-decoration: none;
}

select {
	font-size: 10px;
}

.history {
	display: none;
	padding-bottom: 0;
}

.history p {
	margin-top: 0;
	margin-bottom: 0;
}

.history ul {
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 0;
	margin-left: 1.5em;
}

.download_link {
	display: block;
	width: 225px;
	height: 19px;
	background: url(images/button.png);
	padding-top: 4px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #555;
	text-shadow: white 0 0 2px;
	margin-bottom: 1em;
}

.screenshot_links {
	font-size: 9pt;
	padding-left: 10px;
}

.freeware {
	color: #0cac10;
}

.totop {
	font-size: 10px;
}

.spacer {
	clear: both;
	height: 1em;
}

hr {
	clear: both;
}

#footer {
	font-size: 90%;
	border-top: solid 1px black;
	padding-top: 0.5em;
}
