.body_background
{
  background-color: #f1f1f1;
}

body
{
  background-color: #ffffff;
  font-family: verdana;
  font-size: 11px;
}

p
{
  font-family: verdana;
  font-size: 11px;
}

.page
{
  width: 750px;
  height: 100%;
  border: 1px solid #000000;
}


td
{
  font-family: verdana;
  font-size: 11px;
}


h3
{
  font-weight: bold;
  font-size: 14px;
}

a
{
  text-decoration: none;
  font-weight: bold;
  color: #495122;
}

a:hover
{
  text-decoration: underline;
  color: #000000;
}


.content
{
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
  border-left: 1px solid #000000;
  background-image: url(../images/body_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}


.header
{
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  height: 147px;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: bottom;
  text-align: right;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid #000000;
}

.header A
{
  color: #ffffff;
}


.menu
{
  width: 150px;
  color: #000000;
  vertical-align: top;
  background-color: #E3E3E3;
  background-image: url(../images/menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.menu .selected
{
  background-color: #ffffff;
  color: #000000;
}

.menu .selected A
{
  color: #000000;
}

.menuseperator
{
  height: 18px;
  border-bottom: 1px solid #000000;
}

.menuitem
{
  padding: 4px 6px 4px 6px;
  background-color: #777777;
  border-bottom: 1px solid #000000;
}

.menuitem A
{
  color: #ffffff;
}


ul {
  margin:10px;
  padding-left: 10px;
}

li {
  margin-bottom: 5px;
}


ul.submenu {
  margin:0px;
  padding-top: 4px;
  padding-left:0px;
  padding-bottom: 0px;
  list-style-type: none;
}

ul.submenu li {
  padding-left: 9px;
  background-repeat:no-repeat;
  background-image:url(../images/navli.gif);
  background-position:1px 5px;
  color:#000000;
}

ul.submenu li a {
  color:#846f36;
  font-weight:normal;
  padding-left: 5px;
}


.footer
{
  background-color: #c2c2c2;
  background-image: url(../images/footer.jpg);
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  height: 24px;
  color: #ffffff;
}

.footer A
{
  font-weight: bold;
}


.wt_credits
{
  background-color: #eeeeee;
  color: #666666;
  text-align: center;
  height: 20px;
}

.wt_credits A
{
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

.wt_credits A:hover
{
  text-decoration: underline;
}


.itext
{
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #999999;
}

.itextarea
{
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #999999;
  width: 100%;
  height: 100px;
}

.ibutton
{
  padding-left: 10px;
  padding-right: 10px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #777777;
  border: 1px solid #000000;
}

.albumdesc
{
  font-size: 11px;
}

.th_container {
  position:relative;
  float:left;
  /* width:110px; */
  margin-right: 5px;
  height:110px;
  text-align: center;
}

th
{
  text-align: left;
  background-color: #eeeeee;
  color: #495122;
  font-size: 12px;
}

