/* CSS Document */

/* modified*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


body {
/*	_behavior:url("/css/csshover.htc"); */
}

.help {
	z-index: 0;
	cursor: help;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted black;
}

.help:link {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted black;
}

.help:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted black;
}

.help:hover{
	text-decoration: none;
	position: relative;
	border: 1px solid black;
	background-color: lightyellow;
	z-index: 1;
}

.help:active {
	text-decoration: none;
}

.help div{
	background-color: lightyellow;
	position: absolute;
	z-index: 2;
	top: 1.1em;
	left: -2em;
	padding: 5px;
	border: 1px dashed gray;
	color: black;
	text-decoration: none;
	display: none;
	overflow: visible;
}

.help:hover div{
	overflow: visible;
	text-decoration: none;
	display: block;
	min-width: 200px;
	z-index: 200;
}

.help:hover div div{
	position: relative;
	border: 0px ;
	top: 0px;
	left: 0px;
}

.help:hover div iframe{
	color: lightyellow;
	position: absolute;
	border: 0px;
	top: 2px;
	left: 2px;
	width: 100%;
	height: 100%;
}


.help span{
	background-color: lightyellow;
	padding: 5px;
	top: 1.1em;
	left: -2em;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	float: right;
	display: none;
}

.help:hover span{
	position: absolute;
	visibility: visible;
	overflow: visible;
	text-decoration: none;
	z-index: 100;
	float: right;
	min-width: 200px;
	display: block;
}

.faq {
	cursor: help;
}

.faq div{
	position: absolute;
	top: 1.2em;
	left: 0em;
	color: black;
	text-decoration: none;
	width: auto;
	height: auto;
	display: none;
}

.faq:hover {
	background-color: lightyellow;
	border: 1px solid black;
	position: relative;
}

.faq:hover div{
	display: block;
}

.faq:hover div iframe {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 100%;
	height: 100%;
}

.faq:hover div div {
	background-color: lightyellow;
	border: 1px dashed gray;
	padding: 5px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.faq:hover div span {
	display: inline;
	text-decoration: underline;
	cursor: pointer;
	border: 0px none;
	background-color: #33FFFF;
}
.faqd {
	font-size: 9px;
}

.helpd {
}

.helpcontentdiv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#donate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
}

