﻿body
{
    margin: 0px 0px 0px 0px;
    font-family: Calibri;
    font-size: 12px;
    color: Black;
    font-weight: normal;
    background-color: #222222;
}

h1
{
    font-family: Verdana;
    font-size: 12pt;
    color: #d9b45b;
    font-weight: 600;
    text-align: center;
    font-style: italic;
}

img
{
    border-width: 0px;
    border-style: none;
}

.watermarks
{
    color: #8a8a8a;
}

.outside_wrapper
{
    width: 100%;
    clear: both;
    background-color: #f1e4c4;
    background-image: url('/images/kreg2/body_bg.jpg');
    background-repeat: repeat-x;
}

/***** BIG HEADER ***/
.big_header
{
    width: 1250px;
    height: 142px;
    background-image: url('/images/kreg2/big_header_bg.gif');
    background-repeat: repeat-x;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.big_header .logo
{
    width: 300px;
    height: 142px;
    margin-left: 150px;
    background-image: url('/images/kreg2/logo.jpg');
    background-repeat: no-repeat;
    float: left;
}
.big_header .top_right_icon
{
    width: 132px;
    height: 142px;
    float: left;
}
.big_header .mid_top
{
    width: 668px;
    height: 142px;
    float: left;
    background-image: url('/images/kreg2/mid_top_bg.jpg');
    background-repeat: repeat-x;
}
.big_header .mid_top .status_bar
{
    width: 648px;
    height: 25px;
    padding-top: 52px;
    padding-right: 28px;
    text-align: right;
    color: white;
    font-family: Verdana;
    font-size: 10px;
    clear: both;
}
.big_header .mid_top .top_menu
{
    width: 653px;
    height: 23px;
    padding-top: 13px;
    margin-right: 15px;
    text-align: right;
    clear: both;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #464646;
}
.big_header .mid_top .top_menu a
{
    color: #464646;
    text-decoration: none;
}
/*** Middle ***/

.middle
{
    width: 1250px;
    min-height: 678px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/kreg2/middle_bg.gif');
    background-repeat: repeat-y;
    overflow: auto;
}

.middle .left_menu
{
    width: 150px;
    min-height: 678px;
    float: left;
    background-image: url('/images/kreg2/left_menu_bg.jpg');
    background-repeat: repeat-x;
}
.middle .left_curve
{
    width: 35px;
    min-height: 678px;
    float: left;
}
.middle .content
{
    width: 944px;
    min-height: 678px;
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    background-color: #faf5e9;
    overflow: auto;
}
.middle .right_curve
{
    width: 71px;
    min-height: 678px;
    float: left;
}

/*** BIG BOTTOM *********/
.big_bottom_wrapper
{
    width: 100%;
    height: 85px;
    clear: both;
    background-image: url('/images/kreg2/bottom_bg.gif');
    background-repeat: repeat-x;
}
.big_bottom
{
    width: 1250px;
    height: 85px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.big_bottom .bot_left_corner
{
    width: 48px;
    height: 85px;
    margin-left: 150px;
    background-image: url('/images/kreg2/bot_left_corner.jpg');
    background-repeat: no-repeat;
    float: left;
}
.big_bottom .bot_mid
{
    width: 920px;
    height: 85px;
    float: left;
    background-image: url('/images/kreg2/bot_mid_bg.jpg');
    background-repeat: repeat-x;
}
.big_bottom .bot_mid .copyright
{
    text-align: center;
    padding-top: 20px;
}
.big_bottom .bot_mid .copyright a
{
    color: #464646;
    text-decoration: none;
}
.big_bottom .bot_right_corner
{
    width: 132px;
    height: 85px;
    float: left;
    background-image: url('/images/kreg2/bot_right_corner.jpg');
    background-repeat: no-repeat;
}
.bottom_filler
{
    clear: both;
    height: 75px;
    width: 100%;
    clear: both;
    background-image: url('/images/kreg2/filler_bg.gif');
    background-repeat: repeat-x;
}

/**************/

.mid_nav
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 255px;
}

/****NAV ICONS**************/
.nav_button_item
{
    float: left;
    height: 151px;
    width: 95px;
    text-align: center;
    float: left;
}
.nav_button_item a
{
    display: block;
    width: 95px;
    height: 151px;
    text-decoration: none;
}

.nav_punch_methods_and_types a
{
    background: url('/images/kreg2/nav_icons/time.jpg') top;
}

.nav_punch_methods_and_types a:hover
{
    background: url('/images/kreg2/nav_icons/time_hover.jpg') no-repeat bottom;
}

.nav_employees a
{
    background: url('/images/kreg2/nav_icons/employees.jpg') top;
}

.nav_employees a:hover
{
    background: url('/images/kreg2/nav_icons/employees_hover.jpg') no-repeat bottom;
}

.nav_shifts a
{
    background: url('/images/kreg2/nav_icons/shifts.jpg') top;
}

.nav_shifts a:hover
{
    background: url('/images/kreg2/nav_icons/shifts_hover.jpg') no-repeat bottom;
}

.nav_customer_reports a
{
    background: url('/images/kreg2/nav_icons/customerReports.jpg') top;
}

.nav_customer_reports a:hover
{
    background: url('/images/kreg2/nav_icons/customerReports_hover.jpg') no-repeat bottom;
}

.nav_engineering a
{
    background: url('/images/kreg2/nav_icons/engineering.jpg') top;
}

.nav_engineering a:hover
{
    background: url('/images/kreg2/nav_icons/engineering_hover.jpg') no-repeat bottom;
}

.nav_hr a
{
    background: url('/images/kreg2/nav_icons/hr.jpg') top;
}

.nav_hr a:hover
{
    background: url('/images/kreg2/nav_icons/hr_hover.jpg') no-repeat bottom;
}

.nav_admin a
{
    background: url('/images/kreg2/nav_icons/admintools.jpg') top;
}

.nav_admin a:hover
{
    background: url('/images/kreg2/nav_icons/admintools_hover.jpg') no-repeat bottom;
}

.nav_ta a
{
    background: url('/images/kreg2/nav_icons/ta.jpg') top;
}
.nav_ta a:hover
{
    background: url('/images/kreg2/nav_icons/ta_hover.jpg') no-repeat bottom;
}

.nav_cust_asset_report a
{
    background: url('/images/kreg2/nav_icons/equipmentinuse1.jpg') top;
}
.nav_cust_asset_report a:hover
{
    background: url('/images/kreg2/nav_icons/equipmentinuse1_hover.jpg') no-repeat bottom;
}

.nav_patient_activity_report_button a
{
    background: url('/images/kreg2/nav_icons/patientActivity.jpg') top;
}
.nav_patient_activity_report_button a:hover
{
    background: url('/images/kreg2/nav_icons/patientActivity_hover.jpg') no-repeat bottom;
}

.nav_item_list a
{
    background: url('/images/kreg2/nav_icons/itemlist.jpg') top;
}
.nav_item_list a:hover
{
    background: url('/images/kreg2/nav_icons/itemlist_hover.jpg') no-repeat bottom;
}

.nav_item_lookup a
{
    background: url('/images/kreg2/nav_icons/itemlookup.jpg') top;
}
.nav_item_lookup a:hover
{
    background: url('/images/kreg2/nav_icons/itemlookup_hover.jpg') no-repeat bottom;
}

.nav_customer_numbers a
{
    background: url('/images/kreg2/nav_icons/customernumber.jpg') top;
}
.nav_customer_numbers a:hover
{
    background: url('/images/kreg2/nav_icons/customernumber_hover.jpg') no-repeat bottom;
}

.nav_web_services a
{
    background: url('/images/kreg2/nav_icons/webservices.jpg') top;
}
.nav_web_services a:hover
{
    background: url('/images/kreg2/nav_icons/webservices_hover.jpg') no-repeat bottom;
}

.nav_security_key a
{
    background: url('/images/kreg2/nav_icons/securitykey.jpg') top;
}
.nav_security_key a:hover
{
    background: url('/images/kreg2/nav_icons/securitykey_hover.jpg') no-repeat bottom;
}

.nav_days_off a
{
    background: url('/images/kreg2/nav_icons/daysoff.jpg') top;
}
.nav_days_off a:hover
{
    background: url('/images/kreg2/nav_icons/daysoff_hover.jpg') no-repeat bottom;
}

.nav_departments a
{
    background: url('/images/kreg2/nav_icons/departments.jpg') top;
}
.nav_departments a:hover
{
    background: url('/images/kreg2/nav_icons/departments_hover.jpg') no-repeat bottom;
}

.nav_department_managers a
{
    background: url('/images/kreg2/nav_icons/department_managers.jpg') top;
}
.nav_department_managers a:hover
{
    background: url('/images/kreg2/nav_icons/department_managers_hover.jpg') no-repeat bottom;
}

.nav_open_order a
{
    background: url('/images/kreg2/nav_icons/openorder.jpg') top;
}
.nav_open_order a:hover
{
    background: url('/images/kreg2/nav_icons/openorder_hover.jpg') no-repeat bottom;
}

.nav_invoice_summary a
{
    background: url('/images/kreg2/nav_icons/invoice.jpg') top;
}
.nav_invoice_summary a:hover
{
    background: url('/images/kreg2/nav_icons/invoice_hover.jpg') no-repeat bottom;
}

.nav_customer_rental a
{
    background: url('/images/kreg2/nav_icons/customer-rental.jpg') top;
}
.nav_customer_rental a:hover
{
    background: url('/images/kreg2/nav_icons/customer-rental_hover.jpg') no-repeat bottom;
}

.td_right
{
    text-align: right;
}

.right
{
    text-align: right;
}
.center
{
    text-align: center;
}
.left
{
    text-align: left;
}
.border_right
{
    border-right: 1px solid black;
}
.border_left
{
    border-left: 1px solid black;
}

