  /**************************************/
 /***** Practice Management Styles *****/
/**************************************/
.softwareFirst {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.software {
	border-bottom: 1px solid #CCCCCC;
}
.description {
	border-left: 1px solid #CCCCCC;
}
.description h4 {
	display: inline;
}
.softwareIcon {
	width: 180px;
	height: 60px;
}
#softwareList td {
	padding: 5px;
}
#totalMD {
	background: url(images/software.png) no-repeat 0px 0px;
}
#dentimax {
	background: url(images/software.png) no-repeat 0px -60px;
}
#medinotes {
	background: url(images/software.png) no-repeat 0px -120px;
}
#sydamed {
	background: url(images/software.png) no-repeat 0px -180px;
}
