.utilityModule {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 8px 0 8px 5px;
    margin-bottom: 35px ;
    color: #444; /*666*/
    font-size: 12px;
    line-height: 150%;
}
.utilityModule_textRight {
    color: #444; /*666*/
    font-size: 12px;
    line-height: 1.2;
    text-align: right;
}
.utilityModule_head {
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    line-height: 1.3;
    color: #444; /*666*/
}
.utilityModule_head img {
    display: block;
    padding: 3px 0 0 0;
}
.utilityModule_grad .utilityModule_body {
    padding-left: 5px;
    padding-right: 5px;
}
.utilityModule_grad .utilityModule_foot {
    border-bottom: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
}
.utilityModule_foot { 
    width: 100%;
    /* border-top: 1px dotted #ccc; */
    padding: 10px 0 0 0;
    text-align: right;
}

.utilityModule_linkList {
    list-style-type: none;
}
.utilityModule_linkList li {
    padding: 5px 3px 5px 11px;/*was 8px 3px 8px 11p*/
    background: url('linkList_bullet.gif') 0px 12px no-repeat; /* was 11px */
    border-bottom: 1px dotted #ccc;
}
.utilityModule_linkList li.nobullet {
    background: none;
    padding: 5px 3px 5px 0px;
}
.utilityModule_linkList li.lastItem {
    border-bottom:0;
}
.utilityModule_plainList {
    list-style-type: none;
}
.utilityModule_plainList li {
    padding: 8px 3px 8px 0;
    border-bottom: 1px dotted #ccc;
}
.utilityModule_plainList li.lastItem {
    border-bottom:0;
}
.relatedTeaser {
    display: block;
    padding: 8px 3px 8px 0;
    border-bottom: 1px dotted #ccc;
}
.relatedTeaser:hover {
    text-decoration: underline;
    color: #2569b2;
}
.relatedTeaser_image {
    float: left;    
    padding: 0 5px 0 0;
}
.relatedTeaser_text {
    padding: 8px 0 0 0;
}
.relatedTeaser_last{
    border-bottom:0;
}
.utilityModule_description {
    padding: 8px 0 8px 0;
}
.utilityModule_foot .videoLink,
.utilityModule_foot .audioLink{
    float: left;
    padding-bottom: 0;    
}
.scrollFrame {
    height: 100px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    
}
.scrollFrame_textContent {
    position: relative;
    margin-right: 16px;
    padding: 0 0 0 0;
    top: 0;
    left: 0;
}
.scrollFrame_scrollBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
}
.scrollFrame_scrollupBtn {
    width: 16px;
    height: 23px;
    background: url('scrollFrame_topBtn.gif') top left no-repeat;
    cursor: pointer;
    *cursor: hand; /* IE ONLY STYLE */
}
.scrollFrame_track{
    width: 16px;
    background: url('scrollFrame_trackBg.gif') top left repeat-y;
}
.scrollFrame_handle {
    width: 16px;
    height: 25px;
    background: orange;
    background: url('scrollFrame_knobBg.gif') top left repeat-y;
    cursor: pointer;
    *cursor: hand; /* IE ONLY STYLE */
}
.scrollFrame_scrollDownBtn {
    width: 16px;
    height: 23px;
    background: url('scrollFrame_bottomBtn.gif') top left no-repeat;
    cursor: pointer;
    *cursor: hand; /* IE ONLY STYLE */
}
.highlightCarosel_content {
    padding: 8px 0 0 0;
}
.highlightCarosel_image { 
    padding: 0 0 8px 0;
}
.highlightCarosel_description {
    padding: 8px 0;
    border-top: 1px dotted #ccc;
}

.contentCarosel_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;
}

.contentCarosel_prevButton {
    display: block;
    float: left;
    height: 18px;
    width : 19px; 
    background: url('contentCarosel_prevBtn.gif') top left no-repeat #336699;
    cursor: pointer;
    *cursor: hand; /* IE ONLY STLYE */
}
.contentCarosel_locationIndecator {
    display: block;
    float: left;
    width : 34px; 
    padding: 2px 4px;
    font-size: 11px;
    text-align: center;
}

.contentCarosel_nextButton {
    display: block;
    float: left;
    height: 18px;
    width : 19px; 
    background: url('contentCarosel_nextBtn.gif') top left no-repeat #336699;
    cursor: pointer;
    *cursor: hand; /* IE ONLY STLYE */
}
.contentCarosel_nav .disabled {
    background-color: #ccc;
    cursor: default;
}

