* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Neumatic";
	src: url("../fonts/NeumaticGothic-Black.ttf") format('truetype'),
		 url("../fonts/NeumaticGothic-Black.woff") format('woff');
}

@font-face {
	font-family: "Morracle";
	src: url("../fonts/Morracle.ttf") format('truetype');
}

main {
	margin: 60px auto 0 auto;
	width: 100%;
	max-width: 1200px;
	display: block;
}

/* HEADER */

header {
	width: 100%; height: 500px;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

/* TOPBAR */

nav#top, footer {
	margin: 40px auto 30px auto;
	font: 700 13px/100% 'Rajdhani', sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
}

nav#top ul.menu, footer ul#cred {
	margin: 0 auto;
	background: transparent;
	box-sizing: border-box;
	display: flex;
	column-gap: 6vw;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 25;
}

nav#top ul.menu li, footer ul#cred li {
	margin: 0;
	color: #f0f0ef;
	flex-shrink: 0;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

nav#top ul.menu li a, footer ul#cred li a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 12;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

nav#top ul.menu li a:hover { color: #2395c2; }
nav#top ul.menu li a::after {
	content: '';
	position: absolute;
	left: 0; bottom: -6px; right: 0;
	width: 0; height: 1px;
	background: #2395c2;
	margin: auto;
	display: block;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

nav#top ul.menu li a:hover::after { width: 100%; }

#show-menu {	
	padding: 10px;
	background: #23262b;
	color: #f0f0ef;
	font: normal 18px/100% "Neumatic";
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;	
	box-sizing: border-box;
	position: relative;
	display: none;
}

#show-menu i {
	margin-right: 15px;
	font-size: 12px;
	line-height: 24px;
	color: #2395c2;
}

#rmenu { width: 100%; display: block; }
.active { display: block; }

/* COPPERMINE MENU */

#smenu, .breadh1 {
	width: 100%; max-width: 1180px;
	margin: 0 auto;
	color: #f0f0ef;
	font: 600 13px/100% 'Rajdhani', sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	position: relative;
	display: block;
}

#smenu ul, .breadstat {
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #282b2b;
	display: table;
	position: relative;
	z-index: 25;
}

#smenu li {
	list-style: none;
	width: auto;
	margin: 0; padding: 0;
	display: inline-block;
	position: relative;
	border: none;
}

#smenu li::after {
	content: '';
	width: 1px; height: 14px;
	background: #4c5252;
	transform: rotate(22.5deg);
	margin: 0 1vw;
	display: inline-block;
	position: relative;
	float: right;
}

#smenu li:last-child::after { display: none; }
#smenu li a {
	color: #f0f0ef;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

#smenu li a:hover { 
	color: #ff6ebe;
	text-decoration: none;
 }

.admin_menu_wrapper {
	background: transparent;
	width: 100%;
	margin: 30px auto;
	padding: 0;
	text-align: center;
}

.admin_menu {
	font: 500 13px/100% 'Rajdhani', sans-serif;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 20;
}

.admin_menu a {
	margin: 2px 4px; padding: 0px;
	color: #656e7d;
	font-weight: 600;
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 2px;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

.admin_menu a:hover {
	color: #f0f0ef;
	text-decoration: underline;
}

main h1, main h2 {
    margin: 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0;
    text-decoration: none;
    line-height: 120%;
    display: inline-block;
    position: relative;
}

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: #23262b;
	color: #f0f0ef;
	font: 500 14px/24px 'Rajdhani', sans-serif;
	border: 1px solid #23262b;
    box-sizing: border-box;
}

.textinput:focus { 
	background: #050405;
	outline: none;
	box-shadow: none;
	border-color: #23262b;
}

.listbox {
	padding: 5px;
	font: 500 13px/24px 'Rajdhani', sans-serif;
	border: 1px solid #23262b;
    box-sizing: border-box;
    vertical-align : middle;
}

