* {
	margin: 0;
	padding: 0;
}

main {
	margin: 50px auto 0 auto;
	width: 100%;
	max-width: 1260px;
	display: block;
}

/* HEADER */

header {
	width: 100%; height: 470px;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	image-rendering: pixelated;
	margin: 0 auto;
	position: relative;
}

/* TOPBAR */

nav#top, footer #inner {
	width: 100%;
	margin: 0 auto 30px auto;
	font: 600 12px 'Rubik', sans-serif;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
	z-index: 25;
}

nav#top::before, nav#top ul.menu li:first-child::before, nav#top ul.menu li:last-child::after, #show-menu::before, footer #inner::before, footer #inner ul#cred li:first-child::before, footer #inner ul#cred li:last-child::after {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0;
	background-color: #c6c2c1;
	width: 100%; height: 1px;
	margin: auto;
	display: block;
	z-index: 5;
}

#show-menu {
	background-color: transparent;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	display: none;
}

#show-menu i { color: #f50016; }
#rmenu { width: 100%; display: block; }
.active { display: block; }

nav#top ul.menu, footer #inner ul#cred, #show-menu span {
	counter-reset: li;
	width: 60%; max-width: 1844px;
	margin: 0 auto; padding: 30px 4.5vw;
	background-color: #fcfcfc;
	color: #030303;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c6c2c1;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 25;
}

nav#top ul.menu li, footer #inner ul#cred li {
	counter-increment: li;
	margin: 0; padding: 0;
	display: inline-block;
}

nav#top ul.menu li a, footer #inner ul#cred li a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

nav#top ul.menu li a::before, #smenu li a::before, .thumb_caption_ctime::before, .thumb_title_views::before, .breadstat span::before, statlink2::before, footer #inner ul#cred li a::before {
	content: '';
	position: absolute;
	left: -2px; bottom: 0;
	background-color: #e8e769;
	width: 100%; height: 0;
	display: block;
	z-index: -1;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
}

nav#top ul.menu li a:hover, footer #inner ul#cred li a:hover { color: #030303; }
nav#top ul.menu li a:hover::before, #smenu li a:hover::before, .breadstat span::before, footer #inner ul#cred li a:hover::before { height: 6px; }
nav#top ul.menu li:first-child::before, footer #inner ul#cred li:first-child::before { width: 30px; }
nav#top ul.menu li:last-child::after, footer #inner ul#cred li:last-child::after { left: unset; right: 0; width: 30px; }

/* COPPERMINE MENU */

#smenu {
	width: 100%; max-width: 1200px;
	background-color: transparent;
	color: #030303;
	font: 600 10px/125% 'Rubik', sans-serif;
	margin: 30px auto 0 auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	display: block;
}

#smenu ul {
	margin: 0 auto;	padding: 20px 25px;
	background: transparent;
	border: 1px solid #c6c2c1;
	box-sizing: border-box;
	display: table;
	position: relative;
}

#smenu li {
	list-style: none;
	width: auto;
	margin: 0; padding: 0;
	display: inline-block;
	position: relative;
	border: none;
}

#smenu li::after {
	content: '';
	width: 12px; height: 1px;
	background-color: #c6c2c1;
	margin: 0 1vw 3px 1vw;
	display: inline-block;
	position: relative;
}

#smenu li:last-child::after { display: none; }
#smenu li a {
	color: #030303;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

#smenu li a:hover { color: #030303; }

.admin_menu_wrapper {
	background-color: transparent;
	width: 100%;
	margin: 30px auto;
	padding: 0;
	text-align: center;
}

.admin_menu {
	font: 300 12px/125% 'Rubik', sans-serif;
	text-align: center;
	text-transform: lowercase;
	position: relative;
	z-index: 20;
}

