#content_wrapper a         { color: #630;text-decoration: underline; }
#content_wrapper a:link    { color: #630; }
#content_wrapper a:visited { color: #630; }
#content_wrapper a:hover   { color: #630; background-color: #ddd; text-decoration: none; }
#content_wrapper a:active  { color: #999; }

#content_wrapper h3 {
  color: #666;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  padding: 0;
}

#container {
  width: 100%;
  margin: 0;
  padding: 0;
  /*border: 1px solid #999;*/
}

#book {
	font-size: 12px;
	float: right;
	margin-top: 5px;
	background-color: #EEE;
	padding: 4px 4px 4px 4px;
}

#book a       { color: #000;  background-color: none; text-decoration: none; }
#book a:hover { background-color: #EEE; text-decoration: none; }

#content {
  margin: 0 1px 0 0px;
  padding: 0px;
  width: 300px;
  height: 498px;
  background-color: #fff;
  /*overflow: auto;*/
}

#content_wrapper {
  position: absolute;
  width: 300px;
  height: 498px;
  overflow: auto;
}

.news {
  margin: 0 0 3px 2px;
  font-size: 10px;
  padding: 0;
  font-family: verdana;
  background-color: #fff;
}

.block{
	border: 1px solid #EEE;
	background: #FFF;
	margin: 0 0 0 0;
}

.block_frame{
	border : 1px solid #999999;
	overflow: hidden;
}

.block_header{
	background: #EEEEEE;
	height: 1.2em;
	overflow: hidden;
}

.block_header .show_hide {
	width: 16px;
	height: 10px;
	float: left;
	padding: 2px 0px 0px 2px;
}

.block_header .title {
	font-weight: bold;
	padding-top: 2px;
	line-height: 1.2em;
  	color: #993300;
	color: #00368F;
	font-size: 11px;
}

.block_header .time {
	float: right;
	margin-right: 1px;
	text-align: right;
	font-weight: normal;
	color: #888;
}

.block_content{
	clear: both;
	padding: 5px;
	background: #FFF;
}

#location {
  color: #222;
}

#status {
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#bubble {
  font-size: 10px;
  color: #888;
  width: 300px;
  height: auto;
  /*overflow: auto;*/
}

#maptitle {
  color: #630;
  font-weight: bold;
  /*width: 300px;*/
}

#description {
  margin-top: 10px;
}

#link {
  margin-top: 8px;
}

#footer {
  text-align: left;
  font-size: 9px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 75%;
}

#warning {
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
}

div.spacer {
  clear: both;
  height: 1px;
  overflow: hidden;
}


