.csn_menu,
.of_csn_menu,
.m_csn_menu,
.p_csn_menu {
  width: 130px;
  padding: 4px;
  border: 1px solid gray;
  font-size: 0.75em;
}

.AlbumCate {
  background-color: black;
  position: relative;
  height: 140px;
  overflow: hidden;
}

table.line {
  padding: 4px 6px;
  border-collapse: collapse;
  border: 2px solid rgb(48, 48, 48);
}

table.line th {
  border: 1px solid rgb(144, 144, 144);
  background-color: rgb(252, 252, 252);
  padding: 4px 6px;
  font-size: 0.75em;
}

table.line td {
  border: 1px solid rgb(144, 144, 144);
  padding: 4px 6px;
  font-size: 0.75em;
}

#save_msg {
  float: right;
  color: rgb(0, 153, 204);
}

/* view.php */

#photo_title {
  font-size: 1em;
  color: rgb(51, 102, 204);
  margin: 4px 0px;
}

table#view_photo {
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}

table#view_photo td {
  padding: 0px;
}

td#pre_photo:hover {
  background-image: url('images/photonav_prev.png');
}

td#next_photo:hover {
  background-image: url('images/photonav_next.png');
}

#jquery-tabs {
  font-size: 0.75em;
}

/* index.php */
.pic_title2 {
  font-size: 0.8em;
  height: 18px;
  line-height: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 140px;
  color: gray;
  font-weight: normal;
  background-color: rgb(249, 249, 249);
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.PhotoCate {
  margin: 5px;
  float: left;
  width: 135px;
  height: 120px;
  position: relative;
  padding: 5px;
}

.GalleryCate {
  margin: 5px;
  float: left;
  width: 140px;
  height: 138px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  padding: 0px;
  background-color: rgb(249, 249, 249);
  border: none;
}

.GalleryCate_txt {
  width: 140px;
  height: 138px;
  background-image: url('images/txt_bg.png');
  background-repeat: no-repeat;
}

ul#animated-portfolio {
  list-style-type: none;
}

ul#animated-portfolio li {
  list-style: none;
}

.innerfade-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 290;
  width: 100%;
  background: #00a7ee;
  height: 34px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: .8;
  border-top: 1px solid white;
}

.innerfade-title h2 {
  color: white;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: Arial;
  font-size: 1em;
  font-style: italic;
  line-height: 34px;
}

.mycontrolboxclass {
  position: absolute;
  right: 35px;
  top: 20px;
}

ul#animated-panorama {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul#animated-panorama li {
  padding: 0;
}

.pic_filename {
  color: #4169E1;
  font-weight: bolder;
  overflow: hidden;
}

.pic_size {
  color: gray;
}

.pic_wh {
  color: #FFA500;
}

.pic_date {
  color: rgb(51, 153, 0);
  font-size: 0.75em;
}

.bar {
  margin: 30px auto;
}

#panorama {
  width: 100%;
  height: 400px;
}

#sortable {
  list-style-type: none;
}

#sortable li {
  list-style-type: none;
  height: 150px;
  margin: 6px;
  float: left
}

.thumb_func {
  background-color: rgb(234, 234, 234);
  padding: 4px;
}

.csn_menu,
.of_csn_menu,
.m_csn_menu,
.p_csn_menu {
  width: 130px;
  padding: 4px;
  border: 1px solid gray;
  font-size: 0.75rem;
}

/* tadgallery_list_waterfall.tpl */
.tg_item {
  width: 200px;
  margin: 8px;
  float: left;
  border: none;
  background-color: rgb(254, 254, 254);
}

.outline {
  color: rgb(32, 32, 32);
  font-size: 0.92em;
  display: block;
  margin: 0px;
  padding: 4px;
  border-top: 1px solid #D0D0D0;
  text-align: center;
}

.photo_description {
  font-size: 0.75em;
  line-height: 1.8;
  color: rgb(48, 48, 48);
  padding: 2px 4px;
  background-color: rgb(241, 248, 248);
}

.photo_info {
  font-size: 0.75em;
  color: rgb(128, 128, 128);
  padding: 3px 6px;
}