/*********************************************************************/
/* Base Style                                                        */
/*********************************************************************/
body {
  background-color: #009dc9;
  /* background-color: #a2b2b3; */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

a {
  color: #4444aa;
  text-decoration: none;
}

a:visited {
  color: #aa4444;
}

a:hover {
  color: #ffcc00; /* was orange */
  text-decoration: underline;
}

img {
  border-width: 0px;
}

p {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

blockquote {
  font-size: 12px;
}

abbr {
  border-bottom: 1px dotted #111111;
  cursor: help;
}

acronym {
  border-bottom: 1px dotted #111111;
  cursor: help;
}


/*********************************************************************/
/* Title Style                                                       */
/*********************************************************************/
#titlebar {
  left: 0;
  right: 0;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #111111;
  background-color: #dddddd;
  background-image: url(/images/default-title-bg.png);
  background-repeat: repeat-x;
  padding: 5px;
}

/* #titlebar:hover {
  background-color: #eeeeee;
} */

#tbName {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #111111;
  letter-spacing: 10px;
}

#tbName:hover {
  text-decoration: none;
}

/*********************************************************************/
/* Sidebar Style                                                     */
/*********************************************************************/
#sidebarArea {
  float: left;
  width: 100px;
}

.sidebar {
  font-size: 12px;
  margin: 10px;
  width: 100px;

  background-color: #eeeeee;
  border: 1px solid #050505;
}

.sidebar:hover {
  background-color: #ffffff;
  border: 1px solid #111111;
}

.sbLink {
  color: #111111;
  text-decoration: none;
}

.sbLink:hover {
  color: #111111;
  text-decoration: underline;
}

.sbLink:visited {
  color: #111111;
}

.sbTitle {
  background-color: #666666;
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px;
  padding-left: 5px;
}

.sbContent {
  padding: 5px;
}

.sbValidXhtml {
  margin: 10px;
  padding: 5px;
  width: 100px;
}

.activeItem {
  color: #111111;
  font-weight: bold;
}

.activeItem:hover {
  color: #111111;
  text-decoration: underline;
}

.activeItem:visited {
  color: #111111;
  font-weight: bold;
}

#choose-theme-default {
  color: #111111;
  font-weight: bold;
}

#choose-theme-default:hover {
  color: #111111;
  font-weight: bold;
}

/*********************************************************************/
/* Content Style                                                     */
/*********************************************************************/
#content {
  float: left;
  position: absolute;
  left: 115px;
  right: 5px;
  top: 49px;
}

.item {
  margin: 10px;
  background-color: #eeeeee;
  background-image: url(/images/default-item-bg.png);
  background-repeat: repeat-x;
  border: 1px solid #050505;
}

.title {
  color: black;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  padding-bottom: 0px;
  padding-top: 1px;
}

.subtitle {
  font-size: 10px;
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 1px;
}

.date {
  text-align: left;
}

.text {
  margin: 0px;
  padding: 5px;
  background-color: white;
  border-top: 1px solid black;
}

.permLink {
  font-size: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/*********************************************************************/
/* News Archive Style                                                */
/*********************************************************************/
#archiveTable {
  border: 0px;
  font-size: 11px;
  text-align: left;
}

/*********************************************************************/
/* Misc Style                                                        */
/*********************************************************************/
#copyright {
  padding-right: 15px; 
  font-size: 10px;
  float: right;
  /*position: absolute;
  bottom: 0;
  right: 0;*/
}

.navbar {
  margin: 10px;
  padding: 5px;
  background-color: #eeeeee;
  background-image: url(/images/default-item-bg.png);
  /* background-image: url(/images/default-item-bg.png); */
  font-size: 11px;
  border: 1px solid #050505;
  text-align: center;
}

.navbar-form {
  margin: 0px;
  padding: 0px;
}

.max-entry {
  font-size: 10px;
}

.navLink {
  color: #111111;
  text-decoration: none;
}

.navLink:hover {
  color: #111111;
  text-decoration: underline;
}

.navLink:visited {
  color: #111111;
}

.chart {
  font-size: 10px;
  border: 1px solid black;
}

.chart-diverge {
  color: #ff0000;
}

td.caption {
  text-align: center;
  font-size: 9pt;
}

/******************/
/* gallery styles */
/******************/
.gallery {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: white;

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
}

a.gal-a {
  text-decoration: none;
  color: #003399;

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
}

.gal-form {
  padding: 0px;
  margin: 0px;
}

div.gal-thumb {
  text-align: center;
  float: left;
  padding: 5px;
}

div.gal-thumb-blocked {
  float: left;
  border: 1px dashed red;
  text-align: center;
  padding: 2px;
  margin: 2px;
}

span.gal-no-caption {
  border-bottom: 1px dashed blue;
}

div.gal-navbar {
  border: 1px solid black;
  background-color: #eeeeee;
  background-image: url(/images/default-item-bg.png);
  padding: 2px;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15%;
  margin-right: 15%;
  text-align: center;

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
}

div.gal-thumbnails {
}

.gal-view {
  text-align: center;
}

img.gal-view-image {
  border: 1px solid black;
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 4px;
}

div.gal-view-navbar {
  text-align: center;
  border: 1px solid black;
  background-color: #eeeeee;
  background-image: url(/images/default-item-bg.png);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15%;
  margin-right: 15%;
  padding: 2px;

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
}

div.gal-view-caption {
  padding-bottom: 10px;
  color: black;

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

div.gal-view-sub {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
}

div.gal-view-res {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
}

/******************/
/* comment styles */
/******************/
div.comment {
  font-size: 9pt;
  padding-bottom: 10px;
}

div.comment-footer {
  font-size: 8pt;
}
