/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2011 Coppermine Dev Team
  v1.0 originally written by Gregory Demar

  ** KF **  prpc-black theme CSS file
  2023-03-11  KF Add min-height 1600px attribute to body. This is to make movement backwards & forwards in a gallery using the arrows work  
                consistently without the screen scrolling up and down. The movement happens when a web page is smaller than the physical screen so by
                making the web page bigger the #top_display_media suffix on URLs always displays at the same position on the screen
  2024-03-02  KF removed above change as it interfered with page sizing for full res images

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.

  ********************************************
  Coppermine version: 1.5.12
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.5.x/themes/water_drop/style.css $
  $Revision: 8154 $
**********************************************/

/* Colors used:                                */
/* --------------------------------------------*/
/* Hex 000000 = RGB   0,  0,  0 = black        */
/*     151515                   = light black  */
/*     1C1C1C                     lighter black */
/*     2E2E2E                   = grey         */
/*     424242                   = grey	       */
/*     585858                   = KF  grey     */
/* Hex 5F5F5F = RGB  95, 95, 95 = light black  */
/*     696969 KF added (std)    = DimGray      */
/*     6E6E6E                   = grey         */
/*     848484                   = grey         */
/*     A4A4A4                   = darker grey  */
/* Hex BDBEBD = RGB 189,190,189 = dark grey    */
/* Hex CCD7E0 = RGB 204,215,224 = light grey   */
/* Hex D1D7DC = RGB 209,215,220 = medium grey  */
/*     D8D8D8                   = grey         */
/* Hex DDDDDD = RGB 221,221,221 = light grey   */
/* Hex CBD7DE = RGB 203,215,222 = steel grey   */
/* Hex EFEFEF = RGB 239,239,239 = dark white   */
/* Hex F2F5F7 = RGB 242,245,247 = dark white   */
/*     F2F5A9                   = KF pale yellow */
/*     F5F6CE                   = paler yellow */
/* Hex FFFFFF = RGB 255,255,255 = white        */
/* Hex 000666 = RGB   0,  6,102 = dark blue    */
/* Hex 0033CC = RBG   0, 91,104 = medium blue  */
/* Hex 718EA5 = RGB 113,142,165 = light blue   */
/* Hex 8AA5B5 = RGB 138,165,181 = light blue   */
/* Hex 8CA6B5 =                 = light blue   */
/* Hex 990000 = RGB 153,  0,  0 = KF darkish red */
/* Hex F7B8B8 = RGB 247,184,184 = KF light pink */
/* Hex F7E0E0 = RGB 248,224,224 = KF v light pink */
/* #00529B = RGB   0, 82,155 = blue            */
/* #BDE5F8 = RGB 189,229,247 = cyan            */
/* #4F8A10 = RGB  79,138, 16 = dark green      */
/* #DFF2BF = RGB 223,242,191 = light green     */
/* #9F6000 = RGB 159, 96,  0 = dark brown      */
/* #FEEFB3 = RGB 254,239,179 = light brown     */
/* #D8000C = RGB 216,  0, 12 = red             */
/* #FFBABA = RGB 255,186,186 = pink            */
/* #D63301 = RGB 214, 51,  1 = red             */
/* #FFCCBA = RGB 255,204,186 = pink            */
/* if you don't like a color, just do a search */

/* and replace on the hex color...             */


/* background-color: #F2F5F7; */
body {
    background: url("images/bg.gif");
    background-color: #151515;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size : 12px;
/*    color: #000666; */
    color: #DDDDDD;
    margin: 0px;
/*    min-height:1600px; Removed March 2024 for full-res changes */
}

table {
    font-size : 12px;
}

/* KF This is the forum title */
/* color: #718EA5; */
h1{
    font-weight: normal;
/*    font-size: 21px; */
    font-size: 200%;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height : 120%;
    color: #F2F5F7;
    margin: 2px;
}

/*  font-family: Arial, Helvetica, sans-serif */
h2 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background-image : url(images/box_left_icon.gif);
    background-repeat : no-repeat;
    background-position : left;
    padding-left : 18px;
    font-size: 18px;
    margin: 0px;
}

