/*  ================================================================  */
/*  === MODIFIED: C.W. MILLER IV - MAY 2007 ========================  */
/*  === SOFTWARE: APTANA IDE =======================================  */
/*  ================================================================  */

	a {color:#666;}
	
  #overview, 
	#implementation, 
	#learnmore {
	  float:left;
	  background:url(images/gradient-B4C8E3.gif) repeat-x 0 0;
	  margin:0 0 20px 0;
	  padding:10px 5px;
	  width:205px;
	  height:125px;
	  border:1px solid #B4C8E3;
	  font-size:11px;
	  overflow:auto;
	}
	
	#implementation {margin:0 7px;}
	
	#overview p, 
	#implementation p, 
	#learnmore p {
	  margin:0 0 10px 0;
	  padding:0;
	  font-weight:bold;
	}
	
	#overview div, 
	#implementation div, 
	#learnmore div{
	  margin:0;
	  padding:0;
	  height:60px;
	}
	
	#overview ul, 
	#implementation ul, 
	#learnmore ul {
	  margin:0;
	  padding:0;
	  list-style:none;
	}
	
	#overview ul li, 
	#implementation ul li, 
	#learnmore ul li {
	  margin:0;
	  padding:0;
	  list-style:none;
	}
	
	#overview ul li a, 
	#implementation ul li a, 
	#learnmore ul li a {
	  text-decoration:none;
	  color:#0A5196;
	}
	
	#overview ul li a:hover, 
	#implementation ul li a:hover, 
	#learnmore ul li a:hover {text-decoration:underline;}
	
	table, tr {
	  margin:0;
	  padding:0;
	  border-collapse:collapse;
	  border:none;
	}

	td {
	  margin:0;
	  padding:5px;
	  border:1px solid #4B81C1;
	}

