* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Jackport";
	src: url("../fonts/JackportRegular.ttf") format('truetype'),
		 url("../fonts/JackportRegular.woff") format('woff');
}

main {
	margin: 80px auto 0 auto;
	width: 100%;
	max-width: 1200px;
	display: block;
}

/* HEADER */

header {
	width: 100%; height: 550px;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

/* TOPBAR */

nav#top, footer {
	margin: 30px auto 0 auto;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	z-index: 25;
}

nav#top ul.menu, #show-menu span, footer ul#cred {
	margin: 0 auto;
	padding: 20px 50px;
	max-width: 1200px;
	background: transparent;
	font: normal 18px/125% "Jackport";
	text-align: center;
	text-transform: uppercase;
	border: 4px double #282828;
	outline: 1px solid #282828;
	display: table;
	vertical-align: middle;
	position: relative;
	z-index: 25;
}

nav#top ul.menu li, footer ul#cred li {
	margin: 0; padding: 0;
	letter-spacing: 0.1em;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

nav#top ul.menu li::after, footer ul#cred li::after {
	content: '\f005';
	margin: 0 40px;
	color: #a3a3a3;
	font: 900 7px/100% "Font Awesome 5 Free";
	display: inline-block;
	position: relative;
}

nav#top ul.menu li a, footer ul#cred li a {
	color: #282828;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 12;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

nav#top ul.menu li a:hover, footer ul#cred li a:hover { color: #d99e0f; }
nav#top ul.menu li:nth-child(even) a:hover, footer ul#cred li:nth-child(even) a:hover { color: #cc544e; }
nav#top ul.menu li:last-child::after, footer ul#cred li:last-child::after { display: none; }

#show-menu {	
	background: transparent;
	color: #282828;
	font: normal 18px/125% "Jackport";
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;	
	position: relative;
	display: none;
}

#show-menu span {
	padding: 20px 25px;
	text-align: left;
	letter-spacing: 0.1em;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 15;
}

#show-menu span::before {
	content: '\f005';
	margin-right: 15px;
	margin-top: 5px;
	color: #282828;
	font: 900 7px/100% "Font Awesome 5 Free";
	display: inline-block;
	position: relative;
	float: left;
}

#rmenu { width: 100%; display: block; }
.active { display: block; }

/* COPPERMINE MENU */

#smenu, .breadh1 {
	width: 100%; max-width: 1200px;
	margin: 40px auto 0 auto;
	padding: 0;
	color: #dedfe3;
	font: normal 15px/100% "Jackport";
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.1em;
	position: relative;
	display: block;
}

#smenu ul, .breadh1 .breadstat {
	margin: 0 auto;
	background: #282828;
	color: #f7f8fc;
	padding: 15px 15px 18px 15px;
	letter-spacing: 0.1em;
	border: 2px solid #f7f8fc;
	outline: 2px solid #282828;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 25;
}

#smenu li {
	list-style: none;
	width: auto;
	margin: 0; padding: 0;
	display: inline-flex;
	align-items: center;
	position: relative;
	border: none;
}

#smenu li::after {
	content: '';
	width: 1vw; height: 1px;
	background: #f7f8fc;
	margin: 0 8px;
	display: inline-block;
	position: relative;
	float: right;
}

#smenu li:last-child::after { display: none; }
#smenu li a {
	color: #f7f8fc;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

#smenu li a:hover { color: #a3a3a3; }

.admin_menu_wrapper {
	background: transparent;
	width: 100%;
	margin: 40px auto;
	padding: 0;
	text-align: center;
}

.admin_menu {
	font: 400 12px/100% 'Work Sans', sans-serif;
	text-align: center;
	text-transform: lowercase;
	position: relative;
	z-index: 20;
}

