/*  
Theme Name: Red Blues
Theme URL: purplehymn.com
Description: Robert Sheehan Vault - by Gabby - www.robertsheehan.net
Author: Gabby
*/

@charset "utf-8";

/* CUSTOM FONTS - Installed on the theme's directory */

@font-face {
    font-family: 'FonsecaM';
    src: url('fonseca-medium-webfont.woff2') format('woff2'),
         url('fonseca-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'FonsecaB';
    src: url('fonseca-bold-webfont.woff2') format('woff2'),
         url('fonseca-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'FonsecaEB';
    src: url('fonseca-extrabold-webfont.woff2') format('woff2'),
         url('fonseca-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'FonsecaL';
    src: url('fonseca-light-webfont.woff2') format('woff2'),
         url('fonseca-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'FonsecaT';
    src: url('fonseca-thin-webfont.woff2') format('woff2'),
         url('fonseca-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

/* BODY, HEADER AND NAVIGATION BAR */

body {
    width: 100%;
    margin: 0;
    padding: 0;
	overflow-x: hidden; /* Hides lateral scrow bar */
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7a7975; /* Color of font throughout the site - can be overriden in individual IDs and Classes */
    /* SITE BACKGROUND GRADIENT - Red to blue */
    background: #fff7f7;
    background: -webkit-linear-gradient(182deg, rgba(255, 247, 247, 1) 0%, rgba(202, 54, 84, 1) 100%);
    background: -moz-linear-gradient(182deg, rgba(255, 247, 247, 1) 0%, rgba(202, 54, 84, 1) 100%);
    background: linear-gradient(182deg, rgba(255, 247, 247, 1) 0%, rgba(202, 54, 84, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF7F7", endColorstr="#CA3654", GradientType=0);

#container {
    margin: 0 auto;
    width: 1200px;
    border-right: 10px solid rgba(255, 255, 255, 0.3);
    border-left: 10px solid rgba(255, 255, 255, 0.2);}

/* TOP BAR - Site description at the very top of the page */

#topBar {
	height: 25px;
	width: 1200px;
	margin: -5px auto;
	text-align: left;
	text-transform: uppercase;
	padding-top: 0px;
	font-family: 'Quicksand', sans-serif;
	font-size: 8px;
	letter-spacing: 4px;
    background-color: #202020; }

#topBar p {
    padding: 7px 20px;
    color: #8b8e8e;
    text-shadow: -2px 1px 0px #000;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.8; }

/* HEADER */

#header {
    background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center 0; 
	height: 500px; }
	
/* FANSITE SOCIAL BUTTONS */

#socialButtons {
    position: absolute;
    display: inline-block;
    margin-left: 615px;
    margin-top: 293px;
    width: 50px;
    list-style: none; }

#socialButtons i {
    font-size: 40px;
    color: #F38BA0;
}

#socialButtons i:hover {
    color: #f75676;
}

/* NAVIGATION MENU */

#navbar {
    padding-top: 120px;
    padding-bottom: 5px;
    height: 30px;
    width: 536px;
    margin-left: 74px;
    letter-spacing: -60px; 
    /* COLORING OF NAVIGATION MENU LINKS - Red to blue gradient */
    background: #ffdede;
        background: -webkit-linear-gradient(182deg, rgba(255, 222, 222, 1) 28%, rgba(202, 54, 84, 1) 100%);
        background: -moz-linear-gradient(182deg, rgba(255, 222, 222, 1) 28%, rgba(202, 54, 84, 1) 100%);
        background: linear-gradient(182deg, rgba(255, 222, 222, 1) 28%, rgba(202, 54, 84, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDEDE", endColorstr="#CA3654", GradientType=0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(-1px 1px 0px #43868e);
    }

#navbar ul {
    display: inline;
    padding-bottom: 2px;
    padding: 0px;
    font-family: 'FonsecaM', Arial, sans-serif;
    font-size: 33px!important;}

#navbar li {
    padding-top: -32px;
    display: inline;
    padding-bottom: 2px;
    padding: 0px;
    font-family: 'FonsecaM', Arial, sans-serif;
    font-size: 33px!important;
    letter-spacing: -2px; }

#navbar a:hover {
    background: rgb(85,98,112);
    background: -moz-linear-gradient(90deg, rgba(85,98,112,1) 0%, rgba(186,78,78,1) 61%, rgba(255,107,107,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(85,98,112,1) 0%, rgba(186,78,78,1) 61%, rgba(255,107,107,1) 100%);
    background: linear-gradient(280deg, rgba(85,98,112,1) 0%, rgba(186,78,78,1) 61%, rgba(255,107,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#556270",endColorstr="#ff6b6b",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    
/* SITE NAME & BOOK SPOTLIGHT */

#topContent {
    clear:both;
    height: 170px;
    width: 1200px;
    border-bottom: 3px solid #DBDBDB;
    background-color: #fffafa; }

#topContent .siteTitle {
    display: inline-block;
        padding-top: 15px;
        float: left;
        width: 655px;
        height: 50px;
        margin-left: 30px;
        text-align: justify;
        text-align-last: left;
        color: #eaeaec;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px; }

#topContent .siteTitle p {
    width: 660px;
        height: 70px;
        color: #000;
        font-size: 10px;
        opacity: 0.9;
        letter-spacing: 0.9px;
        padding-top: 8px;
        background-image: url("images/withlove.png");
        background-repeat: no-repeat;
        background-position: bottom right; }
    
#topContent .siteTitle b {
    color: #e64949;
}

#topContent .sister {
    float: right;
    width: 440px;
    height: 150px;
    padding-top: 15px;
    padding-left: 18px;
    padding-right: 33px;
    line-height: 25px;
    color: #eaeaec;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    border-left: 3px solid #DBDBDB; }

#topContent .sister em {
    margin-left: 5px;
    font-family: Arial, sans-serif;
    text-transform: none;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    line-height: 12px;
    letter-spacing: 1px; }

#topContent .sister p {
    width: 290px;
    margin-left: 100px;
    padding-left: 50px;
    text-transform: none;
    font-size: 9px;
    color: #000;
    letter-spacing: 1px;
    opacity: 0.9;
    line-height: 13px;
    text-align: justify;
    text-align-last: left;
    margin-bottom: 0px;
    margin-top: 8px; }

#topContent .sister b {
    font-size: 10px;
    font-weight: 100;
    padding-left: 5px;
    line-height: 15px; }

#topContent .sister .title {
    font-family: 'FonsecaB';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;         /* Remove space above the text */
    margin-bottom: 6px;    /* Add a bit more space below */
    line-height: 1.2;      /* Normal readable line spacing */ }

