html {overflow-y: scroll;}

body {
        font-family: "Times New Roman", Times, CGTimes;
        color: #000000;
}

a {
        color: #5050A0;
font-weight: bold;
text-decoration: none;
}
a:hover {
        color: #5050A0;
font-weight: bold;
text-decoration: underline;
}

small {
      font-size: 10px;
   }

textarea {
        width: 100%;
}

.title_box,.title_table,.plain_table {
        border: 1px #000000 solid;
}

.avatar_gallery_table {
        border: 1px #000000 solid;
}

.title_table th,.title_box th {
        background-image: url(../../Images/cellpic1.gif);
}

.title_box td,.title_table,plain_table td {
        background-color: #E1D6CD;
}

.news_statusline td {
        font-size: 12px;
                font-style: italic;
}

.galleries_statusline td {
        font-size: 12px;
                font-style: italic;
}

.news_contents hr {
        size: 6px;
}

.mycode_quote {
        margin-left: 5%;
        margin-right: 20%;
}

.mycode_quote_contents {
        font-size: 12px;
        background: white;
}

#poster_field {
        font-size: 12px;
        width: 160px;
        background-color: #E1D6CD;
}

#profile_light {
        border: #FFFFFF;
        border-style: solid;
        border-width: 0px 1px 1px 0px;
        background-color: #E1D6CD;
}

#profile_avatar {
        border: #FFFFFF;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        background-color: #E1D6CD;
}

#profile_dark {
        border: #FFFFFF;
        border-style: solid;
        border-width: 0px 1px 1px 0px;
        background-color: #DACCC0;
}

#divider_field {
        background-color: #CCCCCC;
}

#news_pages_link_next, #news_pages_link_prev,#news_pages_link_interval {
        font-size: 15px;
}

/* These are the style specifications for the menu layers.
   Set width to get more browsers corporation  */
div.menu  {
  position:absolute; visibility:hidden;
  width:110px; left:0; top:0; z-index:500;
  font-size:12px;
  background-color: #e6e6e6; color:#000;
  border: 2px solid;
  border-color: #f7faff #99a #99a #f7faff;
  z-index:500;
}

/* Style specifications for menu items and links  */
div.menu ul { margin:0; padding:0 }
/* Need to set padding of at least one pixel or ie sets very large margin */
div.menu ul li {
  padding:1px; margin:0;
  list-style-type:none
  }

/* Set display block and position relative so clicks on list items activate links  */
div.menu a {
  cursor:default;
  padding:.3em .4em; margin:0;
  background-color:transparent;
  display:block; position:relative;
  text-decoration:none
  }

div.menu a:hover { color:#fff; background-color:#338 }

.popup_item {

}

.popup_item:hover div {
   display: block;
   position: absolute;
}

.popup_popup {
   display: none;
   float: left;
}
