﻿.Notifications
{
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: small;
}

.Notifications a
{
    text-decoration: none;
    color: White;
}

.Notifications a:hover
{
    text-decoration: underline;
}

/* Grid view styles */
.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    padding: 3px;
}

.GridViewStyle
{
    border-right: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    border-left: 1px solid #B4B4B4;
    border-top: 1px solid #B4B4B4;
    margin-top: 10px;
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 0px solid #B4B4B4;
    border-right: 0px solid #B4B4B4;
    padding-right: 20px;
    text-align: left;
}

.GridViewHeaderStyle
{
    background-image: url(../images/Header.png);
    font-weight: bold;
    color: White;
    text-align: left;
}

.GridViewHeaderStyle a
{
    color: White;
    text-decoration: none;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #E3E3E3;
    color: #333333;
    text-align: left;
    vertical-align: top;
}

.GridViewRowStyle a
{
    color: #333333;
    text-decoration: none;
}

.GridViewRowStyle a:hover
{
    text-decoration: underline;
}

.GridViewAlternatingRowStyle
{
    background-color: #CCCCCC;
    color: #333333;
    text-align: left;
    vertical-align: top;
}

.GridViewAlternatingRowStyle a
{
    color: #333333;
    text-decoration: none;
}
.GridViewAlternatingRowStyle a:hover
{
    text-decoration: underline;
}
.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 0px solid #B4B4B4;
}

.GridViewSelectedRowStyle
{
    background-color: inherit;
    border: 10px;
}

.GridViewPagerStyle
{
    text-align: center;
    background-color: #317082;
    color: White;
}

.GridViewPagerStyle a
{
    color: white;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

.modalHeader
{
    background-image: -webkit-linear-gradient(top, rgb(114, 114, 114), rgb(89, 89, 89));    
    background-image: -moz-linear-gradient(top, rgb(114, 114, 114), rgb(89, 89, 89));    
    background-image: -o-linear-gradient(top, rgb(114, 114, 114), rgb(89, 89, 89));    
    background-image: -ms-linear-gradient(top, rgb(114, 114, 114), rgb(89, 89, 89));    
    background-image: linear-gradient(top, rgb(114, 114, 114), rgb(89, 89, 89));    
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727272', EndColorStr='#595959');     
    margin-bottom: 1px;
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px #fff;    
}

.modalBody
{
    background: #3C3C3C;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.reveal-modal-bg
{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.5);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

#loginWindow
{
    width: 330px;
    height: 172px;
    padding: 6px;
    background: rgba(0,0,0,.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute !important;
    top: 20% !important;
    left: 50% !important;
    margin-top: -94px !important;
    margin-left: -325px !important;
    z-index: 101;
    visibility: hidden;
}

#patientSearchResults
{
    height:350px;
    width:645px;
    overflow:auto
}

table.patientSearchTableStyle
{
    margin-top: 5px;
    margin-left: 5px;
    width: 620px;
    text-align: left;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    border-collapse: collapse;
}

#searchResultTable th 
{
     margin-top: 5px;
     margin-bottom: 1px;
    font-size: 12px;
    background-color: #999999;
    padding: 8px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: normal;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#searchResultTable td
{
    font-size: 12px;
    background-color: #DDDDDD;
    padding: 8px;
    color: #000000;
    border-top-color: transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

#searchResultTable tr:hover td
{
    background: rgb(208, 218, 253);
    color: rgb(51, 51, 153);
}

