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


/** Page struture */

body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size: 9px;
background: #e2e6df;
text-align:center;
color: #4D4643;
}

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


#maincontainer{
width: 1000px; 
margin: 0 auto; 
text-align: justify;
position:relative;
background: url('images/bgv.png') repeat-y;	
}

#topsection{
height: 165px; 
}

#contentwrapper{
float: left;
width: 100%;
background: url('images/l2.png') no-repeat top;	
}

#contentcolumn{ 
margin-left: 341px; 
margin-right: 8px;
padding: 0 10px 350px;
}

#sidecolumn{
float: left;
width: 336px; 
margin-left: -1000px; 
padding: 380px 0 0 0;
}

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

/** Sidebar struture */

.sidebarbg {
}

.side_title {
	color: #000000;
	font-weight:bold;
	padding: 6px 3px 0px 6px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	text-shadow: #c8c8be 1px 1px;
	margin-bottom: 4px;
	text-transform: capitalize;
}

.side_title:first-letter {
color: #FF9900;
}

.sidebar-content {
background: #F8F1EA;
color : #84846c;
padding: 10px;
font-size: 11px;
font-family: "Trebuchet MS", arial;
-moz-border-radius: 10px;
}


#sidebar-one {
padding: 0 0px 0px 0;
margin: 0px;	
}

#sidebar-one ul li {
font-family: "Trebuchet MS", arial;
font-size: 11px;
margin-right: 0px;
}

#sidebar-one ul li a {
color : #84846c;
display: block;
padding: 2px 0px 2px 15px;
min-height: 20px;
line-height: 20px;
background: url(images/bullet.png) no-repeat left;
}

* html #sidebar-one ul li a {
height: 20px;
}

#sidebar-one ul li a:hover {
color : #84846c;
background: #f8f8f2 url(images/bullet.png) no-repeat left;
padding-left: 15px;  
-moz-border-radius: 10px; 
}

ul {
list-style: none outside;
}

* {
margin: 0;
padding: 0;
outline: none;
}

.textinputs {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
color: #6e6e58;
background-color: #000000;
border: 1px solid #d3d3c3;
padding: 2px;
}

.buttons {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
color: #6e6e58;
background-color: #000000;
border: 1px solid #d3d3c3;
cursor:pointer;
padding: 1px 2px;
margin-right:2px;
white-space: nowrap;
}

/** Gallery struture */

table {
font-size : 9px;
}

h1{
color: #FFFFFF;
text-shadow: #3A1D1C 1px 1px;
padding: 3px 6px;
font-size: 12px;
font-family: "Trebuchet MS", arial;
text-transform: uppercase;
margin: 0px;
}

h2 {
color: #FFFFFF;
text-shadow: #3A1D1C 1px 1px;
padding: 3px 6px;
font-size: 12px;
font-family: "Trebuchet MS", arial;
text-transform: uppercase;
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: #393431;
background-color: #FF3153;
border: 1px solid #FF94A5;
padding: 2px;
}

select {
font-family: "Arial", Verdana, Geneva, Trebuchet MS, sans-serif;
font-size: 11px;
color: #393431;
background-color: #FF3153;
border: 1px solid #FF94A5;
vertical-align : middle;
padding: 2px;
}

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

.button {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size: 100%;
color: #393431;
background-color: #FF3153;
border: 1px solid #FF94A5;
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: #754440;
text-decoration: none;
}

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

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

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

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

.tableh1 {
color: #FFFFFF;
text-shadow: #F5013A 1px 1px;
padding: 9px 7px 7px 7px;
font-size: 10px;
font-weight: bold;
font-family: "Trebuchet MS", arial;
text-transform: uppercase;
border: 1px solid #F5013A;
margin: 0px;
background: url('images/titlebg.jpg') repeat-x left;	
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.tableh2 {
background: #282023;
color : #393431;
padding: 3px 10px 3px 10px;
}

.tableb {
background: #C5A17D;
color : #393431;
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: #C5A17D;
color : #393431;
}

.tablef {
background: #282023;
color : #393431;
padding: 10px;
}

.catrow_noalb {
background: #DFCCB9;
color : #393431;
padding: 3px 10px;
-moz-border-radius: 10px;
}
.catrow_noalb:hover {
background: #F8F1EA;
}

.catrow {
background: #DFCCB9;
color : #393431;
padding: 3px 10px;
-moz-border-radius: 10px;
}
.catrow:hover{
background: #F8F1EA;
}

.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 : normal;
display : block;
background: #D3B89E;
color: #2D2826;
margin-top: 4px;
-moz-border-radius: 6px;
}

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

