
/*************************
  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.3
  
  $Revision: 0001 $
  $Author: amadeus $
  $Date: 2010-04-01 10:15:29 +0100 (Do, 01. Apr 2010) $
**********************************************/


 body .mainCell  {
	background-color:#FFFFFF;
	background:url(images/living_back.png);
	background-repeat:repeat;
	/* font-family:"Arial Rounded MT Bold", arial, verdana, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#000000;
    margin:0px;
}

 .mainCell table {
    font-size: 12px;
}

 .mainCell h1 {
    font-weight: normal;
    font-size: 21px;
    /* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height : 120%;
    color: #718EA5;
    margin: 2px;
}

 .mainCell h2 {
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    background-image : url(images/box_left_icon.gif);
    background-repeat : no-repeat;
    background-position : left;
    padding-left : 18px;
    font-size: 12px;
	font-weight: normal;
    margin: 0px;
}

 .mainCell h3 {
    font-weight: normal;
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 2px;
}

 .mainCell p {
    /* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 2px 0px;
}

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

 .mainCell ul , .mainCell ol {
    margin-left: 5px;
	margin-top:0px;
	margin-bottom:0px;
    padding: 0px;
}

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

 .mainCell ul li {
	list-style-type: disc;
}

 .mainCell .textinput {
    /* font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    border: 1px solid #D1D7DC;
    padding-right: 3px;
    padding-left: 3px;
}

 .mainCell .listbox {
    /* font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    border: 1px solid #D1D7DC;
    vertical-align: middle;
}

 .mainCell .button {
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    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;
}

 .mainCell .radio {
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
    /* font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    vertical-align: middle;
}

 .mainCell .checkbox {
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
    /* font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    vertical-align: middle;
}

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

 .mainCell a:hover {
    color: #000000;
    text-decoration: underline;
}

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

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

 .mainCell .maintable {
    /* border: 1px solid #CCD7E0; */
	border: 1px solid #FFFFFF;
    /* background-color: #FFFFFF; */
	background: #d7d7d7;
    margin-top: 1px;
    margin-bottom: 1px;
}

 .mainCell .tableh1 {
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
    /* font-family: Verdana, Geneva, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    /* background: #8AA5B5; */
	background: #FFFFFF;
    /* color: #FFFFFF; */
	color: #999999;
    font-weight: normal;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

 .mainCell .tableh2 {
    /* background: #CBD7DE; */
	background: #e5e5e5;
    color : #000000;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

 .mainCell .tableb {
    /* background: #F2F5F7; */
	background: #FFFFFF;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 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 */

 .mainCell .tableb_alternate {
    /* background: #DDDDDD; */
	background: #FFFFFF;
}

 .mainCell .tablef {
    background: #e5e5e5;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

 .mainCell .catrow_noalb {
    background: #CBD7DE;
    color : #000000;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

 .mainCell .catrow {
    background: #F2F5F7;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

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

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

 .mainCell .thumb_title {
    font-weight: normal;
	font-size: 80%;
    padding: 2px;
    display : block;
}

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

 .mainCell .thumb_caption a {
    text-decoration: underline;
    color: #000000;
}

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

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

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

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

 .mainCell .user_thumb_infobox a {
    text-decoration: none;
    color: #000000;
}

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

 .mainCell .sortorder_cell {
    background: #CCCCCC;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

 .mainCell .sortorder_options {
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    background: #CCCCCC;
    color: #000000;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 80%;
    white-space: nowrap;
}

 .mainCell .navmenu {
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
    /* font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    background: #CCCCCC;
    border-style: none;
}

 .mainCell .navmenu img {
    margin-top: 1px;
    margin-right: 5px;
    margin-bottom: 1px;
    margin-left: 5px;
}

 .mainCell .navmenu a {
    display: block;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-decoration: none;
    color: #000000;
}

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

 .mainCell .admin_menu {
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
    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;
}

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

 .mainCell .admin_menu a:hover {
    color: #000000;
    text-decoration: underline;
}

 .mainCell .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;*/
}

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

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

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

 .mainCell .image {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 2px;
}

/* pseudo-classes for image links */

 .mainCell a:link .image {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 2px;
}

 .mainCell a:visited .image {
    border-style: solid;
    border-width: 1px;
    border-color: #8CA6B5;
    margin: 2px;
}

 .mainCell a:focus .image {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 2px;
}

 .mainCell a:hover .image {
    border-style: solid;
    border-width: 1px;
    border-color: #0033CC;
    margin: 2px;
}

 .mainCell a:active .image {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 2px;
}

/* pseudo-classes for middlethumb links */

 .mainCell a:link .middlethumb , .mainCell a:visited .middlethumb , .mainCell a:focus .middlethumb , .mainCell a:hover .middlethumb , .mainCell a:active .middlethumb {
	border: 4px solid #CBD7DE;
}

 .mainCell .imageborder {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
}

 .mainCell .display_media {
    /* background: #F2F5F7; */
	background: #FFFFFF;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

 .mainCell .thumbnails {
    /* background: #F2F5F7; */
	background: #FFFFFF;
    padding: 5px;
}

 .mainCell .footer {
    font-size: 9px;
}

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

 .mainCell .footer a:hover {
    color: #000000;
    text-decoration: underline;
}

 .mainCell .statlink {
    /* color: #FFFFFF; */
	color: #999999;
	font
}

 .mainCell .statlink a {
    text-decoration: none;
    color: #000000;
}

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

 .mainCell .alblink {
    font-weight: normal;
}

 .mainCell .alblink a {
    text-decoration: underline;
    color: #000000;
}

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

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

 .mainCell .catlink a {
    text-decoration: underline;
    color: #000000;
}

 .mainCell .catlink a:hover {
    color: #000000;
    text-decoration: underline;
}

 .mainCell .topmenu {
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
    /* font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
    line-height: 130%;
    font-size: 110%;
}

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

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

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

 .mainCell .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;
}

 .mainCell .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;
}

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

 .mainCell .clickable_option {
    cursor: default;

}

 .mainCell .listbox_lang {
    color: #000666;
    background-color: #F2F5F7;
    border: 1px solid #D1D7DC;
    font-size: 80%;
	/* font-family: "Arial Rounded MT Bold", arial, verdana, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    vertical-align : middle;
}

 .mainCell .pic_title {
    color: #000000;
    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;
}

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

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

 .mainCell #cpgChooseLanguageWrapper {
	float: left;
}

 .mainCell #cpgChooseThemeWrapper {
	float: left;
}

 .mainCell .filmstrip_background {
	background-color: #FFFFFF;
}

 .mainCell .prev_strip {
	text-align: left;
}

 .mainCell .next_strip {
	text-align: right;
}

/** Swfupload css **/

 .mainCell div.fieldset {
    border: 2px solid #0E72A4;
    margin: 10px 0;
    padding: 20px 10px;
}

 .mainCell div.fieldset span.legend {
    position: relative;
    padding: 3px;
    top: -30px;
    background-color: #8AA5B5;
    color: #FFF;
    font-weight: normal;
}

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

 .mainCell input[disabled] { border: 1px solid #ccc }

/* FF 2 Fix */



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

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

/* Message */

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

/* Error */

 .mainCell .red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */

 .mainCell .green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */

 .mainCell .blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

 .mainCell .progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

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

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

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

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

 .mainCell 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;
}

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

 .mainCell .swfupload {
    vertical-align: top;
}

/**styles for photo manager*/

 .mainCell table#pic_sort tr td { 
    padding: 4px;
    border-bottom: 1px solid #ccc;
}

/** styles for album manager and photo album*/

 .mainCell table#album_sort tr td {
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

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

 .mainCell .detail_head_collapsed , .mainCell .detail_head_expanded {
    color: #0033CC;
}


