body
{
	background-image: url("images/white.png");
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus
{
	background-color: transparent;
	color: #558800;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.download
{
	border: 1px dashed #DDDDDD;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: center;
	width: 230px;
}

a.download:hover
{
	border: 1px solid #DDDDDD;
}

#title,
h1
{
	background-color: transparent;
	color: white;
	font-size: 28px;
	font-weight: bold;
	padding: 16px;
}

#header
{
	background-image: url("images/green.png");
	margin: 0px;
	width: 100%;
}

#header a
{
	background-color: transparent;
	color: white;
	font-size: 14px;
	margin-left: 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

#header a:link,
#header a:visited,
#header a:focus
{
	background-color: transparent;
	border: 1px dashed white;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover,
#header a:active
{
	background-color: white;
	border: 1px dashed #85C329;
	color: #85C329;
	font-weight: bold;
	text-decoration: none;
}

#header-shadow
{
	background-image: url("images/shadow.png");
	background-position: top;
	background-repeat: repeat-x;
	height: 4px;
}

div.back
{
	float: left;
	font-size: 14px;
	margin: 5px;
	text-decoration: none;
}

#content
{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	padding: 5px;
	width: 900px;
}

#content h1,
#content h2
{
	border-bottom: 1px solid #DDDDDD;
}

#content h1.first,
#content h2.first
{
	margin-top: 0px;
}

#content h1
{
	font-size: 28px;
}

#content h2
{
	font-size: 18px;
}

#content p
{
	line-height: 1.5em;
	margin-left: 8px;
	margin-right: 8px;
	text-align: justify;
}

#content span.warning
{
	font-style: italic;
}

#content span.bright
{
	color: #AAAAAA;
}

#content ul
{
	list-style-type: none;
	margin-left: 0; /* < IE 7 */
	padding-left: 25px;
	text-align: left;
}

#content ul li
{
	line-height: 1.5em;
}

table.formatted
{
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}

table.formatted th,
table.formatted td
{
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

table.formatted th
{
	background-color: #85C329;
	background-image: url("images/green.png");
	color: white;
	font-weight: bold;
	text-align: left;
}

table.formatted tr:hover
{
	background-color: #F3F3F3;
	color: black;
}

table.formatted td.center
{
	text-align: center;
}

table.screenshots
{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.screenshots td
{
	padding: 15px;
}

table.screenshots a
{
	border: 1px dashed #DDDDDD;
	display: block;
	font-size: 14px;
	font-style: italic;
	padding: 15px 15px 5px 15px;
	text-align: center;
}

table.screenshots a:hover
{
	border: 1px solid #DDDDDD;
}

table.screenshots img
{
	border: 0px;
	display: block;
	padding-bottom: 5px;
}

/* Preload images to prevent flicker. */
table.screenshots img.page
{
	background: url(screenshots/page-small.png) no-repeat;
}

table.screenshots img.changes
{
	background: url(screenshots/changes-small.png) no-repeat;
}

table.screenshots img.search
{
	background: url(screenshots/search-small.png) no-repeat;
}

table.screenshots img.edit
{
	background: url(screenshots/edit-small.png) no-repeat;
}

table.screenshots img.history
{
	background: url(screenshots/history-small.png) no-repeat;
}

table.screenshots img.diff
{
	background: url(screenshots/diff-small.png) no-repeat;
}

table.screenshots img.files
{
	background: url(screenshots/files-small.png) no-repeat;
}

table.screenshots img.login
{
	background: url(screenshots/login-small.png) no-repeat;
}

table.screenshots img.user
{
	background: url(screenshots/user-small.png) no-repeat;
}

#footer
{
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

#lastmodified
{
	font-style: italic;
}

#content pre.codearea
{
	background-color: #F2F2F2;
	border: 1px solid #DDDDDD;
	color: black;
	height: 675px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: auto;
	overflow: auto; /* Opera 9.23 */
	padding: 5px;
	white-space: pre;
	width: 675px;
	word-wrap: normal; /* IE 5.5+ */
}

#content div.codearea-caption
{
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	width: 675px;
}

div.changelog
{
	margin-left: auto;
	margin-right: auto;
	width: 690px;
}

div.changelog-entry
{
	border: 1px dashed #DDDDDD;
	margin-bottom: 2em;
	padding: 0.5em;
}

ul.changelog
{
	margin-bottom: 0em;
	margin-top: 0em;
	text-align: left;
}

ul.changelog li
{
	margin-top: 0.5em;
}