select {
	font: 500 13px/24px 'Rajdhani', sans-serif;
	background: #23262b;
	color: #f0f0ef;
	border: 1px solid #23262b;
    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 5px 3px 5px;
    background: #23262b; 
    color: #f0f0ef;
	font: 700 12px/100% 'Rajdhani', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
	border: none;	
	cursor: pointer;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

.button:hover, .buttonlist ul li a:hover {
	background: #f0f0ef;
	color: #050405;
	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.external { padding: 0; }

article {
	width: 100%;
	margin: 60px auto 0 auto;
	padding: 0;
}

.breadstat a { 
	margin: 0 5px;
	text-transform: none;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

.breadstat a:hover {
	color: #2395c2; 
	text-decoration: none;
}

.album_stat { line-height: 24px; padding: 0; }

.thumbnails {
	background: transparent;
	padding: 25px 10px;
	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;
}

.thumb_caption, .thumb_title_views, .thumb_resolution {
	max-width: 75%;
	margin-bottom: 8px; padding: 8px 8px 6px 8px;
	background: #f0f0ef;
	color: #050405;
	font: 700 11px/100% 'Rajdhani', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.thumb_resolution {
	background-image: url("../images/bg-info01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

tr td.thumbnails:nth-of-type(even) .thumb_resolution { background-image: url("../images/bg-info02.jpg"); }

.thumb_caption_ctime {
	background: transparent;
	color: #f0f0ef;
	line-height: 120%;
	display: table;
	position: relative;
}

.thumb_caption_ctime::before, .thumb_caption_ctime::after {
	content: '';
	margin: 0 8px;
	width: 12px; height: 13px;
	background-image: url("../images/x.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}

.thumb_caption_ctime::after {
	float: right;
}

.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: #ffffff;
}

.user_thumb_infobox a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.sortorder_cell {
    background: transparent ;
	font-size: 11px !important;
	margin: 0; padding: 0;
    vertical-align: middle;
}

.sortorder_cell span.statlink, .sortorder_cell span.sortorder_options, .sortorder_cell span, .tableh1 span.statlink, .tableh1 span.statlink1, span#album_listbox_wrapper, span#upload_method_selector { padding: 0; border: none; display: inline-block; }

.sortorder_options {
	font: 500 11px/100% 'Rajdhani', sans-serif;
    background: transparent ;
    margin: 0px;
    font-weight: normal;
    white-space: nowrap;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.navmenu, .navmenu1 {
	background: transparent;
	font: 600 11px 'Rajdhani', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 0 3px;
	border-style: none;
}

.navmenu img {
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
}

.navmenu2 {
	padding: 0 5px;
	font: 600 11px 'Rajdhani', sans-serif;
	text-transform: uppercase;
}

.navmenu3 {
	padding: 0 10px;
	font: normal 15px/100% "Neumatic";
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tableh1 a {
	background: transparent;
	margin: 0px;
	display: inline-block;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

.tableh1 a:hover { text-decoration: none; }

.tableh2 a.admin_menu { color: inherit; font-weight: 500; }
.navmenu a {
	background: transparent;
	color: #5b5f5f;
	margin: 0; padding: 0;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

.navmenu a:hover, .tableh2 a.admin_menu:hover {
	color: #f0f0ef;
	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: 4px; padding: 5px; 
	background: #23262b;
	border: none;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

a:focus .image, a:hover .image, a:active .image { 
	background: #f0f0ef;
}

.catrow a:link .image { margin: 0 15px 0 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: #f0f0ef;
    margin-top: 3px;
    margin-bottom: 3px;
}

.display_media {
    background: transparent;
    padding: 10px;
}

.thumb_view_title_row {
    padding: 0;
    text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

.thumb_view_title_row h2, form#cpgform .tableh1 h2 {
    font-size: 30px;
    font-weight: normal;
}

.thumb_view_title_row .admin_buttons {
    display: inline-flex;
    padding-right: 20px;
}

.thumb_view_title_row .admin_buttons img {
    margin: 0 4px;
}

.page_tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.alblink, .empalblink {
	padding: 15px 20px;
	background: #23262b;
	font: normal 18px/100% "Neumatic";
	letter-spacing: 0.025em;
	display: block;
	position: relative;
	z-index: 20;
}

.empalblink {
	background: transparent;
}

.alblink a  {
	background: transparent;
	color: inherit;
	margin: 0; padding: 0;
	font-weight: normal;
    text-decoration: none;
	position: relative;
	display: inline-block;
	z-index: 25;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

.alblink a::before {	
	content: '\f0da';
	margin-right: 15px;
	font: 900 13px "Font Awesome 5 Free";
	display: inline-block;
}

.alblink a:hover, .alblink a:hover::before {
	color: #2395c2;
	text-decoration: none;
}

.categories {
	margin: 0 auto 10px auto;
	width: 100%; height: 160px;
	background-image: url("../images/cath1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	position: relative;
	display: block;
	z-index: 30;
}

.catrow_noalb, .catrow {
	padding: 30px 0;
	background: transparent;
    display: flex;
    align-items: flex-start;
    gap: 20px;
	border-bottom: 1px solid #23262b;
	position: relative;
}

.maintable tr.tableb .album table { border-spacing: 1px; }
.maintable tr.tableb .thumbnails { padding: 20px 0; background: transparent; border: none; }
.maintable tr.tableb .album img {
	margin-right: 1vw;
	padding: 0;
	border: none;
}

.cat_box {
	flex-grow: 1;	
}

.catlink {
	padding: 0;
	color: #ffffff;
	font: normal 36px/100% "Morracle";
	text-align: left;
	position: relative;
    display: block;
}

.catlink a {
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
}

.catlink a:hover { color: #2395c2; }
.catrow:nth-of-type(odd) .catlink a:hover { color: #a2375f; }
.catrow_noalb b, .catrow b, .catrow_noalb strong, .catrow strong {
	color: #ffffff;
	font-weight: 700;
}

.catrow .catdescbox {
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.catrow .catdescbox .catdesc {
	width: 100%;
	padding: 12px 20px;
	background: #23262b;
	font-size: 13px;
	text-align: justify;
	letter-spacing: 0.01em;
	box-sizing: border-box;
	position: relative;
}

.catrow .catinfo { margin-top: 12px; text-align: right; }
.catrow .catinfo .alb, .catrow .catinfo .pic {
	padding: 5px 10px;
	background: #f0f0ef;
	color: #050405;
	font-size: 11px;
	font-weight: 600;
	line-height: 100%;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-block;
	position: relative;
}

.catrow .catinfo .pic {
	margin-left: 5px;
	padding: 5px 10px;
	background: #2395c2;
	background-image: url("../images/bg-info01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

.catrow:nth-of-type(odd) .catinfo .pic {
	background: #a2375f;
	background-image: url("../images/bg-info02.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

.stats, .stath1, .stath2 {
	margin: 15px auto 0 auto;
	color: #f0f0ef;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.stats strong, .stath1 strong, .stath2 strong {
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
}

.stath1, .stath2 {
	margin-top: 0;
	background: transparent;
	color: #f0f0ef;
	font: normal 15px/100% "Neumatic";
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
}

.stath2 { font-size: 11px; border-top: 1px solid #333333; }
.statlink, .statlink1 {
    background: transparent;
	color: inherit;
	font-size: 18px;
}

.statlink1 { font-size: inherit; }
.statlink1 h2 { text-transform: none; }
.statlink2 {	
	margin: 0 auto;
	color: #f0f0ef;
	font: 500 11px 'Rajdhani', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: block;
}

.statlink2 strong {
	color: #ffffff;
	font-weight: 700;
}

.img_caption_table {
    border: none;
    background: #f0f0ef;
    width : 100%;
    margin : 0px;
}

.img_caption_table th {
    background: #D1D7DC ;
    font-size : 100%;
    color : #ffffff;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top : 1px solid #f0f0ef;
}

.img_caption_table td {
    background: #F2F5F7 ;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top : 1px solid #f0f0ef;
    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: #23262b;
	color: #f0f0ef;
	padding: 15px 20px;
	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;
    border-bottom: 1px solid #23262b;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 5px 0;
	color: #a2375f;
    border-bottom: 1px solid #23262b;
}

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;
    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:500px;
}

#GB_window {
    background: #23262b;
    border: 5px solid #23262b;
}

.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}

.detail_head_collapsed, .detail_head_expanded {
	padding: 10px;
	border-bottom: 1px solid #23262b;
	display: block;
}

/* FOOTER */

footer { 
	margin: 0 auto 30px auto;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.10em;
}

footer hr {
	width: 100%;
	height: 4px;
	background: #050405;
	position: absolute;
	top: 2px; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	border-width: 3px 0 1px 0;
	border-style: solid;
	border-color: #f0f0ef;
	display: block;
	z-index: 15;
}

footer ul#cred {
	column-gap: 3vw;
}

footer ul#cred li {
	padding: 0 10px;
	background: #050405;
	z-index: 25;
}

footer ul#cred li a:hover {
	color: #ff6ebe;
}