@charset "UTF-8";
/* CSS Document */

body {
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #E3E3E3;
padding: 0px;
margin: 0px;
/*background:#c2e7ed url(../images/bg.gif) repeat-x;*/

}

img {
    border: none;
}

#topLogo {
    position: relative;
    background:#e4edf8 url(../images/dots.gif) repeat-x scroll center bottom;
    padding-top: 15px;
    padding-bottom: 15px;
}

#currentMap {
    position: relative;
    background:#F1F1F1 url(../images/dots.gif) repeat-x scroll center bottom;
    padding:15px;
    font-size: 1.2em;
    font-weight: bold;
}

#pointCurrentMap {
    position: absolute;
    top: 165px;
    left: 0;
    z-index: 2000;
    display: none;
}
#currentMap a {
    font-size: 0.7em;
    font-weight: normal;
}

#loginWindow {
    position: relative;
    background: #E3E3E3 url(../images/dots.gif) repeat-x scroll center bottom;
    padding: 15px;
}



#generalText {
    position: relative;
    background: #E3E3E3 url(../images/dots.gif) repeat-x scroll center bottom;
    padding: 15px;
}


/* HEADERS: OBSOLETE, but keeping for future possibilities */
#header {
    position:absolute;
    top: 0px;
    left:270px;
    z-index: 100;
}

.header_item {
    float:left;
    background-color:#e4edf8;
    font-weight: bold;
    padding:3px 15px;
    border-left: thin solid #666666;
    border-bottom: thin solid #666666;
    border-right: thin solid #666666;
}

.header_item:hover {
    background-color: #E3E3E3;
}
/* HEADERS: END */

#panel {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
color:#4F647B;
position: absolute;
width:200px;
top: 0px;
left: 0px;
bottom:0px;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}

#panel ul {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    list-style: none;
}

#panel li {
    padding: 0;
    margin: 0;
    margin-left: 0px;
}


#panel li a:link, #panel li a:visited {
    diplay: block;
    color:#4F647B;
    text-decoration:none;
    font-size:1.2em;
    font-weight:bold;
}

#panel li a:hover {
    text-decoration: underline;
}


#p_sh {
    position: absolute;
    width:6px;
    top:0px;
    left:200px;
    bottom:0px;
    z-index: 1000;
    height: 100%;
    
}

.p_sh {
    position: absolute;
    top:0px;
    bottom: 0px;
    background:#000000;
    left:0px;
    width: 6px;
}

#p_sh .w1 {
    width: 2px;
    opacity: 0.2;
}

#p_sh .w2 {
    width: 3px;
    opacity: 0.15;
}

#p_sh .w3 {
    width: 4px;
    opacity: 0.1;
}

#p_sh .w4 {
    width: 5px;
    opacity: 0.05;
}

#p_sh .w5 {
    width: 6px;
    opacity: 0.02;
}

#map_canvas {
position: absolute;
top: 0px;
left: 200px;
right: 0px; /* IE doesn't read this */
bottom: 0px; /* IE doesn't read this */
background-color: #c3e8ed;
overflow: auto;
/*border-top: 1px solid black;
border-left: 1px solid black;*/

/* IE only needs the next lines */
/*height: expression(document.body.clientHeight - 20 + "px");*/
height: 100%;
width: expression(document.body.clientWidth - 200 + "px");
} 

#main_content {
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    color:#4f647b;
    margin: 15px;
}

#main_content h2 {
  font-family: Helvetica, Arial, sans-serif;
  color:#7B684F;
  font-size:3em;
  text-align: center;
  margin: 0;
  font-weight: bold;
}

#main_content h3 {
 color: #ff9000;
 font-size: 2em;
 margin: 15px 0 10px 6px;
 border-bottom: 1px solid #7B684F;
}
    

#main_content p {
  margin-left: 6px;
  font-size:1.3em;
}

.bubble {
  background-color: white;
  padding: 0;
  margin: 0;
}

.bubble_top {
    width:100%;
    height: 9px;
}

.bubble_top_left {
    float: left;
    width: 11px;
    height: 9px;
    background:transparent url(../images/top_left.gif) left top;
}

.bubble_top_right {
    float: right;
    width: 11px;
    height: 9px;
    background:transparent url(../images/top_right.gif) left top;
}

.bubble_centre {
    width: 100%;
}

.bubble_content {
    margin: 0;
    padding: 6px 15px;
}

.bubble_bottom {
    width:100%;
    height: 9px;
}

.bubble_bottom_left {
    float: left;
    width: 11px;
    height: 9px;
    background:transparent url(../images/bottom_left.gif) left top;
}

.bubble_bottom_right {
    float: right;
    width: 11px;
    height: 9px;
    background:transparent url(../images/bottom_right.gif) left top;
}

#getLocationsPopup ul {
    margin: 0;
    margin-left: 15px;
    padding: 0;
}

#getLocationsPopup li {
    padding: 0;
    margin: 0;
    margin-top: 3px;
}



.stateName {
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 8px;
}

#addMapMessage {
    font-size: 1.1em;
    background-color: #ffffcc;
    border: 2px solid #ffcc66;
    display: none;
}

#addMapMessage .success {
    color: green;
    font-weight: bold;
}

#addMapMessage .failure {
    color: red;
    font-weight: bold;
}

#tt_content {
	font-size: 10px;
	width: 300px;
	
}

#tt_content hr {
	margin-top: 0px;
}

#tt_content_edit {
	font-size: 10px;
	width: 420px;
	height: 380px;
}

#tt_content_edit hr {
	margin-top: 0px;
}

#tt_content h1 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-decoration: none; 
    font-size: 12px;
}

#tt_content h2, #tt_content h3, #tt_content h4, #tt_content h5, #tt_content h6 {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline; 
}

#tt_content table {
    margin-left: 2px;
    border-width: thin thin thin thin;
    border-spacing: 0px;
    border-style: solid solid solid solid;
    border-color: #666666 #666666 #666666 #666666;
    border-collapse: collapse;
    
}

#tt_content td, th {
    border-width: thin thin thin thin;
    padding: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #666666 #666666 #666666 #666666;
}

#contentFooter {
    width: 100%;
    padding-top: 5px;
    text-align: center;
}

#userStringTT {
	color: #666666; 
	font-size:0.85em;
	margin-top: -5px;
	margin-bottom: 8px;
}

#footerStringTT {
    color:#666666;
    font-size:0.85em;
    margin-top: 5px;
    height: 15px;
}

#tooltip_contentDiv {
    inherit: auto;
    overflow: auto;
    padding: 5px 15px 15px 15px;
}

.loginMsg {
    background-color: #CC3333; 
    border: thin solid #CCCCCC;
    color: #CCCCCC; 
    padding: 3px;
}

/*EDIT FORM CSS*/
#editName {
    width: 200px;
    margin-left:10px;
    font-weight: bold;
}

#editDesc {
    width: 400px;
    height: 300px;
}

#editType {
    width: 180px;
}