/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2016 Coppermine Dev Team
  v1.0 originally written by Gregory Demar

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.

  ********************************************
  Coppermine version: 1.6.03
  $HeadURL$
**********************************************/


@font-face {
  font-family: Retro;
  src: url("https://sympathymagic.org/archive/themes/FlowerChild/fonts/RetroBoldy-Regular.otf");
}

@font-face {
  font-family: Floral;
  src: url("https://sympathymagic.org/archive/themes/FlowerChild/fonts/Floral.otf");
}

@font-face {
  font-family: Revolution;
  src: url("https://sympathymagic.org/archive/themes/FlowerChild/fonts/Revolution.otf");
}

@font-face {
  font-family: Lady Crush;
  src: url("https://sympathymagic.org/archive/themes/FlowerChild/fonts/LadyCrush.otf");
}

@font-face {
  font-family: Ornaments;
  src: url("https://sympathymagic.org/archive/themes/FlowerChild/fonts/BergamotOrnaments.otf");
}



body {
    background-color: #FAFAFA;
    font-family: 'Anuphan', sans-serif;
    font-weight: 400;
    font-size : 12px;
    color: #000000;
    margin: 0px;
    overflow-x: hidden;
}



#welcome-mobile {
    display: none;
}

.first-letter{
    font-family: Revolution, sans-serif;
    font-weight: bold;
    color: #746262;
    font-size: 40px; 
    line-height: 25px;
    padding-right: 5px;
	text-transform: uppercase;
    float: left;
    margin-top: 15px;
    }

#projaff {
    width: 1000px;
    margin: auto;
    display: block;
    position: relative;
}

#project {
    float: left;
    margin: 30px 0 0 0;
}

#menu {
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #FAFAFA;
    padding: 10px;
    padding-top: 15px;
    margin: 10px 0 20px 0;
    text-align: center;
}

#menu li {
    list-style-type: none;
    display: inline;
    position: relative;
    padding: 0 20px 0 20px;
}

#menu a {
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    letter-spacing: 3px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

#menu a:hover {
    text-decoration: none;
}

.underline{
  position: relative;
}

.underline::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: rgb(116,97,97);
  background: linear-gradient(90deg, rgba(116,97,97,1) 0%, rgba(124,49,43,1) 100%);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.underline:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }
  
.topnav {
    display: none;
}


#header {
    width: 1400px;
    height: 500px;
    background-image: url(https://sympathymagic.org/archive/themes/FlowerChild/images/header.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto 0 auto;
    position: relative;
}

.family {
    padding: 20px 50px;
}

#container {
    max-width: 1100px;
    margin: auto;
}

#sidebar {
    margin: 415px auto;
}

.spotlight {
width: 100%;
    max-width: 325px;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.spotlight-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    transform: rotate(-90deg);
    position: absolute;
    display: block;
    font-weight: bold;
    left: -115px;
    letter-spacing: 2px;
    word-spacing: 1px;
    width: 200px;
    text-align: left;
    bottom: 110px;
    color: #60606A;
}

.spotlight-title span {
    display: inline-block;
    border-bottom: 1px solid #BABEBF;
}

.spotlight-img {
height: 200px;
width: 250px;
}

.spotlight-ch {
font-family: 'Josefin Sans';
font-size: 15px;
margin-top: 3px;
color: #918767;
float: left;
font-weight: 400;
}

.spotlight-links {
margin-left: 0px;
padding-right: 25px;
float: right;
}

.spotlight-links li {
list-style-type: none;
display: inline;
position: relative;
padding: 0 2px 0 10px;
}

.spotlight-links a {
font-family: 'Josefin Sans';
font-size: 10px;
text-decoration: none;
color: #555;
font-weight: 700;
}

#submenu {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    top: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-top: 20px;
}

#submenu a {
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 5px 0 5px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

#submenu a:hover{
    text-decoration: none;
    color: #78302B;
}

#affiliates {
    max-width: 575px;
    text-align: center;
    float: right;
    margin: 30px 0 0 0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.affiliates {
    flex: 45%;
    text-align: center;
}

.welcomemsg {
    flex: 47%;
    border: 0px;
    font-family: 'Anuphan', sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    padding-left: 20px;
    padding-right: 26px;
}

