/**********************************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 Coppermine Dev Team
  v1.1 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 as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.6
  $Source$
  $Revision: 3014 $
  $Author: gaugau $
  $Date: 2006-05-09 07:44:08 +0200 (Di, 09 Mai 2006) $
**********************************************/


body {
        background-color: #848380;
		background-image: ;
		background-repeat: repeat-x;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size : 11px;
        color: #b4b3b1;
        margin: 0px;
}

table {
        font-size: 6pt;
		  font-family: Tahoma;
        font-size: 6pt;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
}

h1{
        font-weight: bold;
        font-size: 6pt;
        font-family: Tahoma;
        text-decoration: none;
        line-height : 120%;
        color : #575c65;
        margin: 2px;
}

h2 {
        font-family: Tahoma;
        font-size: 6pt;
        margin: 0px;
}

h3 {
        font-family: Tahoma;
        font-size: 6pt;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 2px;
}

p {
        font-family: Tahoma;
        font-size: 6pt;
        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: Tahoma;
        font-size: 6pt;
        border: 1px solid #d6d0c4;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Tahoma;
        font-size: 6pt;
        border: 1px solid #cacdd2;
        vertical-align : middle;
}

.button {
        font-family: Tahoma;
        font-size: 6pt;
        border: 1px solid #a24854;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Tahoma;
        font-size: 85%;
        border: 0px solid #a24854;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Tahoma;
        font-size: 6pt;
        vertical-align : middle;
}

.checkbox {
        font-family: Tahoma;
        font-size: 6pt;
        vertical-align : middle;
}

a {
        color: #9da3af;
        text-decoration: none;
}

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

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

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

.maintable {
        border: 3px solid #E1DDDC;
        background-color: #F5F5F5;
        margin-top: 1px;
        margin-bottom: 1px;

}

.tableh1 {
        background: url("tableh1bg.jpg");
        color: #4F373A;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
}

.tableh1_compact {
        background: #E9E4E8;
        color: #ededed;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #cfcecc;
        color: #F8F8F8;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #F5F5F5;
        color : #8D6D6B;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #E9E4E8;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}


.tableb_compact {
        background: #F5F5F5;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

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

.catrow_noalb {
        background: #F5F5F5;
        color : #ffffff;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
	background-image: url(bg6.jpg);
}

.catrow {
        background: #E9E4E8;
        color:#FFFFFF;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
	background-image: url(bg7.jpg);
}

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

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

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

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

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

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        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: 6pt;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

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

.user_thumb_infobox a {
        text-decoration: none;
        color: #858a96;
}

.user_thumb_infobox a:hover {
        color: #858a96;
        text-decoration: none;
}

.sortorder_cell {
        background: #d1d0cc;
        color : #ffffff;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Tahoma;
        background: #F8F8F8;
        color : #ffffff;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Tahoma;
        color: #7D7D7D;
        font-size: 6pt;
        font-weight: bold;
        background: #c1ced6;
        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: #7D7D7D;
}

.navmenu a:hover {
        background: #EFEFEF ;
        text-decoration: none;
        color: #867b85;
}

.admin_menu_thumb {
        font-family: Tahoma;
        font-size: 85%;
        border: 1px solid #b83d4d;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


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

.admin_menu {
	background-repeat:repeat-x;
        font-family: Tahoma;
        font-size: 85%;
        border: 1px solid #5F6A79;
        background-color:#EFEFEF;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
}

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

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

td 

.admin_float {
        float:left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.admin_menu_wrapper {
        width:100%;
}

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

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

.image {
	border:1px solid #cac8c5;
	padding:5px;
	-moz-border-radius:6px;
	background:#FFF;
    filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.image:hover {
	-moz-border-radius:6px;
	border:1px solid #cac8c5;
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


.imageborder {
        border: 5px solid #d1d0cc;
        background-color: #d1d0cc;
}

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

.thumbnails {
        background: #F5F5F5;
        padding: 5px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
	    background-image: url( );
}

.thumbnails:hover {
	    background: #DEDBD7;
	    padding: 5px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
	    background-image: url(bg3.jpg);
}

.footer {
        font-size : 6pt;
}

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

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

.statlink {
        color: #4F373A;
}

.statlink a {
        text-decoration: none;
        color: #4F373A;
}

.statlink a:hover {
        color: #b0aea8;
        text-decoration: none;
}

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

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

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

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

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

.topmenu {
        line-height : 130%;
        font-size: 6pt;
}

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

.topmenu a:hover  {
        color : #cecdc9;
        text-decoration: none;
}

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

.img_caption_table th {
        background: #D5D9D9;
        font-size: 6pt;
        color : #c8cdda;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #E7E5E5;
}

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

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

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #d8deeb;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-size: 80%;
        font-family: Tahoma;
        vertical-align : middle;

}
.footer_table {
	background-image: url();
	background-color: #E7E5E5;
	background-repeat: repeat-x;
	height: 43px;
	width: 100%;
}
.bar_one {
	background-color: #E7E5E5;
	width: 81px;
	height: 100%;
}
.bar_two {
	background-color: #E7E5E5;
	width: 82px;
	height: 100%;
}
.contents {
	background-color: #f2f1ef;
	width: 600px;
	height: 100%;
}
b, strong {
        color: #8D6D6B;
}