.thumb_caption a {
text-decoration: none;
color: #90999e;
}

.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: #90999e;
}

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

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

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

.navmenu {
font-family: Verdana, Geneva, Arial, sans-serif;
color: #000000;
font-weight: bold;
background : #FFA54D;
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 : #FFA54D;
color: #000000;
}

.navmenu a:hover {
background : #000000;
text-decoration: none;
color: #3D3A3A;
}

.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 : #000000;
font-size: 90%;
vertical-align : middle;
}


.image {
	border: 1px solid #736353;
	background-color: #3D3A3A;
	padding: 7px;
	margin: 2px;
-moz-border-radius: 6px;
	box-shadow:0px 0px 5px #3F3935;
-webkit-box-shadow:0px 0px 5px #3F3935;
-moz-box-shadow:0px 0px 5px #3F3935;
	background-image: url(images/tbg.png);
}

.image:hover{
border: 1px solid #F52B5B;
background-color: #93635E;
padding: 7px;
margin: 2px;
-moz-border-radius: 6px;
box-shadow:0px 0px 5px #3F3935;
-webkit-box-shadow:0px 0px 5px #3F3935;
-moz-box-shadow:0px 0px 5px #3F3935;
	background-image: url(images/tbg2.png);
}

.strip_image {
border: 1px solid #253139;
background-color: #3D3A3A;
padding: 7px;
margin: 2px;
-moz-border-radius: 4px;
}

.strip_image:hover{
border: 1px solid #F52B5B;
background-color: #93635E;
padding: 7px;
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 #4a6372;
}

.imageborder {
background: #FFFFFF;
color : #393431;
margin-top: 30px;
margin-bottom: 30px;
-moz-border-radius: 4px;
}

.display_media {
background: #DFCCB9;
color : #393431;
padding: 3px 10px;
-moz-border-radius: 4px;
}

.thumbnails {
background: #DFCCB9;
color : #393431;
padding: 5px;
-moz-border-radius: 10px;
background-image: url(images/thubg.png);
}

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

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

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

.statlink {
color: #FFFFFF;
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: #283740;
}

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

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

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

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

.catlink {
display: block;
margin-bottom: 2px;
font-weight:bold;
font: Trebuchet MS;
font-size: 12px;
font-style: italic;
text-shadow: #D6D0CC 1px 1px;
padding: 0px 0px 0px 15px;
min-height: 15px;
line-height: 15px;
background: url(images/bullet.png) no-repeat left;
}

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


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

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

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

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

.img_caption_table {
border: none;
background-color: #DFCCB9;
width : 100%;
margin : 0px;
-moz-border-radius: 4px;
}

.img_caption_table th {
background: #354a57;
font-size : 100%;
color : #afb8bd;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
border-top : 1px solid #212e37;
}

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

.debug_text {
border: #304958;
background-color: #212e37;
width : 100%;
margin : 0px;
}

.clickable_option {
cursor : default;

}

.listbox_lang {
color: #393431;
background-color: #93635E;
border: 1px solid #293a45;
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
vertical-align : middle;
}

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

.pic_caption {
color: #393431;
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: #DFCCB9;
color : #393431;
}

.prev_strip {
text-align: left;
}

.next_strip{
text-align: right;
}

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

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

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

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


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

.progressContainer {
margin: 5px;
padding: 4px;
border: solid 1px #2e353a;
background-color: #4F4745;
overflow: hidden;
}
/* Message */
.message {
margin: 1em 0;
padding: 10px 20px;
border: solid 1px #2e353a;
background-color: #4F4745;
overflow: hidden;
}
/* Error */
.red {
border: solid 1px #B50000;
background-color: #FFEBEB;
}

/* Current */
.green {
border: solid 1px #DDF0DD;
background-color: #9FBC9E;
}

/* Complete */
.blue {
border: solid 1px #CEE2F2;
background-color: #393431;
}

.progressName {
font-size: 8pt;
font-weight: bold;
color: #393431;
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: #393431;
}

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

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

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

.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: #393431;
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: #000000;
}
