#header{margin-bottom:10px;}

#header a{color:red;}

#rightnav{margin:0px 10px 0px 0px; padding:0px; width:215px;}

#sidepanel {float:right; width:260px; height:460px; background-color:#fff;}
.panel-data {background-color:#fff}
.data-name {width:140px}
.data-quality {width:60px; text-align:center; background-color:pink}
.data-status {width:60px; text-align:left}

#maptypeimg{
	margin:0px 0px 0px 15px;
}

#maptypecont{
 background:#ffcccc;
 margin:15px 0px 0px 0px;
 padding:8px 0px 8px 15px;
 height:52px;
 font-size:.95em;
}

#maptypecont table td{
 text-align:center;
 padding-right:2px;
 padding-bottom:1px;
}

#maptypecont table td.label{
 text-align:left;
}

#maptypetext{
 border-left:solid 8px #ffcccc;
 overflow:auto; 
 padding:10px 10px 10px 10px;
 height:195px;
 font-family: 'Times New Roman', Times, serif;
 font-size:1.17em;
}

#content{
 margin:0px 225px 10px 10px;
 padding:0px;
 background:#ffcccc;
}

#map{
 height:300px;
 margin:0px;
 padding:0px;
 border-bottom:solid 8px #FFCCCC;
}

.opmap-marker {
 width:360px;
 font-size:1em;
 padding:0;
 margin:0;
}
.info-title {
 font-size:1.2em;
 margin:0 10px 0 0;
 color:red;
}
.info-title-mini{
 font-size:1em;
 margin:0 10px 0 0;
 color:red;
 white-space:normal;
}

.info-address {
 font-size:.95em;
 color:#666
}
.info-body {
 font-size:.95em;
 font-family: 'Times New Roman', Times, serif;
 margin:0 0 .5em 0;
}

.red {color:red}

.opmap-marker table {
/* font-size:.95em; */
 font-family: Arial, Helvetica, sans-serif;
 margin:.6em 0 .3em 0;
}
.opmap-marker table thead td {text-align:center}
.opmap-marker table tbody td {
 text-align:right;
 padding:0 4px;
}
.opmap-marker table tbody td.rowlabel {
 text-align:left;
 padding:0 5px 0 0;
}

.opmap-marker table tbody td.left{text-align:left;}

.tip-text-block{
 white-space: normal;
 width:180px;
}

.tip-base{
 background:#fff;
 padding:5px 7px;
 border:#333 solid 1px;
 -moz-border-radius:14px;
 opacity:.9;
}

.tip-open{
 background:#fff;
 width:220px;
}

.tip-downsized,
.tip-restructuring, .tip-marked{
 background:#ddd;
 width:290px;
}
.tip-closed{
 background:#ddd url('images/closed_bkgr.gif') top left;
 width:231px;
}
