/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2010 Coppermine Dev Team
  v1.0 originally written by Gregory Demar

  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.6
**********************************************/


/** Page struture */

body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size: 9px;
background: #1b1a18;
text-align:center;
color: #707070;
}

.bgx {
background: url('images/bg.jpg') repeat-x;	
}


#maincontainer{
width: 900px; 
margin: 0 auto; 
text-align: justify;
position:relative;
}

#topsection{
height: 420px; 
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{ 
margin: 0 10px; 
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 0px 0;	
}

 /* Navigation Menu */

#nav {
color: #c0c9d2;
text-align: center;
font-family: "Trebuchet MS", Verdana, Arial;
text-transform: Uppercase;
font-size: 11px;
line-height: 22px;
text-shadow: #212121 1px 1px;
}

#nav a{
color: #c0c9d2;
}

#nav a:hover{
color: #dee6ed;
}

/** Login */

.loginh {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 11px;
border: 1px solid #1f1f1f;
padding: 1px 3px;
background: #4a4a4c;
color: #727278;
}

.buttonh {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 11px;
border: 1px solid #1f1f1f;
padding: 0px 3px;
background: #4a4a4c;
color: #727278;
}

.login {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 10px;
color: #9898a0;
}

/** Gallery struture */

table {
font-size : 9px;
}

h1{
color: #c6c7ca;
padding: 3px 6px;
font-size: 12px;
font-family: Times New Roman, Trebuchet MS;
text-transform: uppercase;
letter-spacing: 3px;
text-shadow: #111 1px 1px;
margin: 0px;
}

h2 {
color: #c6c7ca;
padding: 3px 6px;
font-size: 12px;
font-family: Times New Roman, Trebuchet MS;
text-transform: uppercase;
letter-spacing: 3px;
text-shadow: #111 1px 1px;
margin: 0px;
}

h3 {
font-weight: normal;
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 12px;
margin: 2px;
}

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

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

ol {
margin-left: 5px;
margin-top:0px;
margin-bottom:0px;
padding: 0px;
}


.textinput {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
color: #78797c;
background-color: #494a4d;
border: 1px solid #2a2b2e;
padding: 2px;
}

select {
font-family: "Arial", Verdana, Geneva, Trebuchet MS, sans-serif;
font-size: 11px;
color: #78797c;
background-color: #494a4d;
border: 1px solid #2a2b2e;
vertical-align : middle;
padding: 2px;
}

.listbox {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
color: #78797c;
background-color: #494a4d;
border: 1px solid #2a2b2e;
vertical-align : middle;
padding: 2px;
}

.button {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
color: #78797c;
background-color: #494a4d;
border: 1px solid #2a2b2e;
cursor:pointer;
padding: 1px 2px;
margin-right:2px;
white-space: nowrap;
}

.buttonlist ul li a {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
border: 1px solid #CCD7E0;
background-image : url(images/button_bg.gif);
background-position : bottom;
cursor:pointer;
padding-left:0px;
padding-right:0px;
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;
}

a {
color: #bdccd3;
text-decoration: none;
}

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

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

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

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