#topContent .sister img, img a {
    width: 135px;
    margin-right: 10px;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.4);
box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.4); }

#topContent .sister img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }

#topContent .button i {
    color: #ffbcbc;
}

#topContent .button a {
    float: right;
    height: 10px;
    line-height: 10px;
    color: #fff;
    padding: 4px 7px;
    font-size: 8px;
    background-color: #ca3654;
    border-radius: 5px;
    margin-top: -5px;
    margin-left: 3px;
    letter-spacing: 1px;
}

#topContent .button a:hover {
    background-color: #b81f3d;
}
    
#slideshow {
    overflow: hidden; 
    width: 516px; 
    height: 270px;
    margin-left: 90px; }

#slideshow .gallerylayer {
    width: 516px; 
    height: 270px;
    z-index: 999; 
    opacity: 1; }

#spotlight {
    width: 496px;
    height: 15px;
    background-color: #F38BA0;
    color: #fff;
    padding: 5px 10px;
    margin-left: 90px;
    font-family: 'FonsecaT', Arial, sans-serif;
    text-shadow: 1px 1px 0px #f75676;
    text-align: left;
    font-size: 12px; }
    


/* END OF BODY, HEADER AND NAVIGATION BAR */

/* GALLERY BODY */

#content {
    margin: 0 auto;
	width: 1200px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fffafa; 
}

#menu2 {
    margin: 0 auto;
	margin-bottom: 20px;
    padding-top: 0px;
	text-align: center;
	line-height: 22px;
	font-family: 'FonsecaT', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#menu2 ul {
    list-style: none;
}

/* ADMIN MENU */

#menu2 a {
  	background-color: #DBDBDB;
	color: #676769;
	padding: 3px 5px; 
	margin-bottom: 2px;
}

#menu2 a:hover {

	background-color: #fff;
	color: #000;
	padding: 3px 5px;
	cursor: ne-resize;
}

/* CATEGORIES */

#gallery {
    margin: 0 auto;
	width: 1200px;
    background-color: #fffafa; 
}

#gallerynav {
    background-color: #fff;
    display: inline;
}

.menu3 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0px!important;
	padding: 5px;
	margin-bottom: 15px;
}
.menu3 a {
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	cursor: ne-resize;
	font-weight: bold;
}

/* BEGINNING OF FOOTER */


#footer {
    display: inline-block;
    text-align: center;
	width: 1200px;
	padding-top: 20px;
	padding-bottom: 15px;
    background-image: url(images/footer.png);
    color: #fff; }

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #54B9CD; }

#footer u {
	color: #acaca8; }

span.footert {
	font-family: Satisfy, Serif;
    text-transform: lowercase;
	font-size: 18px; }

span.footerlink {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Quicksand, Arial, Helvetica, sans-serif; }

#footer p {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    width: 90%; }

/* END OF FOOTER */

