#s2id_listings{
    width: 100%;
}

#listings table{
    width: 100%;
    border:1px solid #000;
    border-collapse:collapse;
}
#listings th{
    border:1px solid #777;
    padding:0 3px;
    font-size:12px;
    font-weight:bold;
}
#listings td{
    border:1px solid #777;
    padding:0 3px;
    margin:0;
    font-size:12px;
}
#listings a:link, #listings a:visited{
    color:#06F;
    text-decoration:underline;
}
#map2{
    width:100%;
    height:100%;
    font-size: 20px;
}
#errorMsg{
    line-height: 18px;
    width:100%;
    padding:0 5px;
    font-size:14px;
    /*color:#00F;*/
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    display:none;
}
.boxDesc {
    color: #000;
    background-color: #ffffff;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    width: auto;
    border: 2px solid black;
    padding:20px;
    white-space: nowrap;
    margin:8px 0 0 0;
}
.infoBox{
    background-position: -30px 0px !important;/*Shift the 140px image to the left since we need it at 110 to be centered<?php */
}
#page-content {
    background-color: #FFFFFF;
    min-height:800px;
    padding: 2px 20px;
}
input[type="checkbox"] {
    line-height: normal;
    margin: 4px 5px 0 0;
    vertical-align: middle;
}
.mImg{
    margin:0 0 0 3px;
    
}
img{
    vertical-align: middle !important;
    display: inline-block !important;
}
#cmaContent{
    display: none;
}
.dateAndType{
    margin: 5px 0;
}
.statusChk{
    padding-left:5px;
    padding-right:5px;
}
.topOptions {
    padding:5px 20px !important;
}

div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
	display: block;
	position:static;
}