/*  color added below */

h3 {
    font-weight: normal;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 12px;
    color: #F2F5A9;

    margin: 2px;
}

/*  color added below */

p {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #F2F5F7;


    margin: 2px 0px;
}

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;
}

/* Added background-color */
.textinput {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    color: #D8D8D8;  /* Added by KF */
    background-color: #585858;
    border-style : none;
/*    border: 1px solid #D1D7DC; */
    margin-top : 4px;   /* Added by KF */
    padding-right: 3px;
    padding-left: 3px;
}
/* KF Change colours */
.listbox {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    background-color: #585858; /* KF added */
    color: #D8D8D8;
    border: 1px;
    border-style: solid;
    border-color: #D8D8D8;
/*    border: 1px solid #D1D7DC; */
    vertical-align : middle;
}
/*  color: #DFF2BF; */
/*  border: 1px solid #CCD7E0; */
/*  Add background-color: #2E2E2E; */
/*  font-size: 90%; */

.listbox a {
    color: #F8000C;
}


.button, .buttonlist ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
/*    background-image : url(images/button_bg.gif); */
/*    background-position : bottom; */
    background-color: #2E2E2E;
/*    border: 1px solid #F2F5F7;  */
    border: 1px solid #D8D8D8;
    color: #F2F5F7;
/*    color: #DFF2BF; */
    cursor:pointer;
    padding-left:0px;
    padding-right:2px;
    margin-right:2px;
    white-space: nowrap;
}