.contactInfo {
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.contactInfo_last {
    line-height: 20px;
    padding: 10px 0;
}

.contactInfo_title {
    font-weight: bold;
}
.bioImage {
    margin-bottom: 35px;
}
.rightColumnImage {
    margin-bottom: 35px;
}

.conditionSearchContent{
    padding: 6px;
}

.toolPalette {
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}
.toolPalette_conditionOnly {
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.toolPalette_panes {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.toolPalette_pane {
/* 
    THERE ARE RULES WRITTEN IN jsOnlyStyles.css
*/
    width: 188px;
    background: url('toolbox_openGrad.gif') top left repeat-x #ebeae1;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.toolPalette_pane2 {
/* 
    THERE ARE RULES WRITTEN IN jsOnlyStyles.css
*/
    width: 188px;
    background: url('toolbox_openGrad.gif') top left repeat-x #ebeae1;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.toolPalette_paneTitle {
    height: 26px;
    padding: 0 0 0 6px;
}
.toolPalette_findPhysPaneTitle {
    background: url('toolbox_findAPhysician_bg.gif') top left repeat-x #47556a;
}
.toolPalette_cAndTPaneTitle {
    background: url('toolbox_cAndT_bg.gif') top left repeat-x #79929f;
}
.toolPalette_apptPaneTitle {
    background: url('toolbox_makeAppt_bg.gif') top left repeat-x #bcd6dc;
}
.toolPalette_articlePaneTitle { 
    background: url('toolbox_profArticles_bg.gif') top left repeat-x #94b760;
}
/* 
    THERE ARE RULES WRITTEN IN jsOnlyStyles.css
*/
.toolPalette_paneContent {
    border-top: 1px solid #ccc;
    
    color: #444; /*666*/
}
.toolPalette_standardContent {
    padding: 40px 15px 25px 15px; /* 40 20 25 20 */
}

.toolPalette_instructions {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
}
.toolPalette_form {
    margin-bottom: 22px;
}
.toolPalette_form .roundInput_field {
    width: 100px;
}
.toolPalette_indexLink {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    text-align: right;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    padding: 5px 8px 5px 0;
    background: url('toolbox_indexLink_arr.gif') bottom right no-repeat;
    font-weight: bold;
}
.toolPalette_apptTitle {
    font-size: 14px;
    padding: 0 0 3px 0;
    border-bottom: 1px dotted #ccc;
}
.toolPalette_apptInfo {
    color: #7a8b9a;
    text-align: right;
    padding: 35px 0 25px 0;
}
.toolPalette_apptNumber {
    display: block;
    font-weight: bold;
    padding: 0 0 4px 0;
    font-size: 20px;
}
.toolPalette_apptTollFree {
    display: block;
    font-size: 12px;
}

/*FOR HOMEPAGE*/
.toolPalette_standardContent2 {
    padding: 10px 5px 10px 5px; /* 40 20 25 20 */
}
.toolPalette_instructions2 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}
.toolPalette_form2 {
    margin-bottom: 20px;
}
.toolPalette_form2 .roundInput_field {
    width: 100px;
}
.toolPalette_indexLink2 {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    text-align: right;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 5px 8px 5px 0;
    background: url('toolbox_indexLink_arr.gif') bottom right no-repeat;
    font-weight: bold;
}
.toolPalette_apptTitle2 {
    font-size: 14px;
    padding: 20px 0 3px 10px;
    border-bottom: 1px dotted #ccc;
}
.toolPalette_apptInfo2 {
    color: #7a8b9a;
    text-align: right;
    padding: 5px 0 5px 0;
}
.toolPalette_apptNumber2 {
    display: block;
    font-weight: bold;
    padding: 0 0 5px 0;
    font-size: 20px;
}
.toolPalette_apptTollFree2 {
    display: block;
    font-size: 12px;
}
/*END*/


.toolPalette_unstyledContent {
    position: relative;
}

.conditionExplorer {
    padding: 6px 3px 0px 6px;
    height: 255px; /*245*/
}
.conditionExplorer_positionedContnet {
    position: relative;
    top: 0;
    left: 0;
    height: 205px;
}
.conditionExplorer_adultBodyImage {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 50;
    height: 175px;
    width: 70px;
}
.conditionExplorer_childBodyImage {
    position: absolute;
    top: 0;
    left: 110px;
    z-index: 50;
    height: 175px;
    width: 50px;
}
.conditionExplorer_peds {
    padding: 6px 3px 0px 6px;
    height: 205px; /*245*/
}
.conditionExplorer_pedsPositionedContent {
    position: relative;
    top: 0;
    left: 0;
    height: 155px;
}
.conditionExplorer_pedsBodyImage {
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 50;
    height: 140px;
    width: 90px;
}
.conditionExplorer_dynamicText {
    position: absolute;
    top: 0;
    left: 65px;
    width: 110px;
    min-height: 14px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 4px 0;
    font-size: 12px;
    line-height: 14px;
}
.conditionExplorer_dots {
    position: absolute;
    top: 0;
    left: 30px;
    height: 200px;
    width:  145px;
    z-index: 100;
}
.conditionExplorer_adultDot {
    position: absolute;
    width: 14px;
    height: 14px;
    cursor: pointer;
    *cursor: hand; /* IE ONLY STYLE */
}
 
.conditionExplorer_childDot {
    position: absolute;
    width: 14px;
    height: 14px;
    cursor: pointer;
    *cursor: hand; /* IE ONLY STYLE */
}
.conditionExplorer_adultFull {
    position: absolute;
    width: 43px;
    height: 14px;
    cursor: pointer;
    *cursor: hand; /* IE ONLY STYLE */
    overflow: hidden;
}
.conditionExplorer_childFull {
    position: absolute;
    width: 43px;
    height: 14px;
    cursor: pointer;
    *cursor: hand; /* IE ONLY STYLE */
    overflow: hidden;
}
.conditionExplorer .roundInput_field {
    width: 135px;
}