.admin_menu a {
	margin: 2px 4px; padding: 0px;
	color: #989898;
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 2px;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.admin_menu a:hover { color: #282828; text-decoration: underline; }
main h1, main h2 {
    margin: 0;
	color: #282828;
	font: normal 36px/125% "Jackport";
	letter-spacing: 0.025em;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

main h2.albname {
	flex-grow: 1;
	flex-basis: 0;
	text-align: left;
}

h3 {
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    margin: 2px;
}

p {
    line-height: 21px;
}

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, textarea, input[type="text"] {
	padding: 8px;
	background: #ebecf0;
	color: #7a7b7d;
	font: 400 13.5px 'Work Sans', sans-serif;
	border: 1px solid #ebecf0;
    box-sizing: border-box;
}

.textinput:focus { 
	background: #f7f8fc;
	color: #7a7b7d;
	outline: none;
	box-shadow: none;
	border-color: #989898;
}

.listbox {
	padding: 5px;
	font: 400 13.5px 'Work Sans', sans-serif;
	border: 1px solid #ebecf0;
    box-sizing: border-box;
    vertical-align : middle;
}

select {
	padding: 5px;
	background: #ebecf0;
	color: #7a7b7d;
	font: 400 13.5px 'Work Sans', sans-serif;
	border: 1px solid #ebecf0;
    box-sizing: border-box;
}

.buttonlist ul { padding: 0; margin: 0; }
.buttonlist ul li { margin: 0 0 3px 0; float: none; display: inline-block; }

.button, .buttonlist ul li a {
	margin: 0; padding: 5px;
	font: normal 13px/125% "Jackport";
	line-height: 100%;
    background: #282828; 
    color: #f7f8fc;
    text-transform: uppercase;
    text-decoration: none;
	text-shadow: none;
	letter-spacing: 0.1em;
    display: inline-block;
	border: none;	
	cursor: pointer;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.button:hover, .buttonlist ul li a:hover {
	background: #cc544e;
	color: #f7f8fc;
	text-decoration: none;
}

.radio {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

input[type=radio] { margin: 0 10px 0 0; }

.checkbox {
	margin-right: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.display_media .image { max-width: 75%; height: auto; margin-right: 0; margin-left: 0;}
#filmstrip { margin: 0 auto 4vw auto; }
#film { max-width: 71vw !important; }
#film table { margin: 0 auto; }
#film td { border: none; display: table-cell; }
.filmstrip_background { background: transparent; }
.prev_strip { text-align: left; }
.next_strip { text-align: right; }
.filmstrip_background td { padding: 0 1% !important; }
img.strip_image { padding: 0.25vw; }
#comments { margin: 4vw auto 0 auto; }

a {
    color: inherit;
    text-decoration: none;
}

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

.bblink a {
	color: #7ed8cf;
	font-size: 98%;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0.015em;
}

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

.bblink a.external { padding: 0; }

article {
	width: 100%;
	margin: 60px auto 0 auto;
	padding: 0;
	text-shadow: 1px 1px #ffffff;
}

.album_stat { font-size: 12px; line-height: 24px; padding: 0; }

.thumbnails {
	background: transparent;
	padding: 20px 0;
	border-bottom: 3px solid #dedfe3;
	vertical-align: top;
	position: relative;
}

.thumbnails table {
	border: none;
	border-collapse: collapse;
}

.thumbnails table td {
	padding: 0;
	border: none;
	position: relative;
}

.thumbnails a { background: transparent; display: inline-block; }
.thumbnails a:hover { background: transparent; }
td.thumb a.thumbLink { display: unset; }

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

.thumb_title {
	display: block;
	margin: 0 auto;
	padding: 0;
	color: inherit;
	text-transform: none;
	position: relative;
}

.thumb_title_title {
	margin: 0 auto 15px auto;
	color: #7a7b7d;
	letter-spacing: -0.01em;
}

.thumb_caption, .thumb_title_views, .thumb_resolution {
	max-width: 80%;
	margin: 3px 0; padding: 4px 8px;
	color: #7a7b7d;
	font: normal 11px/125% "Jackport";
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.2em; 
	-webkit-clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
	clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
	box-sizing: border-box;
	display: block;
	position: relative;
}

.thumb_title_views { background: #d99e0f; color: #f7f8fc; }
.thumb_resolution { background: #989898; color: #f7f8fc; }
tr td.thumbnails:nth-of-type(even) .thumb_title_views { background: #cc544e; }

.thumb_caption_ctime {
	margin-top: 8px;
	background: transparent;
	color: #7a7b7d;
	display: table;
}

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

.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: transparent ;
	font-size: 9px !important;
    vertical-align: middle;
}

.sortorder_cell span.statlink { padding: 0; border: none; }
.sortorder_cell span.sortorder_options::after, .sortorder_cell span::after, .tableh1 span.statlink::after, .tableh1 span.statlink1::after, span#album_listbox_wrapper::after, span#upload_method_selector::after { display: none !important; }

.sortorder_options {
	font: 400 11px/100% 'Work Sans', sans-serif;
    background: transparent ;
    margin: 0px;
    font-weight: normal;
    white-space: nowrap;
    letter-spacing: 0.015em;
    text-transform: uppercase;
}

.navmenu, .navmenu1 {
	background: transparent;
	font: normal 15px/125% "Jackport";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 15px 5px;
	border-top: 2px solid #dedfe3;
}

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

.pgs { display: none; }
.navmenu2 {
	padding: 0 5px 15px 5px;
	font: normal 15px/125% "Jackport";
	text-transform: uppercase;
}

.navmenu3 {
	padding: 0 10px;
	font: normal 15px/125% "Jackport";
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tableh1 a {
	background: transparent;
	margin: 0px;
	display: inline-block;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.tableh1 a:hover { text-decoration: none; }

.tableh2 a.admin_menu { color: inherit; font-weight: 500; }
.current { color: #000000; }
.navmenu a {
	margin: 0; padding: 0;
	background: transparent;
	color: #949494;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.navmenu a:hover, .tableh2 a.admin_menu:hover {
	color: #000000;
	text-decoration: none;
	text-shadow: none;
}

.admin_float {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1px;
    margin-bottom: 6px;
    max-height:1.5em;
    display: inline-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: none;
    margin: 5px;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image {
	margin: 3px; padding: 3px; 
	background: #f7f8fc;
	border: 3px solid #dedfe3;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

a:focus .image, a:hover .image, a:active .image {
	border-color: #333333;
}

.catrow a:link .image { margin: 0; padding: 0; border: none; box-shadow: none; }

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

.imageborder {
    border: none;
    background: #e9e9e9;
    margin-top: 3px;
    margin-bottom: 3px;
}

.display_media {
    background: transparent;
    padding: 10px;
}

.statlink, .statlink1 {
    background: transparent;
	color: inherit;
	font-size: 18px;
}

.statlink1 { font-size: inherit; }
.statlink1 h2 { text-transform: none; }
.statlink2 {
    background: transparent;
	color: #949494;
	padding: 0;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 10;
}

.statlink2 strong { 
	font: 500 12px/100% 'Rubik', sans-serif;
	color: #7a7b7d;
	text-transform: uppercase;
}

.thumb_view_title_row {
	width: 100%;
	text-shadow: 1px 1px #ffffff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	float: left;
}

.fball {
	margin-top: 5px;
	width: 100%;
	height: 13px;
	background-color: #734e3f;
	background-image: url("../images/bg-title.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	float: right;
}

.thumb_view_title_row .admin_buttons {
	padding-right: 20px;
}

.page_tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.categories {
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 30;
}

.categories h1 {
	margin: 0 auto; padding: 0;
	font: normal 36px/125% "Jackport";
	color: #282828;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	box-sizing: border-box;
	position: relative;
	display: block;
	z-index: 30;
}

.categories h1 span {
	height: 13px;
	margin-top: 5px;
	background-color: #734e3f;
	background-image: url("../images/bg-title.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
}

.categories h1 span::before, .fball::before {
	content: '';
	position: absolute;
	left: 0; top: 0; right: 0;
	width: calc(100% - 18px);
	height: 100%;
	margin: auto;
	border-left: 9px solid #f7f8fc;
	border-right: 9px solid #f7f8fc;
	box-sizing: border-box;
	display: block;
	z-index: 20;
}

.catrow_noalb, .catrow {
	padding: 20px 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
	border-bottom: 1px solid #dedfe3;
	position: relative;
	z-index: 20;
}

.cat_box { flex-grow: 1; }
.catrow .catlink, .catrow_noalb .catlink {
	color: #282828;
	font: normal 36px/125% "Jackport";
	text-transform: uppercase;
	letter-spacing: 0.025em;
	position: relative;
	display: block;	
	z-index: 15;
}

.catrow_noalb .catlink { padding-left: 0; }

.catrow .catlink a, .catrow_noalb .catlink a {
	padding: 0;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
}

.catrow .catdescbox, .catrow_noalb .catdescbox {
	margin-top: 15px;
	padding: 15px 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	gap: 20px;
	border: 3px solid #dedfe3;
	z-index: 20;
}

.catrow .catdescbox .catdesc, .catrow_noalb .catdescbox .catdesc {
	width: 100%;
	text-align: justify;
	box-sizing: border-box;
	position: relative;
}

.catrow .catinfo, .catrow_noalb .catinfo {
	margin-top: 5px;
	color: #f7f8fc;
	font: normal 11px/125% "Jackport";
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.2em;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	z-index: 20;
}

.catrow .catinfo::after, .catrow_noalb .catinfo::after {
	content: '\f005';
	position: absolute;
	top: 50%; right: -6px;
	margin: auto;
	color: #d99e0f;
	font: 900 7px/100% "Font Awesome 5 Free";
	transform: translateY(-50%);
	display: inline-block;
}

.catrow .catinfo span, .catrow_noalb .catinfo span {
	min-width: 100px;
	min-height: 11px;
	padding: 6px 30px 5px 15px;
	background: #d99e0f;
	-webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 0 50%);
	clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 0 50%);
	position: relative;
	display: table;
}

main article .catrow:nth-of-type(odd) .catinfo span, main article .catrow_noalb:nth-of-type(odd) .catinfo span { background: #cc544e; }
 main article .catrow:nth-of-type(odd) .catinfo::after, main article .catrow_noalb:nth-of-type(odd) .catinfo::after { color: #cc544e; }
 
.catrow_noalb b, .catrow b, .catrow_noalb strong, .catrow strong {
	padding: 4px 8px;
	background: #282828;
	color: #f7f8fc;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
}

.stath1, .stath2 {
	margin: 0 auto;
	padding: 15px 0;
	font: normal 15px/125% "Jackport";
	text-align: center;
	text-transform: uppercase;
	border-top: 2px solid #dedfe3;
}

.stats {
	min-height: 35px;
	margin: 0 auto;
	background-image: url("../images/bg-marks.png");
	background-position: center top;
	background-repeat: repeat-x;
	color: #989898;
	font: normal 15px/125% "Jackport";
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-top: 2px solid #dedfe3;
	box-sizing: border-box;
	position: relative;
	display: block;
}

.stats span {
	margin: 0 auto;
	background: #f7f8fc;
	padding: 10px 15px 0 15px;
	line-height: 160%;
	display: table;
	position: relative;
	z-index: 25;
}

.stats strong { color: #282828; font-weight: normal; }

.breadh1 {
	margin: 0 auto 5vw auto;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0.05em;
}

.breadh1 .breadstat a { 
	margin: 0 5px;
	text-transform: none;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.breadh1 .breadstat a:hover { color: #f7f8fc; text-decoration: underline; text-underline-offset: 2px; }

.albtable {
}

.albtable tr.tableb { background: transparent; }
.albtable tr.tableb td { position: relative; }
.albtable tr.tableb .thumbnails { padding: 20px 0; background: transparent; border: none; }
.albtable tr.tableb .album {
}

.albtable tr.tableb .album img {
	margin-right: 1vw;
	padding: 0;
	border: none;
	box-shadow: none;
}

.alblink, .empalblink {
	padding-bottom: 15px;
	color: #282828;
	font: 400 13.5px/100% 'Work Sans', sans-serif;
	border-bottom: 3px solid #dedfe3;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 20;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.empalblink { border-bottom: none; }

.alblink a  {
	background: transparent;
	color: inherit;
	margin: 0; padding: 0;
    text-decoration: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	z-index: 25;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
}

.alblink a:hover {
	background: transparent;
	color: #734e3f;
	text-decoration: none;
}

.alblink a::before {
	content: '\f005';
	margin-right: 10px;
	color: #a3a3a3;
	font: 900 7px/100% "Font Awesome 5 Free";
	display: inline-block;
	position: relative;
 }

.albtable tr.tableb .album img.icon { margin-right: 1px; }

.img_caption_table {
    border: none;
    background: #f0efeb;
    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 #f0efeb;
}

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

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

.clickable_option {
    cursor : default;
}

span#album_listbox_wrapper::after { display: none; }
.listbox_lang {
    color: #000666;
    background: #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;
}

.toolwrap {
	background: transparent;
	padding: 15px 20px;
	border: 3px solid #dedfe3;
	box-sizing: border-box;
}

#cpgMessage {
	margin: 12px auto;
	text-align: center;
	max-width: 100%;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

/** 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: #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: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background: #FFEBEB;
}

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

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background: #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: blue;
    margin-top: 2px;
}

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

.progressBarError {
    width: 100%;
    background: 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;
	color: #7a7b7d;
    border-bottom: 1px solid #dedfe3;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 5px 0;
	color: #7a7b7d;
    border-bottom: 1px solid #dedfe3;
}

table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: underline;
    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 2%;
	text-align: center;
	text-shadow: none;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D7000C;
    background: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #bf2c2a;
    background: #ffaeab;
    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: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

#GB_window {
	background: #e9e9e9;
    border: 5px solid #949494;
}

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

.detail_head_collapsed, .detail_head_expanded {
	padding: 10px;
	color: #7a7b7d;
	border-bottom: 3px solid #dedfe3;
	display: block;
}

/* FOOTER */

footer { margin: 30px auto; color: #282828; }
footer ul#cred { font-size: 15px; }
footer ul#cred li { column-gap: 5px; }
footer ul#cred li::after { margin: 0 2vw; }