﻿span.underline
{
    text-decoration: underline;
}

a
{
    color: #496ea3;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h2
{
    color: Black;
    font-size: 17px;
    line-height: 22px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h3
{
    color: #3f3f3f;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

p
{
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 20px 0px;
}


/* START MAIN LAYOUT */

table
{
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

body
{
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    background: Black;
    margin: 0px;
    padding: 7px 0px 0px 0px;
    text-align: center;
}

div#wrapper
{
    position: relative;
    
    height: auto; width: 900px;
    padding: 0px;
    margin: auto;   
    text-align: center; 
}

a#home-link
{
    display: block;
    position: absolute;   
    top: 15px;
    left: 35px;
    width: 450px;
    height: 75px;
    z-index: 999999999;
}

div#wrapper div#top
{
    position: relative;
    background: url(/public2/pub_resources/images/top.png) no-repeat;
    background-position: bottom left;
    height: 90px; width: 839px;
    padding: 0px;
    margin: auto;   
    text-align: center; 
    
}

div#wrapper div#top div#top-nav
{
    position: absolute;
    top: 56px;
    right: 10px;
    width: 470px;
    height: 34px;
    text-align: right;   
    padding: 7px 0px 0px 0px;
}

div#wrapper div#top div#practice-login
{
    position: absolute;
    width: 200px;
    height: 25px;
    top: 21px;
    right: 0px;
    padding: 7px 0px 0px 0px;
}

div#wrapper div#top div#medical-practice-login
{
    position: absolute;
    width: 200px;
    height: 25px;
    top: 21px;
    right: 222px;
    padding: 7px 0px 0px 0px;
}

a#practicelogin, a#medicalpracticelogin
{
    font-size: 17px;   
    letter-spacing: 0.5px;
}

div#wrapper div#banner
{
    position: relative;
    background: url(/public2/pub_resources/images/banner4.png);
    height: 217px; width: 839px;
    padding: 0px;
    margin: auto;   
    text-align: center; 
}

div#wrapper div#banner div#flash
{
    position: relative;
    text-align: right;
    width: 839px;
    padding: 0px 0px 0px 0px;
    height: 204px;
}

div#wrapper div#banner-noflash
{
    position: relative;
    background: url(/public2/pub_resources/images/banner-nohome.png);
    background-position: bottom;
    height: 121px; width: 839px;
    padding: 0px;
    margin: auto;   
    text-align: center; 
}



div#wrapper div#main
{
    position: relative;
    background: url(/public2/pub_resources/images/main.png);
    width: 839px;
    padding: 0px 0px 0px 0px;
    margin: auto;   
    text-align: center; 
    height: auto;
    overflow: auto;
}

div#wrapper div#bottom
{
    position: relative;
    background: url(/public2/pub_resources/images/bottom.png) no-repeat;
    height: 1px; width: 839px;
    padding: 0px;
    margin: auto;   
    text-align: center; 
}

div#wrapper div#footer
{
    padding: 5px 0px 20px 0px;
    font-size: 11px;
    color: White;
    text-align: center;   
}

/* NAV */

div#left-nav
{
    text-align: left;
    float: left;
    width: 192px;
    height: auto;   
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div#left-nav ul
{
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
    width: 192px;
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*border: 1px solid red;*/
}

div#left-nav ul li
{
    width: 100%;
    margin: 1px 0px 0px 0px;
    padding: 0px 0px 2px 1px;
}

div#left-nav ul li a
{
    font-size: 15px;
    display: block;
    height: 18px;
    padding: 5px 0px 5px 15px;
    background: #dbdbdb;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    
}

div#left-nav ul li a:hover
{
    border-top: 1px solid #929292;
    border-bottom: 1px solid #929292;
    text-decoration: none;
}

div.nav-header
{
    width: 177px;
    float: right;
    margin: 15px 0px 5px 15px;
    font-weight: bold;
    font-size: 14px;   
}

/* END LEFT NAV STYLES */

/* RIGHT CONTENT STYLES */

div#right-content
{
    float: right;
    width: 610px;
    text-align: left;
    margin: 0px 10px 0px 0px;
    overflow: auto;
    /*border: 1px solid red;*/
}

/* left side */
div#content-main-half
{
    float: right;
    width: 340px;
    text-align: left;
    margin: 0px 15px 15px 0px;
    overflow: auto;
}

/* right side */
div#content-right
{
    float: right;
    width: 250px;
    text-align: left;
    margin: 0px 0px 15px 0px;
    overflow: auto;
}

/* left side, bigger */
div#content-main-half2
{
    float: right;
    width: 400px;
    text-align: left;
    margin: 0px 15px 15px 0px;
    overflow: auto;
}

/* right side, smaller */
div#content-right2
{
    float: right;
    width: 200px;
    text-align: left;
    margin: 0px 0px 15px 0px;
    overflow: auto;
}






/* END RIGHT CONTENT STYLES */

div.news
{
    overflow: auto;
}

div.news h3
{
    display: block;
    float: right;
    width: 175px;
    color: #3f3f3f;
    font-size: 13px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.news img
{
    float: left;
    width: 60px;
    margin: 0px 10px 10px 0px;
}

div.news div.description
{   
    display: block;
    float: right;
    width: 175px;
    font-size: 11px;   
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px solid #929292;
}

div.news div.read-more
{
    text-align: right;
    width: 98%;
}



table.contact-us
{
    width: 100%;
}

td.contact-left
{
    width: 30%;
    vertical-align: top;
    text-align: left;
    padding: 4px 4px 4px 0px;
}

td.contact-right
{
    width: 70%;
    vertical-align: top;
    text-align: left;
    padding: 4px 4px 4px 4px;
}

td.contact-full
{
    width: 100%;
    vertical-align: top;
    text-align: left;
}

td.contact-button
{
    padding-top: 10px;
    width: 100%;
    vertical-align: top;
    text-align: right;
    padding: 4px 6px 4px 4px;
}

/* END REQUEST DEMO PAGE */

/* START FORM ELEMENTS */

input.button
{
    font-size: 12px;
    line-height: 16px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    padding: 3px 3px 3px 3px;
    vertical-align: middle;
}

button.button
{
    font-size: 12px;
    line-height: 16px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    padding: 3px 3px 3px 3px;
    vertical-align: middle;
}

input.textbox
{
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

/* END FORM ELEMENTS */

img.borderhover
{
    border: 1px solid lightGrey;   
}

div.walkthrough
{
    
}

div.walkthrough h3
{
    padding: 15px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px solid lightgrey;
    clear: both;
}


div.walkthrough-text
{
    float: left;
    width: 45%;
}

div.walkthrough-thumb
{
    float: right;
    width: 52%;
    text-align: center;
}

div.walkthrough-thumb div.thumb-text
{
    text-align: center;
    font-size: 11px;
    color: #496ea3;
}

div.walkthrough-thumb img
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px solid transparent;
}

div.clickable-section
{
    
}

div.clickable-section p
{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    width: 80%;
}

div.clickable-section img
{   
    margin: 10px 0px 0px 0px;
    float: left;
}
div.clickable-section div.read-more
{   
    float: right;
    width: 80%;
    text-align: right;
}

table.pricing
{
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    width: 100%;
}

table.pricing td.left-header
{
    padding: 5px 5px 5px 5px;
    width: 75%;
    border-bottom: 1px solid #b6b6b6;
    background-color: #e9e9e9;
}

table.pricing td.right-header
{
    padding: 5px 5px 5px 5px;
    width: 25%;
    text-align: right;
    border-bottom: 1px solid #b6b6b6;
    font-weight: bold;
    background-color: #e9e9e9;
}

table.pricing td.left
{
    padding: 5px 5px 5px 5px;
    width: 75%;
    border-bottom: 1px solid #b6b6b6;
    font-size: 11px;
}

table.pricing td.right
{
    padding: 5px 5px 5px 5px;
    width: 25%;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #b6b6b6;
    font-weight: bold;
    font-size: 11px;
}


span.bold
{
    font-weight: bold;
    
}

table.pricing td.left div.details
{
    font-size: 11px;   
}

table.pricing td.left ul
{
    margin: 0px 0px 0px 0px;
}

div.special-offer
{
    border: 2px dotted #496ea2;
}

div.special-offer h3
{
    background-color: #e9e9e9;
    border-bottom: 1px dotted #496ea2;
    color: #496ea2;   
    padding: 5px;
}

div.special-offer p
{
    padding: 5px;
    margin: 0px 0px 0px 0px;
}

table.signup
{
    width: 100%;  
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
}

table.signup td.info
{
    width: 100%;
    padding: 5px 5px 5px 5px;
    font-size: 11px;    
}

table.signup td.header
{
    width: 100%;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #b6b6b6;
    font-weight: bold;
    background-color: #e9e9e9;
}

table.signup td.left
{
    width: 25%;
    padding: 5px 5px 5px 5px;
}

table.signup td.right
{
    width: 75%;
    padding: 5px 5px 5px 5px;
}

table.signup-buttons
{
    width: 100%;  
}

table.signup-buttons td.left
{
    width: 50%;
    text-align: left;
    padding: 0px;
}

table.signup-buttons td.right
{
    width: 50%;
    text-align: right;
    padding: 0px;
}

div.first, div.third
{
    float: left;
    width: 20%;
}

div.second, div.fourth
{
    float: left;
    width: 30%;
}



table.signup-users
{
    width: 100%;  
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
}

table.signup-users td.header
{
    width: 100%;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #b6b6b6;
    font-weight: bold;
    background-color: #e9e9e9;
}

table.signup-users td.left-top
{
    width: 25%;
    padding: 5px 5px 5px 5px;
}

table.signup-users td.right-top
{
    width: 75%;
    padding: 5px 5px 5px 5px;
}


table.signup-users td.left
{
    width: 25%;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #b6b6b6;
}

table.signup-users td.right
{
    width: 75%;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #b6b6b6;
}





table.signup-membership
{
    width: 100%;  
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
}

table.signup-membership td.info
{
    width: 100%;
    padding: 5px 5px 5px 5px;
    font-size: 11px;    
}

table.signup-membership td.header
{
    width: 100%;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #b6b6b6;
    font-weight: bold;
    background-color: #e9e9e9;
}

table.signup-membership td.left
{
    width: 35%;
    padding: 5px 5px 5px 5px;
}

table.signup-membership td.right
{
    width: 65%;
    padding: 5px 5px 5px 5px;
}




table.signup-review
{
    width: 100%;  
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
}

table.signup-review td.header
{
    width: 100%;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #b6b6b6;
    font-weight: bold;
    background-color: #e9e9e9;
}

table.signup-review td.left-top
{
    width: 75%;
    padding: 5px 5px 5px 5px;
}

table.signup-review td.right-top
{
    width: 25%;
    padding: 5px 5px 5px 5px;
    text-align: right;
}


table.signup-review td.left
{
    width: 60%;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #b6b6b6;
}

table.signup-review td.right
{
    width: 40%;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #b6b6b6;
    text-align: right;
}

div.seal-wrapper
{
    width: 100%;
    text-align: center;   
    padding: 0px 0px 20px 0px;
}

div.seal
{
    width: 70%;
    overflow: auto;
    margin: auto;
}

div.seal div.left
{
    text-align: right;
    float: left;
    width: 30%;
}

div.seal div.right
{
    text-align: left;
    float: right;
    width: 65%;
}

div.error-panel
{
    width: 588px;   
    border: dotted 2px Red;
    padding: 5px 5px 5px 5px;
    color: Red;
}

div.box-new-top
{
    background: url(/public2/pub_resources/images/box-new-top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 250px;
    position: relative;
}

div.box-new-top div.title
{
    position: absolute;
    top: 20px;
    left: 57px;   
    font-size: 15px;
    font-weight: bold;
}

div.box-new-top div.body
{
    position: absolute;
    top: 54px;
    left: 25px;   
    font-size: 12px;
    width: 215px;
}

div.box-new-top div.link
{
    position: absolute;
    top: 166px;
    left: 25px;
    width: 215px;
    text-align: center;
}


div.box-new-bottom
{
    background: url(/public2/pub_resources/images/box-new-bottom.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 250px;
    position: absolute;
    bottom:0px;
    left: 0px;
    height: 15px;
}


/* BOX SALE */

div.box-sale-top
{
    background: url(/public2/pub_resources/images/box-sale-top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 250px;
    position: relative;
}

div.box-sale-top div.title
{
    position: absolute;
    top: 25px;
    left: 57px;   
    font-size: 15px;
    font-weight: bold;
}

div.box-sale-top div.body
{
    position: absolute;
    top: 54px;
    left: 25px;   
    font-size: 12px;
    width: 215px;
}


div.box-sale-bottom
{
    background: url(/public2/pub_resources/images/box-sale-bottom.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 250px;
    position: absolute;
    bottom:0px;
    left: 0px;
    height: 16px;
}

ul.feature-list
{
    
}

ul.feature-list li.feature
{
    padding: 5px 0px 5px 0px;
}


ol li
{
    padding: 5px 0px 0px 0px;
}

p.verinotes-answer
{
    color: Green;   
}

div.testimonial
{
    margin: 15px 0px 15px 0px;
    padding: 5px 5px 15px 5px;
    border-bottom: 1px dotted lightGrey;
}


div.testimonial div.body
{

}

div.testimonial div.from
{
    padding: 10px 0px 0px 0px;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
}

ol
{
    margin: 0px 0px 0px 0px;  
}

ol li
{
    padding: 5px 5px 5px 5px;   
}

p.no-padding-bottom
{
    margin-bottom: 5px;   
}

div.center-align
{
    text-align: center;
}

p.paperless-verinotes
{
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}