.admin_menu a {
	margin: 2px 4px; padding: 0px;
	color: #94908f;
	display: inline-block;
	text-decoration: underline;
	letter-spacing: 0.01em;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.admin_menu a:hover { color: #030303; text-decoration: underline; }
main h1, main h2 {
    margin: 0;
	background-color: #030303;
	color: inherit;
	font-size: 18px;
	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 {
	padding: 8px;
	background-color: #fcfcfc;
	color: #595959;
	font: 400 14px/24px 'Barlow', sans-serif;
	border: 1px solid #c6c2c1;
    box-sizing: border-box;
}

.textinput:focus { background-color: #fcfcfc; outline: none; box-shadow: none; border-color: #0d0e0f; }

.listbox {
	padding: 5px;
	font: 400 13px/24px 'Barlow', sans-serif;
	border: 1px solid #c6c2c1;
    box-sizing: border-box;
    vertical-align : middle;
}

select {
	padding: 5px;
	font: 400 12px/24px 'Barlow', sans-serif;
	background-color: #f0f0f0;
	border: 1px solid #fcfcfc;
    box-sizing: border-box;
}

.buttonlist ul { padding: 0 10px; margin: 0; }
.buttonlist ul li { margin: 0 0 3px 0; float: none; display: inline-block; }

.button, .buttonlist ul li a {
	margin: 12px 0; padding: 5px;
	font: 600 10px/100% 'Rubik', sans-serif;
    background-color: #030303; 
    color: #fcfcfc;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 0.1em;
    display: inline-block;
	border: none;	
	cursor: pointer;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.button:hover, .buttonlist ul li a:hover {
	background-color: #ad4753;
	color: #fcfcfc;
	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 {
	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 { width: 71vw !important; }
#film table { margin: 0 auto; }
#film td { border: none; display: table-cell; }
.filmstrip_background { background-color: 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: 30px auto 0 auto; }

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.bblink a {
    color: #558fa3;
    text-decoration: none;
}

.bblink a:hover {
    color: #811d20;
    text-decoration: underline;
}

.bblink a.external { padding: 0; }

article {
	width: 100%;
	margin: 50px auto 25px auto;
	padding: 0;
}

.breadh1 {
	margin: auto; padding: 0 0 30px 0;
	font: 300 12px/100% 'Rubik', sans-serif;
	background-color: transparent;
	color: #292929;
	text-align: center;
	letter-spacing: 0.1em;
	display: block;
	border: none;
	border-spacing: 0;
	position: relative;
}

.breadh1::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0; right: 0;
	width: calc(100% - 30px);
	height: calc(50% + 15px);
	margin: auto; padding: 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #c6c2c1;
	box-sizing: border-box;
	z-index: 5;
}

.breadh1::after {
	content: '';
	position: absolute;
	left: 0; bottom: 0; right: 0;
	width: 100%; height: 1px;
	margin: auto; padding: 0;
	background-color: #c6c2c1;
	box-sizing: border-box;
	z-index: 5;
}

.breadstat { width: auto; }
.breadstat span {
	margin: 0 auto; padding: 0;
	background-color: #fcfcfc;
	box-shadow: -15px 0 0 #fcfcfc, 15px 0 0 #fcfcfc;
	display: table;
	position: relative;
	z-index: 25;
}

.breadstat a { 
	margin: 0 5px;
	font-weight: 700;
	text-transform: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.breadstat a:hover { color: #030303; }
.breadstat a:first-of-type { margin: 0 5px 0 0; }
.breadstat a:last-of-type { margin: 0 0 0 5px; }

.etable {
	background-color: transparent;
    padding: 5px 0;
} 

.album_stat { line-height: 24px; padding: 0; }
.albtable tr.tableb_alternate td table tr .image { border-color: #dedede; }

.thumbnails {
	background-color: transparent;
	padding: 2vw 10px;
	vertical-align: top;
	position: relative;
	border-bottom: 1px solid #c6c2c1;
}

.thumbnails table {
	border: none;
	border-collapse: collapse;
}

.thumbnails table td {
	padding: 0;
	border: none;
	position: relative;
}

.thumbnails a { background-color: transparent; display: inline-block; }
.thumbnails a:hover { background-color: transparent; }
td.thumb a.thumbLink { display: unset; }
td.thumbnails:first-of-type { padding-left: 2vw; }
td.thumbnails:last-of-type { padding-right: 2vw; }

.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: 10px auto; }
.thumb_caption, .thumb_title_views {
	padding: 0;
	color: #030303;
	font: 700 10px/100% 'Rubik', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	box-sizing: border-box;
	box-shadow: 10px 0 0 #fcfcfc, -10px 0 0 #fcfcfc;
	display: inline-block;
	position: relative;
}

.thumb_caption_ctime { margin: -3px auto 0 auto; display: table; }
.thumb_caption_ctime::before, .thumb_title_views::before, .statlink::before { background-color: #c6c2c1; height: 6px; z-index: -1; }
.thumb_caption_ctime::before { bottom: unset; top: 0; }
.thumb_resolution {
	max-width: 75%;
	margin: -8px auto 0 auto; padding: 15px 10px;
	background-color: transparent;
	font: 300 10px/100% 'Rubik', sans-serif;
	box-sizing: border-box;
	border: 1px solid #c6c2c1;
	letter-spacing: 0.15em;
	display: block;
	z-index: 5;
}
.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;
	margin: 0; padding: 0;
    vertical-align: middle;
}

.sortorder_cell span { padding: 0; border: none; }
.sortorder_cell span.sortorder_options::before, .sortorder_cell span::before, .tableh1 span.statlink::before, .tableh1 span.statlink1::before, span#album_listbox_wrapper::before, span#upload_method_selector::before { display: none !important; }

.sortorder_options {
	font: normal 9px 'Barlow', sans-serif;
    background: transparent ;
    margin: 0px;
    font-weight: normal;
    white-space: nowrap;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.navmenu {
	background-color: transparent;
	font: 600 10px/100% 'Rubik', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 3px 3px 0 3px;
	border-style: none;
}

.navmenu img {
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
}

.navmenu1 {
	background-color: transparent;
	color: #94908f;
	font: 600 10px/100% 'Rubik', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 3px 3px 0 3px;
	border-style: none;
}

.navmenu2 {
	background-color: #030303;
    color: #fcfcfc;
	font: 600 10px/100% 'Rubik', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 15px 5px;
	border-style: none;
}

.tableh1 a {
	background: transparent;
	margin: 0px;
	display: inline-block;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.tableh1 a:hover { text-decoration: none; }
.navmenu a {
	background: transparent;
	color: #94908f;
	margin: 0px 3px;
	padding: 0px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.navmenu a:hover {
	color: #ad4753;
	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 {
	background: transparent;
	margin: 5px 7px; padding: 0; 
	border: none;
	box-shadow: -6px 6px 0 #ebebeb;
	-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 { box-shadow: -6px 6px 0 #7aba6a; }
.catrow a:link .image { margin: 0 15px 0 0; padding: 0; border: none; box-shadow: none; }
.catrow a:link .image:hover { 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-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
}

.display_media {
    background: transparent;
    padding: 10px;
}

.stath1, .stath2 {
	background-color: transparent;
	font: 600 10px/100% 'Rubik', sans-serif;
	padding: 30px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	position: relative;
}

.stath1::before, .stath2::before {
	content: '';
	position: absolute;
	left: 0; top: 0; right: 0;
	width: calc(100% - 30px);
	height: calc(50% + 15px);
	margin: auto; padding: 14px 0 0 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c6c2c1;
	box-sizing: border-box;
	z-index: 5;
}

.stath2::before { border-width: 0 0 1px 1px; }
.albtable .stath1::before {
	content: '';
	position: absolute;
	left: 0; top: 0; right: 0;
	width: 100%; height: calc(50% + 15px);
	margin: auto; padding: 14px 0 0 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c6c2c1;
	box-sizing: border-box;
	z-index: 5;
}

.albtable .stath1::after {
	content: '';
	position: absolute;
	left: -15px; top: 0;
	width: calc(100% + 30px); height: 1px;
	margin: auto; padding: 0;
	background-color: #c6c2c1;
	box-sizing: border-box;
	z-index: 5;
}

.statlink, .statlink1 {
    background: transparent;
	color: inherit;
	font-size: 18px;
}

.statlink1 h2 { text-transform: none; }
.statlink2 {
    background: #fcfcfc;
	color: #94908f;
	padding: 0 10px !important;
	letter-spacing: 0.25em;
	position: relative;
	z-index: 10;
}

.statlink2 strong { color: #030303; }

.alblink {
    background-color: #f0f0f0;
	padding: 20px;
	font: 700 14px/100% 'Rubik', sans-serif;
	letter-spacing: 0;
	display: block;
	position: relative;
	z-index: 20;
}

.alblink a  {
	background-color: transparent;
	color: #595959;
	margin: 0; padding: 0;
    text-decoration: none;
	position: relative;
	display: inline-block;
	z-index: 25;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.alblink a:hover {
	background-color: transparent;
	color: #030303;
	text-decoration: none;
}

.catrow_noalb, .catrow {
	background-color: transparent;
	color: #94908f;
    padding: 20px 0;
	letter-spacing: 0.025em;
	border-bottom: 1px solid #c6c2c1;
	position: relative;
}

.maintable01 tr .catrow:first-of-type { padding: 20px 0 20px 35px; }
.maintable01 tr .catrow:last-of-type { padding: 20px 15px 20px 0; }
.albtable tr.tableb td { position: relative; }
.maintable01 tr .catrow:first-of-type::before, .maintable01 tr .catrow:last-of-type::after, .maintable tr td.thumbnails:first-of-type::before, .maintable tr td.thumbnails:last-of-type::after {
	content: '';
	position: absolute;
	top: 0;	left: 15px;
	width: 1px;	height: 100%;
	background-color: #c6c2c1;
	z-index: 25;
}

.maintable01 tr .catrow:last-of-type::after, .maintable tr td.thumbnails:last-of-type::after { left: unset; right: 15px; }
.albtable tr.tableb td.album:first-of-type { border-left: 1px solid #c6c2c1; }
.albtable tr.tableb td.album:last-of-type { border-right: 1px solid #c6c2c1; }
.albtable tr.tableb .thumbnails { padding: 1vw 20px; }
.albtable tr.tableb .empt { border-bottom: 1px solid #c6c2c1; }

.catlink {
	padding: 0;
	background-color: transparent;
	font: 700 21px/100% 'Rubik', sans-serif;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0;
    margin-bottom: 7px;
	position: relative;
    display: table;
}

.catlink a {
	color: #030303;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.catlink a:hover { color: #94908f; }
.catlink::before {
	content: '\f004';
	margin: 0 10px 0 0;
	color: #80e8dc;
	font: 900 15px "Font Awesome 5 Free";
	position: relative;
}

.maintable01 tr:nth-of-type(even) .catlink::before { color: #e8e769; }
.catrow_noalb b, .catrow b, .catrow_noalb strong, .catrow strong {
	background-color: #030303;
	color: #fcfcfc;
	font: 300 8px/100% 'Rubik', sans-serif;
	margin: 0; padding: 5px 0 3px 6px;
	text-transform: uppercase;
	letter-spacing: 0.75em;
	display: table;
}

.img_caption_table {
    border: none;
    background-color: #FFFFFF;
    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 #FFFFFF;
}

.img_caption_table td {
    background: #F2F5F7 ;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
    white-space: normal;
}

.debug_text {
    border: #BDBEBD;
    background-color: #EFEFEF;
    width : 100%;    margin : 0px;
}

.clickable_option {
    cursor : default;

}

span#album_listbox_wrapper::after { display: none; }
.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;
}

.toolwrap {
	background-color: #f0f0f0;
	padding: 15px 20px;
	box-sizing: border-box;
	border-radius: 0;
}

#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-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;
}

#sort .tableb { border-color: #c6c2c1; }

/**styles for photo manager*/
table#pic_sort tr td {
    padding: 4px;
    border-bottom: 1px solid #c6c2c1;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 5px 0;
    border-bottom: 1px solid #c6c2c1;
}

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-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 {
	border-bottom: 1px solid #c6c2c1;
	display: block;
}

/* FOOTER */

footer::before {	
	content: '';
	margin: 0 auto -12px auto;
	width: 100%; height: 100px;
	background-image: url("../images/title.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	z-index: 50;
}

footer #inner { margin: 0 auto; }
footer #inner ul#cred { border-width: 1px 1px 0 1px; }