.tableh1 {
color: #c6c7ca;
padding: 8px 7px;
font-size: 12px;
font-family: Times New Roman, Trebuchet MS;
text-transform: uppercase;
letter-spacing: 3px;
text-shadow: #111 1px 1px;
border: 1px solid #0d0d0d;
margin: 0px;
background: url('images/titlebg.jpg') repeat-x;	
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.tableh2 {
background: #3f4243;
color : #8f8f8f;
padding: 3px 10px 3px 10px;
}

.tableb {
background: #373a3b;
color : #8f8f8f;
padding: 3px 10px;
}

/* 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 */
.tableb_alternate {
background: #363738;
color : #8f8f8f;
}

.tablef {
background: #56575a;
color : #8f8f8f;
padding: 10px;
}

.catrow_noalb {
background: #37383b;
color : #8f8f8f;
padding: 3px 10px;
}
.catrow_noalb:hover {
background: #525354;
}

.catrow {
background: #37383b;
color : #8f8f8f;
padding: 3px 10px;  
}
.catrow:hover{
background: #525354;  
}

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

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

.thumb_title {
font-weight : bold;
font-size: 100%;
padding: 3px 0px;
display : block;
font-style : italic;
display : block;
background: #3f4043;
color: #8e9096;
margin-top: 4px;
}

.thumb_caption {
font-size: 85%;
padding: 1px;
display : block;
}

.thumb_caption a {
text-decoration: none;
color: #8e9096;
}

.thumb_num_comments {
font-weight: normal;
font-size: 100%;
padding: 1px;
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: #8e9096;
}

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

.sortorder_cell {
color: #bfc0c3;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 20px;
margin: 0px;
}

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

.navmenu {
font-family: Verdana, Geneva, Arial, sans-serif;
color: #76787e;
font-weight: bold;
background : #2d2e31;
font-size: 100%;
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;
background : #2d2e31;
color: #76787e; 
}

.navmenu a:hover {
background : #76787e;
text-decoration: none;
color: #2d2e31;
}

.admin_menu {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
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;
}

.admin_menu a {
color: #000000;
text-decoration: none;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 2px;
padding-right: 2px;
}

.admin_menu a:hover {
color: #000000;
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;
/*width:100px;*/
}

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

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

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


.image {
border-right: 1px solid #232425;
border-bottom: 1px solid #232425;
background-color: #444548;
padding: 5px;
margin: 2px;
-moz-border-radius: 4px;
}

.image:hover{
border-right: 1px solid #111213;
border-bottom: 1px solid #111213;
background-color: #666970;
padding: 5px;
margin: 2px;
-moz-border-radius: 4px;
}

.strip_image {
border-right: 1px solid #232425;
border-bottom: 1px solid #232425;
background-color: #444548;
padding: 5px;
margin: 2px;
-moz-border-radius: 4px;
}

.strip_image:hover{
border-right: 1px solid #111213;
border-bottom: 1px solid #111213;
background-color: #666970;
padding: 5px;
margin: 2px;
-moz-border-radius: 4px;
}

/* pseudo-classes for middlethumb links */
a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
border: 4px solid #666970;
}

.imageborder {
background: #37383b;
color : #8f8f8f;
margin-top: 30px;
margin-bottom: 30px;
}

.display_media {
background: #37383b;
color : #8f8f8f;
padding: 3px 10px;
}

.thumbnails {
background: #37383b;
color : #8f8f8f;
padding: 5px;
}

.footer {
font-size : 9px;
color: #8f9299;
}

.footer a {
text-decoration: none;
color: #8f9299;
}

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

.statlink {
color: #e5e5e5;
font-family:  Verdana, Geneva, Arial, sans-serif;
font-size: 9px;
font-variant:normal;
text-transform: none;
font-weight: normal;
letter-spacing: 0px;
font-style: normal;
margin-top: 5px;
}

.statlink a {
text-decoration: none;
color: #9d9ea1;
}

.statlink a:hover {
color: #cfd3db;
text-decoration: underline;
}

.alblink {
font-weight:bold;
font: Trebuchet MS;
font-size: 10px;
line-height: 12px;
font-style: italic;
}

.alblink a {
text-decoration: none;
color: #cfd3db;
}

.alblink a:hover {
color: #979797;
text-decoration: none;
}

.catlink {
display: block;
margin-bottom: 2px;
font-weight:bold;
}

.catlink a {
text-decoration: none;
color: #e7e9ed;
}

.catlink a:hover {
color: #a4a7ae;
text-decoration: none;
}

.topmenu {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
line-height : 130%;
font-size : 110%;
}

.topmenu a {
color : #9ca2a6;
text-decoration : none;
}

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

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

.img_caption_table th {
background: #3f4043;
font-size : 100%;
color : #c9b28f;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
border-top : 1px solid #212223;
}

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

.debug_text {
border: #212223;
background: #37383b;
width : 100%;
margin : 0px;
}

.clickable_option {
cursor : default;

}

.listbox_lang {
color: #78797c;
background-color: #494a4d;
border: 1px solid #2a2b2e;
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
vertical-align : middle;
}

.pic_title {
color: #898b91;
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: #74767c;
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: #37383b;
color : #8f8f8f;
}

.prev_strip {
text-align: left;
}

.next_strip{
text-align: right;
}

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

div.fieldset span.legend {
position: relative;
padding: 3px;
top: -30px;
background-color: #37383b;
color: #9c9672;
font-weight: bold;
}

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

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


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

.progressContainer {
margin: 5px;
padding: 4px;
border: solid 1px #232425;
background-color: #37383b;
overflow: hidden;
}
/* Message */
.message {
margin: 1em 0;
padding: 10px 20px;
border: solid 1px #232425;
background-color: #37383b;
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: bold;
color: #6b6e75;
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: #6b6e75;
}

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

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

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

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

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