/* --- TABLES --- */	
table {
	border-collapse: collapse;
	border-top: 1px solid #dddddd;
	margin: 10px 0 20px 0;
	clear: both;}

	table caption { font-size: 11px; color: #666666; text-align: left; margin-bottom: 10px; }
	table p { margin: 0 0 3px 0; }
	
	thead {  }
	tbody {  }

	tr, th, td {
		padding: 7px 10px; }

		th { background-color: #F2F5F9; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }	
			thead th { } 	

		td { border-bottom: 1px solid #dddddd; }
		   td h3 {margin:0px;}
	
.doctor-profile table { width: 100%; } /* used on eCV profiles */
table.physician-directory { width: 100%; } /* used in Find a Physician */
table .box-gradient {
			margin:0 0 5px 0;}
