/* CSS Document */

body
{
	
background-color: #000000;
	
margin: 27px;
	
margin-top: 27px;
	
margin-left:27px;
	
margin-bottom: 0px;
	
font-family: century gothic, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	
color: #B2B2B2;
}

/*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: white;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -25;
left: 350px; /*position where enlarged image should offset horizontally */

}



td
{
	
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	
font-size: 12px;
	
color: #B2B2B2;
	
vertical-align: top;
	
text-align: justify
}

.

pics
{
	background-color: #000000;
	
margin: 0px;
	
margin-top: 0px;
	
margin-left: 0px;
	
margin-bottom: 0px;
	vertical-align: top;
}

.
header1
{
	
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	
font-size: 14px;
	
color: #666666;
	
font-weight: bold;
	
vertical-align: top;
}

.

header2
{
	
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	
color: #666666;
	
font-weight: bold;
	vertical-align: top;
}

.

greytext
{
	
font-family: Century Gothic, Geneva, Arial, SunSans-Regular, sans-serif;
	
font-size: 11px;
	
color: #666666;
	
font-weight: bold;
	
vertical-align: top;
}



a:link
{
	
font-family: Century Gothic, Geneva, Arial, SunSans-Regular, sans-serif;
	
font-size: 12px;
	
font-weight: none;

text-decoration: none;
	
color: #A2A2A2;
}



a:visited
{
	font-family: Century Gothic, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	
font-weight: none;
	color: #666666;
	
text-decoration: none;
}



a:active
{
	
font-family: cnetury gothic, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #666666;
	
text-decoration: underline;
}



a:hover
{
	
font-family: Century Gothic, Geneva, Arial, SunSans-Regular, sans-serif;
	
font-size: 12px;
	
font-weight: none;
	
color: #D5D5D5;
	
text-decoration: underline;
}

.
header {
	border: #E0E0E0 solid 1px;
}

.
footer {
	border: #E0E0E0 solid 1px;
	height: 20px;
}


h1 {
font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 4px;
}


h2 {
font-size: 14px;
	font-weight: bold;
	padding: 0;
 margin: 0;
 margin-top: 4px;
 margin-bottom: 4px;
}


h3 {
font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}

.
section {
	margin-left: 15px;
}

.
column {
	margin-right: 20px;
	float: left
}

.
separator {
border-bottom: 1px solid #E6EBF1;
	margin-top: 10px;
	margin-bottom: 10px;
}


p {
}

.
helpindex {
margin-left: 20px;
	padding-left: 0;
}


.
optionlist {
margin: 0;
 padding: 0;
 margin-bottom: 10px;
}

.
optionlist li {
padding: 0;
 margin: 0;
 margin-top: 3px;
 margin-bottom: 3px;
 margin-left: 10px;
 list-style-type: none;
}

.
helpindex li {
 margin-top: 3px;
}

.
content {
 margin: 10px;
}

.
example {
 background-color: #E6EBF1;
 margin-left: 10px;
}


code, pre {
 margin: 0;
 padding: 0;
 background-color: #E6EBF1;
}

.
copyright {
	margin: 3px;
	float: left;
}

.
helpindexlink {
	margin: 3px;
	float: right;
}

.
list_subtitle {
	padding-top: 5px;
}

.
note {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 10px;
}

.
marked {
	color: red;
	font-weight: bold;
}


thead {
	background-color: #E6EBF1;	
}

.
btable {
}

.
btable th {
	border: 1px solid gray;
	vertical-align: top;
}

.
btable td {
border: 1px solid gray;vertical-align: top;
}

.
plist {
	list-style-type: none;
 margin: 0;
 padding: 0;
}

.
plist li {
	padding-bottom: 3px;
}
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
