BODY
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #6993CC;
    background-image: url(images/slice_header.jpg);
    background-repeat: repeat-x;
    text-align: left;
}
#container
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px;
    text-align: left;
}
#content
{
    vertical-align: top;
    background-image: url(images/slice_content.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    padding-left: 15px;
    padding-right: 12px;
}
.contentArea
{
}

#headerNav
{
    width: 1000px;
    height: 122px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
}
.headerStatusBar
{
    font-size: 10px;
    line-height: 10px;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Whole_Page_Table
{
    width: 970px;
    max-height: 500px;
    border: none;
    left: 0px;
    background-image: url(images/slice_Left.jpg);
    background-color: #034EA2;
    background-position: left;
    background-repeat: repeat-y;
}
#sideNav
{
    vertical-align: top;
    width: 190px;
}
.sideNavs
{
    padding-left: 33px;
    padding-right: 12px;
}

#Nav_Bar_Store
{
    background-image: url(images/slice_sideNavBkgd.jpg);
    background-position: top left;
    background-repeat: repeat-y;
}

.footerCell
{
    width: 970px;
    height: 37px;
    background-image: url(images/slice_bottom.jpg);
    background-repeat: no-repeat;
}

#footerNav
{
    width: 970px;
    margin-top: 0px;
}
#Footer_Store
{
    text-align: center;
    background-image: url(images/slice_footer.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 74px;
    background-color: #ABE1FA;
    font-size: 10px;
}

a, a:link
{
    color: #003399;
}
a:visited
{
    color: #333333;
}
a:hover, a:active
{
    color: #0000CC;
}
H1
{
    font-size: 18px;
    margin-top: 10px;
}
H2
{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}
H3
{
    font-size: 12px;
    color: #333333;
    border-top: 1px solid black;
    background-color: white;
    border-bottom: 1px solid black;
    width: 700px;
}
P
{
    font-size: 11pt;
}
UL
{
    font-size: 11pt;
}
LI
{
    font-size: 11pt;
}
.link1
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
    text-decoration: none;
}
.CurrentPage
{
    font-weight: bold;
    font-size: 10pt;
    color: #0066CC;
    text-decoration: none;
}
.link2
{
    font-weight: bold;
    font-size: 8pt;
    margin-left: 14pt;
    color: #333333;
    text-decoration: none;
}
.normal
{
    font-size: 8pt;
    text-decoration: none;
}
.CurrentPage2
{
    font-weight: bold;
    font-size: 8pt;
    margin-left: 14pt;
    color: #ff0000;
    text-decoration: none;
}
asp:label
{
    font-size: 8pt;
}

.homeButton
{
    font-style: italic;
    border: 3px outset #cccccc;
}

.error
{
    background-color: red;
    border: 1px solid black;
    color: white;
}

.buttons
{
    background-color: #90DDFF;
    border: solid 1px black;
}
.hour
{
    background-color: #90DDFF;
    border-top: 2px solid black;
    border-bottom: 1px solid #666666;
    font-weight: bold;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    height: 24px;
    font-size: 12px;
}

.min
{
    background-color: #99CCFF;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-top: 1px solid #999999;
    height: 24px;
    font-size: 12px;
}

textarea, input, option, label
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.headerCell
{
    padding-right: 20px;
    text-align: left;
}
. /* APPOINTMENT STYLES */ .apptOddRow, .oddRow
{
    background-color: #D1E4F3;
}
.apptTime, .apptName, .apptLink, .apptPhone
{
    font-size: 8pt;
}

.doctorHeader td
{
    font-size: 12px;
    background-color: #000000;
    color: white;
    font-weight: bold;
}

/* ORDERS STYLES */
.orderCell, .orderStatusCell
{
    font-size: 8pt;
}
.orderStatusCell
{
    font-weight: bold;
}

/* CUSTOMER TABLE *//* PRESCRIPTIONS TABLE */

.custTable, .prescTable, .ordersTable
{
    width: 700px;
}

.custTable TR TD, .prescTable TR TD, .ordersTable TR TD
{
    font-size: 8pt;
    padding: 2px;
}

#custAlph a:link, #custAlph a, #custAlph a:visited
{
    border: 2px outset blue;
    border-bottom: none;
    padding: 2px;
    font-weight: bold;
    text-decoration: none;
    color: 003388;
    background-color: #DDDDFF;
    font-size: 10px;
}
#custAlph a:hover, #custAlph a:active
{
    border: 2px outset blue;
    border-bottom: none;
    padding: 2px;
    font-weight: bold;
    text-decoration: none;
    color: #6688BB;
    font-size: 10px;
}
.rightInfoBox
{
    position: relative;
    left: 65px;
    width: 473px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #009900;
    color: yellow;
    font-size: 10px;
    padding-bottom: 3px;
}
.rightInfoBox h4
{
    font-size: 10px;
    margin: 0px;
}
.rightInfoBox a:link, .rightInfoBox a:visited
{
    color: yellow;
}
.rightInfoBox a:hover, .rightInfoBox a:active
{
    color: white;
}
.formTable
{
    background-color: white;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
}
div.formTable
{
    width: 650px;
    padding: 15px;
    text-align: center;
}

div.ErrorMessage
{
    font-weight: normal;
    color: Red;
    font-size:large;
    padding-left:10px;
}

.formTable tr th
{
    text-align: right;
    padding: 2px;
    margin: 0px;
    vertical-align: top;
}

.formTable tr td
{
    text-align: left;
    padding: 2px;
    margin: 0px;
    vertical-align: top;
}

.reportTable td
{
    border-top: 1px solid black;
    font-size: 10px;
    vertical-align: top;
}

