/* tip boxes */
.tips_box {
    float: right;
    width: 30%;
    background-color: #FFFFE1;
}

.tips_box_title {
     background-color: #a0a0a0;
     font-weight: bold;
     color: white;
     line-height: 2em;
     text-align: center;
}

/* maintopics styles */
ul.boxy {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 30em;
}
ul.boxy li {
    cursor:move;
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #eee;
}
dd#admin_textarea{
	margin-top: 3px;
	margin-left: 3px;
	width: 650px;
}
#maintopicslist {
    margin-bottom: 1em;
}
#maintopicslist li {
    margin-bottom: 0px;
    margin-top: 4px;
}
#maintopicslist .chk {
    margin: 0px;
}

.mainsection_title {
    text-indent: 0;
}

/* end maintopics styles  */
/* Map styles */
#div.marker {
    display: none;
}
div.marker-body {
    width: 290px;
    margin-top: 0;
}
div.marker-more {
    padding: 10px 5px 5px 30px;    /* T   R   B   L */
}
div.marker-body h3 {
    font-weight: bold;
    font-size: 1em;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}
.map-button {
color: #fff;
font-size: 90%;
border: 1px solid white;
background-color: #336699;
padding: 0.3em 0.2em;
}

#record_counter_message {
font-size: x-small;
}
#portalmap {
width: 18%;
font-size: 90%;
float: right;
padding: 7px;
background: #fff;
border: 1px solid #ccc;
margin: 5em 0 0 10px;
white-space: normal;
}
.portalmap_portlet {
padding: 10px;
margin: 0;
background: #f3f3f3;
line-height: 1.5;
}
#address {
    width: 60%;
}
.portalmap_portlet .portalmap_portlet_title p{
border-bottom:2px solid #BBBBBB;
font-size:1.3em;
font-weight:bold;
margin:0 0 1em;
padding:0.3em 0;
}
.portalmap_portlet div input[type="text"]:focus {
    border: 1px solid #000;
    padding: 1px;
}
.portalmap_portlet .portalmap_portlet_title small a{
color: #000;
text-decoration: underline;
font-weight: bold;
margin: 0.5em 0;
}
.portalmap_portlet .portalmap_portlet_title small a:hover{
color: #bbb;
}
.portalmap_portlet .map_filters {
margin: 0;
padding: 0;
}
.portalmap_portlet .map_filters div {
margin: 0.5em 0 0 0;
padding: 0;
}
.portalmap_portlet .map_filters ul {
margin: 0.7em 0 0.7em 0.3em;
padding: 0;
list-style: none;
font-size: 95%;
}
.portalmap_portlet .map_filters ul ul {
padding: 0 0 0 2em;
}
.maptypes {
    margin: 0;
    padding: 0;
    list-style: none;
}

.maptypes li {
    margin: 2px;
    padding: 2px;
    display: inline;
}
/* End map styles */

#center_content {
	float: left;
}

hr.hr_addcomment {
    clear: both;
}
