﻿.mtn_header
{
    font-size: 8pt;
    font-weight: bold;
}

td.mtn_header
{
    height: 20px;
}

.mtn_header_container
{
    color: #FFFFFF;
    background-color: #808080;
}


.listContainer
{
    border: 1px solid #C0C0C0;
    height: 50px;
}

.editHeader
{
    font-size: 11pt;
    color: #FFFFFF;
    background-color: #306A7C;
}

.WorkingArea
{
    margin-left: 5px;
    width: 980px;
    min-height: 450px;
}

.div_footer_top
{
    border-top: solid 1px #c0c0c0;
}

.table_footer_cell
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.mtn_link:link
{
    text-decoration: none;
    color: #000000;
}

.mtn_link:active
{
    text-decoration: none;
    color: #000000;
}

.mtn_link:visited
{
    text-decoration: none;
    color: #000000;
}

.mtn_link:hover
{
    text-decoration: underline;
    color: #0000FF;
}
.mtn_link_inactivedead,
.mtn_link_inactivedead:link,
.mtn_link_inactivedead:active,
.mtn_link_inactivedead:hover,
.mtn_link_inactivedead:visited
{
    text-decoration: none;
    /*color: #808080;*/
    color: #000000;
    font-style: italic;
    cursor: default;
}

.mtn_link_inactive:link
{
    text-decoration: none;
    color: #808080;
    font-style: italic;
}

.mtn_link_inactive:active
{
    text-decoration: none;
    color: #808080;
    font-style: italic;
}

.mtn_link_inactive:visited
{
    text-decoration: none;
    color: #808080;
    font-style: italic;
}

.mtn_link_inactive:hover
{
    text-decoration: underline;
     color: #0000FF;
    font-style: italic;
}

.mtn_container
{
    border-style: solid solid none none;
    border-width: 1px 1px 0px 0px;
    border-top-color: #c0c0c0;
    border-right-color: #c0c0c0;
    border-left-color: #c0c0c0;
}

.mtn_container_last
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c0c0c0;
}


/* Maintenance Tab (start) 
---------------------------------------------
*/
.mtn_tab
{
    border-color: #b1b1b1;
    border-style: none none none solid;
    border-width: 1px;
    width: 50%;
    margin: auto;
    text-align: left;
}



.mtn_tab .ajax__tab_header
{
    border-bottom-style: solid;
    border-bottom-width: 20px;
    border-bottom-color: #306a7c;
}


.mtn_tab .ajax__tab_tab
{
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    margin: 0px !important;
    border: 0px;
    
}

.mtn_tab .ajax__tab_outer
{
    font-weight: bold;
    border-style: solid solid none none;
    border-width: 1px;
    border-color: #b1b1b1;
    background-color: #eeeeee;
    cursor: pointer;
}

.mtn_tab .ajax__tab_inner
{
    font-weight: bold;
    background-color: #eeeeee;
}

.mtn_tab .ajax__tab_hover .ajax__tab_outer
{
    font-weight: bold;
    background-color: #306a7c;
}

.mtn_tab .ajax__tab_hover .ajax__tab_inner
{
    font-weight: bold;
    background-color: #306a7c;
}

.mtn_tab .ajax__tab_hover .ajax__tab_tab
{
    background-color: #306a7c;
    color: #FFFFFF;
    font-weight: bold;
}

.mtn_tab .ajax__tab_active .ajax__tab_outer
{
    background-color: #306a7c;
}

.mtn_tab .ajax__tab_active .ajax__tab_inner
{
    background-color: #306a7c;
}

.mtn_tab .ajax__tab_active .ajax__tab_tab
{
    font-weight: bold;
    color: #FFFFFF;
}

.mtn_tab .ajax__tab_outer .ajax__tab_tab
{
    font-weight: bold;
}

.mtn_tab .ajax__tab_disabled
{
    color: #C0C0C0;
    cursor: pointer;
}

/* Maintenance Tab (end) */

.mtn_listview_selected_item
{
    background-color: #9DCEFF;
    
}

.mtn_listview_item
{
}

.valign_middle
{
    vertical-align: middle;
}

.checkboxes label
{
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
}
.checkboxes input
{
    vertical-align: middle;
}
.checkboxes label span
{
    vertical-align: middle;
}
input[readonly="readonly"]
{
    border: 1px solid #c0c0c0;
    background-color: #eeeeee;
}
textarea[readonly="readonly"]
{
    border: 1px solid #c0c0c0;
    background-color: #eeeeee;
}
