/*  

All colour values in this file are default values. Change them to your liking in the colors.css file.

*/

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
}

#container {
	margin: 30px auto 0 auto;
	width: 100%;
	max-width: 1150px;
	display: block;
}

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

#sbox {
	margin: 30px auto;
	color: #030303;
	text-align: center;
	display: block;
}

#site {
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0 2vw;
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	display: table;
	position: relative;
	z-index: 30;
}

#site span { color: #ec0a2f; margin: 0 10px; }
#site::before {
	content: '';
	background-color: #8f524f;
	width: 5vw; height: 4px;
	position: absolute;
	top: 0;	bottom: 0; left: -4vw;
	margin: auto;
	z-index: 20;
}

#site::after {
	content: '';
	background-color: #8f524f;
	width: 5vw; height: 4px;
	position: absolute;
	top: 0;	bottom: 0; right: -4vw;
	margin: auto;
	z-index: 20;
}

#slogan {
	margin: 10px auto 0 auto;
	font-family: 'Roboto Mono', monospace;
	font-size: 10px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.05em;
	text-transform: lowercase;
	display: block;
}

.mbox {
	margin: 0 auto;	padding: 0;
	background-color: #030303;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	font-size: 11px;
	font-weight: 700;
	font-style: italic;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: block;
}

.menu { display: inline; }

.mbox ul { margin: 0 auto; padding: 12px 6vw; display: table; position: relative; overflow-y: hidden; }
.mbox ul::before {
	content: '';
	background-color: #ffffff;
	width: 4px; height: 110%;
	position: absolute;
	top: 0;	bottom: 0; left: 0;
	margin: auto;
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	z-index: 20;
}

.mbox ul::after {
	content: '';
	background-color: #ffffff;
	width: 4px; height: 110%;
	position: absolute;
	top: 0;	bottom: 0; right: 0;
	margin: auto;
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	z-index: 20;
}

.mbox li, #cred li {
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 20;
}

.mbox li a {
	text-decoration: underline;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.mbox li a:hover {
	color: #babbd7;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.mbox li::after {
	content: '';
	width: 5px; height: 5px;
	background-color: #ad714f;
	float: right;
	margin: 3px 3vw 0 3vw;
	border-radius: 100%;
	display: inline-block;
	z-index: 25;
}

.mbox li:last-child::after, #cred li:last-child::after { display: none; }

.mbox ul ul { background-color: #030303; color: #ffffff; margin: 0; padding: 10px 15px 0 15px; display: none; position: absolute; border-width: 1px; border-style: solid; border-color: #030303 #ffffff #ffffff #ffffff; }
.mbox ul ul li { float: none; margin: 0; padding: 10px 0 !important; text-align: left !important; display: block !important; border-bottom: 1px solid; z-index: 30 !important; }
.mbox ul ul li:last-child { border: none; }
.mbox li:hover > ul { display: block; }
.mbox li>a:not(:only-child):after { content: ''; margin: 0 0 2px 10px; border: solid; border-width: 0 2px 2px 0; display: inline-block; padding: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.mbox ul ul li ul { margin: 5px 0 0 15px; padding: 0 15px; right: -100%; display: none; position: absolute; border: 1px solid; }
.mbox ul ul li>a:not(:only-child) { padding: 0 8px 0 0; }
.mbox ul ul li>a:not(:only-child):after { content: ''; margin: -8px 0 2px 10px; border: solid; border-width: 0 2px 2px 0; display: inline-block; padding: 2px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); float: right; }
.mbox ul ul::before, .mbox ul ul::after, .mbox ul ul li ul::before, .mbox ul ul li ul::after, .mbox ul ul li::after { display: none; }

.stick {
	position: fixed;
	margin: 0 auto;
	top: 0;	left: 0; right: 0;
	z-index: 99;
	border-width: 4px 0;
	border-style: solid; 
	border-color: #ffffff;
}

.mbox input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

.mbox input[type=checkbox]:checked ~ #navi{
    display: block;
}

.show-menu {
	width: 98%;
	background-color: #030303;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 2vw 1%;
	line-height: 100%;
	border: none;
	display: none;
}

.show-menu i { margin: 0 5px 0 0; }

#smenu {
	background-color: transparent;
	font-family: 'Roboto Mono', monospace;
	font-size: 9px;
	line-height: 200%;
	padding: 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.025em;
}

#smenu li {
	counter-increment: li;
	list-style: none;
	width: auto;
	padding: 0;
	margin: 0 1vw;
	display: inline-block;
	border: none;
}

