
 /*  Define the background color for all the ODD table columns  */
	.Command td:nth-child(odd){ 
		background: #3B5998;
	}
/*  Define the background color for all the EVEN table columns */ 
	.Command td:nth-child(even){
		background: #FFFFFF;
}

hr { visibility: hidden;
    height: 15px;}
    
.Related_Commands {font-size: 8 pt;}



   
/*
 .Help_Intro_Topics_List table {
    border-collapse:collapse;
    border: solid white 5px;
    border-radius:10px;
    -moz-border-radius:10px;
}
*/


