/*
    Description: PatientOS Master Stylesheet
    Media: Screen
    Version:
    Author: Rodrigo Galindez
    Author URI: http://www.rodrigogalindez.info
*/


/* ----------------------------------------------- [ * ] */

* {
    margin: 0;
    padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 62.5%;
    /* background-color: #d5e0e0;*/
    /* background-color: #ddd; */
    color: #333;
}

hr {
    display: none;
}

img {
    vertical-align: middle;
    border: 0;
}

acronym {
    border-bottom: 1px dotted #ccc;
}

/* ------------------------------------------ [ Header ] */

#header {
    width: 790px;
    padding: 25px 25px 20px 25px;
    margin: 0 auto;
    margin-top: 2em;
    overflow: hidden;
}

#header h1 {
    font-size: 2.4em;
    float: left;
}

#header ul {
    margin-top: 32px;
    font-size: 1.4em;
    list-style-type: none;
    float: right;
}

#header li {
    margin: 5px 20px 0 0;
    font-weight: bold;
    float: left;
}

#header a {
    text-decoration: none;
    color: #2C456F;
    padding-bottom: 6px;
    background: transparent;
    zoom: 1;
}

body.home #header li#navItem-home a,
body.about #header li#navItem-about a,
body.services #header li#navItem-services a,
body.careers #header li#navItem-careers a,
body.pricing #header li#navItem-pricing a,
body.news #header li#navItem-news a,
body.links #header li#navItem-links a {
    /*
    color: #FFF;
    text-decoration: underline;
    */
    background: transparent url(../images/arrow-down.gif) no-repeat bottom center;
}

#header a:hover {
    color: #333;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
    width: 790px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 25px 25px 0 25px;
    background: #fff url(../images/bg-wrapper.gif) no-repeat top left;
    overflow: hidden;
    clear: both;
}

/* ---------------------------------------- [ Services ] */

#services {
    margin-bottom: 30px;
    background: #2C5A6F url(../images/bg-services.gif) no-repeat top left;
    overflow: hidden;
    zoom: 1;
}

#services a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    color: #fff;
}

#services a:hover {
    border: 0;
}

#tabs {
    width: 300px;
    height: 268px;
    float: left;
}

#tabs a {
    border-bottom: 0;
}

#tabs dl {
    height: 45px;
    padding: 12px 10px 10px 75px;
    background: #2C5A6F url(../images/bg-tabs.gif) no-repeat top left;
    cursor: pointer;
    cursor: hand;
}

#tabs dt {
    font-size: 1.4em;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
}

#tabs dd {
    font-size: 1.1em;
    line-height: 1.5;
    color: #7aaac0;
}

#tabs dl#tab-1 {
    background-position: top left;
}

#tabs dl#tab-1.current {
    background-position: -300px 0;
}

#tabs dl#tab-2 {
    background-position: 0 -67px;
}

#tabs dl#tab-2.current {
    background-position: -300px -67px;
}

#tabs dl#tab-3 {
    background-position: 0 -134px;
}

#tabs dl#tab-3.current {
    background-position: -300px -134px;
}

#tabs dl#tab-4 {
    background-position: 0 -201px;
}

#tabs dl#tab-4.current {
    background-position: -300px -201px;
}

#services .description {
    display: none;
    width: 450px;
    height: 248px;
    margin-top: 20px;
    padding: 0 20px 0 0;
    background: #2C5A6F url(../images/bg-services.gif) no-repeat bottom right;
    float: right;
}

#services .description h3 {
    margin: 0 0 1em 0;
    font-size: 1.8em;
    line-height: 1.3;
    color: #fff;
}

#services .description p {
    margin-bottom: 1em;
    font-size: 1.2em;
    line-height: 1.65;
    color: #7FB2C9;
}

#services .description blockquote p {
    line-height: 1.1;
    color: #fff;
}

#services .description a {
    font-weight: normal;
    color: #7FB2C9;
    text-decoration: underline;
    border-bottom: 0 none;
}

#services .description a:hover {
    color: #fff;
}

#services .description.current {
    display: block
}

/* ----------------------------------------- [ Content ] */

#content {
    width: 490px;
    clear: both;
    float: left;
}

#content.no_sidebar {
    width: 100%;
    clear: both;
    float: none;
}

body.inner #content h2 {
    margin: 0 0 1em 0;
    font-size: 2.4em;
    color: #2C456F;
}

body.inner #content h3 {
    margin: 2em 0 .5em 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #2C456F;
}

body.inner #content a {
    text-decoration: none;
    border-bottom: 1px solid #2c666f;
    color: #2c666f;
}

body.inner #content a:hover {
    border: 0;
}

#content p {
    margin-bottom: 1em;
    font-size: 1.2em;
    line-height: 1.65;
}

/* ------------------------------------------- [ Blurb ] */

#blurb h2 {
    margin: 0 0 1em 0;
    font-size: 2em;
    color: #2C5A6F;
}

#blurb p {
    margin: 0 0 1em 0;
    font-size: 1.4em;
    line-height: 1.65;
    color: #555;
}

/* ------------------------------------------- [ Users ] */

#users {
    width: 450px;
    margin: 30px 0 0 0;
    padding: 15px 15px 0 15px;
    background: transparent url(../images/bg-users.gif) no-repeat top left;
    overflow: hidden;
}

