#doctorDetails {
	border-collapse: collapse;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	text-align: left;
	width:300px;
}

#doctorDetails caption {
	background: #B9C9FE none repeat scroll 0 0;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #AABCFE;
	color: #003399;
	font-size: 13px;
	font-weight: normal;
}

#doctorDetails td {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #E8EDFF none repeat scroll 0 0;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid transparent;
	color: #666699;
	padding: 2px;
}
#doctorDetails tr:hover td {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #D0DAFD none repeat scroll 0 0;
	color: #333399;
}

.normaltext { font-size:12px; font-weight:normal;}
