BODY {
  background: black;
  font-family: Arial;
  color: white;
  margin: 8px;
  padding: 0px;
}


TABLE.useful_area {
  border: 1px;
  width: 700px;
  padding: 0px;
}


TD.logo_area {
  text-align: center;
  padding-bottom: 0px;

}


TD.menu_area {
  background: #4F5364; /*url('./images/top_menu_bg.gif');*/
  height: 16px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 30px;
  text-align: right;
}


TD.logout_area {
  background: #4F5364; /*url('./images/top_menu_bg.gif');*/
  height: 16px;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 0px;
  text-align: left;
}


TD.display_area {
  height: 600px;
  vertical-align: top;
  background: #05131E;
}


TD.footer_area {
  background: #05131E;
  height: 50px;
  text-align: center;
  font-size: 8pt;
  color: gray;
  padding-top: 150px;

}


TD.band_member_photo {
  padding-left: 10px;
  padding-bottom: 25px;
  vertical-align: top;
  padding-right: 10px;
}

TD.band_member_info {
  vertical-align: top;
  padding-left: 10px;
  padding-top: 5px;
}


P.header_small {
  font-size: 10pt;
  color:  #CCD4D5;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 15px;
}


P.header_big {
  font-size: 12pt;
  color:  #CCD4D5;
  font-weight: bold;
  margin-bottom: 20px;

}

P.header_plain {
  font-size: 10pt;
  color:  #CCD4D5;
  font-weight: bold;
  margin-bottom: 20px;

}


P.text_tiny {
  font-size: 7pt;
  color: #999999;
  margin-top: 0px;
}

P.text_plain {
  font-size: 9pt;
  color: #D1D6D9;
  margin-top: 7px;
  line-height: 13px;
}


TD.news_contents {
  padding-bottom: 45px;
}


TABLE.news_list_navigator {
  margin-top: 35px;
}

TABLE.page_navigator {
  width: 560px;
  margin-left: 60px;
  margin-right: 60px;
}

TD.news_list_navigator {
  font-weight: bold;
  font-size: 9pt;
  text-align: center;
}


TABLE.news_list_manage {
  margin-left: 85px;
  margin-right: 20px;
}

TD.news_toolbar {
  width: 50;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
}



TABLE.galleries_list {
  margin-left: 55px;
  margin-right: 50px;
}

TD.galleries_list_description {
  padding-bottom: 30px;
}



A:LINK {
  color: lightblue;
  text-decoration: none;
}

A:VISITED {
  color: lightblue;
  text-decoration: none;
}

A:HOVER {
  color: #E9E9E9;
  text-decoration: underline;
}




INPUT.login_form {
  font-size: 10pt;
  font-family: Arial;
  background: #C0C9D3;
}


INPUT.news_form {
  font-size: 10pt;
  color: black;
  font-weight: bold;
  width: 500px;
  background: #C0C9D3;
  font-family: Arial;
  margin-bottom: 10px;
}

TEXTAREA.news_form {
  font-size: 8pt;
  color: black;
  width: 500px;
  height: 200px;
  background: #C0C9D3;
  font-family: Arial;
  margin-bottom: 10px;
}

P.form_header {
  font-size: 10pt;
  color: gray;
  font-weight: bold;
  margin-bottom: 0px;
}


TD.picture_thumbnail {
  width: 140px;
  height: 140px
}

IMG.picture_big {
  border: solid;
  border-width: 1px;
  border-color: gray;
}

TABLE.picture_big {
  width: 100%;

}

TD.picture_big {
  margin-top: 35px;
  text-align: center;
  vertical-align: center;
}


TABLE.common {
  /*margin-top: 35px;*/
  margin-left: 60px;
  margin-right: 60px;
}

TABLE.edit_menu_area {
  padding-left: 56px;
  padding-right: 60px;
  margin-bottom: 25px;
}




A:LINK.edit_menu {
  font-weight: bold;
  font-size: 10pt;
  color: #B9B9B9;
  text-decoration: none;
}

A:VISITED.edit_menu {
  font-weight: bold;
  font-size: 10pt;
  color: #B9B9B9;
  text-decoration: none;
}

A:HOVER.edit_menu {
  font-weight: bold;
  font-size: 10pt;
  color: #E9E9E9;
  text-decoration: underline;
}

P.hidden {
  font-size: 1pt;
  color: #000000;
  visibility: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}