@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	background-color:#000000;
	margin: 0px auto;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

a {
        text-decoration: none;
}

a.hover {
        text-decoration: underline;
}

.headText {
	color: #FFCC00;
	font-size: 14px;
	font-weight: bold;
}

.download {
        color: #999999;
}

.download a:link {
        color: #FFCC00;      
}

#disqus_thread {
        color: #000000;
}

#disqus_thread a:link {
        text-decoration: none;
}

#disqus_thread a:hover {
        text-decoration: underline;
}


#dhtmltooltip{
        color: #000000;
        line-height: 1.2em;
        position: absolute;
        left: -300px;
        width: 165px;
        border: 1px solid black;
        padding: 8px;
        background-color: lightyellow;
        visibility: hidden;
        z-index: 100;
        /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
        filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
        position:absolute;
        left: -300px;
        z-index: 101;
        visibility: hidden;
}