.radio {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.checkbox {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

/* color: #0033CC; next 4 sets */
a {
    color: #EFEFEF;
    text-decoration: none;
}

a:hover {
    color: #EFEFEF;

    text-decoration: underline;
}

.bblink a {
    color: #EFEFEF;
    text-decoration: none;
}

.bblink a:hover {
    color: #EFEFEF;
    text-decoration: underline;
}

/*  border: 1px solid #CCD7E0 */


/*  add color */
/*    border: 1px solid #BDBEBD to change table border colour */
/*    color is the text colour. */
/*    Background-color is the table grid color, was #FFFFFF */
/*    border: 1px solid #585858; */
/*    Remove    margin-top: 1px;   margin-bottom: 1px;  */

   .maintable {
/*    background-color: #6E6E6E; */
    background-color: #000000;
    color: #D8D8D8;
    margin-top: 1px;
    margin-bottom: 1px;  
} 

/* Created by KF –table for comments */
.commenttableouter {
    width: 96%;
    background-color: #2E2E2E;   /* This is the colour of the grid */
    border-style: none;
    color: #D8D8D8;
/*    margin-top: 2px; */
/*    margin-bottom: 1px;  */
    margin-left: 20px; 
} 

.commenttableinner {
    background-color: #FFFFFF; 
    color: #D8D8D8;
    border-style: none;

} 


/*    background : #8AA5B5 ; */
/*    color: #FFFFFF; */
/*    font-family:  Verdana, Geneva, Arial, sans-serif; */
/*    font-weight:bold */
/*    font-size: 140%; */
/* Note, changing any border properties here just adds a new border inside existing one. Add font-size */
.tableh1 {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    background : #2E2E2E ;
    color: #EFEFEF;
    font-weight:bold; 
    font-size: 100%;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}
/* background: #CBD7DE */
/* color : #000000; */
/*  padding-top: 3px; */
/*  padding-bottom: 3px; */
.tableh2 {
    background: #2E2E2E ;
    color : #F2F5F7;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}

/* background: #F2F5F7 */
/* Add vertical alignment */

/* KF . {
    background: #6E6E6E ;
    vertical-align: middle;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
} */

.tableb {
    background: #1C1C1C ;
    vertical-align: middle;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 15px;
}

/* This class will be used in conjunction with class tableb: attributes not particularly (re)-assigned will be taken into account from tableb. */
/* It is being used to accomplish alternating row colors for lists. */
/* It's recommended to only assign another background color that slightly differs from the one defined in tableb */

/* background: #DDDDDD */
/* Add vertical alignment */

/* KF .tableb_alternate {
    background: #000000;   
    vertical-align: middle;
*/

/* KF background was #6E6E6E before creating the gallery. I changed it to 000000 but this causes a lack of differentiation from tableb. Aug 2023 changed to #2E2E2E */
.tableb_alternate {
    background: #2E2E2E;   
    vertical-align: middle;

}

/*  background: #CBD7DE */
.tablef {
/*    background: #585858 ;  KF Comment out to inherit higher level color */
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/* background: #CBD7DE Impacts Category line not Category Header: word Category */

/* color : #000000 but seems to have no effect */
/* Note font-size here has no effect */
/*    color : #EFEFEF; */
.catrow_noalb {
    background: #424242;
    color: #EFEFEF;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

/* background: #F2F5F7. Impacts Album/gallery description line */

.catrow {
    background: #424242 ;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}
.album_stat {
    font-size : 85%;
    margin: 5px 0px;
}

/* Below added by KF for forum hierarchy. Hope no unwanted side effects */
/* .album_stat a {       */
/*    font-size : 100%;  */
/*    color: #F2F5A9;    */
/* }                     */

.thumb_filename {
    font-size: 80%;
    display: block;
}

/* KF Add color, increase font size from 80% */
.thumb_title {
    font-weight : normal;
    font-size: 100%;
    color: #F2F5A9;
    padding: 2px;
    display : block;
}

/* KF Add color, increase font size from 80% */
.thumb_caption {
    font-size: 100%;
    color: #EFEFEF;
    padding: 1px;
    display : block;
}

/*  color: #000000; */
.thumb_caption a {
    text-decoration: underline;
    color: #EFEFEF;
}

/* KF Add color, correct typo in title, increase font size from 85% */
.thumb_num_comments {
    font-weight: normal;
    font-size: 100%;
    color: #EFEFEF;
    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;
}

/* background : #8AA5B5 */


.sortorder_cell {
    background : #2E2E2E ;
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

/* background : #8AA5B5 */


.sortorder_options {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background : #2E2E2E;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 80%;
    white-space: nowrap;
}

/* background : #8AA5B5 */


.navmenu {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    background : #2E2E2E;
    border-style: none;
}

.navmenu img {
    margin-top: 1px;
    margin-right: 5px;
    margin-bottom: 1px;
    margin-left: 5px;
}

.navmenu a {
    display: block;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-decoration: none;
    color: #FFFFFF;
}

/* background : #F2F5F7 ; */
.navmenu a:hover {
    background : #585858 ;
    text-decoration: none;
    color:         #000000;
}

/*.admin_menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    border: 1px solid #CCD7E0;
    background-image : url(images/button_bg.gif);
    background-position : bottom;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;

    text-align: center;
}  */

/*  border: 1px solid #CCD7E0; */
/*    remove background-color: #FFBABA; */
.admin_menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    border: 1px solid #990000;
/*    color: #DFF2BF;   KF 22Jul2023 */
    text-align: center;
}

/*.admin_menu a {
    color: #000000;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
}
*/

.admin_menu a {
    float:left;
    color: #EFEFEF;
    background-color: #2E2E2E;
    text-decoration: none;
/*    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 2px; */
    padding-right: 2px; 
}

/*  color: #000000; */
.admin_menu a:hover {
    color: #990000;
    text-decoration: underline;
}

.admin_float {
    float:left;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
/*    max-height:1.5em;  */
    display: block;
    position: relative;
    white-space:nowrap;
}

#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);
}

.icon {
    vertical-align:middle;
    margin-right:1px;
}

/*  color : #5F5F5F;  */
.comment_date{
    color : #F2F5F7;
    font-size: 90%;
    vertical-align : middle;
}

/* KF Following .image settings all changed */
.image {
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    margin: 0px;        /* Reduced from 6 to 0px 2023-08-16 */ 
    vertical-align : top;
}

/* pseudo-classes for image links */
a:link .image{
/*    margin: 0px;        /* Reduced from 6 to 0px 2023-08-16 */ 
    border-color: #000000;
    border-style: solid; 
}

a:visited .image{
    border-color: #000000;
    border-style: solid;
    margin: 0px;       /* Reduced from 6 to 0px 2023-08-16 */ 
}

a:hover .image{
    border-style: solid;
    border-color: #F2F5F7;
/*    cursor: url(/gallery-replica/themes/prpc_black_2023/images/hand.cur),auto; */
/*    cursor: cell; */
/*    margin: 0px;    /* Reduced from 6 to 0px 2023-08-16 */ 
}


/* pseudo-classes for middlethumb links */
a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
    border: 2px solid #CBD7DE;    /* Reduced from 4 to 2px 2023-08-16 */ 
}

.imageborder {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
}

/* Used by slideshow */
/* background: #F2F5F7 ; */
.display_media {
    background: #000000 ;
    padding-top: 1px;       /* KF Changed March 2024 from 3px */
    padding-right: 10px;
    padding-bottom: 1px;     /* KF Changed March 2024 from 3px */
    padding-left: 10px;
}

/* background: #F2F5F7 ; */
/* Add font-family */
.thumbnails {
    background: #000000 ;
    padding-top: 0px;                /* Reduced from 5 to 0px 2023-08-16 */ 
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    border-color: #2E2E2E; /* Added by KF */
    border-width:1px; /* Added by KF */
    border-style: solid; /* Added by KF */

}

.thumbnail {                 /* Added 2023-08-16 to improve the thumbnail grid*/ 
    margin-top: 1px; 
    cursor: pointer;
}
/* #largeimage { */
/*    cursor: zoom-in; */
/* } */

/* Below created by KF as thumbnails class has unwanted border. Keep same as thumbnails except for border */
.albumlistthumbnails {
    background: #000000 ;
    padding: 5px; 
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    border-style: none; 

}

/* Add color to force the “Powered by” */

.footer {
    font-size : 9px;
    color: #EFEFEF;
}

/* color: #000000 */

.footer a {
    text-decoration: none;
    color: #EFEFEF;
}

/* color: #000000 */

.footer a:hover {
    color: #EFEFEF;
    text-decoration: underline;
}

.statlink {
    color: #EFEFEF;
/*    font-size: 60%;	*/	/* Added by KF, then removed as headers in user manager are too small */
    font-weight:normal; 	/* Added by KF */

}

.statlink a {
    text-decoration: none;
    color: #FFFFFF;
}

.statlink a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* Add color */

.alblink {
    color: #EFEFEF;

    font-weight:bold;
}

/* color: #000000 */

/* .alblink a {
    text-decoration: underline;
    color: #EFEFEF;
} */

.alblink a {
    color: #EFEFEF;
}

/* color: #000000 */

.alblink a:hover {
    color: #EFEFEF;
    text-decoration: underline;
}

.catlink {
    display: inline-block;  /* Changed by KF */
    margin-bottom: 2px;
    margin-right: 8px;     /* Added by KF */
    font-size: 100%;		/* Added by KF */
    font-weight:bold;
}

/*  color: #000000 Sets category titles on home page*/

.catlink a {
    text-decoration: underline;
    color: #EFEFEF;
}

/*  color: #000000 */

.catlink a:hover {
    color: #EFEFEF;
    text-decoration: underline;
}

/* Next 2 Added by KF */
/*    display: block;  KF 1 Jan */

.catnamelink { 
    display: inline-block; 
    margin-bottom: 2px; 
    margin-right: 8px; 
    text-decoration: underline;
    font-size: 100%;	
    font-weight:bold; 
} 
.catnamelink a:hover {
    text-decoration: none; 
}


/*     font-size : 110%; KF Changed 1 Jan 2013 */
.topmenu {
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    line-height : 130%;
    color : #F2F5A9;
    font-size : 90%;
}

/*    color : #0033CC */

.topmenu a {
    color : #EFEFEF;
    text-decoration : none;
}

/*    color : #0033CC */

.topmenu a:hover  {
    color : #EFEFEF;
    text-decoration : underline;
}

.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;

}

.listbox_lang {
    color: #000666;
    background-color: #F2F5F7;
    border: 1px solid #D1D7DC;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align : middle;
}

/* Remove color: #000666 */
/* Change font-weight:bold, font-size 100% */
.pic_title {
    font-size: 100%;
    font-weight:normal;
    color: #F2F5A9;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;

    margin-bottom:0px;
    line-height:1.0em;
}

/*  color: #000666 */
.pic_caption {
    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;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

.filmstrip_background {
    background-color:#000000;
}

.prev_strip {
    text-align: left;
}

.next_strip{
    text-align: right;
}

/** 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;
}

/**styles for photo manager*/
table#pic_sort tr td { 
    padding: 4px;
    border-bottom: 1px solid #ccc;
}

/** styles for album manager and photo album*/
/* KF    padding: 3px; */
table#album_sort tr td {
    padding: 11px;
    border-bottom: 1px solid #ccc;
}

/* Added by KF for album manager if needed */
/* table#album_sort tr td span.albumName { */
/*    vertical-align:text-top; */
/* }  */

/* Added by KF for album manager  */
/* Height parameter stops table rows changing */
/* Cursor parameter changes pointer when on this box */
table#album_sort tr td.album_text {  
    cursor: pointer; 
    height: 22px;  
} 
/* KF Leave "Edit" text color red. Change cursor & position  */
/*    margin-left: 100px; */
/*    cursor: pointer; */
/*    text-decoration: underline; */

table#album_sort tr td span.editAlbum {
    margin-left: 320px;
    font-size: 10px;
    line-height: 100%;
    display: none;
    color: #FF0000;
}

