﻿body
{
    background-color: #FFFFFF;
    color: #333333;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
    font-size: 11px;
    font-style: normal;
    margin: 0px 0px 40px 0px;
    text-decoration: none;
}

#masterForm
{
    margin: 0px 5px 0px 5px;
    min-width: 680px;
}

.main
{
}

.footer
{
}

#topHeader
{
}

.LogoutLink
{
    text-align: right;
    color: white;
}

.LogoutLink:hover
{
    color: lightskyblue;
}

.topLogo
{
    background-image: url(images/headerBG.jpg);
    background-repeat: repeat-x;
    border: 0px;
    height: 118px;
    margin: 0px;
    min-width: 970px;
    vertical-align: bottom;
    width: 100%;
}

.topLogo-center
{
    background-image: url(images/textLogo.png);
    background-position: 0px 12px;
    background-repeat: no-repeat;
    width: 730px;
} 

.topLogo-left
{
    position: relative;
    background-image: url(images/mhtechLogo.png);
    background-position: 28px 0px;
    background-repeat: no-repeat;
    width: 125px;
}

.topLogo-right
{
    background-image: url(images/headerBG.jpg);
}

.headerGridLeft
{
    background-image: url(images/headerGridLeft.gif);
    background-repeat: no-repeat;
    width: 11px;
    overflow: hidden;
    height: 26px;
    margin: 0px;
    background-position: left;
    border: 0px;
    text-decoration: none;
    border-collapse: collapse;
}

.headerGridCenter
{
    background-color: #b6b5b8;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    height: 26px;
    min-width: 35px;
    margin: 0px;
    font-weight: bold;
    border: 0px;
    color: white;
    text-decoration: none;
    border-collapse: collapse;
}

.headerGridRight
{
    background-image: url(images/headerGridRight.gif);
    background-repeat: no-repeat;
    width: 11px;
    overflow: hidden;
    height: 26px;
    margin: 0px;
    background-position: right;
    border: 0px;
    text-decoration: none;
    border-collapse: collapse;
}

.userLoginInfo
{
    color: #FFFFFF;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
}

.subUsrInfo
{
    margin: 0px 5px -4px 0px;
}

* + html .subUsrInfo
{
    margin: 0px 5px 0px 0px;
}

@media \0screen
{
    .subUsrInfo
    {
        margin: 0px 5px -1px 0px;
    }
}

a
{
    text-decoration: none;
}

.requiredField
{
    background-image: url(images/requireStar.gif);
    background-repeat: no-repeat;
    width: 12px;
}

.tdSpace
{
    width: 13px;
}

.tdLabel
{
    font-size: 11px;
    min-width: 100px;
    text-align: right;
    vertical-align: middle;
}

.actionscorner td
{
    padding-left: 0px;
}

.actionscorner td div
{
    overflow: hidden;
    width: 6px;
}

.actionscorner
{
    margin: 0px;
}

.actionsenable
{
    cursor: pointer;
    font-weight: bold;
}

a.actionsenable :hover
{
    color: white;
    cursor: pointer;
}

.actionsdisable
{
    color: #c0c0c0;
    cursor: default;
}

a.actionsdisable :hover
{
    color: #c0c0c0;
    cursor: default;
}

.actionscorner .c_top
{
    height: 6px;
    width: 100%;
}

a.actionscorner_a
{
    color: White;
    cursor: pointer;
}

.actionscorner .c_right div, .actionscorner .c_left div
{
    width: 11px;
}

.actionscorner .c_content
{
    height: 35px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 87px;
}

.generalBtn .actionscorner .c_content
{
    background-image: url(images/r_n.png);
    background-repeat: no-repeat;
}

.generalBtn .actionscorner_a:hover .actionscorner .c_content
{
    background-image: url(images/r_h.png);
    background-repeat: no-repeat;
}

.btnSave .actionscorner .c_content
{
    background-image: url(images/s_n.png);
    background-repeat: no-repeat;
}

.btnSave .actionscorner_a:hover .actionscorner .c_content
{
    background-image: url(images/s_h.png);
    background-repeat: no-repeat;
}

.btnReset .actionscorner .c_content
{
    background-image: url(images/r_n.png);
    background-repeat: no-repeat;
}

.btnReset .actionscorner_a:hover .actionscorner .c_content
{
    background-image: url(images/r_h.png);
    background-repeat: no-repeat;
}

.btnSaveAndPrint .actionscorner .c_content
{
    color: indianred;
    width: 100px;
    background-image: url(images/p_n.png);
    background-repeat: no-repeat;
}

.btnSaveAndPrint .actionscorner_a:hover .actionscorner .c_content
{
    background-image: url(images/p_h.png);
    background-repeat: no-repeat;
}

#dialog_link
{
    padding: .4em 1em .4em 20px;
    position: relative;
    text-decoration: none;
}

#dialog_link span.ui-icon
{
    left: .2em;
    margin: 0 5px 0 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

ul#icons
{
    margin: 0;
    padding: 0;
}

ul#icons li
{
    cursor: pointer;
    float: left;
    list-style: none;
    margin: 2px;
    padding: 4px 0;
    position: relative;
}

ul#icons span.ui-icon
{
    float: left;
    margin: 0 4px;
}

input[type=text], select, input[type=password], textarea
{
    border: solid 1px #dddddd;
}

input[type=text].Focus, input.Focus
{
    border: solid 1px #0088bb;
}

.RoundedPanel
{
}

.RoundedPanel .tl
{
    background-image: url("images/4corners-c.png");
    background-repeat: no-repeat;
    height: 4px;
    width: 4px;
}

.RoundedPanel .top
{
    border-top: 1px solid #c0c0c0;
    height: 3px;
}

.RoundedPanel .tr
{
    background-image: url("images/4corners-c.png");
    background-position: -3px 0px;
    background-repeat: no-repeat;
    height: 4px;
    width: 4px;
}

.RoundedPanel .left
{
    border-left: 1px solid #c0c0c0;
    width: 4px;
}

.RoundedPanel .content
{
    float: left;
    width: 100%;
}

.RoundedPanel .right
{
    border-right: 1px solid #c0c0c0;
    width: 4px;
}

.RoundedPanel .bl
{
    background-image: url("images/4corners-c.png");
    background-position: -8px 0px;
    background-repeat: no-repeat;
    height: 4px;
    width: 4px;
}

.RoundedPanel .bottom
{
    border-bottom: 1px solid #c0c0c0;
    height: 3px;
}

.RoundedPanel .br
{
    background-image: url("images/4corners-c.png");
    background-position: -11px 0px;
    background-repeat: no-repeat;
    height: 4px;
    width: 4px;
}

.ActionFooterPanel
{
    background-color: #ededfb;
    bottom: 0px;
    height: 36px;
    left: 0px;
    position: relative;
    width: 100%;
    z-index: 9000;
}

.ActionFooterPanel #ActionFooterButton
{
    float: right;
    margin-right: 30px;
}

.successModalDialog > div
{
    background: rgb(168, 221, 104) url(images/ui-bg_green.png) 50% 50% repeat-x;
    border: 1px solid rgb(168, 221, 104);
    color: rgb(0, 0, 64);
}

.successModalDialog > div > span
{
    color: black;
}

#TB_load
{
    /*background: url(images/loading.gif);*/
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 9002;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_overlay
{
    position: fixed;
    z-index: 9001;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayBG
{
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

* html #TB_overlay
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.c_rounded_corner
{
    background-color: darkgreen;
    color: white;
}