#users h3 {
    margin: 0 0 1em 0;
    font-size: 1.4em;
    line-height: 1.4;
    color: #2C5A6F;
}

#users img {
    padding: 5px;
    background-color: #eee;
    float: left;
}

#users p {
    margin: 0 0 1em 70px;
    font-size: 1.2em;
    line-height: 1.5;
    color: #555;
}

#users a {
    text-decoration: none;
    border-bottom: 1px solid #2c666f;
    color: #2c666f;
    /* font-weight: bold; */
}

#users a:hover {
    /* border: 0; */
}

#users .clinicians {
    width: 220px;
    float: left;
}

#users .developers {
    width: 220px;
    float: right;
}

#users-bottom {
    clear: both;
    height: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10px;
    background: transparent url(../images/bg-users.gif) no-repeat bottom left;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
    width: 260px;
    padding-left: 25px;
    float: right;
}

#sidebar p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
}

body.home #sidebar a {
    color: #2c666f;
}

body.home #sidebar a:hover {
    border: 0;
}

body.home #sidebar {
    padding-bottom: 50px;
    background: transparent url(../images/bg-sidebar.gif) no-repeat left top;
}

body.home #sidebar h3 {
    margin: 0 0 1em 0;
    padding: 0 0 .5em 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    border-bottom: 1px solid #eee;
}

body.home #sidebar ul, #content ul {
    margin: 0 0 0 0;
    font-size: 1.1em;
    line-height: 1.6;
    /* list-style-image: url(../images/arrow.gif); */
    list-style-type: square;
}

body.home #sidebar li, #content li {
    margin: 0 0 .5em 0;
    line-height: 2;
}

body.home #sidebar .section {
    margin: 0 0 4em 0;
}

body.inner #sidebar .section {
    margin: 0 0 20px 0;
    padding: 15px;
    background: #2C5A6F url(../images/bg-section.gif) no-repeat top left;
    color: #7aaac0;
    overflow: hidden;
}

body.inner #sidebar .section-bottom {
    height: 10px;
    clear: both;
    padding-top: 15px;
    margin: 0 -15px -15px -15px;
    background: transparent url(../images/bg-section.gif) no-repeat bottom left;
}

body.inner #sidebar .section h3 {
    margin: 0 0 1em 0;
    padding: 0 .5em;
    font-size: 1.4em;
    line-height: 1;
    color: #fff;
}

body.inner #sidebar .section p {
    margin-bottom: 1em;
    padding: 0 .7em 0 .7em;
    color: #7aaac0;
}

body.inner #sidebar .section a {
    font-weight: normal;
    color: #7aaac0;
    text-decoration: underline;
    border-bottom: 0 none;
}

body.inner #sidebar ul {
    font-size: 1.2em;
    line-height: 1.5;
    list-style-type: none;
}

body.inner #sidebar li {
    border-bottom: 1px solid #38718b;
}

body.inner #sidebar li.current {
    background-color: #214759;
}

body.inner #sidebar li a {
    display: block;
    text-decoration: none;
    padding: .6em .8em .8em .6em;
    color: #7aaac0;
}

body.inner #sidebar li a:hover {
    color: #fff;
    border: 0;
}

body.inner #sidebar li a:hover {
    background-color: #214759;
}

body.inner #sidebar .helper {
    overflow: hidden;
}

body.inner #sidebar .helper h3 {
    margin: 0 0 1em 0;
    font-size: 1.3em;
    color: #2C456F;
}

/* ------------------------------------------ [ Footer ] */

#footer {
    width: 790px;
    margin: 0 -25px;
    padding: 25px;
    background: transparent url(../images/bg-wrapper.gif) no-repeat bottom left;
    clear: both;
    overflow: hidden;
}

#footer p {
    font-size: 1.1em;
    line-height: 1.6;
    text-align: center;
    color: #818490;
}

#footer a {
    text-decoration: none;
    border-bottom: 1px solid #2c666f;
    color: #2c666f;
}

#footer a:hover {
    border: 0;
}

/* ------------------------------------------- [ Forms ] */

input, select, option, textarea {
    width: 90%;
    padding: 4px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.3em;
}

label {
    font-size: 1.3em;
}

table.contact-form {
    width: 95%;
    border-collapse: collapse;
}

th {
    padding: 1.5em;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #eee;
}

th.last, td.last {
    border: 0;
}

input.submit {
    width: auto;
}

/* --------------------------------- [ General Classes ] */

.amp {
    font-family: Palatino, Georgia, "Times New Roman", sans-serif;
    font-style: italic;
    font-weight: normal;
    color: #666;
}

img.centered {
    display: block;
    margin: 0 auto;
}

img.framed {
    padding: 8px;
    background: #eee;
    border: 1px solid #E6E6E6;
}

#button {
    margin-bottom: 2em;
}

.caption {
    margin-top: .5em;
    font-size: 1.1em !important;
    font-style: italic;
    text-align: center;
    color: #818490;
}

#content .patientos_inc {
    color: #2C5A6F;
    font-weight: bold;
}

#content .patientos_emr {
    color: #E48137;
    font-weight: bold;
}

blockquote {
    font-style: italic;
}

blockquote cite {
    display: block;
    text-align: right;
    font-style: normal;
}


.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}


