* {
  padding: 0px;
  margin: 0px;
}
body {
  width: 100%;
  height: 100%;
  text-align: center;
}
table {
  border-collapse: collapse; 
  empty-cells: show;
}

h1 {
 font-size: 12pt;
 font-weight: bold;
}
hr {
  border: 1px dotted #bbb;
}
a:hover{
  background-color: #eee;
}
input {
  padding: 0px;
  margin: 0px;
}

/* ************************************************************* */
#header {
  width: 760px;
  background: url(/img/header_top_bg.gif) 0 0 no-repeat #ffdd88;
  text-align: center;
  padding-top: 8px;
  margin: 4px auto 0px auto;
}
#header_bottom {
  width: 760px;
  height: 18px;
  font-size: 1px;
  background: url(/img/header_bottom_bg.gif) 0 0 no-repeat #ffdd88;
  margin: 0px auto 4px auto;
}
#container {
  width: 760px;
  background-color: #fff;
  margin: 4px auto 4px auto;
}
#content {
  width:600px;
  text-align: left;
}
#sidebar {
  width: 160px;
  height: 96px;
  text-align: left;
}
#footer_top {
  width: 760px;
  height: 18px;
  font-size: 1px;
  background: url(/img/footer_top_bg.gif) 0 0 no-repeat #ffdd88;
  margin: 4px auto 0px auto;
}
#footer {
  clear: all;
  width: 760px;
  font-size: 9pt;
  background: url(/img/footer_bg.gif) bottom center no-repeat #ffdd88;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 16px;
  margin: 0px auto 8px auto;
}

/* ************************************************************* */
.error_message {
  font-size: 10pt;
  color: #f44;
}
.useservice {
  font-size: 8pt;
  text-align: left;
  padding: 0px 8px 0px 8px;
  line-height: 100%;
}
#userInfo {
  float: right;
  font-size: 10pt;
}

/* ************************************************************* */
#content .dropzone {
  height: 32px;
  border: 1px solid #ddd;
}
#sidebar .dropzone {
  height: 64px;
}
.dropzone_active {
  background-color: #ffe;
}
.dropzone_hover {
  background-color: #fee;
}
.top_block {
  margin-bottom: 1px;
  background-color: #fff;
}

.block_title {
  height: 14px;
  font-size: 10px;
  padding: 2px 0px 2px 8px;
  background: url(/img/block_title_bg.gif) 0 0 #ffb;
  word-break:break-all;
}
.block_title h3 {
  float: left;
  font-size: 10pt;
  word-break:break-all;
  overflow:hidden
}

.block_contents,.block_more {
  clear: both;
  font-size: 90%;
  padding: 4px;
  line-height: 120%;
  border: 1px solid #ddd;
  border-width: 0px 1px 0px 1px;
  word-break:break-all;
  overflow:hidden;
}

.block_nav {
  clear: both;
  height: 14px;
  text-align: right;
}
.block_nav div {
  float: right;
  font-size: 9pt;
  margin-left: 16px;
}

.block_icon_toggle {
  width: 12px;
  height: 12px;
  float: right;
  overflow:hidden;
  font-size: 1px;
  background-image: url(/img/toggleButton.gif);
  background-position: top left;
  background-color: #bbb;
  margin-right: 2px;
}
.block_more_toggle {
  width: 12px;
  height: 12px;
  overflow:hidden;
  font-size: 1px;
  background-image: url(/img/toggleButton.gif);
  background-position: top left;
  background-color: #bbb;
  margin-right: 2px;
}

/* ************************************************************* */
#location_list {
  font-size: 90%;
}
.tags {
  font-size: 8pt;
  background-color: #fffff0;
}

/* ************************************************************* */

/* ************************************************************* */
