/*
Theme Name: GD_Alysep
Theme URI: https://alyvia-alyn-lind.com
Description: Theme designed exclusively for alyvia-alyn-lind.com
Version: 1.0
Author: Gratrix Designs
*/




@font-face{ 
	font-family: 'MyWebFont';
	src: url('WebFont.eot');
	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
	     url('WebFont.woff') format('woff'),
	     url('WebFont.ttf') format('truetype'),
	     url('WebFont.svg#webfont') format('svg');
}






/* NAVIGATION */

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
}

.icon-star:before {
  content: "\f005";
}

.icon-home:before {
  content: "\f015";
}

.icon-camera:before {
  content: "\f030";
}

.icon-external-link:before {
  content: "\f08e";
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-right: 0.5em;
  opacity: 0.2;
}

/* Defaut link style */
#access a, #access #menu a, #menu li a {
	display: block;
	color: #575757;
	text-decoration: none;
	padding: 1em 1em;
	letter-spacing: 0.15em;
}

#access a:hover, #access #menu a:hover, #access a.skip-link.focus, #access #menu a.skip-link.focus, #menu li a:hover {
	color: #575757;
}

#access {
	font-size: 12px;
	text-transform: uppercase;
	zoom: 1;
}

#access:before, #access:after {
	content: "";
	display: table;
}

#access:after {
	clear: both;
}

#access a.skip-link, #access #menu a.skip-link {
	position: relative;
	z-index: 2;
}

#access a.skip-link span, #access #menu a.skip-link span {
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	padding: 0 0.3em;
}

#access #menu li.active a a, #access #menu li.active a a:hover, #access #menu li.active:nth-child(odd) a, #access #menu li.active:nth-child(odd) a:hover {
	background-color: #fff;
	color: #575757;
	cursor: default;
}

#menu {
	border: 0 none;
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-transition: max-height 500ms linear;
	-moz-transition: max-height 500ms linear;
	-ms-transition: max-height 500ms linear;
	-o-transition: max-height 500ms linear;
	transition: max-height 500ms linear;
}

#menu li a {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis');
}

@media only screen and (max-width: 768px) {

#menu {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: margin 500ms linear;
    -moz-transition: margin 500ms linear;
    -ms-transition: margin 500ms linear;
    -o-transition: margin 500ms linear;
    transition: margin 500ms linear;
    margin-top: -8em;
    overflow: hidden;
}
	
#menu li {
    max-height: 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

#menu li a {
    -webkit-transform-origin: top 50%;
    -moz-transform-origin: top 50%;
    -ms-transform-origin: top 50%;
    -o-transform-origin: top 50%;
    transform-origin: top 50%;
    -webkit-transform: rotateX(-90deg) scale(0.97);
    -moz-transform: rotateX(-90deg) scale(0.97);
    -ms-transform: rotateX(-90deg) scale(0.97);
    -o-transform: rotateX(-90deg) scale(0.97);
    transform: rotateX(-90deg) scale(0.97);
    position: relative;
    overflow: hidden;
}
	
#menu li:nth-child(odd) a {
    -webkit-transform: rotateX(90deg) scale(0.97);
    -moz-transform: rotateX(90deg) scale(0.97);
    -ms-transform: rotateX(90deg) scale(0.97);
    -o-transform: rotateX(90deg) scale(0.97);
    transform: rotateX(90deg) scale(0.97);
}
	
#menu li.active a:before, #menu li a:hover:before {
    opacity: 1;
}
	
#menu li a:hover:before {
    color: #ba5b53;
}
	
#menu li.active a:before, #menu li.active a:hover:before {
    color: #fff;
}
	
#menu:target, #menu.target {
    margin-top: 0;
}
	
#menu:target li, #menu.target li {
    max-height: 2.5em;
    height: auto;
}
	