a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #77bac5;
	cursor: ne-resize;
}
b, strong {
	color: #494949;
}
em, i {
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	color: #a7ab66;
}
u {
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	color: #565554;
	background-image: linear-gradient(-90deg, #a8aa64, #c3e1e);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 10%;
	padding-bottom: 3px;
}
	
input, textarea, option, select {
	background-color: transparent!important;
	color: #424242;
	border: 0px solid #aaa9a6;
	padding: 7px;
	font-size: 12px;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
}

*::-moz-selection {
    background: #c5e6ea;
	color: #1b1b1b;
    
}

::selection {
    background: #c5e6ea;
	color: #1b1b1b;
    
}

.pic_title {
	text-transform: capitalize;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
	
}
.pic_caption {
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	font-style: normal;
	letter-spacing: 0px;

}

h3 {
	font-weight: normal;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	text-transform: uppercase;
}

p {
        font-family: Quicksand, Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: Quicksand, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 0px solid #aaa9a6;
        padding-right: 3px;
        padding-left: 3px;
		color: #424242;
}

.listbox {
        font-family: Quicksand, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 0px solid #aaa9a6;
		background: #transparent;
		color: #424242;
        vertical-align : middle;
}

.button {
        font-family: Quicksand, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 0px solid #aaa9a6;
        background: transparent;
	color: #424242;
	padding:3px;
}

.comment_button {
        font-family: Quicksand, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 0px solid #aaa9a6;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

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

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


.bblink a {
        
        text-decoration: none;
}

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

/* MAIN GALLERY CONTENT */

.maintable {
    border: 0px solid #d7d7d6;
    background-color: #fffafa; 
    margin: 0 auto;
    color: #7a7975;
    text-shadow: none;
    padding: 0px 25px 10px 20px;
    width: 1200px;
}

table.maintable {
    width: 100%;
}

.tableh1 {
	font-family: 'FonsecaM', Arial, sans-serif;
	font-size: 20px;
    font-weight: 600;
	color: #e64949;
	letter-spacing: 0px;
	font-weight: normal;
    text-shadow: -1px 1px 0px #fff; }
    
td.tableh1 {
    margin-left: 10px;
}

span.h1 {
	font-family: 'FonsecaM', Arial, sans-serif;
	font-size: 25px;
    font-weight: 600;
	color: #e64949;
	letter-spacing: -2px;
    text-align: left;
	font-weight: normal;
	margin-left: 10px;
    text-shadow: -1px 1px 0px #fff; }

.tableh2 {
	color: #292929;
	padding: 5px 10px;
	border-bottom: 1px solid #d7d7d6;
	font-size: 14px;
	font-family: 'FonsecaM', Arial, sans-serif;
}

/*.tableh2 strong {
	color: #fff;
}
*/
h2 {
	width: auto;
	padding-bottom: 20px;
	color: #e64949;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 0px!important;
	font-weight: normal;
	font-family: 'FonsecaM', Arial, sans-serif;
	background-image: linear-gradient(#a8aa64, #c3e1e);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 10%;
	border-bottom: 1px solid #d7d7d6;
}

.tableb {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #transparent;
	color: #7a7975;
	font-size: 12px;
}

.tableb_altenate {
	padding-bottom: 1px;
}

.tablef {
	padding: 7px;
	background-color: #f0efef;
	color:#7a7975;
	opacity: 0.9;

}
.icon {
	max-width: 40px;
	max-height: 40px;
	margin: 0px 3px;}
	
.buttonlist ul, .buttonlist li {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	list-style-type: none;
}

.buttonlist img {
	max-height: 10px;
    max-width: 10px; }


.catrow_noalb, .catrow {
	color: #686864;
	margin: 15px 5px 15px 0px;
	padding: 5px 5px;
	line-height: 20px;
	font-size: 12px;
	font-family: Quicksand, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #DBDBDB;
}

._noalb a, .catrow a{
	display: block;
	margin: 15px 5px 15px 0px;
	padding: 5px 5px;
	font-weight: normal;
	font-family: 'FonsecaM', Arial, sans-serif;
	font-style: normal;
	font-size: 5px;
}


.catrow_noalb:hover, .catrow:hover{
	padding: 5px 5px;
	opacity: 1.0;
	cursor: ne-resize;
}

.catrow img {
    width: 35px!important;
    height: 75px!important;
}

.album_stat {
    margin: 5px 0px;
    font-size : 85%;
}

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

span.thumb_title_views {
	display: inline;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #77bac5;
	font-family: 'FonsecaM', Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
    letter-spacing: 1px;
}

.thumb_title {
	display : block;
	padding: 2px;
	color: #292929;
	font-family: 'FonsecaT', Arial, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: -1px;
	font-style: normal;
}

.thumb_resolution {
	margin-right: 2px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	display: inline;
	letter-spacing: 1px;
	background-color: #a7ab64;
}

.thumb_caption {
	display : block;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	color: #000;
	font-size: 10px;
	font-style: normal;
	font-family: 'FonsecaM', Arial, sans-serif;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: normal;
}

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

}

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

.user_thumb_infobox th {
    margin-top: 1px;
    margin-bottom: 1px;
    font-weight : bold;
    font-size: 100%;
    text-align : center;
}

.user_thumb_infobox td {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 85%;
    text-align : center;
}


.sortorder_cell {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	text-transform: none;
	letter-spacing: normal;
}

.sortorder_cell ul, li {
	list-style: none;
}

.sortorder_options {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
    color: #545451;
    font-weight: normal;
    font-size: 9px;
    white-space: nowrap;
}

.navmenu {
	padding: 2px;
	background-image: url(images/catrow.png);
	border-style: none;
	font-size: 10px;

}

.navmenu img {
	padding: 6px;
	border: 0px solid;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
}

.navmenu a {
	display: block;
	padding-top: 2px;
	text-decoration: none;
}

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



.admin_menu {
	font-size: 10px;
	font-weight: none;
	text-align: center!important;
	opacity: 0.8;
}

.admin_menu img{
width: 10px;
height: 10px;
}

.admin_float {
	display: inline;
	text-align: center;

}

.admin_float img{
	border: 0px solid;
	display: none;
}

#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);

}

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

a:link .image, a:visited .image, a:focus .image, a:active .image{
    display: inline-block;
	margin: 4px;
    background-color: #ebecec;
    padding: 5px;
    border: 1px solid #d5d7d7;
}


a:hover .image{
    display: inline-block;
	margin: 4px; 
    border-radius: 5px;
    background-color: #fdc9d5;
    border: 1px solid #f38ba0; 
}

.noborder {
	border: 0px;}

.noborder a img {
	border: 0px;
	padding: 0px;}


.noborder a img:hover {
	border: 0px;
	padding: 0px;}

.display_media {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.thumbnails {
	padding: 10px 3px 10px 3px;
	margin: 0px 5px;
	border-radius: 2px;
	background-image: url();
	
}

.statlink {
	font-size: 14px;
	color: #000;
	font-family: 'FonsecaT', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 15px;
}

.statlink b, .statlink strong {
	color: #77bac5;
}

.statlink a {
	font-size: 15px;
	margin-bottom: 10px;
}


.statlink a:hover {
	color: #77bac5;
	text-transform: none;
	cursor: ne-resize;
}

.alblink {
	font-size: 14px;

}
.alblink a {
	color: #000;
}

.alblink a:hover {
	color: #77bac5;
	text-decoration: none;
	cursor: ne-resize;
}


.catlink {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
	background-image: url(images/catlink.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0px;
}

.cat_desc {
    font-size: 12px;
}


.catlink a {
	display: inline;
	width: auto;
	margin-bottom: 20px;
	padding: 1px 0px;
	color: #292929;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
	font-family: 'FonsecaM', Arial, sans-serif;
	letter-spacing: 0px;
	background-image: linear-gradient(#a8aa64, #c3e1e);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 10%;
	text-shadow: -1px 1px 0px #fff; 
}

.catlink a:hover {
	cursor: ne-resize;
	color: #77bac5;
}


.topmenu {
	background-color: #f1eff5;
}

.topmenu a {
    color : #6f6cad;
    text-decoration : none;
}

.topmenu a:hover  {
    color : #6f6cad;
}

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

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

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

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

}

.clickable_option {
    cursor : default;

}

.listbox_lang {
    color: #000666;
    background-color: #FDF8DC;
    border: 1px solid #FDF8DC;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align : middle;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    border: 1px solid;
    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');
}

#GB_window {
  background-color: #FDF8DC;
  border: 5px solid #AAAAAA;
}

form#cpgform {
    width: 1000px;
}

/** FILM STRIP **/

/* Keep the film strip in normal table flow */
#filmstrip .filmstrip_background,
#filmstrip .thumbnails {
    position: static !important;
}

/* Table layout back to normal inside the film area */
#filmstrip #film {
    overflow: hidden;
}

#filmstrip #film .tape {
    border-collapse: collapse;
    table-layout: auto;
}

#filmstrip #film .tape tr {
    display: table-row !important;
}

#filmstrip #film .tape td.thumb {
    display: table-cell !important;
    vertical-align: middle;
    position: static !important;
    white-space: nowrap;
}

/* Neutralize any global centering/cover rules applied to images */
#filmstrip #film .tape td.thumb img,
#filmstrip #film .tape td.thumb a.thumbLink img {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    display: inline-block;
    /* or block; either is fine */
    max-width: none;
}