﻿
#dentalPlus {
	width:968px;
	height:380px;
	background-color:#FFF;
	background-image:url(Images/DentalPlusImages/bodyBg.gif);
	background-repeat:repeat-y;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
}

#dentalPlus p {
	margin:0px 0px 0px 0px;
	line-height:1.2em;
}

#dentalPlus .dpleft {
	float:left;
	width:420px;
	margin:0px 0px 0px 0px;
}

#dentalPlus .dpleft p.small {
	font-size:9px;
	margin:0px 0px 10px 0px;
	width: 100%;

}

#dentalPlus .dpleft .head1 {
	margin:25px 0px 20px 0px;
}

#dentalPlus .dpleft .head2 {
	margin:25px 0px 10px 0px;
}

#dentalPlus .dpleft a {
	display:block;
	text-align:right;
	margin:25px 40px 0px 0px;
}

#dentalPlus .right {
	position:relative;
	float:right;
	width:530px;
	left:-4px;
	margin:6px 0px 0px 0px;
}
#dentalPlus .right .mid {
	background-image:url(Images/DentalPlusImages/tableMid.gif);
	background-repeat:repeat-y;
}
#dentalPlus .right .top {
	background-image:url(Images/DentalPlusImages/tableTop.gif);
	background-repeat:no-repeat;
	height:43px;
	overflow:hidden;
}
#dentalPlus .right .top p {
	font-size:19px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin:18px 0px 0px 0px;
}

#dentalPlus .right table {
	width:496px;
	background-color:#439a25;
	border-collapse:collapse;
	margin:0px 17px 0px 17px;
	text-align:center;
}

#dentalPlus .right thead th {
	font-weight:bold;
	font-size:14px;
	height:36px;
	padding:0px 10px 0px 10px;
	white-space:nowrap;
	border-bottom:solid 1px #154613;
}

#dentalPlus .right tbody td {
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	padding:0px 10px 0px 10px;
	height:36px;
	border-bottom:solid 1px #388621;
}

#dentalPlus .right .col1 {
	text-align:left;
} 

#dentalPlus .right .col2 {
	background-color:#51a135;
} 

#dentalPlus .right a {
   	display:block;
	width:24px;
	height:24px;
	text-decoration:none;
	text-align:left;
	color:#000;
	background-image:url(Images/DentalPlusImages/btnInfoOff.gif);
}

#dentalPlus .right a:hover {
	background-image:url(Images/DentalPlusImages/btnInfoOn.gif);
	float: none;
}

#dentalPlus .right a span.bubbleTop {
    background: transparent url('Images/DentalPlusImages/bubbleTop.gif') no-repeat scroll top;
	position:absolute;
	color: #000000;
	z-index:1;
    display: block;
    width: 255px;
    text-decoration: none;
	margin:15px 0px 0px 5px;
	overflow:auto;
	display:none;
}

#dentalPlus .right a span.bubbleBot {
    background: transparent url('Images/DentalPlusImages/bubbleBot.gif') no-repeat scroll bottom;
    display: block;
    margin: 20px 0px 0px 0px;
	padding: 10px 25px 20px 25px;
	display:none;
}

#dentalPlus .right a span.bubbleTop2 {
    background: transparent url('Images/DentalPlusImages/bubbleTop2.gif') no-repeat scroll top;
	position:absolute;
	color: #000000;
	z-index:1;
    display: block;
    width: 255px;
    text-decoration: none;
	margin:-90px 0px 0px 5px;
	overflow:auto;
	display:none;
}

#dentalPlus .right a span.bubbleBot2 {
    background: transparent url('Images/DentalPlusImages/bubbleBot2.gif') no-repeat scroll bottom;
    display: block;
    margin: 20px 0px 0px 0px;
	padding:0px 25px 28px 25px;
	display:none;
}

#dentalPlus .right a:hover span.bubbleTop, #dentalPlus .right a:hover span.bubbleBot, #dentalPlus .right a:hover span.bubbleTop2, #dentalPlus .right a:hover span.bubbleBot2 {
	display:block;
}

#dentalPlus .right .bot {
	background-image:url(Images/DentalPlusImages/tableBot.gif);
	background-repeat:no-repeat;	
	height:30px;
	overflow:hidden;
}

#dentalPlus .right .bot p {
	font-size:8px;
	color:#FFF;
	font-weight:bold;
	margin:5px 0px 0px 25px;
}