#menu:target li a, #menu.target li a {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transform: rotateX(0) scale(1);
    -moz-transform: rotateX(0) scale(1);
    -ms-transform: rotateX(0) scale(1);
    -o-transform: rotateX(0) scale(1);
    transform: rotateX(0) scale(1);
  }
}

@media only screen and (min-width: 769px) {
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    display: block;
    text-align: center;
    margin-right: 0;
}

#access a.skip-link {
    display: none;
}

#menu {
    width: 100%;
    text-align: center;
}
	
#menu li {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    white-space: nowrap;
}
	
#menu li {
    *display: inline;
}
	
#menu li a:before {
    -webkit-transition: -webkit-transform 500ms ease-in;
    -moz-transition: -moz-transform 500ms ease-in;
    -ms-transition: -ms-transform 500ms ease-in;
    -o-transition: -o-transform 500ms ease-in;
    transition: transform 500ms ease-in;
}
	
#menu li a:hover:before {
    -webkit-transform: translateY(1em) scale(3) rotate(15deg);
    -moz-transform: translateY(1em) scale(3) rotate(15deg);
    -ms-transform: translateY(1em) scale(3) rotate(15deg);
    -o-transform: translateY(1em) scale(3) rotate(15deg);
    transform: translateY(1em) scale(3) rotate(15deg);
  }
}





/* HEADER & BODY */

#header {
	height: 440px;
	background: url(images/header.png) no-repeat center;
}

#headerbanner { 
	width:100%; 
	height:120px; 
	background:URL("images/headerbanner.png") top center no-repeat;
}

body {
	margin: 0;
	background-color: #f1f1f1;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	color: #575757;
}





/* CONTENT & WRAPPER */

#wrapper {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

#content {
	width: 1080px;
	z-index: 1500;
	float: left;
}




/* IMAGES */

.image {
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	margin: 3px;
	border: 1px solid #dadada;
	border-image: initial;
	padding: 5px;
}

.image:hover{
	filter: grayscale(34%) saturate(107%) sepia(35%);
}





/* HIGHLIGHT */

::selection {
	background: #d16a5e;
	color: #fff;
}

::-moz-selection {
	background: #d16a5e;
	color: #fff;
}





/* FOOTER */

#footer {
	float: left; 
	clear: both; 
	width: 100%; 
	padding-bottom: 5px; 
	font-size: 12px; 
	line-height: 20px;
	font-weight: normal; 
	text-decoration: none; 
	letter-spacing: 1px;
}

#footer a {
	font-weight: 700;
	text-decoration: none;
	color: #d16a5e;
}

#footer a:hover {
	text-decoration: none;
	color: #535150;
}

#footer .inner {
	margin: 0 auto;
	max-width: 1080px;
	text-align: justify;
}

#footer .credit {
	margin-top: -10px;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	color: #535150;
}

#footerbanner {
	width: 100%;
	height: 220px;
	background: URL("images/footerbanner.png") top center no-repeat;
}








/* SCROLLBAR */

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

/* Let's get this party started */
::-webkit-scrollbar { 
	border-width: 4px 8px; 
	border-style: solid;	
	border-color: #fff; 
	width: 10px;
	background: #e89d52; 
}

/* Handle */
::-webkit-scrollbar-thumb {	
	border: 2px solid #fff;
	background: #d16a5e; 
}






/* SUB MENU */

#submenu {
	background-color: #fff;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px #fff;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 28px;
	padding: 10px 0 10px 0;
	display: block;
	position: relative;
	width: 100%;
	background: #e7e7e7;
}

#submenu #sublinks {
	background-color: #fff;
	padding: 0 1vw;
	position: relative;
}

#sublinks a {
	color: #535150;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#sublinks a:hover {
	color: #d16a5e;
	text-decoration: none;
}




/* MISC CPG DEFAULTS */

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	color: #d16a5e;	
}

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

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