.aff a,
.aff a:hover {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    width: 85px;
    height: 35px;
    line-height: 15px;
    text-align: center;
    font-size: 8.5pt;
    letter-spacing: .75px;
    color: #000000 !important;
    text-transform: uppercase;
    margin: 2px;
    padding: 0px;
    text-shadow: none;
    text-decoration: none;
    margin-bottom: 3px;
    padding-top: 9px;
    background-color: transparent;
    font-weight: 800;
    border-bottom: 1px solid #663232;
}

.aff b {
    font-family: Lady Crush, 'Playfair Display', serif;
    text-transform: lowercase;
    color: #000000;
    font-size: 10pt;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: .75px;
}

.credit {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 10px;
    color: black;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.credit li {
    list-style-type: none;
    display: inline;
    position: relative;
}

.credit li:after {
    content: '#';
    font-family: Ornaments;
    text-transform: lowercase;
    color: #752E28;
    font-size: 15px;
    padding-left: 13px;
    font-weight: normal;
}

.credit li:last-child:after {
    content: '';
}

.credit a {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.credit a:hover {
    color: #752E28;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}


.footer {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 10px;
    color: black;
    font-size: 12px;
    line-height: 19px;
    font-family: 'Anuphan', sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.footer p {
    text-transform: none;
    text-align: justify;
    margin-top: 15px;
    padding-top: 15px;
}

::-webkit-scrollbar{height: 6px; width: 5px; -webkit-border-radius: 0px; background-color:#FAFAFA;}
::-webkit-scrollbar-thumb{background-color:#645050;}
::-webkit-scrollbar-track{background-color:#FAFAFA;}


table {
    font-size : 12px;
}


/* Slideshow container */
.slideshow-container {
  max-width: 400px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #D1BFB0;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: transparent;
}

/* Caption text */
.text {
  color: #78302B;
  font-size: 20px;
  padding: 8px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-family: Lady Crush, 'Poppins', sans-serif;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

h1{
    font-weight: normal;
    font-size: 21px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height : 120%;
    color: #718EA5;
    margin: 2px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    background-image : url(images/box_left_icon.gif);
    background-repeat : no-repeat;
    background-position : left;
    padding-left : 25px;
    font-size: 20px;
    margin: 0px;
    margin-top: -41px;
}

h3 {
    font-weight: normal;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 12px;
    margin: 2px;
}

h4 {
    color: black;
    font-family: Revolution, 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 3px;
    margin-top: 0px;
    text-align: center;
}

h5 {
    font-family: Ailerons, 'Audiowide', cursive;
    font-size: 35px;
    background : transparent ;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
    border-bottom: 3px solid black;
    text-align: left;
    margin-bottom: 5px;
}

h5::before {
    content: 'F';
    font-family: Astronomy;
    font-size: 30px;
    text-transform: uppercase;
    padding-right: 5px;
    color: black;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}

u {
    box-shadow: 0 -2px #7B302A inset;
    text-decoration: none;
}

strong {
    font-weight: bold;
    color: #594646;
}

p {
    font-size: 100%;
    margin: 2px 0px;
    font-family: 'Anuphan', sans-serif;
}

pre.filepath {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    margin-left: 5px;
    margin-top:0px;
    margin-bottom:0px;
    padding: 0px;
}

li {
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
    list-style-position: outside;
}

ul li {
    list-style-type: disc;
}

.textinput {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    border: 1px solid #D1D7DC;
    padding-right: 3px;
    padding-left: 3px;
}

.listbox {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    border: 1px solid #D1D7DC;
    vertical-align : middle;
}

.button, .buttonlist ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    border: 0px solid #CCD7E0;
    background-position : bottom;
    cursor:pointer;
    padding: 4px;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    color: black;
}

.radio {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.checkbox {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

a {
    color: black;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

a:hover {
    color: black;
    text-decoration: none;
}

.bblink a {
    color: #0033CC;
    text-decoration: none;
}

.bblink a:hover {
    color: #0033CC;
    text-decoration: underline;
}

.maintable {
    border-bottom: 0px solid #E5E5E5;
    background-color: #FAFAFA;
    margin-top: 20px;
    margin-bottom: 20px;

}

.tableh1 {
    font-family: 'Lady Crush', cursive;
    font-size: 35px;
    background : transparent ;
    color: black;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
    border-bottom: 3px solid black;
    letter-spacing: 1px;
}

.tableh1::before {
    content: 'Z';
    font-family: Ornaments;
    font-size: 30px;
    text-transform: uppercase;
    padding-right: 5px;
    color: black;
}

.tableh2 {
    background: #FAFAFA;
    color : #000000;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.tableb {
    background: #FAFAFA ;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
}

/* This class will be used in conjunction with class tableb: attributes not particularly (re)-assigned will be taken into account from tableb. */
/* It is being used to accomplish alternating row colors for lists. */
/* It's recommended to only assign another background color that slightly differs from the one defined in tableb */
.tableb_alternate {
    background: #FAFAFA;
}

.tablef {
    background: #CBD7DE ;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.catrow_noalb {
    background: #FAFAFA ;
    color : #000000;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.catrow {
    background: #FAFAFA ;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    color: black;
    border-bottom: 1px solid #E5E5E5;
}

.catrow .image {
    border: 0px solid black!important;
}

.album_stat {
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-weight: 500;
    margin: 5px 0px;
    color: black;
}

.thumb_filename {
    font-size: 80%;
    display: block;
}

.thumb_title {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    position: relative;
    color: black;
}

.thumb_title_views, .thumb_caption_ctime {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 8.5px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    position: relative;
    z-index: 25;
    padding: 4px;
    color: black;
    margin-bottom: 3px;
}

.thumb_resolution {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    position: relative;
    color: black;
    border-top: 1px solid #A18E8E;
    padding-top: 5px;
}



.thumb_caption {
    font-size: 8.5px;
    padding: 1px;
    display : inline-block;
}

.thumb_caption a {
    text-decoration: underline;
    color: #000000;
}


.thumb_num_comments {
    font-weight: normal;
    font-size: 85%;
    padding: 2px;
    font-style : italic;
    display : block;
}

.user_thumb_infobox {
    margin-top: 1px;
    margin-bottom: 1px;
}

.user_thumb_infobox th {
    font-weight : bold;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox td {
    font-size: 85%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox a {
    text-decoration: none;
    color: #000000;
}

.user_thumb_infobox a:hover {
    color: #000000;
    text-decoration: underline;
}

.sortorder_cell {
    background : #FAFAFA ;
    color: black;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

.sortorder_options {
    font-family: 'Poppins', sans-serif;
    background : #FAFAFA ;
    color: black;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 80%;
    white-space: nowrap;
}

select {
    font-size: 10px;
}

.navmenu {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    background : #FAFAFA ;
    border-style: none;
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
}

.navmenu img {
    margin-top: 1px;
    margin-right: 5px;
    margin-bottom: 1px;
    margin-left: 5px;
}

td.navmenu {
    padding-top: 30px;
}

.navmenu a {
    display: block;
    font-family:'Poppins', sans-serif;
    font-size: 10px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-decoration: none;
    color: #666666;
}

.navmenu a:hover {
    font-family:'Poppins', sans-serif;
    font-size: 10px;
    background : #FAFAFA ;
    text-decoration: none;
    color: #000000;
}

.admin_menu {
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    border: 0px solid #CCD7E0;
    background-position : bottom;
    background-repeat: repeat-x;
    background-color: #FAFAFA;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.admin_menu a {
    color: #000000;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 2px;
}

.admin_menu a:hover {
    color: #000000;
    text-decoration: none;
}

.admin_float {
    float:left;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    max-height:1.5em;
    display: block;
    position: relative;
    white-space:nowrap;
    /*width:100px;*/
}

#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);
}

.icon {
    vertical-align:middle;
    margin-right:1px;
}

.comment_date{
    color : #5F5F5F;
    font-size: 90%;
    vertical-align : middle;
}

.image {
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
    margin: 2px;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image {
    background-color: transparent;
    padding: 3px;
    margin: 3px;
    opacity: 1;
    border: 4px double #A18E8E;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
}

a:hover .image, a:focus .image{
    background-color: transparent;
    padding: 3px;
    margin: 3px;
    opacity: 1;
    border: 4px double #792F29;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
}

/* pseudo-classes for middlethumb links */
a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
    border: 0px solid #CBD7DE;
}

.imageborder {
    border: 1px solid #000000;
    background-color: #FAFAFA;
    margin-top: 3px;
    margin-bottom: 3px;
}

.display_media {
    background: #F4F4F4 ;
    padding: 10px;
}

.display_media img {
    max-width: 90%;
    height: auto;
}

.thumbnails {
    background: #FAFAFA ;
    padding: 5px;
    padding-top: 10px;
}


.stats {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #888;
}

.statlink {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px;
}

.statlink a {
    text-decoration: none;
    border-bottom: 0px solid #888!important;
    color: black;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.statlink a:hover {
    color: #6971C6;
    text-decoration: none;
}

.albumstats {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    color: black;
    text-transform: uppercase;
    padding-top: 30px;
}

.breadtable {
    border: 0px solid #CCD7E0!important;
    background-color: #FAFAFA;
    margin-top: 20px;
    margin-bottom: 1px;
    text-align: center;
}

.bread {
    color: black;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bread a {
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    color: black;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.bread a:hover {
    color: #78302B;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(116,97,97,1) 0%, rgba(124,49,43,1) 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.alblink {
    font-weight:bold;
    margin-bottom: 0;
}

.alblink a {
    text-decoration: none;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.alblink a:hover {
    color: #584545;
    text-decoration: none;
    letter-spacing: .5px;
}

.catlink {
    display: block;
    margin-bottom: 2px;
    font-weight:bold;
}

.catlink a {
    text-decoration: none;
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    box-shadow: 0px 4px #FAFAFA;
    text-transform: uppercase;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.catlink a:hover {
    color: #453333;
    text-decoration: none;
    box-shadow: 0px 4px #792F29;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.topmenu {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    line-height : 130%;
    font-size : 110%;
}

.topmenu a {
    color : #0033CC;
    text-decoration : none;
}

.topmenu a:hover  {
    color : #0033CC;
    text-decoration : underline;
}

.img_caption_table {
    border: none;
    background-color: #FAFAFA;
    width : 100%;
    margin : 0px;
}

.img_caption_table th {
    background: #D1D7DC ;
    font-size : 100%;
    color : #000000;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top : 1px solid #FAFAFA;
}

.img_caption_table td {
    background: #F2F5F7 ;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top : 1px solid #FAFAFA;
    white-space: normal;
}

.debug_text {
    border: #BDBEBD;
    background-color: #EFEFEF;
    width : 100%;
    margin : 0px;
}

.clickable_option {
    cursor : default;

}

.listbox_lang {
    color: #000666;
    background-color: #F2F5F7;
    border: 1px solid #D1D7DC;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align : middle;
}

.pic_title {
    color: #000666;
    font-size: 100%;
    font-weight:bold;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
}

.pic_caption {
    color: #000666;
    font-size: 100%;
    font-weight:normal;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
    background-image:none;
}

.important {
    /* background-image : url(images/important.gif); */
    color: red;
    font-weight: bold;
    padding-left:1px;
    padding-right:1px;
    padding-top:3px;
    padding-bottom:3px;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

.filmstrip_background {
    background-color:#F4F4F4;
}

.prev_strip {
    text-align: left;
}

.next_strip{
    text-align: right;
}

/** Swfupload css **/
div.fieldset {
    border:  2px solid #0E72A4;
    margin: 10px 0;
    padding: 20px 10px;
}

div.fieldset span.legend {
    position: relative;
    padding: 3px;
    top: -30px;
    background-color: #8AA5B5;
    color: #FFF;
    font-weight: bold;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #CCD7E0;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
    color: #555;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover {
    background-position: 0px 0px;
}

.swfupload {
    vertical-align: top;
}

/**styles for photo manager*/
table#pic_sort tr td {
    padding: 4px;
    border-bottom: 1px solid #ccc;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: underline;
    cursor: pointer;
    display: none;
    color: #FF0000;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}

.cpg_summary {
    font-size:0.9em;
	border: 1px solid;
    margin: 10px 0px;
	padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

#GB_window {
    background-color: #F2F5F7;
    border: 5px solid #CCD7E0;
}

.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}

.detail_head_collapsed, .detail_head_expanded {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}