/* KF Add color #585858 */
.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid #585858;
/*    margin: 10px 0px; */
/*    padding:15px 10px 15px 50px; */
    padding-left : 50px; 
    padding-top : 10px; 
    padding-bottom : 10px; 
    background-repeat: no-repeat;
/*    background-position: 10px center; */
    width: 350px; 	/* Added by KF */
    margin-left:auto;   /* Added by KF */
    margin-right:auto;  /* Added by KF */
}
/*  color: #00529B;  */
/*  background-color: #BDE5F8;  */
/* Blue Background */
.cpg_message_info {
    color: #F2F5F7;
    background-color: #0D0D72;
    background-image: url('../../images/message/info.png');
}
/*  color: #4F8A10; */
/*  background-color: #DFF2BF; */
.cpg_message_success {
    color: #F2F5F7;
    background-color: #086208;
    background-image: url('../../images/message/ok.png');
}
/*  color: #9F6000; */
/*  background-color: #FEEFB3; */
.cpg_message_warning {
    color: #151515;
    background-color: #F4FA58;
    background-image: url('../../images/message/warning.png');
}
/*  color: #D8000C;  */
/*  background-color: #FFBABA;  */
.cpg_message_error {
    color: #F2F5F7;
    background-color: #DF0101;
    background-image: url('../../images/message/stop.png');
}
/*  color: #D63301; */
/*  background-color: #FFCCBA; */
.cpg_message_validation {
    color: #F2F5F7;
    background-color: #DF0101;
    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;
}


/* Below created by KF – didn’t exist even though used in the code */
.cpg_user_message {

	
	width: 350px;
      margin-left:auto;
      margin-right:auto;
}



#GB_window {
    background-color: #F2F5F7;
    border: 5px solid #CCD7E0;
}

.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}

/*    color: #0033CC */

.detail_head_collapsed, .detail_head_expanded {
    color: #EFEFEF;
}

/* Below added by KF to change colour of gallery name option in file upload drop down box */
/* Note lack of leading dot as the attribute is HTML */
optgroup {
    background-color: DimGray;
    color: white;
}
/* Below is the main menu */
.prpcmenu {
    font-size: 14px;
}

/* Fix the width of the photo details on the image display without the second column floating out a long way to the right */

#picinfo td.tableb.tableb_alternate:first-child {
    width:350px;
}

#slideshow_top_position {
    position: fixed;
    top: 1px;
}

/* KF: Below was put in for images in the filmstrip which were too wide when the thumbnail sizing parameter was set to Height. */
/* As we don't use the filmstrip it's academic but it cropped up in testing. The size matches the thumbnailsize parameter in  */
/* the config. This is working round a bug in the code where the thumb images are not properly sized */
img.strip_image {
    max-width:132px;
}

