.AlignRightMenu     {
    display: inline-block;
    margin-left:auto;
    margin-right:0;
    top:0;
    right: 0;
    position: absolute;
    padding-top: 0;
    margin-top: 0;
}

.AlignLeftMenu     {
    display: inline-block;
    margin-left:0;
    margin-right:auto;
    top:0;
    left: 0;
    padding-top: 0;
    margin-top: 0;
}

.propertyheadingdisc    {
        
}

.spnLoginbtn    {
    font-size: 1.5em;
    line-height: 1.5em;
    font-stretch: expanded;
    font-weight: bold;
}


.DriveInstructions  {
    min-height: 3em;
    height: auto;
    width: auto;
    min-width: 300px;
    text-align: left;
    vertical-align: top;
}

.Drive_Address  {
    width: auto;
    min-width: 300px;
    text-align: left;
    vertical-align: top;
}

.register{
    float: right;
}

.sitelogo   {
    margin-right:10px;
    right:10px;
    display: inline;
    padding-left:5px;
    width:285px;
    height:62px;
}

.siteheaderdiv  {
    display: inline;
    position:relative;
    float:right;
    margin-right:auto;
    margin-left:auto;
    margin-top:5px;
}

.RegLink    {
    margin-right:auto;
    margin-left:4em;
}

.regline    {
    width: 400px;
}

