body{
	background-color: #625434;
}

h1{
	color: #E3FF4C; font-family: arial; font-size: 22px;
}

h2{
	color: #E90000;
}

a{
    color: #E95D00;    
}


    a:hover{
        color: #E90000;    
    }

body,li,p,td,th{
	font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 13px;
}
	
	#menu{
		position: absolute; left: 0px; top: 50px; width: 180px;
		font-weight: bold;	
		padding: 20px 0px; margin:0px;
        color: white;
		list-style: none;
        
	}
        #menu li{
            
            padding: 2px 10px;
            text-transform: uppercase;
            margin: 1px 10px 0px 10px;
            background-color: #726444;
            font-size: 12px;
		}
            #menu li a{   
                color: #E3FF4C; text-decoration: none;
            }
            
                #menu li a:hover{
                    color: white; text-decoration: underline;    
                }
    
       
	
	#content{
		position: absolute; left: 180px; top: 50px; width: 590px;		
		background-color: white;
	}

    #content code{
            display: block;
            background-color: #F1FFB7; 
            padding: 8px;
            font-weight: bold; font-size: 10px;
            margin-bottom: 18px;
        }
    
		.stage, .source{
			color: #696039;
				
			padding: 10px 16px 16px 16px; margin: 0px;
		}

			.menu{
				cursor: pointer; border: 1px solid #CCCCCC;
				list-style: none; padding: 0px 3px;
				background-color: #FAFAFA;
			}
				.stage .menu li{
					font-weight: bold; line-height: 24px;
					text-decoration: underline;
					padding: 0px 5px;
					color: #E95D00;
				}

		.stage li{
			padding: 2px 5px; position: relative; top: 0px; left: 0px;
		}

		.footer{
			font-size: 11px; color: #CCCCCC; text-align: center;
			line-height: 28px;
		}
			.footer a{
				color: #BBBBBB;
			}

#debugBox{
	font-size: 10px; font-family: verdana,sans-serif;
	position: absolute; top: 0px; right: 0px; height: 48px; width: 350px;
	border: none;
	background-color: #625434; color: #E3FF4C;
}




/* ****************************************************** */

.tabnames span{ padding: 0px 2px; background-color: #FAFAFA; 
	margin: 0px 1px; 
	border-width: 1px; border-style: solid; border-color: #999999;
}
.tabnames span.active{ background-color: #625434; color: white; border-color: #625434}
        
.tab{
    padding: 5px 5px 15px 5px; border: 1px solid #999999;
	background-color: #FAFAFA;
    
}
table{
    border-collapse: collapse;
}
    table th{
        background-color: #625434; color: white;
    }
    table td{
        background-color: white;
        border-width: 1px 0px;
        padding: 2px 4px;
        border-style:solid;
        border-color: #CCCCCC;
    }


.customDropdown li{
	background-color: #625434;
	color: white;
} 
	