.strip_image {
	margin: 3px;
	padding: 5px;
	border: 1px solid #dbdbdb;
	background-color: transparent;
	-webkit-transition: opacity 0.4s linear;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

h1{
	color: #e89d52;
	font-size: 24px;
	font-weight: 700;
	padding: 1%;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	margin: 2px;
}

h2 { 
	color: #535150;
	font-size: 22px;
	font-weight: 700;
	padding: 1%;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	margin: 2px;
}

h3 {
	color: #535150;
	font-size: 20px;
	font-weight: 700;
	padding: 1%;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	margin: 2px;
}

.textinput {
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #fff;
}

textarea, select, input {
	background:#fff;
	color:#e89d52;
	font-size:11px;
	letter-spacing:0px;
}

.button,
.buttonlist ul li a {
	margin-right: 2px;
	padding: 4px 8px;
	background: #d16a5e;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	border: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
}

.button:hover,
.buttonlist ul li a:hover,
.button:focus,
.buttonlist ul li a:focus {
	background: #e89d52;
	color: #fff;
	border: 0;
}

.buttonlist {
	text-align:center;
}

.buttonlist ul li a span {
	height: 2vw!important; 
	line-height: 0;
}

.catrow_noalb,
.catrow {
	padding: 0.75vw;
	border-bottom: 1px solid #fff;
	padding: 40px 5px;
}

.catrow .thumbnail {
	border: none;
}

.catlink {
	display: block;
	margin: 5px 0 0 0;
	background: url(images/mini_icon.png) no-repeat left;
	padding: 10px;
	height: auto;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
}

.catlink a {
	margin: 10px 0 10px 40px;
	background-color: transparent;
	color: #e89d52;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;	
}

.catlink a:hover {
	background-color: transparent;
	color: #d16a5e;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.statlink {
	background: transparent;
	color: #535150;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.statlink strong {
	font-weight: 700;
}

.statlink a {
	text-decoration: none;
	color: #535150;
	padding: 3px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.statlink a:hover {
	color: #e89d52;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.statlink h2 {
	font-weight: 400;
}

.alblink {
	background-color: transparent;
	font-size: 15px; 
	font-weight: 700;
	border: none;
	display: block;
	position: relative;
	z-index: 20;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.15em;
}

.alblink a  {
	color: #535150;
	margin: 0; 
	padding: 0;
	text-transform: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.alblink a:hover {
	color: #e89d52;
	text-decoration: underline;
}

.thumbnails {
	padding: 10px;
	position:relative;
}

.thumbnails img,
.thumbnails br {
	display:none;
}

.thumbnails a img {
	display:block;
}

.thumb {
	padding: 8px;
	margin: 4px;
}

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

.thumb_title, .thumb_caption, .thumb_resolution, .thumb_views, .thumb_dimensions  {
	display: inline-block; 
	margin: 1px 1px; 
	padding: 5px; 
	font-size: 11px; 
	width: auto; 
	border: 0; 
	line-height: 140%;
}

.thumb_views {
	font-size: 80%;
	padding: 1px;
	color: #FFF;
	background: #d16a5e;
}

.thumb_title {
	font-size: 80%;
	font-weight: 400;
	display: block;
	padding: 3px 5px;
}

.thumb_resolution {
	font-size: 80%;
	padding: 1px;
	color: #FFF;
	background: #e89d52;
}

.thumb_caption {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	display: inline-block;
	color: #FFF;
	background: #d16a5e;
}

.thumb_dimensions {
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	display: inline-block;
	color: #FFF;
	background: #e89d52;
}

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

.thumbLink {
	padding: 8px;
	margin: 4px;
}

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

.listbox {
	vertical-align: middle;
	border: 1px solid #fff;
}

.radio {
	vertical-align: middle;
}

.checkbox {
	vertical-align: middle;
}

.album_stat {
	font-size: 85%;
	line-height: 1.5;
	margin: 5px 0;
	color: #535150;
}

.tableb p {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.5;
}

p.album_stat {
	padding: 5px 0 0 0;
}

.maintable {
	padding: 0;
	width: 100%;
	background: -webkit-linear-gradient(0deg, #f0f0f0 0%, #fff 100%);
	background: -moz-linear-gradient(0deg, #f0f0f0 0%, #fff 100%);
	background: linear-gradient(0deg, #f0f0f0 0%, #fff 100%);
}

.tableh1 {
	font-size: 26px;
	font-weight: 400;
	font-family: 'Abril Fatface', cursive;
	letter-spacing: 0;
	line-height: 32px;
	color: #101010;
	padding: 10px;
	text-shadow: 1px 1px #fff;
	text-transform: uppercase;
}

.tableh1::first-letter {
	font-size: 40px;
	font-family: 'Abril Fatface', cursive;
	color: #e89d52;
}

.tableh2 {
	background-color: transparent;
	padding: 15px;
} 

.tableh2 strong {
	font-weight: normal !important;
}

.tableh2 a {
	color: inherit;
	font-size: inherit;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

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

.tableh2::after {
	content: '';
	position: relative;
	display: block;
	margin: 10px auto 0 auto;
	width: 100%; 
	height: 1px;
	background-image: linear-gradient(to right, #535150 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

.tableb, .tablef {
	padding: 0;
	letter-spacing: 0.10em;
}

.tableb a, .tablef a {
	color: #535150;
	font-weight: 400;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.tableb a:hover, .tablef a:hover {
	color: #e89d52;
	text-decoration: none;	
}

.tableb p {
	font-size: inherit;
}

.tableb_alternate {
	background: none;
}

.sortorder_cell {;
	background: transparent;
	color: #535150;
	padding: 0;
	margin: 0;
	font-size: 12px !important;
}

.sortorder_options {
	background : transparent;
	color: #535150;
	padding: 0px;
	margin: 0px;
	font-size: 12px !important;
	white-space: nowrap;
}

.navmenu {
	font-weight: 700;
}

.navmenu img {
	margin: 0;
	padding: 10px 5px;
}

.navmenu a {
	display: block;
	padding: 0 5px;
}

.navmenu a:hover {
	background: e89d52;
	color: #d16a5e;
}

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

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

.admin_menu {
	letter-spacing: 0.05em;
	font-size: 12px;
	text-transform: uppercase;
}

.admin_menu a {
	display: inline-block;
	color: #535150;
	text-decoration: none;
	padding: 10px;
	margin: 0 5px 0 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.admin_menu a:hover {
	color: #d16a5e;
	text-decoration: 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;*/
}

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

.user_thumb_infobox th {
	font-size: 100%;
	font-weight: bold;
	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: #000;
}

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

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

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

.topmenu {
	line-height: 130%;
}

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

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

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

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

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

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

.clickable_option {
	cursor: default;
}

.listbox_lang {
	vertical-align: middle;
	color: #000666;
	border: 1px solid #D1D7DC;
	background-color: #F2F5F7;
}

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

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

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

#cpgChooseLanguageWrapper {
	float: left;
}

#cpgChooseThemeWrapper {
	float: left;
}

.filmstrip_background {
	background: transparent;
}

.prev_strip {
	text-align: left;
}

.next_strip {
	text-align: right;
}

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

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

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

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


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

.progressContainer {
	overflow: hidden;
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
}

/* Message */
.message {
	overflow: hidden;
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
}

/* 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;
	overflow: hidden;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	color: #555;
}

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

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

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

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

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

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

.swfupload {
	vertical-align: top;
}

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

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

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

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.cpg_message_info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../../images/message/info.png');
}

.cpg_message_success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../../images/message/ok.png');
}

.cpg_message_warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../../images/message/warning.png');
}

.cpg_message_error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../../images/message/stop.png');
}

.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}

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

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

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

.detail_head_collapsed,
.detail_head_expanded {
	color: #535150;
}

.detail_collapse_all, .detail_expand_all, .detail_toggle_all {
	font-size: 12px;
}