.reglbl {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.PGHeader   {
    position: absolute;
    left: 0px;
    top:  0px;
    clear:both;
    float:left;
    width:100%;
    min-height:62px;
    min-width: 480px;
    height: 62px;
    max-height:62px;
    border-bottom:1px solid #000; 
    background-color: rgb(70, 107, 176);
    background-color: rgba(70, 107, 176, 0.75);
    color: #ffffff;
}

.Loginform  {
    display: inline;
}

.headerlogout   {
    display: inline;
    padding-right:6em;
    font-size:larger;
    margin-bottom:50%;
    margin-right:auto;
}

.LoginMsg   {
    display: inline;
    padding-right:6em;
    font-size:larger;
    margin-right:auto;
}

.BodyClass	{
    color:#fff; 
    width:100%; 
    height:100%; 
    padding:0; 
    padding:10px;
    margin-top: 62px;
    padding-bottom:60px;   /* Height of the footer */
}

.CTBody	{
    display:block;
    width:90%; 
    min-height: 500px; 
    overflow: auto; 
    height:100%; 
    margin-right:180px;
    margin-bottom:auto; 
    margin-top:auto;
}

.CTBodyContent	{
    min-height:500px;
    height:100%;
    overflow: auto;
}

/* Portrait */
@media screen and (orientation:portrait) {
    .fadein img {
        position:absolute;
        display: none;
        margin: auto; 
        right: 0;
        top: 0;
        bottom: 0;
        left:0;
        width: 100%;
        max-width:800px;
        z-index:-999;
    }
}
/* Landscape */
@media screen and (orientation:landscape) {
    .fadein img {
        position:absolute;
        display: none;
        margin: auto; 
        right: 0;
        top: 0;
        bottom: 0;
        left:0;
        max-width: 1200px;
        height:100%;	
        z-index:-999;
    }
}
.fadein {
    position:absolute;
    top:0;
    left:0;
    height:400px;
    width:600px;
    margin-left: auto;
    margin-right: auto;
    z-index:-999;
}

.FooterClass {
    position:fixed;
    bottom:0;
    left:0;
    z-index: 100;
    width:100%;
    height:26px;   /* Height of the footer */
    line-height:24px;
    font-size:18px;
    text-align:center; 
    font-weight: bold;
    background:#6cf;
    color: #ffffff;
    background-color: rgb(70, 107, 176);
    background-color: rgba(70, 107, 176, 0.75);
}

* html .FooterClass {
    position: absolute;
}

.ApprovedBrowserTag {
    position:absolute;
    left:0;
    bottom:0;
    z-index:100;
    height: 25px;
    width: auto;    
}

.MenuBar	{
    display: block;
    position:relative;
    clear: both;
    width:85%;
    font-size: 16px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    border: 2px outset #2a0071;
    background-color: #466BB0; 
    margin-left:auto; 
    margin-right:auto; 
    text-align:center;
    line-height: 24px;
}
a:link {
    color: #ffffff;
}

a:active {
    color: #ff8c00;
}

a:visited {
    color: #ffffff;
}

a:hover {
    color:#fffe00;
}

.Box_Left {
    left:  0px;
    z-index:  100;
    position: fixed;
    top:  40%;
    width:  auto;
    height: auto;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top:  3px;
    padding-right:  .5em;
    padding-bottom:  3px;
    padding-left:  .5em;
    border: 2px outset #2a0071;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    background-color: rgb(70, 107, 176);
    background-color: rgba(70, 107, 176, 0.75);
    border-left: 0px;
    overflow: hidden;
    font: 12px;
}
* html .Box_Left {
    position: absolute;
}
.Box_Right {
    right:  0px;
    z-index:  100;
    position: fixed;
    top:  40%;
    width:  auto;
    height: auto;
    min-height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top:  3px;
    padding-right:  .5em;
    padding-bottom:  3px;
    padding-left:  .5em;
    border: 2px outset #2a0071;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    border-right: 0px;
    overflow: hidden;
    background-color: rgb(70, 107, 176);
    background-color: rgba(70, 107, 176, 0.75);
    font: 12px;
}
* html .Box_Right {
    position: absolute;
}
.Box_Left ul {
    list-style-type: none;
    padding:0;
    margin:0;
}
.Box_Left ul li {
    margin-bottom: 1em;
}
.Box_Right ul {
    list-style-type: none;
    padding:0;
    margin:0;
}
.Box_Right ul li {
    margin-bottom: 1em;
}
span.blue {
    background-color: #67baff !important;
}
.inpagecontent	{
    display: none;
    font-size: 16px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    border: 2px outset #2a0071;
    overflow: auto;
    color: #ffffff;
}
.inpagecontentDWT	{
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: none;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    overflow: auto;
    background-color: rgba(255,255,255);
    background-color: rgba(255,255,255, 0.90);
    color: #466BB0;
}

.activecontent	{
    display:block; 
}

.copyright  {
    margin-right:2em;
    margin-left: auto;
    font-size: 16px;
    text-align:left;
    display: inline-block;
    padding-left:6em;
}

.side_menu  {
    display: none;
}

.LNInput    {
    min-width:20em;
    line-height: normal;
    font-size: .8em;
    padding-right: 1.5em;
    margin-right: 1.5em;
}
.LNButton   {
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    color:navy;
    background-color: rgba(255,255,255);
    background-color: rgba(255,255,255, 0.6);  
    cursor: pointer;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
}
.registerlink   {
    padding-right: 1.5em;
    margin-right: 1.5em;
}
.STButton  {
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    color:#466BB0;
    background-color: rgba(255,255,255);
    background-color: rgba(255,255,255, 0.85);  
    cursor: pointer;
    text-align: center;
    padding:0.2em;
}
.STButton:disabled  {
    background-color: rgba(211,211,211);
    background-color: rgba(211,211,211, 0.6);
}
.ConditionGood  {
    border-width: thin;
    border-style: solid;
    border-color: #466BB0;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    color: #466BB0;
    background-color: rgba(32, 178, 170);
    background-color: rgba(32, 178, 170, 0.4);  
    cursor: pointer;
}

.ConditionWarning  {
    font-weight: bolder;
    border-width: thin;
    border-style: solid;
    border-color: #466BB0;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    color: #466BB0 !important;
    background-color: rgba(255,0,0);
    background-color: rgba(255,0,0, 0.6);  
    cursor: pointer;
}

.AgentRecordDiv {
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    border-style: double;
    border-collapse: collapse;
    border-color: #466BB0;
    border-width: thin;
    margin-top: 5px;
    margin-bottom: 2px;
}
.AgentRecordSpan    {
    display: inline-block;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    background-color: #FFFFFF;
    color: #466BB0;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0.15em;
    margin-bottom: 3px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.AgentRecordSpanClr    {
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    color: #466BB0;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0.15em;
    margin-bottom: 3px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}



@media (max-width:400px), (max-width:500px), (max-width:600px), (max-width:700px), (max-width:740px)  {
    .LNInput    {
        min-width:20em;
    }
    .BodyClass	{
        margin-top: 118px;
    }
    .PGHeader   {
        max-height: 124px;
        height: 124px;
    }
    .Box_Right {
        top: 0;
        z-index: 0;
        height: auto;
        display: block;
        position: relative;
        width:  85%;
        margin-left: auto;
        margin-right: auto;
        padding-top:  3px;
        padding-right:  .5em;
        padding-bottom:  3px;
        padding-left:  .5em;
        border: 2px outset #2a0071;
        padding-top:  3px;
        padding-right:  .5em;
        padding-bottom:  3px;
        padding-left:  .5em;
        -moz-border-radius-topright: 15px;
        border-top-right-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        border-bottom-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        border-top-left-radius: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-left-radius: 15px;
        background-color: #466BB0;
    }
    .Box_Left {
        top: 0;
        z-index: 0;
        height: auto;
        display: block;
        position: relative;
        width:  85%;
        margin-left: auto;
        margin-right: auto;
        padding-top:  3px;
        padding-right:  .5em;
        padding-bottom:  3px;
        padding-left:  .5em;
        border: 2px outset #2a0071;
        padding-top:  3px;
        padding-right:  .5em;
        padding-bottom:  3px;
        padding-left:  .5em;
        -moz-border-radius-topright: 15px;
        border-top-right-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        border-bottom-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        border-top-left-radius: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-left-radius: 15px;
        background-color: #466BB0;
    }
    .Box_Left ul {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .Box_Left ul li {
        display: inline;
        margin-left: 1em;
    }
    .Box_Right ul {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .Box_Right ul li {
        display: inline;
        margin-left: 1em;
    }
    .footer_menu    {
        display: none;
    }
    .side_menu  {
        display:block;
    }
}
.PropertyRecordBody {
    display: none;
    background-color: rgba(255,255,255,.65);
}
.PropertyRecordHeader   {
    position: relative;
}

div.img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #0000ff;
    height: auto;
    width: auto;
    display: inline-block;
    text-align: center;
}

div.img img {
    display: inline;
    margin: 5px;
    width: 330px;
    height: auto;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border:1px solid #0000ff;
}

div.desc {
    text-align: center;
    font-weight: normal;
    width: 330px;
    margin: 5px;
    padding:0.1em;
}

.iframeInstructions {
    width: 300px;
    height: 90px;
    border: 0;
}

.iframeCSVLoad  {
    width: 300px;
    height: 220px;
    border: 0;
}

.SearchBar  {
    display: block;
    position: relative;
    width:100%;
}

.SearchOne  {
    display: inline-block;
    position: relative;
    width: 140px;
    min-width: 140px;
}

.SearchTwo  {
    display: inline-block;
    position: relative;
}

.CityField  {
    width: 12em;
}

.StateField {
    width: 2em;
}

.ZipField   {
    width: 8em;
}

.NameField  {
    width: 16em;
}

.TaxField   {
    width: 8em;
}

.TotalValueField {
    width: 14em;
}

.RouteNumberOrder   {
    width: 3em;
}

.overlaycont {
    background: repeat-x scroll 50% 50%;
    z-index: 10000;
}

.overlay {
    height:100%;
    left:0;
    position:absolute;
    display:block;
    top:0;
    width:100%;
    min-width:400px;
    z-index: 10020;
    background-color: rgba(255,255,255);
    background-color: rgba(255,255,255,0.7) !important;
}

.centermyimage  {
    position: relative;
    display: block;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    z-index: 10010;
}
body {
    color: #fff;
    background-color: #000;
    background-image: url('../IMG/bg.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-family: sans-serif;
}
.LastLogin  {
    color:#fff;
    padding: 0.2em;
}
.STBSpacer  {
    padding: 0.2em;
    margin: 0.2em;
    display: inline-block;
}
        .type {
            width: auto;
            display: table;
            margin-left: auto;
            margin-right: auto;
            padding: 1em;
        }
        .main {
            width: auto;
            display: table;
        }
        .rows {
            display: table-row;
        }
        .active {
            box-shadow: inset 0 0 3px 3px #888;
            font-weight: 800;
        }
        .inactive {
            color: #17334B;
            border: .2em; 
            border-style: solid;
            background-color: white;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            border-color: #17334B;
            width: 4em;
            display: table-cell;
            padding: .3em;
            text-align: center;
            font-weight: 600;
        }
        .activecell {
            box-shadow: inset 0 0 2px 2px #888;
            font-weight: bold;
        }
        .cell {
            color: black;
            background-color: silver;
            font-size: 1em;
            width: 2em;
            display: table-cell;
            border: 2px;
            border-color: black;
            border-style: solid;
            padding: .2em;
        }
        .cell:hover {
            box-shadow: inset 0 0 2px 2px #888;
        }
        .mainform{
            background: silver url('../IMG/main.png') repeat;
            box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.50);
            display: block;
            border-radius: 7px;
            padding: .3em;
        }
        .activeform {
            background: #ededed;
            padding: .4em;
            display: block;
        }
        .SelectEditButton   {
            display: inline-block;
            padding-left: 0.5em;
            margin-top: 2px;
            margin-bottom: 9px;
        }
        .SelectList   {
            display: inline-block;
        }
        .menuitem   {
            color: white;
            background-color: #17334B;
            line-height: 1.5em;
            padding: 0px;
            margin: 0px;
            border: 1px;
            border-style: solid;
            border-color: #ededed;
            border-radius: 1px;
            padding-left: .5em;
        }
        textarea.BI_Notes  {
            height: 5em;
            width: 92%;
            background-color: #fff;
            margin-top: 2px;
            margin-bottom: 9px;
        }
        select.SelectEdit   {
            display:inline-block;
        }
        span.SelectEdit {
                        -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
            color:#466BB0;
            background-color: rgba(255,255,255);
            background-color: rgba(255,255,255, 0.85);  
            cursor: pointer;
            text-align: center;
            padding:0.2em;
            margin-left: 0.1em;
            margin-right: 0.2em;
            margin-top: 2px;
            margin-bottom: 9px;
            display: block;
        }
        
        span.RatingRange  {
            display:block;
            margin-top: 2px;
            margin-bottom:9px;
        }
        .activesubform   {
            border-style: double;
            border-width: thin;
            border-color: #000;
            padding: 0.35em;
        }
        .mfmRemoveButton    {
            position:absolute;
            right:0;
            top:0;
            display: inline-block;
            max-width:60px;
        }
        .mfmAddButton    {
            position:absolute;
            right:70px;
            top:0;
            display: inline-block;
            clear:both;
        }
        .MultiFormMenu  {
            position:relative;
            width: 100%;
        }
        .mfminactive {
            color: #17334B;
            border: .2em; 
            border-style: solid;
            background-color: white;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            border-color: #17334B;
            width: 2em;
            display: inline-block;
            padding: .3em;
            text-align: center;
            font-weight: 600;
        }
        .rootmenubutton {
            cursor: pointer;
        }
        .extmenubutton {
            cursor: pointer;
            margin-top:2px;
            margin-bottom: 9px;
        }
        span.checkboxGroup1 {

        }
        .checkboxgroup2 {
            
        }
        .checkboxgroup3 {
            
        }
        .checkboxgroup4 {
            
        }
        .JSONDefinitions    {
            height:6px;
            width: 96%
        }
        .ElementPreviews    {
            width: 50%;
            padding-top: 0.5em;
            padding-bottom: 0.5em;
            padding-left:1em;
            padding-right:1em;
            margin-left:auto;
            margin-right:auto;
            -moz-border-radius-topleft: 15px;
            border-top-left-radius: 15px;
            -moz-border-radius-bottomleft: 15px;
            border-bottom-left-radius: 15px;
            -moz-border-radius-topright: 15px;
            border-top-right-radius: 15px;
            -moz-border-radius-bottomright: 15px;
            border-bottom-right-radius: 15px;
            border: 2px outset #2a0071;
            background-color: silver;
            display:inline-block;
        }
        .JSONDefintionsDiv  {
            width: 100%;
            display: inline-block;
        }
        #NewElementDetailsDiv    {
            width:100%;
            padding-top: 0.5em;
            padding-bottom: 0.5em;
            margin-left:auto;
            margin-right:auto;
        }
        .minElementRecord   {
            max-height: 4em;
            overflow: hidden;
        }
        .STAlTp {
            vertical-align:top;
        }
        span.BiInputControl {
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
            color:#466BB0;
            background-color: rgba(255,255,255);
            background-color: rgba(255,255,255, 0.85);  
            cursor: pointer;
            text-align: center;
            padding:0.2em;
            margin-left: 0.1em;
            margin-right: 0.2em;
            margin-top: 2px;
            margin-bottom: 9px;
            display: block;
        }
        
        span.BiTextAreaControl {
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
            color:#466BB0;
            background-color: rgba(255,255,255);
            background-color: rgba(255,255,255, 0.85);  
            cursor: pointer;
            text-align: center;
            padding:0.2em;
            margin-left: 0.1em;
            margin-right: 0.2em;
            margin-top: 2px;
            margin-bottom: 9px;
            display: block;
        }
        
        span.BiSelectControl {
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
            color:#466BB0;
            background-color: rgba(255,255,255);
            background-color: rgba(255,255,255, 0.85);  
            cursor: pointer;
            text-align: center;
            padding:0.2em;
            margin-left: 0.1em;
            margin-right: 0.2em;
            margin-top: 2px;
            margin-bottom: 9px;
            display: block;
        }
        
        span.BiSelectEditControl {
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
            color:#466BB0;
            background-color: rgba(255,255,255);
            background-color: rgba(255,255,255, 0.85);  
            cursor: pointer;
            text-align: center;
            padding:0.2em;
            margin-left: 0.1em;
            margin-right: 0.2em;
            margin-top: 2px;
            margin-bottom: 9px;
            display: block;
        }
        
        span.BIRatingsSliderControl {
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
            color:#466BB0;
            background-color: rgba(255,255,255);
            background-color: rgba(255,255,255, 0.85);  
            cursor: pointer;
            text-align: center;
            padding:0.2em;
            margin-left: 0.1em;
            margin-right: 0.2em;
            margin-top: 2px;
            margin-bottom: 9px;
            display: block;
        }
        
        span.BISliderControl {
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
            color:#466BB0;
            background-color: rgba(255,255,255);
            background-color: rgba(255,255,255, 0.85);  
            cursor: pointer;
            text-align: center;
            padding:0.2em;
            margin-left: 0.1em;
            margin-right: 0.2em;
            margin-top: 2px;
            margin-bottom: 9px;
            display: block;
        }
        
        /* BIButtonControl */
        
        span.BIImageLDControl {
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
            color:#466BB0;
            background-color: rgba(255,255,255);
            background-color: rgba(255,255,255, 0.85);  
            cursor: pointer;
            text-align: center;
            padding:0.2em;
            margin-left: 0.1em;
            margin-right: 0.2em;
            margin-top: 2px;
            margin-bottom: 9px;
            display: block;
        }
        
        span.BICanvasControl {
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
            color:#466BB0;
            background-color: rgba(255,255,255);
            background-color: rgba(255,255,255, 0.85);  
            cursor: pointer;
            text-align: center;
            padding:0.2em;
            margin-left: 0.1em;
            margin-right: 0.2em;
            margin-top: 2px;
            margin-bottom: 9px;
            display: block;
        }
        .PropertyULDisplaySortable  {
            background-color: rgba(70,107,176,.65);
        }