body {
	behavior: url("csshover3.htc");
	background-color: black;
    	position: absolute;
    	left:50%;
    	margin-left:-450px;
}

a:link {text-decoration: none; color:#00a13a;}
a:visited {text-decoration: none; color:#00a13a; font-family:courier; font-size:16px;}
a:active {text-decoration: none; color:#00a13a;}
a:hover, a.hover {font-weight: bold}

h1 {
    text-decoration: none; color:#00a13a; font-family:courier; font-size:24px;	
    margin-top: 0px;
    margin-bottom: 12px;
}
h2 {
    text-decoration: none; color:#00a13a; font-family:courier; font-size:20px;	
    margin-top: 0px;
    margin-bottom: 10px;
}

p {
    text-decoration: none; color:#00a13a; font-family:courier; font-size:16px;	
    margin-top: 0px;
    margin-bottom: 3px;
} 


table.main {	
    background-color: #000903;
    width: 900px;            
    table-layout: fixed;	
    border-color: #00a13a;
    border-width: 1px; 
    border-style: outset;	
    text-decoration: none; color:#00a13a; font-family:courier; font-size:16px;
} 

table.board {	
    background-color: #010c02;
    width: 100%;        
    table-layout: fixed;	
    border-color: #00a13a;
    border-width: 1px; 
    border-style: outset;	
    text-decoration: none; color:#00a13a; font-family:courier; font-size:16px;
}

table.code {	
    background-color: #031405;
    width: 100%;
    table-layout: fixed;	
    border-color: #00a13a;
    border-width: 1px; 
    border-style: outset;	
    text-decoration: none; color:#00a13a; font-family:courier; font-size:16px;
}

pre.top {
 font-size:10px;
}

pre.rodokmen {
    font-family: courier; font-size:16px;color:#00a13a;
}

pre.java {
    font-family: courier; font-size:16px;color:#00a13a;         
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

textarea.board {
    color:#00a13a;
    border-color: #00a13a;
    border-width: 1px; 
    background-color: #031405; 
    width: 100%;text-decoration: none; 
    font-family:courier; 
    font-size:16px;
}
input.board {
    color:#00a13a;
    border-color: #00a13a;
    border-width: 1px; 	
    background-color: #031405; 
    width: 33%;text-decoration: none; 
    font-family:courier; 
    font-size:16px;}

input.button {
    text-decoration: none; color:#00a13a; font-family:courier; font-size:16px;
    border:1px solid #00a13a;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    background-color:#031405;
    height:26px;	
    text-align:center;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(util/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(util/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

