@charset "utf-8";

body {
	background-color: #D0D8DD;
}
body,td,th {
	color: #000000;
}
a:link {
	color: #00CC00;
}
a:visited {
	color: #00CC00;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #00CC00;
}
a {
	font-weight: bold;
	text-decoration: none;
}

.sechead {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	background-color: #00FF66;
	display: block;
	color: #006600;
	border: thin solid #009933;
	text-indent: 10px;
}
.smalltext {
	font-size: 9px;
}

.maintext {
	color: #003300;
}
.smallhead {
	font-size: 18px;
	font-weight: bold;
	color: #003300;
	letter-spacing: 0.25em;
}
.mainlayout {
	padding-right: 80px;
	padding-left: 80px;
}
.download {
	border-style: outset;
	border-color: #526672;
	background-color: #6A8493;
	padding: 8px;
}
.download:active {
	border-style: inset;
	border-color: #526672;
	background-color: #6A8493;
	padding: 8px;
	color: #00CC00;
}
.download:link, .download:visited, .download:hover {
	color: #00FF00;
}
.screenshots {
	text-align: center;
}
.screenshots img {
	border-style: solid;
	border-color: #009933;
}

.screenshots img.large {
	visibility: hidden;
}
.screenshots img.large:hover {
	visibility: visibile;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #00FF66;
padding: 5px;
left: -1000px;
border: thin solid #009933;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;

left: -125px; /*position where enlarged image should offset horizontally */
}