#smenu li::before {
	content: counter(li, decimal-leading-zero)'.';
	background-color: transparent;
	color: inherit;
	margin: 0 5px 0 0;
	padding: 0;
	width: 0; height: 0;
	position: relative;
}

#smenu li a {
	background-color: transparent;
	color: #030303;
	font-weight: 700;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#smenu li a:hover {
	color: #8f524f;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
}

.admin_menu_wrapper {
	background-color: transparent;
	width: 100%;
	margin: 25px auto 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
	border-top: 4px solid #e5e5e5;
}

.admin_menu {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	text-transform: lowercase;
}

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

.admin_menu a:hover {
	color: #030303;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
}

table {
    font-size: 11px;
}

h1{
	font-family: 'Rubik', sans-serif;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
    line-height : 120%;
    color: #030303;
    margin: 2px;
}

h2 {
	background-color: transparent;
	font-family: 'Rubik', sans-serif;
	font-size: 21px;
	font-weight: 400;
	padding: 0;
	text-transform: none;
}


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 {
	max-width: 98%;
	font-family: 'Roboto Mono', monospace;
	font-size: 10px;
    border: 1px solid #030303;
	padding: 1%;
}

.textinput:focus { outline: none; box-shadow: none; border-color: #faa00b; }

.listbox {
	font-family: 'Roboto Mono', monospace;
	font-size: 10px;
    border: 1px solid #030303;
    vertical-align : middle;
	padding: 5px;
}

select {
    border: 1px solid #030303;
	padding: 1%;
	font-size: 10px;
}

.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 {
    background-color: #030303;
    color: #ffffff;
	font-family: 'Roboto Mono', monospace;
	font-size: 8px;
	font-weight: 400;
	margin: 1% 0;
    padding: 5px;
    text-transform: uppercase;
	letter-spacing: 0.1em;
    display: inline-block;
    white-space: nowrap;
	border: 1px solid #030303;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.button:hover, .buttonlist ul li a:hover {
	background-color: #ffffff;
	color: #030303;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

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

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

#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; }

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

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

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

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

article {
	width: 100%;
	margin: 25px auto 0 auto;
	padding: 0;
}

.breadh1 {
	margin: auto; padding: 0; 
	text-align: center;
	display: table;
	border-spacing: 0;
	border: none;
}

.breadstat {
	background-color: #ffffff;
	color: #030303;
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
	font-style: italic;
	padding: 0 25px;
	text-transform: none;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.breadstat a {
	margin: 0 5px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.breadstat a:hover {
	color: #030303;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.breadstat::before {
	content: '';
	background-color: #030303;
	width: 5vw; height: 4px;
	position: absolute;
	top: 0;	bottom: 0; left: -4vw;
	margin: auto;
	z-index: 20;
}

.breadstat::after {
	content: '';
	background-color: #030303;
	width: 5vw; height: 4px;
	position: absolute;
	top: 0;	bottom: 0; right: -4vw;
	margin: auto;
	z-index: 20;
}

.etable {
	background-color: transparent;
    padding: 5px 0;
} 

.album_stat {
	line-height: 24px;
	padding: 0 10px;
}

.tableb_alternate p { padding: 0 10px; }

.thumbnails {
	background-color: transparent;
	padding: 3vh 1vw;
	vertical-align: top;
	border: 1px solid #e5e5e5;
}

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

.thumbnails table td {
	padding: 0;
	border-width: 0;
	border-style: solid;
}

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

.thumb_title {
	display: block;
	margin: 0;
	padding: 4px 0;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	position: relative;
}

.thumb_title_title::after {
	content: '';
	background-color: #030303;
	max-width: 90%;
	margin: 5px auto;
	height: 1px;
	position: relative;
	display: block;
}

.thumb_title_views, .thumb_caption, .thumb_resolution {
	background-color: transparent;
	color: #030303;
	margin: 2px; padding: 0;
	font-size: 9px;
	border: none;
	text-transform: uppercase;
	display: block;
	position: relative;
	z-index: 25;
}

.thumb_resolution { max-width: 90%; background-color: #030303; color: #ffffff; padding: 4px 0; border-width: 2px 0; border-style: solid; border-color: #ffffff; }

.thumb_resolution::before {
	content: '';
	position: absolute;
	background-color: #030303;
	height: 1px;
	top: -2px; left: 0; right: 0;
	margin: auto;
	display: block;
}

.thumb_resolution::after {
	content: '';
	position: absolute;
	background-color: #030303;
	height: 1px;
	bottom: -2px; left: 0; right: 0;
	margin: auto;
	display: block;
}

.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: 11px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

.sortorder_cell span { padding: 0; border: none; }

.sortorder_options {
	font-family: 'Roboto Mono', monospace !important;
	font-size: 10px !important;
    background : transparent ;
    margin: 0px;
    font-weight: 400;
    white-space: nowrap;
}

.navmenu {
	background-color: transparent;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 3px;
	border-style: none;
}

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

.navmenu1 {
	background-color: transparent;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 3px;
	border-style: none;
}

.navmenu2 {
    background-color: #ffffff;
    color: #030303;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 5px 0 5px;
	border-style: none;
}

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

.tableh1 a:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.navmenu a {
	background: transparent;
	margin: 0px 3px;
	padding: 0px;
	font-weight: 700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.navmenu a:hover {
	color: #8f524f;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.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: 4px 8px;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image {
	background-color: transparent;
	padding: 0;
	margin: 5px;
	opacity: 1;
	border: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

a:focus .image, a:hover .image, a:active .image {
	opacity: 0.9;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

/* 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 {
	background-color: transparent;
	font-size: 9px;
	font-weight: 400;
	padding: 10px 2%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

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

.statlink2 {
    background: #e5e5e5;
	padding: 0 !important;
	font-size: inherit;
}

.statlink2 strong { font-weight: 700; }

.alblink {
    background-color: #030303;
	padding: 0;
	display: block;
	position: relative;
	z-index: 20;
}

.alblink::before {
	content: '';
	background-color: #8f524f;
	padding: 0 10px 0 0;
	position: absolute;
	width: 3vw; height: 100%;
	top: 0; left: 0;
	border-right: 4px solid #ffffff;
	z-index: 25; 
}

.alblink a  {
	background-color: #ffffff;
	color: #030303;
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
	font-weight: 700;
	font-style: italic;
	max-width: 80%;
	margin: 0 0 0 4vw; padding: 0 5px;
	text-transform: none;
    text-decoration: none;
	border-right: 4px solid #ffffff;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.alblink a:hover {
	color: #030303;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

tbody td:nth-of-type(even) .tableh2 .alblink::before { background-color: #faa00b; }
.catrow_noalb, .catrow {
	background-color: transparent;
    padding: 15px 0;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0;
	border-bottom: 1px solid #e5e5e5;
}

.catlink {
    display: table;
	background-color: transparent;
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
	font-weight: 700;
	font-style: italic;
	text-align: left;
	text-transform: none;
	letter-spacing: 0.025em;
    margin-bottom: 4px;
	position: relative;
}

.catlink a {
	color: #060606;
	padding: 0 0 5px 0;
	text-decoration: underline;
	position: relative;
	z-index: 20;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.catlink a:hover {
	color: #8f524f;
	text-decoration: underline;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.catlink a::before {
	content: "\f30b";
	color: #8f524f;
	font-family: 'Font Awesome 5 Free';
	font-size: 22px;
	font-weight: 900;
	margin: 0 10px 0 0;
	display: inline-block;
	position: relative;
	float: left;
}

.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;
}

#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: #f9f9f9; }

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

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

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, .detail_collapse_all, .detail_expand_all, .detail_toggle_all {
	font-size: inherit;
	text-shadow: none;
}

#cred {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 30px auto;
	padding: 0;
	line-height: 100%;
	display: block;
	z-index: 25;
}

#cred ul {
	counter-reset: li;
	background-color: #ffffff;
	color: #030303;
	font-family: 'Rubik', sans-serif;
	font-size: 11px;
	font-weight: 700;
	font-style: italic;
	display: table;
	border-spacing: 1vw 0;
	position: relative;
	z-index: 25;
	margin: auto;
}

#cred hr {
	width: 100%;
	height: 4px;
	background-color: #ec0a2f;
	background-image: url("../images/header.png");
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	border: none;
	z-index: 15;
}

#cred li a {
	text-decoration: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#cred li a:hover {
	color: #8f524f;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#cred li::after {
	content: '';
	width: 5px; height: 5px;
	background-color: #ad714f;
	float: right;
	margin: 3px 1vw 0 1vw;
	border-radius: 100%;
	display: inline-block;
	z-index: 25;
}

footer {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto 30px auto;
	padding: 0;
	background-color: transparent;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	position: relative;
	display: block;
}

#social {
	margin: 30px auto 0 auto;
	text-align: center;
	line-height: 100%;
	display: block;
}

#social a {
	background-color: #030303;
	color: #ffffff;
	font-size: 10px;
	margin: 0 2px; padding: 5px;
	display: inline-block;
	border: 1px solid #030303;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#social a:hover {
	background-color: #ffffff;
	color: #030303;
	text-decoration: none;	
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}