﻿#RCMS
{
    width: 700px;
    margin: 0 auto;
    text-align: left;
}
#RCMS #BreadCrumb
{
    background: #D6D6D6;
    padding: 5px;
}
#RCMS a.CommandButton, #RCMS tbody a:link, #RCMS tbody a:visited, #RCMS tbody a:hover
{
    color: #3B5998;
    font-weight: normal;
    text-decoration: none;
}
#RCMS a:hover
{
    text-decoration: underline;
}
#RCMS h1, #RCMS h2, #RCMS h3, #RCMS h4
{
    color: #333;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
#RCMS h2
{
    font-size: 14px;
    padding: 5px;
    margin: 0 0 2px 0;
    font-weight: bold;
}
#RCMS h3
{
    background: #ECEFF5;
    border-top: 1px solid #94A3C4;
    margin: 0;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}
#RCMS h4
{
    font-weight: bold;
}
#RCMS .veMap
{
    position: relative;
    width: 450px;
    height: 450px;
    z-index: -1;
}
#RCMS .pinA
{
    position: relative;
    background: url('images/marker_red.png') no-repeat 0 0;
    height: 28px;
    width: 28px;
    color: #fff;
    text-align: center;
    font: bold 10px Arial;
    cursor: pointer;
    text-align: center;
}
#RCMS .pinB
{
    position: relative;
    background: url('images/marker_blue.png') no-repeat 0 0;
    height: 28px;
    width: 28px;
    color: #fff;
    text-align: center;
    font: bold 10px Arial;
    cursor: pointer;
    text-align: center;
}
#RCMS .pinA .text, #RCMS .pinB .text
{
    position: relative;
    top: 2px;
    color: #fff;
    text-align: center;
}
#RCMS .pinCenter
{
    position: absolute;
    height: 28px;
    width: 28px;
    background: url('images/marker_green.png') no-repeat 0 0;
    top: 212px;
    left: 212px;
    z-index: 1;
}
#RCMS #msgZoomIn
{
    padding: 0 5px;
}
#RCMS #msgFindMe
{
    display: none;
    padding: 10px;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
}

#RCMS #msgLoading
{
    display: none;
    padding: 10px;
    z-index: 2;
}
#RCMS table.detailTable
{
    margin: 0 0 20px 0;
}
#RCMS .detailTable th, #RCMS .editTable th
{
    font-size: 11px;
    color: #666;
    font-weight: bold;
    padding-right: 10px;
}
#RCMS .detailTable td, #RCMS .editTable td, #RCMS .detailTable th, #RCMS .editTable th , #RCMS th.RCMS_Header 
{
    font-size: 11px;
    margin: 0;
    vertical-align: top;
    color: #666;
}

#RCMS table#tableFacilityLocator
{
    position: relative;
    z-index: 2;
    height: 450px;
    width: 100%;
}
#RCMS .divResults
{
    height: 450px;
    width: 250px;
    overflow: auto;
}

#RCMS .editForm
{
    background: #F7F7F7;
    border: 1px solid #D7D7D7;
}

#RCMS .editForm h4
{
    width: 450px;
    margin: 0 auto;
}
#RCMS .editTable
{
    margin: 0 auto 10px;
}
#RCMS .editForm .editTable th
{
    vertical-align: top;
    padding: 5px;
}
#RCMS .inputtext
{
    width: 300px;
    border: 1px solid #BDC7D8;
    padding: 3px;
    margin: 0;
}
#RCMS .inputdropdown
{
    width: 300px;
    border: 1px solid #BDC7D8;
    padding: 2px;
}

#RCMS .editForm small
{
    font-size: 10px;
    color: #999999;
}
#RCMS .buttons
{
    margin: 5px 0;
}

#RCMS .editForm .buttons
{
    text-align: center;
}

#RCMS .inputButton
{
    background-color: #3B5998;
    border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    text-align: center;
    padding: 2px 10px;
    margin: 0 4px;
    width: auto;
    overflow: visible;
    font-size: 12px;
}
#RCMS .inputAux
{
    background: #F0F0F0;
    border-color: #E7E7E7 #666666 #666666 #E7E7E7;
    color: #000000;
}
#RCMS .inputButtonDelete
{
    background-color: red;
}
#RCMS .tabs
{
    padding: 4px 20px;
    border-bottom: 1px solid #3B5998;
}
#RCMS .tabs a
{
    margin: 0 2px;
    padding: 4px;
    text-decoration: none;
}
#RCMS .tabs a:hover
{
    text-decoration: none;
}
#RCMS .tabs a.inactivetab:hover
{
    background: #D8DFEA;
    color: #3B5998;
}
#RCMS .tabs a.activetab
{
    background: #3B5998 none repeat scroll 0 0;
    color: white;
}
#RCMS .tabs a.disabled
{
    color: #C0C0C0;
}
#RCMS .validationSummary
{
    background: #FFEBE8;
    border: 1px solid #DD3C10;
    margin: 0 0 10px;
    padding: 10px;
}
#RCMS .status
{
    background: #FFF9D7;
    border: 1px solid #E2C822;
    margin: 0 0 10px;
    padding: 10px;
}

